Game Development Community

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 )?

About the author

Recent Threads


#1
01/04/2010 (10:25 am)
Normal torque does networking and multiplayer, with two or more players.

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.
#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.