Does torque do this? If so where can i find more info before i buy...
by Mani2010 · in Torque Developer Network · 01/04/2010 (10:17 am) · 4 replies
"Networking/Multiplayer/two player/Lobby" and "Uploading a score to a website high scores page"
Does the normal torque3D ( without add-ons ) allow me to do these things? if so is there an example( game or tutorial )?
Does the normal torque3D ( without add-ons ) allow me to do these things? if so is there an example( game or tutorial )?
#2
01/04/2010 (10:35 am)
Thanks for the reply, my question about the website scores was can you communicate to a webserver from Torque3D or do you need an add on.
#3
01/04/2010 (11:54 am)
You can use the HTTPObject script object to communicate with your web server.
#4
01/04/2010 (1:36 pm)
Great, thats what i was looking for, thanks.
Associate Jaimi McEntire
King of Flapjacks
There is a lobby implementation here:
http://www.polystash.com/non_relevant_files/tgelobby_v12.zip
But I'm not sure it works with T3D without changes (worked with TGEA).
A website with high scores would be somewhat dependent on, well, your website.