![]() |
How can I make my own mmorpg??
I've been wanting to own and create my own game for not just me to enjoy, how could I make one? Birds eye view like graal would be awesome.
|
Generally MMOs are a lot harder to create than other games because they require significantly higher funding for servers, customer support, etc. The technology is also more advanced due to needing to program both a server and a client, and making them communicate effectively.
Your best bet would be to use an already existing engine, or making a Graal server. You can rent a Graal server for like $120 a year, and youc an make your own levels and script things fairly easily. It probably won't get many players unless you can somehow convince talented people to help you, but it can be a fun experience building a world, programming things, and you learn a lot about coding. It's how I first got into programming. |
Quote:
|
Quote:
|
Quote:
|
There's software on Steam you can purchase.
Bear in mind, they're a bit advanced let alone pricy. But if you're willing to sink time and cash into something you like, go for it. |
Just copy graal Google graal copyies and make your own gqme from graal engine
|
You'll need to learn a programming language...
|
I've made a simple MMO test before from scratch. It's difficult to achieve, but not impossible as a stand-alone developer. There are two aspects to MMOs - the client and thr server. Learn about how to setup a simple server in your favorite programming language and think about the best way to transmit information.
|
Your best bet is to not waste your time.
|
Quote:
It's not going to be easy and you will come across a lot of problems but if it interests you then just keep going at it, it would be helpful if you could take programming classes in school as well. There are a few sites to learn some basic languages like codecademy.com that could be helpful to you as well! These languages aren't really focused around MMO game development but it will give you a grasp on programming which might make learning other languages easier for you. |
Quote:
|
I made a buggy 4.8GB MMORPG but what it made me stop was the hosting. I used GameMaker with the dll files, it is really simple but you need to know how to code.
If you want to make a MMO, you shall start with a private server. |
Quote:
|
Quote:
-------------------------------------------- I don't want to sound rude on this topic or misguiding, but it WILL NOT BE SIMPLE making an MMO. It's very difficult to code, especially for beginners, because there are so many outcomes on a single line of code that can lead to crashes, freezing, or other various things you wouldn't realize beforehand. A tip to making an MMO is to not create your player movement, camera position, level changes, etc. without first getting your network system done. I find it more challenging to make a simple program and convert it to a networking program than to start with the networking first. (Could be my own opinion, I guess) -------------------------------------------- For Graal3D I use C++, OpenGL, and Winsock for everything. It's totally free to port forward your threaded Winsock server to handle a max of 5-10 players. Which is good to start with. I hope any of this information was useful to you, if you do happen to go along and try to achieve your MMO. |
| All times are GMT. The time now is 12:13 PM. |
Powered by vBulletin/Copyright ©2000 - 2026, vBulletin Solutions Inc.