Game Development Community

Starter.fps game ends after 10 minutes

by Bristow · in Torque Game Engine · 04/27/2006 (11:18 am) · 5 replies

How do I change the starter.fps so the "round" no longer ends after 10 minutes and then goes to the "high score" screen

#1
04/27/2006 (11:24 am)
Server/scripts/game.cs
// Game duration in secs, no limit if the duration is set to 0
$Game::Duration = 0; //20 * 60;
As you can see, setting it to '0' gives you unlimited time. The commented out bit '20 * 60' would be a 20 minute match and so on.
#2
04/27/2006 (11:25 am)
Look in server/scripts/games.cs

[edit]
beaten to the punch
#3
04/27/2006 (11:31 am)
In the starter.fps/server folder, check the defaults file for server settings

Don't everybody talk at once, lol
#4
04/27/2006 (11:34 am)
How's that for effiency!!! We should all recieve a presigious award from GG for our helpful nature!!! :)
#5
04/27/2006 (1:09 pm)
Wow that was quick

thank you