Game Development Community

Player Accounts

by Adam Beer · in Torque Game Engine Advanced · 06/04/2008 (8:58 am) · 1 replies

For a long time now I have been trying to get player accounts working with my game. What I need is the ability to have a player login in Torque and have a database on my website let the game know if the login details the user provided were correct. I have seen a few resources on here, but all of them dont work for me. Any resource that had a php file for querying in it, didnt work because instead of just returning the Y on N, it returned header information too. Is there any other solutions that others have done for something like this?

#1
06/04/2008 (1:02 pm)
We implemented a simple authentication system using TCPObject and integrated SSL to secure it.. It seemed the best way to do it outside of a webpage type system