![]() |
homecontact ussitemapadvertising | |||
|
|
||||
The Free MMORPG Games- Free MMORPG - P2P Games - Open Beta - Closed Beta - Browser Based - Non-English - Other Free Games - Top 50
|
|
#2 (permalink) |
|
McFox Sandwich
|
Indeed there is. Short of making a boot loader and a few small other things, there isn't anything that C or C++ can't do. And even then, it can use inline assembly to do the stuff it can't.
__________________
This was a triumph. I'm making a note here, HUGE SUCCESS.
Outsider 3D Space Shooter/RPG in Development http://advena.awardspace.com/ |
|
|
|
|
|
#3 (permalink) |
|
Phantom's Freak
Join Date: May 2006
Location: Texas
Posts: 1,920
Reputation: 34
MMOFaces Profile:
None Yet
|
Reapeat after me, "DirectX is my friend."
__________________
Now, an official Game Dev student.
![]() ![]() \/ Links to Descriptions of Anime they represent \/ ![]() ![]() <<BY:EnB emulator, resurecting the dead |
|
|
|
|
|
#4 (permalink) |
|
Master Chief's Windex
Join Date: Dec 2006
Location: Houston, Texas
Posts: 92
Reputation: 10
MMOFaces Profile:
None Yet
|
of course it can. but its real hard. if ur new to c++, dont even think about mmorpgs. start small, and then get bigger and bigger to get to the level of mmos.
|
|
|
|
|
|
#5 (permalink) |
|
Phantom's Freak
Join Date: May 2006
Location: Texas
Posts: 1,920
Reputation: 34
MMOFaces Profile:
None Yet
|
I probably should have been more specific.
C++ is an excellent language to learn for games due to the fact that the DirectX library is already coupled with most C/C++ compilers. C++ is an extensive language that will require several years of learning to fully understand the jist of what is going on, that is unless it is your second computer language to learn, which (fro you) I doubt. For the graphics part, I recommended DirectX, simply because even though it can be very complex, it is rather easy to implement, not to mention but several begginning guides already exist. (I'm currently reading one of them) Truth is, you'll need to do some research on the background of game design/development to truelly understand what you can do. For many years I found myself in a rut, that was untill I learned enough background on program development and design elements that it suddenly clicked. [back on topic] DirectX is designed to work especially well with C++; thus, C++ is great for games. Inside of DirectX, you have several driver libraries for several componants of the PC.
Normally, you'd have to do all of that yourself, or find some software which you could implant it yourself. ---------- Now, as others have recomended, it is not a good idea to start of with an mmo. I, however, see that you really want to make a multiplayer game, so I'm gonna recommend that you research making an orpg (100 or less players). An exa,mple of this is the Dungeon Siege multiplayer. You can fully utilize the componants of DirectX and C++/C to learn to get the jist of things, and once your ready, you can go about the creating of a high capacity network interface along with a high capacity server relay system for central player and world tracking. (See how complicated that can be.)
__________________
Now, an official Game Dev student.
![]() ![]() \/ Links to Descriptions of Anime they represent \/ ![]() ![]() <<BY:EnB emulator, resurecting the dead |
|
|
|
|
|
#6 (permalink) | |
|
McFox Sandwich
|
Quote:
That being said, I personally recommend OpenGL. There are tons of tutorials for it, and it's included in a usable form with almost all the free IDEs. Also, as it's cross-platform, your game will be able to reach a wider audience, not only those who use windows (Though this makes up like 95% of the market) ANYWAY, yeah, I'm going with Toby. Before you start with DirectX, OpenGL or even an MMO, try and get basic C/C++ down using the console for output before you even begin to think about working up to a graphical game. Check out this thread (Getting Started with C(++)) to get started.
__________________
This was a triumph. I'm making a note here, HUGE SUCCESS.
Outsider 3D Space Shooter/RPG in Development http://advena.awardspace.com/ |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Copyright © 2004-2007 BlueCastle Media |