Spawntimes + cfg

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
Comments
18
QuoteAlso is it possible to use like in autoexec.cfg some autoexec radar {} thingie etc just like u can do on a server?


no
To bad, hopefully in etpro 3.2.7 then =,(
Parent
autoexec_radar.cfg will automagicly exececute when radar is loaded
then why do you want it in your normal autoexec.cfg using { .. }
Parent
takes less files
Parent
i use spawntimer that i set the choosen spawntime and then hit it whenever they sapwn
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
can I have it? btw why spawntime 5 10 and 15?
Parent
i just downloaded it 5 & 10 dono.. and 15 on some maps there is spawntime 15 for allies
i will try find link for the original.. its kinda complicated tought
Parent
15 in sw_oasis, and i think normal too
Parent
missing 35 for et_beach
Parent
yeah i know, not playing beach anyway
Parent
i still believe in my feeling only. no scripts ffs
why not use my spawntimer, you dont need to enter anything just by pressing 1 button
why do u use a script? if u know the spawntime just look sometimes on the clock and slowly you'll get a feeling for it
bind 0 "vstr timerSet-time; vstr enemy-spawned; play sound/menu/select.wav"
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"
Back to top