MMORPGS
Moderator: Coders of Rage
-
- Chaos Rift Newbie
- Posts: 30
- Joined: Sat Apr 18, 2009 8:17 pm
MMORPGS
Hey guys I know this may sound like a very noob question but I want to know which API(dircectx, opengl, sfml? sfml + opengl?) is more popular for making MMORPGS.
I am not making a mmo (hopefully eventually I will have a orpg) but I want to know which API
can render more models
has better support/tutorials
which one has many mmo/orpgs made in it
sorry to bother you guys with such a common question
I am not making a mmo (hopefully eventually I will have a orpg) but I want to know which API
can render more models
has better support/tutorials
which one has many mmo/orpgs made in it
sorry to bother you guys with such a common question
Thanks to gyro vorbis for inspiring me to learn how to make a 2d graphics engine
- davidthefat
- Chaos Rift Maniac
- Posts: 529
- Joined: Mon Nov 10, 2008 3:51 pm
- Current Project: Fully Autonomous Robot
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: California
- Contact:
Re: MMORPGS
opengl with sdl or directx, pretty much, but you got to get seperate api for the online partdeathsangel wrote:Hey guys I know this may sound like a very noob question but I want to know which API(dircectx, opengl, sfml? sfml + opengl?) is more popular for making MMORPGS.
I am not making a mmo (hopefully eventually I will have a orpg) but I want to know which API
can render more models
has better support/tutorials
which one has many mmo/orpgs made in it
sorry to bother you guys with such a common question
Re: MMORPGS
lol?davidthefat wrote: opengl with sdl or directx
@deathsangel: If you don't know which APIs you can use for this, than you are probably some years away of making a RPG.
Re: MMORPGS
He did state that he wasn't about to make one..he just wanted some info. A lot of 'noobs' do ask how to make em and it is annoying but we should be willing to help people who are genuinely after information and don't use RPG maker
They pull out the truncheon, that's when the trouble starts.
'Cause when you've got a badge, the laws don't apply.
'Cause when you've got a badge, the laws don't apply.
Re: MMORPGS
Ewan wrote:He did state that he wasn't about to make one..he just wanted some info. A lot of 'noobs' do ask how to make em and it is annoying but we should be willing to help people who are genuinely after information and don't use RPG maker
He stated that he does not want to make an MMO but a ORPG and that is not any better IMHO
-
- Chaos Rift Junior
- Posts: 209
- Joined: Thu Feb 12, 2009 8:46 pm
Re: MMORPGS
And that isn't the topic of the OP's question, this is:K-Bal wrote:Ewan wrote:He did state that he wasn't about to make one..he just wanted some info. A lot of 'noobs' do ask how to make em and it is annoying but we should be willing to help people who are genuinely after information and don't use RPG maker
He stated that he does not want to make an MMO but [eventually] a ORPG and that is not any better IMHO
OP wrote:Hey guys I know this may sound like a very noob question but I want to know which API(dircectx, opengl, sfml? sfml + opengl?) is more popular for making MMORPGS.
-
- Chaos Rift Newbie
- Posts: 30
- Joined: Sat Apr 18, 2009 8:17 pm
Re: MMORPGS
what is taught more at colleges directx or opengl and what is used more in companies?
Thanks to gyro vorbis for inspiring me to learn how to make a 2d graphics engine
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: MMORPGS
You do realize that DirectX and OpenGL are two completely different things? You can't use the two together.davidthefat wrote:opengl with sdl or directxdeathsangel wrote:Hey guys I know this may sound like a very noob question but I want to know which API(dircectx, opengl, sfml? sfml + opengl?) is more popular for making MMORPGS.
I am not making a mmo (hopefully eventually I will have a orpg) but I want to know which API
can render more models
has better support/tutorials
which one has many mmo/orpgs made in it
sorry to bother you guys with such a common question
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: MMORPGS
OpenGLdeathsangel wrote:what is taught more at colleges
Probably DirectX for PC games.what is used more in companies?
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
Re: MMORPGS
I think he wanted to say:GyroVorbis wrote:You do realize that DirectX and OpenGL are two completely different things? You can't use the two together.davidthefat wrote: opengl with sdl or directx
OpenGL with SDL
OR (second possibility!, XOR to be more correctly )
DirectX
And not "using OpenGL with DirectX" ^^
I would go for OpenGL because it is system independent. But that is only my opinion
Last edited by dani93 on Wed May 06, 2009 9:15 am, edited 1 time in total.
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: MMORPGS
And for the rest of your questions ...
That's probably dependent more on hardware implementation?deathsangel wrote:can render more models
I'm familiar with more OpenGL tuts than DirectX ones, but there might be tons of awesome DirectX tutorials, it's not something I've searched for.has better support/tutorials
Most are probably DirectX, check the box.which one has many mmo/orpgs made in it
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
- davidthefat
- Chaos Rift Maniac
- Posts: 529
- Joined: Mon Nov 10, 2008 3:51 pm
- Current Project: Fully Autonomous Robot
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: California
- Contact:
Re: MMORPGS
I meant opengl+sdl or the other option is directxGyroVorbis wrote:You do realize that DirectX and OpenGL are two completely different things? You can't use the two together.davidthefat wrote:opengl with sdl or directxdeathsangel wrote:Hey guys I know this may sound like a very noob question but I want to know which API(dircectx, opengl, sfml? sfml + opengl?) is more popular for making MMORPGS.
I am not making a mmo (hopefully eventually I will have a orpg) but I want to know which API
can render more models
has better support/tutorials
which one has many mmo/orpgs made in it
sorry to bother you guys with such a common question
-
- Chaos Rift Newbie
- Posts: 30
- Joined: Sat Apr 18, 2009 8:17 pm
Re: MMORPGS
so which one do you guys recommend if I plan to work for a company?
Thanks to gyro vorbis for inspiring me to learn how to make a 2d graphics engine
- MadPumpkin
- Chaos Rift Maniac
- Posts: 484
- Joined: Fri Feb 13, 2009 4:48 pm
- Current Project: Octopia
- Favorite Gaming Platforms: PS1-3, Genesis, Dreamcast, SNES, PC
- Programming Language of Choice: C/++,Java,Py,LUA,XML
- Location: C:\\United States of America\Utah\West Valley City\Neighborhood\House\Computer Desk
Re: MMORPGS
if your going to work for XBox, or any computer game companies DirectXdeathsangel wrote:so which one do you guys recommend if I plan to work for a company?
for anything else, OpenGL
OpenGL is my favorite mon ami
While Jesus equipped with angels, the Devil's equipped with cops
For God so loved the world that he blessed the thugs with rock
For God so loved the world that he blessed the thugs with rock