Page 1 of 2

MMORPGS

Posted: Tue May 05, 2009 11:42 pm
by deathsangel
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

Posted: Tue May 05, 2009 11:58 pm
by davidthefat
deathsangel 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
opengl with sdl or directx, pretty much, but you got to get seperate api for the online part

Re: MMORPGS

Posted: Wed May 06, 2009 3:28 am
by K-Bal
davidthefat wrote: opengl with sdl or directx
lol?

@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

Posted: Wed May 06, 2009 4:34 am
by Ewan
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 ;)

Re: MMORPGS

Posted: Wed May 06, 2009 5:20 am
by K-Bal
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 ;)

Re: MMORPGS

Posted: Wed May 06, 2009 7:17 am
by wearymemory
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 ;)
And that isn't the topic of the OP's question, this is:
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.

Re: MMORPGS

Posted: Wed May 06, 2009 8:53 am
by deathsangel
what is taught more at colleges directx or opengl and what is used more in companies?

Re: MMORPGS

Posted: Wed May 06, 2009 8:53 am
by Falco Girgis
davidthefat wrote:
deathsangel 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
opengl with sdl or directx
You do realize that DirectX and OpenGL are two completely different things? You can't use the two together.

Re: MMORPGS

Posted: Wed May 06, 2009 9:11 am
by MarauderIIC
deathsangel wrote:what is taught more at colleges
OpenGL
what is used more in companies?
Probably DirectX for PC games.

Re: MMORPGS

Posted: Wed May 06, 2009 9:12 am
by dani93
GyroVorbis wrote:
davidthefat wrote: opengl with sdl or directx
You do realize that DirectX and OpenGL are two completely different things? You can't use the two together.
I think he wanted to say:

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 ;)

Re: MMORPGS

Posted: Wed May 06, 2009 9:14 am
by MarauderIIC
And for the rest of your questions ...
deathsangel wrote:can render more models
That's probably dependent more on hardware implementation?
has better support/tutorials
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.
which one has many mmo/orpgs made in it
Most are probably DirectX, check the box.

Re: MMORPGS

Posted: Wed May 06, 2009 10:05 am
by K-Bal
@wearymemory: Yeah, nevermind ;)

Re: MMORPGS

Posted: Wed May 06, 2009 5:22 pm
by davidthefat
GyroVorbis wrote:
davidthefat wrote:
deathsangel 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
opengl with sdl or directx
You do realize that DirectX and OpenGL are two completely different things? You can't use the two together.
I meant opengl+sdl or the other option is directx

Re: MMORPGS

Posted: Wed May 06, 2009 8:55 pm
by deathsangel
so which one do you guys recommend if I plan to work for a company?

Re: MMORPGS

Posted: Wed May 06, 2009 11:07 pm
by MadPumpkin
deathsangel wrote:so which one do you guys recommend if I plan to work for a company?
if your going to work for XBox, or any computer game companies DirectX
for anything else, OpenGL

OpenGL is my favorite mon ami :)