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?
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?
#2
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
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
www.torquepowered.com/community/resources/view/14666
It works fine and good.
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.
Torque 3D Owner Thomas Bang
To answer your question: You can use the http-Object in combination with PHP and MySQL.