PDA

View Full Version : Hod do u make your own text mmorpg


Constantgamer
06-05-2006, 11:07 AM
Everyine has been telling me if i want an easy way to make a text mmorpg than do it myself???? how o i make it myself???

lothia
06-05-2006, 11:13 AM
Well this area is for Geneneral Programming meaning non gaming ;). Any ways making a game yourself is in no way the easiest. But if you want a game made it is, because no one will make a game for you for free. There are many sites where you may hire people ranging $50-$350 for basic things. Any ways I posted on your other one, for a text based MMORPG, you will need to know two main languages. These are php and html. People here are more into the C++, Visual Basic and all that but there are a few that know these languages quite well. HTML and PhP is the coding that made these sides. If you have FireFox (it is like IE)(http://www.mozilla.com/firefox/) you can right click and then view source to get a idea as to what you are getting into.

RemixAngel
06-06-2006, 06:43 AM
these all text rpgs, or mmos are refered to as mudz, mushs, moos
if you want to make you own, i would suggest going to www.mudconnect.com

TwitcH
06-06-2006, 11:17 AM
Learn a language:

http://www.programmingtutorials.com/

Grab a CodeBase:

http://www.andreasen.org/newmud/

And start tweakin sunshine!
If you get anywhere with it, do come back and show it off eh!. Or if you need any help along the way, you know where we are ;) Good Luck.

Oh and theres these guides here that might help your *** along:

http://www.gignews.com/morrow1.htm
http://www.gignews.com/morrow2.htm

/tlm | OnRPG Crew

dedge
07-07-2006, 07:16 PM
Yuppers, Those People Above Me Pointed You In The Right Direction. PHP And HTML, The Perfect Combo For A Simple Game...I Just Use 3 Things

-PHP
-HTML
-MySQL Database

If You Want To See What Kind Of Games These Things Can Do, I Suggest You Go To One Of These Three Sites...
*******
http://dsrpg2.co.uk -Lots Of People, Pretty High Up There
http://newage3.com -Pretty Famous....In This Genre
http://dedge.awardspace.com -My Game
*******
If Thats The Type Of Game You Want To Make, Grab Some Tutorials Off The Internet (Google: PHP TUTORIALS). Or Purchase "PHP Game Programming"...Good Book, Covers Basics Of HTML You Will Need, And A Full And Well Done Tutorial Into PHP.

Cj Shadows
07-11-2006, 06:45 PM
Yea thats all basicly right, you really need to get into PhP and MySQL Database to get the game, html is really for the site I think. And if you want to know how to make the text in a MMORPG like Runescape I think you have to program a text database DLL.

Dennisphpmaster
08-06-2006, 05:50 AM
You have 2 choises 1 you can get a staff of programers 2. You can start with HTML then JavaScript, Then PHP then you can make one it took me months to learn on that now i'm going to learn Java or C++ to make even better RPG's

naruto1327
08-06-2006, 08:53 PM
To make a text based mmorpg, HTML and PHP are the most important things, but css can add a little flashiness to it.