Game Development Community

Database?

by Bob Mann · in Torque Game Engine · 10/26/2010 (1:54 am) · 3 replies

I have a simple question.
How to make a simple database.
I am somewhat "new" to TGE but have some experience.
I have read some SQL tuts but most of them seem like they need some kind of engine modification.
Is it possible to make an online database with out an engine mod?

Edit: Also any one have anything related to master/auth server?


#1
10/26/2010 (7:50 pm)
You do not have TGE. You have Torque3D.

To answer your question: You can use the http-Object in combination with PHP and MySQL.
#2
11/08/2010 (7:04 pm)
OR,
You need to modify the Engine like I did to make your own console functions to access the database. If interested I can post.
Cheers
#3
11/08/2010 (10:25 pm)
To setup Master Server Refer this forum.

www.torquepowered.com/community/resources/view/14666

It works fine and good.