Kossori
06-11-2005, 05:50 AM
Lets face it, the 12 minute timer sucks. I did some looking around and apparently there is a way:Open up the file gpm_cq.py with notepad, it's under Battlefield 2 Standalone Demo Server\mods\bf2\python\game\gamemodes
Locate the line
host.registerHandler('TimeLimitReached', onTimeLimitReached, 1)
Place a # in front of it so it appears like
#host.registerHandler('TimeLimitReached', onTimeLimitReached, 1)
This will make the 12 min timer still appear but once it hits 0:00 the clock will disappear.
From what I gather, once the clock is gone the game ends when someone actually wins (a team loses all its tickets).
Locate the line
host.registerHandler('TimeLimitReached', onTimeLimitReached, 1)
Place a # in front of it so it appears like
#host.registerHandler('TimeLimitReached', onTimeLimitReached, 1)
This will make the 12 min timer still appear but once it hits 0:00 the clock will disappear.
From what I gather, once the clock is gone the game ends when someone actually wins (a team loses all its tickets).