Game Development Community

Serve different missions

by AlexanderSLG · in Torque Game Engine · 05/18/2007 (8:25 am) · 2 replies

How does one serve more than one mission on a server? (think a MOFPS where there are different mission rooms where people can frag each other) Can Torque do this, or do I need to have different servers/threads running the different missions?

#1
05/18/2007 (8:42 am)
I believe that you would need a seperate server process for each mission. It may be possible to have one server setup to spawn other processes as necessary.
#2
05/18/2007 (8:44 am)
Theres a resource for sending players to either a different server or the same server on a different port. I haven't been able to get it test it through my router yet. Resource Here