Several questions on Torque3D : multiplayer
by ApocKalipsS ApocKalipsS · in Torque 3D Beginner · 11/18/2012 (6:35 am) · 2 replies
Hello,
I was looking to make a little 3D multiplayer game with Torque3D.
I'm wondering if it's possible to do a login system, with a player account, etc..
For example, a player starts the game, and here he can type his username/password to login, or create an account, and the game connects to a database server to check if the account is created or not.
When he joins the server, multiple datas are sent by the server: the weapons the player has, the time of the server, etc...
When he disconnect, every item he got are saved into the SQL database.
Is it possible ?
Thank you.
I was looking to make a little 3D multiplayer game with Torque3D.
I'm wondering if it's possible to do a login system, with a player account, etc..
For example, a player starts the game, and here he can type his username/password to login, or create an account, and the game connects to a database server to check if the account is created or not.
When he joins the server, multiple datas are sent by the server: the weapons the player has, the time of the server, etc...
When he disconnect, every item he got are saved into the SQL database.
Is it possible ?
Thank you.
#2
The Initial Resource (All Requirements Included)
XXZ568 T3D 1.2 Update
11/18/2012 (9:22 pm)
You could use my XXZ568 resource, not only will you get the username/password system you're looking for, but it will give your users additional account security via RSA/AES, which is a good thing!The Initial Resource (All Requirements Included)
XXZ568 T3D 1.2 Update
Ahsan Muzaheed
Default Studio Name
When he joins the server, multiple datas are sent by the server: the weapons the player has, the time of the server, etc...
When he disconnect, every item he got are saved into the SQL database."
all of this can be done in torque script.
but security is a question in that case.
to use database.
there is a resource to integrate sqLite with t3d.
u can try that.
+ do a search in resource section.i think u will get resources (more then 1) on your need.