]> icculus.org git repositories - divverent/nexuiz.git/blob - data/game_reset.cfg
preparations for slowmo/low gravity mutators
[divverent/nexuiz.git] / data / game_reset.cfg
1 // we're starting a server, but if a map is already running, we have to\r
2 // reset any pre-existing configurations so that capture the flag for example\r
3 // won't stick around when the user starts a new dm map.\r
4 \r
5 // clean up campaign stuff\r
6 alias _mutator_reset_0 ""\r
7 alias _mutator_reset_1 "exec mutator_reset.cfg"\r
8 _mutator_reset_$g_campaign\r
9 \r
10 set g_tdm 0\r
11 set g_ctf 0\r
12 set g_domination 0\r
13 set g_runematch 0\r
14 set g_lms 0\r
15 set g_arena 0\r
16 set g_campaign 0\r
17 set teamplay 0\r
18 set gamecfg 0\r