Game Development Community

Login/Registration panel

by Cezary · in Torque 3D Professional · 08/15/2014 (10:34 am) · 2 replies

Is it possible to create in Torque3D a login/registration panel based on a database(MySQL) ?

About the author

Recent Threads


#1
08/15/2014 (10:52 am)
Like online accounts for stuff like progression or Free2Play games? I'm certain you can, but you'd have to edit the code to do so. I believe there was a resource to do so, but I can't find it.
#2
08/15/2014 (6:37 pm)
*swoops in* "Did somebody say authentication???"

Jokes Aside, that would be my resource for the PHP/MySQL auth system I wrote for T3D 1.2.

Lots of things in there to at least get you going in the right direction. Do realize, that this version was made for T3D 1.2, and there will likely be numerous differences to be had between 1.2 & MIT 3.5.1, so be sure to check over the code.