Spawntimes + cfg
•
20 Jul 2007, 13:40
•
Journals
I was wondering since on most maps spawntimes are 30 for axis and 20 for allies, so instead of making 1000 autoexec files, maybe someone can tell me what maps have different spawntimes, and maybe if there are spawntime differences between 3on3 and 6on6 configs on certain maps...
Also is it possible to use like in autoexec.cfg some autoexec radar {} thingie etc just like u can do on a server?
Thnx,
Me
Also is it possible to use like in autoexec.cfg some autoexec radar {} thingie etc just like u can do on a server?
Thnx,
Me
no
it goes like this:
when i press "-" (on my pad) i can choose between 5,10,15,20,25 & 30
i choose the one i want, and hit "+" whnever they spawn
<333333333333333333
i will try find link for the original.. its kinda complicated tought
(explnation & stuff @ docs folder)
bind 9 "vstr timerSet-toggle"
set enemy-spawned "echo ^f-> ^gEnemy Spawned"
set timerSet-time "timerSet 20"
set timerSet-toggle "vstr timerSet30"
set timerSet-TimerInput "openTimerInput; set timerSet-time resetTimer; set timerSet-toggle vstr timerSetxx"
set timerSet20 "set timerSet-time timerSet 20; set timerSet-toggle vstr timerSet30; echo ^f>> ^gTimer Set: 20; play sound/menu/select.wav"
set timerSet30 "set timerSet-time timerSet 30; set timerSet-toggle vstr timerSetxx; echo ^f>> ^gTimer Set: 30; play sound/menu/select.wav"
set timerSetxx "set timerSet-time vstr timerSet-TimerInput; set timerSet-toggle vstr timerSet20; echo ^f>> ^gTimer Set: Input; play sound/menu/select.wav"