Loading...


bookmark - I Want To Know About Creating An Mmorpg How and what language to use

I Want To Know About Creating An Mmorpg - How and what language to use

 
 Discussion by NoMore with 17 Replies.
 Last Update: June 21, 2010, 4:43 pm
 
bookmark - I Want To Know About Creating An Mmorpg How and what language to use  
Quickly Post to I Want To Know About Creating An Mmorpg How and what language to use w/o signup Share Info about I Want To Know About Creating An Mmorpg How and what language to use using Facebook, Twitter etc. email your friend about I Want To Know About Creating An Mmorpg How and what language to use Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print

Hi
i want to know i what programing lang you use to build MMORPG games and how dose this work
you use somting that allready built and upgrade it or what?
i like to know that becose i desided to learn a new programing lang, and i think that the abillty to create that will be a great thing

NoMore










   Thu Nov 16, 2006    Reply         

That depends on what kind of coding you know, if you php you could do something like earth2025 or kings of chaos.

Or if you know C++, Visual Basic you could do something like WOW or NWN.

Best place to start are game tutorial sites or purchasing books for game development. I believe the For Dummies series has a book on that.

So here are a few sites on what to do and what you need.

http://www.devmaster.net/articles/building-mmorpg/
http://www.splamm.com/elysium/
http://www.onrpg.com/gate.html?name=Conten...ories&cid=2

I also recommend getting rpgmaker and also NeverWinter Nights 1 or 2 to help pick up how it is done.

   Thu Nov 16, 2006    Reply         

Tnx
i have RPGmaker but what is NeverWinter Nights? dose same as RPGmaker?
and i was talking about games like MU online, that kind of games
i will visit the links :)
tnx a lot!

NoMore

   Thu Nov 16, 2006    Reply         


NWN refers to http://en.wikipedia.org/wiki/Neverwinter_Nights
Why don't you just goggle it?

It also takes more to create a MMORPG than a point and click editor.
If you're new to programming I would advise to step down.
If you're for quests and all, make a simple text based adventure first.
You won't be disappointed :)
All you need to know is how to print text and how to make some basic loops.
This alone should get you busy for some weeks.
If you succeed and know what is meant by OOP, dynamic memory allocation, vectors (c++ wise) than you can think about a MMORPG again :D
Trust me you won't get far If you have no previous programming experience, even with some basic script languages that those MMORPG editors use. It just helps you to understand the overall concept behind it
It's your decision to take my advise but speak with any other advanced programmer, he will tell you the same :D

   Thu Nov 16, 2006    Reply         

i aws talking for the long time after
it was becose i am about to start a new proraming lang and i wanted to know what is best for that subject, i have some more things to cover befor i will start to even learn CPP or any lang
and i know that to create an MMORPG game will be hard and i cant create it in my first project lol

NoMore

   Thu Nov 16, 2006    Reply         

Creating a game is more intricate than it seems. Even with very user friendly game engines, it's very hard to customize things and add new things in if you don't have any programming experience. If you really want to persue, I suggest you teach yourself c++ and research on game engines- and which one would fot your needs.

   Fri Nov 17, 2006    Reply         


This is just a suggestion, but I first started programming with Game Maker. It uses drag and drop techniques to get started, and you can insert codes here and there. As you progress and learn more of the language (I taught myself through the manual), you can eventually code your entire game from scratch. I recommend this to someone who doesn't have the time/motivation to go through programming classes, but would like to learn to the basics of programming. Game Maker uses it's own seperate language, GML, which is based off several others. I find it very similar to php, and when I set out to code my own mmorpg (like Kings of Chaos - exactly what saint-michael said) - I have run into very little trouble. Of course, this game is text-based. No animations, just pictures to represent things. Making an entire RPG from scratch with commercial quality takes a very very long time = almost impossible for someone to do alone. However, don't let this intimidate you, I think basic RPG's (like the one I am making) can be created by a single person with adequate experience.

If you'd like to know more about Game Maker, here is a link: http://www.gamemaker.nl/

   Fri Nov 17, 2006    Reply         

I agree with the others here that you really need to aim at something less "huge" than a MMORPG like WOW to start off... More if you are starting to learn the basics of a programming language.
This said, to make a MMORPG like WOW you would need not only programming skills but soon you'll be involved in the creation of sound FX, music, levels and graphics as well, and you'll be spending as much time in this as in the game engine development.
For graphics, you need to get hold of a 3D model editor, either buy one, such as 3DS Max, Maya or Lightwave, or you can get a free one like GMax from turbosquid.com (the free version of 3DS Max) or GameSpace Light from caligari.com - good starters. Also, you might need plugins from the 3D modellers to export to the format you want to use.
Also you need a good graphics program for textures, PhotoShop or PaintShop Pro are good. The Gimp is free and it can be used in Linux.
For level editors, you might even have to write your own if the ones available don't suit your needs.
Ok this is just my two pennies :)

   Fri Jan 26, 2007    Reply         

I would suggest searching eAthena on yahoo and going to their forum. eAthena (englishAthena) is a server emulator for the very popular game, "Ragnarok Online". I've studied it for quite a long time now, and I have to say, eAthena is easy to customize. If you want to download the file, you can try going to:

http://eamirror.skamfroj.net

They have a lot of tutorials and links in that single page. Good luck!

   Fri May 18, 2007    Reply         

i suggest using a forum this may be against the rules but here it is (MODS CAN REMOVE LINK) www.forum.ragezone.com teached you about making them or if u want to host a mmorph then you may aswell use a retro server such as habbo hotel USA111 as they are the best way of kicking your server off then all you got to do is host and wolla your done B)

   Wed May 23, 2007    Reply         

I have a serious question I have an ambition to create a php text based mmo and was wondering if anyone could send links to my email that tutor specifically on how the mechanics in the code work. for a game in php, many people have told me if I can do php, I can create a text based browser game and I have been at if for nearly a year and I just don't understand how I can create anything beyond the structure any links would be a godsend and please forward them to my email

- kenny300000 at gmail

   Wed Oct 3, 2007    Reply         

Your trying to create a MMORPG like Mu Online with RPG Maker ? Well thats not exactly what you would call ideal, I have been using RPG Maker 2003 for about 3 years now, the best way to learn to make an MMORPG is to find the source for another MMORPG and study it while googling what you don't understand and try compiling that with your game engine find out what works what doesn't and learn by doing also vist the links at the top of the page, it will make your life alot easier! I am currently looking for Volunteer works to undergo the making of an MMORPG. I am only looking for people who are interested and know what there talking about So If anyone is interested Email Kiroth @ Kiroth@hotmail.co.uk and put the Subject as Oblivion Ltd MMORPG. Thank you. Ki - aka - Kyle.

P.s Game Details will be given after initial e-mailing, and design will start when a team is put together. Oblivion Ltd is currently looking for around 4-5 people undergo the making of the game, the design is currently still in its progress, but a full explanation of what is wanted in the game will be provided at first team meeting.

-Ki-aka-Kyle

   Tue Oct 9, 2007    Reply         

Chech out the torque engine realmcrafter engine or the hero engine.



-cramse

   Wed Feb 13, 2008    Reply         

I recommenedI Want To Know About Creating An Mmorpghey!if your trying to make a good one,I suggest HERO Engine.It's the best easy way to make one.-reply by Rekx

   Wed Nov 26, 2008    Reply         

MMORPGI Want To Know About Creating An Mmorpg

I am watching the new web site at www.Nethercode.Com

They are creating their whole game with open source software.  They use Blender 3d for the characters and Dev C++ w/OpenGL for their engine... It is kind of neat

   Thu Feb 5, 2009    Reply         

hey all , I got few questions to ask. Me and few of my friends are planning to build an MMORPG game. Something like Silkroad , Cabal and Rakion , all in one. But we don't know how to begin. Yes we know , we have to learn some programming languages and so on. But how long does is gonna take us to learn that?? I mean if it takes more then a year to understand that language then screw it , but if it takes 2-5 months then I'm in!!If anyone got any suggestions or opinion to express , just feel free to do that. Thx ;P

-reply by kaWs

 

   Tue Apr 14, 2009    Reply         

So you got a game in mindI Want To Know About Creating An Mmorpg

So you have an idea for a game. Congratz. You don't know anything about programming. Well theres a glitch. Now, what is important your game getting created or you programming it. If you don't know how to program right now you mmight get burnt. Are you doing this for profit, for fun?? If you have a good Idea for a game. Sell it. Selling it will insure it gets created. If you cant let it go, then find some guys online, that you know  or would get to know have a concept meeting. Sign a few contracts and divide your game. There are dozens of people out there that want to create games, have the knowledge to but get stumped when it comes to the imagination. Find them. For many reasons the later of the two choices is best. 1: your game gets made. 2 you will get it done soon before it is outdated. 3. You can work with guys who know the job, learn from them basic programming, they may teach you. 4 If you do make money from the game you may get a higher profit. 5- Ypu wont sit around obbssessed wwwiiitttthhh oonnee idea. 6. Youll make friends/ thats sweet. Good luck mate 

-reply by BayBritBameBrogramme

   Mon Aug 10, 2009    Reply         

answer to the creating mmorpg topicI Want To Know About Creating An Mmorpg

I used scripting but its very hard to control  I have studied 5 years for it and I control it now but if you didnt study something like this it would be very hard, try to start with something like blender or something make a very easy game and give it updates but first do a bit of basic stuf like bulding an avatar or and home ive needed 2 years to build a game like runescape with 30 people, but u can also use someones else scripts. But thats stealing 

-reply by daniel

 

   Mon Jun 21, 2010    Reply         

Quickly Post to I Want To Know About Creating An Mmorpg How and what language to use w/o signup Share Info about I Want To Know About Creating An Mmorpg How and what language to use using Facebook, Twitter etc. email your friend about I Want To Know About Creating An Mmorpg How and what language to use Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print

Similar Topics:

Creating A New Language?

hey is there a way to create a new language, like are there any programs or anything? ...more

   11-Jun-2005    Reply         

How To Learn A Programming Language

How to Learn a Programming Language 1. Choose a programming language. Pythonand Turtle Graphics are good starter languages. they are very straightforward and easy to learn. Also, there is a module called Pygame available that makes handling windows a breeze. Ano ...more

   16-Aug-2007    Reply         

What Language Is That?

While browsing the internet, you've most likely heard people mention different web scripting languages? What are they? What do they do? What do they stand for? You'll find all the answers here! I've tried to list some of the most common languages for your benefit HTML ...more

   06-Sep-2007    Reply         

Creating Mmorpgs    Creating Mmorpgs (8) (0) Good Java Game Programming Book Here is a book i wanted to share...  Good Java Game Programming Book Here is a book i wanted to share...