Graalians

Graalians (https://www.graalians.com/forums/index.php)
-   Off-Topic Chat (https://www.graalians.com/forums/forumdisplay.php?f=14)
-   -   How can I make my own mmorpg?? (https://www.graalians.com/forums/showthread.php?t=26564)

Cosmo 11-24-2014 05:50 AM

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.

Skill 11-24-2014 06:07 AM

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.

Cosmo 11-24-2014 06:23 AM

Quote:

Posted by Skill (Post 519758)
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.

Thanks for informative reply, would it be better to make a 2d unity game?

Skill 11-24-2014 08:00 AM

Quote:

Posted by Cosmo (Post 519760)
Thanks for informative reply, would it be better to make a 2d unity game?

A 2d single player unity game is a reasonable goal if you have enough time to learn how to use it. If committed, you can probably make a great game if you have the creativity and talent, or friends willing to help/

Cosmo 11-24-2014 08:32 AM

Quote:

Posted by Skill (Post 519773)
A 2d single player unity game is a reasonable goal if you have enough time to learn how to use it. If committed, you can probably make a great game if you have the creativity and talent, or friends willing to help/

Okay sweet, I've been watching tutorials online.

5hift 11-25-2014 02:44 AM

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.

Hour 11-26-2014 01:10 PM

Just copy graal Google graal copyies and make your own gqme from graal engine

Powder 11-26-2014 03:01 PM

You'll need to learn a programming language...

The Doctor 11-26-2014 04:31 PM

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.

Dusty 11-26-2014 05:20 PM

Your best bet is to not waste your time.

Colin 11-26-2014 06:02 PM

Quote:

Posted by Dusty (Post 520516)
Your best bet is to not waste your time.

Don't listen to Dusty :p

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.

Dusty 11-26-2014 06:25 PM

Quote:

Posted by Colin (Post 520530)
Don't listen to Dusty :p

Sure... go ahead and try to make your first game an MMORPG. Let me know how that goes.

Hugop 11-26-2014 07:11 PM

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.

HappyCat123 12-05-2014 02:29 AM

Quote:

Posted by Colin (Post 520530)
Don't listen to Dusty :p

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.

he should totally listen to dusty because he's right m9

Fysez 12-06-2014 02:07 AM

Quote:

Posted by HappyCat123 (Post 523254)
he should totally listen to dusty because he's right m9

Agreed that Dusty is correct.

--------------------------------------------

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.