Never ending mission ...
by Ken Finney · in Torque Game Engine · 09/05/2001 (8:32 pm) · 2 replies
.. to explore new worlds, to... oops, wrong topic.
Actually, how can I set up the server, so that a mission never ends ? I tried setting the time to 0, but it stills restarts the mission after a long while (never measured it). Is this gonna be one of those "dive into the source code thingies ...?
Regards,
CERDIP
Actually, how can I set up the server, so that a mission never ends ? I tried setting the time to 0, but it stills restarts the mission after a long while (never measured it). Is this gonna be one of those "dive into the source code thingies ...?
Regards,
CERDIP
About the author
Torque Owner Tim Gift
Look for resetServerDefaults() in server/scripts/server.cs The function is called from server/scripts/clientConnection.cs when the last player leaves.