Game Development Community

Lobby system, matchmaker for T3D?

by pilotcap232 · in Torque 3D Professional · 07/14/2012 (11:32 am) · 1 replies

Been searching forums, but cant seem to find anything related to lobby system with matchmaking resource or topic for T3D.

looking to use it for a moba/rts style game project


Will appreciate if can point me to the right direction. or suggestions

thank you

#1
07/15/2012 (8:26 am)
I had a pre-game lobby code working for my old FPS project, and I'm currently working on a new one for my new project.

phantomdev.net/staff/phantom139/images/PGLwithContainers.png
As for matchmaking, you'll need to do some fun [PHP <-> Torque] kind of programming to match players based on different factors and then write the code to connect them to each other. I started this code a while back, but never got to finishing it.