Game Development Community

Database connection and char login information

by Phil Herrin · in Torque Game Engine · 08/10/2007 (8:23 pm) · 1 replies

Been searching the forums and found some old posts and resources that referenced older versions of TGE. But not able to find versions that support 1.5.

What I am trying to do is setup a database that stores just the user name and password information and is called via a php page for added security.

The user would start up the program and have to use thier login name and password to log into the world.
To create new users could be done either via the TGE program OR via a web page interface.

Also being a complete noob does anyone have a pointer to a good tutorial on how to do all that and or to expand it further down the road to save inventory, logoff location, stats, etc to the database?

Thank you

#1
08/10/2007 (9:22 pm)
The Advanced 3D Game Programming All-In-One book actually has a chapter about this. I can't post the source but check it out at a local book store.

Thx!
- BigPapa