Mapcycle.cfg

From ETQWPro Wiki Pages

Jump to: navigation, search


Notice: in order to refresh the mapcycle the server must be fully restarted.

configuration

Put below lines in server.cfg at the end

exec mapcycle.cfg

mapcycle.cfg

Save below lines to mapcycle.cfg in the same directory where server.cfg is located or replace existing lines of the code

//below command command helps in certain situations, can be replaced with si_rules sdGameRulesStopwach if you use match server
si_rules sdGameRulesCompetition

//////////////////////////////////////////////
// Mapcycle
set m01 "set g_nextMap $m02; spawnServer area22"
set m02 "set g_nextMap $m03; spawnServer ark"
set m03 "set g_nextMap $m04; spawnServer canyon"
set m04 "set g_nextMap $m05; spawnServer island"
set m05 "set g_nextMap $m06; spawnServer outskirts"
set m06 "set g_nextMap $m07; spawnServer quarry"
set m07 "set g_nextMap $m08; spawnServer refinery"
set m08 "set g_nextMap $m09; spawnServer salvage"
set m09 "set g_nextMap $m10; spawnServer sewer"
set m10 "set g_nextMap $m11; spawnServer slipgate"
set m11 "set g_nextMap $m12; spawnServer valley"
set m12 "set g_nextMap $m01; spawnServer volcano"

//////////////////////////////////////////////
// Initiate mapcycle
vstr m01


Personal tools