Persistant character stats

Posted By: DeLukse

Persistant character stats - 05/22/07 11:04

I need some help building a database that can transfer info with gamestudio engine
so as to have persistant characters!?!?
Posted By: TSG_Torsten

Re: Persistant character stats - 05/22/07 15:31

Sorry, I don't know exactly what you mean.

Anyway, you can use file_open_write/file_open_read to get text-based files.

You can read strings by file_str_read. file_str_read reads the string until a "," is be found. Then you have to use file_str_read again and read the next string.

This way I had programmed an online level database.

I hope that I could help you.

Greetings
TSGames
Posted By: alphaindigo

Re: Persistant character stats - 05/23/07 08:36

i think sowmeonw wrote a mysql plug in for 3dgamestudio .. here is the thread. That should work if you know how to use mysql (not that difficult to learn)
Posted By: DeLukse

Re: Persistant character stats - 05/23/07 10:47

Where/How do i learn to write MySQL code??(i asume this is what i need)
Posted By: D3D

Re: Persistant character stats - 05/24/07 11:02

Vistit www.mysql.com and download the documentation. Also search the web for free tutorials. There are softwares that allow you to write your sql script very easy, but you need the basics, thus i'd recommend reading the documentation and search the web. That is how i've learned it somehow
© 2024 lite-C Forums