Game Development Community

Torque 2D Database Connection

by Brown Student (#0028) · in Torque Game Builder · 01/16/2010 (6:16 pm) · 2 replies

I know that a couple of other people have asked this but i have not found the answer yet. I am building an MMORPG. Right now its just a demo so i Torque 2D works well for this. However we are moving into full development soon.

My Question is this. Is there a way to connect Torque 2D to a Database to dynamically call objects and tables and then write to the same database. We want to use MySQL. I know it isnt built in but if someone could help me it would be much appreciated.

About the author

Recent Threads


#1
01/17/2010 (11:00 am)
I was able to integrate an old ODBC resource (do a search, I use the one from Jonathon Stevens) from TGEA into TGB with no real issues (it's a pretty clean resource to implement). You'll need access to the source code to do it though, since it's code and not script.
#2
01/23/2010 (11:50 am)
...