Web Hosting Talk







View Full Version : Building an online RPG - playble online


gamemaster
07-08-2004, 03:51 PM
I have recently been interested in creating my own online game. What I want to know is if there is a program available for free in which I can create an adventure type RPG game for players to play online? Something similar to:
http://www.illumia-rpg.com/playgame.html
(scroll down to launch game)
Any help will be appreciated.

kneuf
07-08-2004, 04:47 PM
i doubt there is a program that can let you do it, so you will have to probably create it yourself or hire someone else to do it. you would probably need to know php and some sort of database as well as javascript. it would probably be easier to do in flash than php.

-my $0.02

gamemaster
07-08-2004, 04:50 PM
The cost of hiring someone to create something like that I am sure is massive, but I have not given up hope that there is a script available somewhere out there, if even for a charge. I have found many programs to do it actually, but only for offline use. :(

kneuf
07-08-2004, 07:42 PM
ya, i have seen the offline ones. there is probably no demand for a online type so there would probably be none. you might be out of luck unless you know how to program it yourself or hire a programmer. but, you can always look. look under the programming resources thread to see websites that might contain what you need.

gamemaster
07-08-2004, 08:37 PM
Yeah, I know I can do that, I was hoping others may know of something more specific, hence the thread.

KamiDev
07-08-2004, 11:45 PM
I don't know if the program supports online capabilities, BUT, there is a program called "RPGMaker2004" that is rather good. It makes RPG's with a somewhat easy-to-use interface.

gamemaster
07-08-2004, 11:57 PM
I know about RPG Maker 2000, but did not know they had one for 2004. As far as I know it is not for online use.

w3needs
07-09-2004, 12:01 AM
Hello...

You might try out something like gametutorials.com or gamedev.net in their forums. This way, you are actually finding people that program in that genre, just gotta find the programmer to match.

I hope that my advice helps, and sorry it couldn't be more.

Have a good one!
Jim

DarkG
07-11-2004, 11:28 PM
I would suggest doing it in php/mysql. So you could either learn to do it yourself or pay a web developer to code you one.

I have seen a trend of people/sites that have created them to sell them here at wht for about $200 per copy.

;-) good luck

DarkG

svede
07-12-2004, 02:19 AM
I code some online games....a rpg maker is possible but not as custom and powerful and your own game.....too cloney usually

thx
Svede :)

sc_freak
07-12-2004, 03:00 AM
Top Web Game has a phpBB template, $100 US to purchase, but you can't sell or redistribute the codes. The best thing is to learn PHP, MYSQL (or other db) and code it yourself. Maybe hire other coders or get help. It takes a long time if you do it alone.

gamemaster
07-12-2004, 07:16 AM
Thanks for your replies, bu if you can provide some links that will be helpful.

Takinghold
07-12-2004, 08:50 AM
you could ask the makers of runescape(www.runescape.com) how they made theres, but i believe they use javascript and php.

pergesu
07-12-2004, 09:48 AM
Nah, RuneScape is all done in Java. It'd take a long, long time to learn everything necessary to code something like RuneScape. Then it'd take a long, long time to actually code it. Probably best to hire someone to do this, if it's that important to you.

gamemaster
07-12-2004, 09:52 AM
Really I want something simple for some members to use. The intention is not to become rich out of this ;) I have been looking at MUDS which are text based - it would be good to get something like that where graphics can be added and it is playable online.

Takinghold
07-12-2004, 10:28 AM
It will be expensive, unless you do it yourself, learn it all and put a LOT of time into it :)

well good luck with it either way!