can anyone explain how to work with database in the TGEA??
by Adithyaa Srikkanth · in Technical Issues · 02/10/2009 (8:31 pm) · 2 replies
for my project i want to store the all players and i want to update the players information like their score.for example in the cricket game all players information(their highest score, total runs,number of centuries and number of wickets taken). in this manner i want to maintain the players information. so can one of you please explain how to do this????
#2
02/13/2009 (6:02 am)
As Ben mentions there are a number of database resource on the site for including in your game but keep in mind that it's a slow operation accessing a database from a game engine so try and minimise it or create a seperate system to handle database reading/writing.
Torque 3D Owner Benster
Internal Inferno
Search on the word "database" in the Resources section.
The questions that I am still researching are encryption of data, so players can't fiddle their scores, and cross-platform.