Game Development Community

RPG Database of character

by Jon Law · in Technical Issues · 01/07/2006 (9:11 pm) · 1 replies

I was just brainstoming about rpgs and was wondering if it would be posible to set up a mysql database containing info about each individual character in the game. then making a datablock for each race or somthing, and have the datablock access the database to find out what stats if would need and any other info.
If anyone has any ideas or insight i would be more than happy to hear about it.
thanks

#1
01/07/2006 (9:56 pm)
That would be easy to do combining Script and PHP. You may want to look into using SQLite as well. Do a search for PHP, MySQL, or even SQLite. There is a good bit of tutorials covering this.