diff --git a/zone/server.cfg b/zone/server.cfg index 86fedc8..5e240a9 100644 --- a/zone/server.cfg +++ b/zone/server.cfg @@ -75,43 +75,59 @@ exec "gamedata/gamesettings/mp/gamesettings_tdm.cfg" // Change this to the g //set gametype "tdm" // Set the gametype in the map rotation for now set cg_thirdPerson "0" // third-person mode -////////////////////////////////////////////////////////// -// MAP SHORT NAMES ROTATION LIST // -////////////////////////////////////////////////////////// -// // -// Aquarium - mp_biodome // -// Breach - mp_spire // -// Combine - mp_sector // -// Evac - mp_apartments // -// Exodus - mp_chinatown // -// Fringe - mp_veiled // -// Havoc - mp_havoc // -// Hunted - mp_ethiopia // -// Infection - mp_infection // -// Metro - mp_metro // -// Redwood - mp_redwood // -// Stronghold - mp_stronghold // -// Nuk3town - mp_nuketown_x // -// // -// Berserk - mp_shrine // -// Citadel - mp_ruins // -// Cryogen - mp_cryogen // -// Empire - mp_rome // -// Gauntlet - mp_crucible // -// Knockout - mp_kung_fu // -// Micro - mp_miniature // -// Outlaw - mp_western // -// Rift - mp_conduit // -// Rise - mp_rise // -// Rumble - mp_arena // -// Rupture - mp_city // -// Skyjacked - mp_skyjacked // -// Spire - mp_aerospace // -// Splash - mp_waterpark // -// Verge - mp_banzai // -// Fringe Night - mp_veiled_heyday // -// Redwood Snow - mp_redwood_ice // -// // -////////////////////////////////////////////////////////// +///////////////////////////////////////////////////// +// MAP SHORT NAMES ROTATION LIST // +///////////////////////////////////////////////////// +// // +///////////Base Game Maps//////////////////////////// +// // +// Aquarium - mp_biodome // +// Breach - mp_spire // +// Combine - mp_sector // +// Evac - mp_apartments // +// Exodus - mp_chinatown // +// Fringe - mp_veiled // +// Havoc - mp_havoc // +// Hunted - mp_ethiopia // +// Infection - mp_infection // +// Metro - mp_metro // +// Redwood - mp_redwood // +// Stronghold - mp_stronghold // +// Nuk3town - mp_nuketown_x // +// // +///////////Awakening DLC///////////////////////////// +// // +// Gauntlet - mp_crucible // +// Rise - mp_rise // +// Skyjacked - mp_skyjacked // +// Splash - mp_waterpark // +// // +///////////Eclipse DLC/////////////////////////////// +// // +// Knockout - mp_kung_fu // +// Rift - mp_conduit // +// Spire - mp_aerospace // +// Verge - mp_banzai // +// // +///////////Descent DLC/////////////////////////////// +// // +// Berserk - mp_shrine // +// Cryogen - mp_cryogen // +// Empire - mp_rome // +// Rumble - mp_arena // +// // +///////////Salvation DLC///////////////////////////// +// // +// Citadel - mp_ruins // +// Micro - mp_miniature // +// Outlaw - mp_western // +// Rupture - mp_city // +// // +///////////Bonus Maps//////////////////////////////// +// // +// Fringe Night - mp_veiled_heyday // +// Redwood Snow - mp_redwood_ice // +// // +///////////////////////////////////////////////////// set sv_maprotation "gametype tdm map mp_biodome map mp_spire map mp_sector map mp_apartments map mp_chinatown map mp_veiled map mp_havoc map mp_ethiopia map mp_infection map mp_metro map mp_redwood map mp_stronghold map mp_nuketown_x map mp_shrine map mp_ruins map mp_cryogen map mp_rome map mp_crucible map mp_kung_fu map mp_miniature map mp_western map mp_conduit map mp_rise map mp_arena map mp_city map mp_skyjacked map mp_aerospace map mp_waterpark map mp_banzai map mp_veiled_heyday map mp_redwood_ice" \ No newline at end of file diff --git a/zone/server_cp.cfg b/zone/server_cp.cfg index 6335c8d..6162dc1 100644 --- a/zone/server_cp.cfg +++ b/zone/server_cp.cfg @@ -50,27 +50,28 @@ exec "gamedata/gamesettings/cp/gamesettings_coop.cfg" // Leave this as is set cg_thirdPerson "0" // third-person mode ////////////////////////////////////////////////////////////// -// MAP SHORT NAMES ROTATION LIST // +// MAP SHORT NAMES ROTATION LIST // ////////////////////////////////////////////////////////////// // // -// Safehouses // -// Mobile - cp_sh_mobile // -// Singapore - cp_sh_singapore // -// Cairo - cp_sh_cairo // +///////Safehouses///////////////////////////////////////////// // // -////////////////////////////////////////////////////////////// +// Mobile - cp_sh_mobile // +// Singapore - cp_sh_singapore // +// Cairo - cp_sh_cairo // // // -// Black Ops - cp_mi_eth_prologue // -// New World - cp_mi_zurich_newworld // -// In Darkness - cp_mi_sing_blackstation // -// Provocation - cp_mi_sing_biodomes // -// Hypocenter - cp_mi_sing_sgen // -// Vengeance - cp_mi_sing_vengeance // -// Rise & Fall - cp_mi_cairo_ramses // -// Demon Within - cp_mi_cairo_infection // -// Sand Castle - cp_mi_cairo_aquifer // -// Lotus Towers - cp_mi_cairo_lotus // -// Life - cp_mi_zurich_coalescence// +///////Missions/////////////////////////////////////////////// +// // +// Black Ops - cp_mi_eth_prologue // +// New World - cp_mi_zurich_newworld // +// In Darkness - cp_mi_sing_blackstation // +// Provocation - cp_mi_sing_biodomes // +// Hypocenter - cp_mi_sing_sgen // +// Vengeance - cp_mi_sing_vengeance // +// Rise & Fall - cp_mi_cairo_ramses // +// Demon Within - cp_mi_cairo_infection // +// Sand Castle - cp_mi_cairo_aquifer // +// Lotus Towers - cp_mi_cairo_lotus // +// Life - cp_mi_zurich_coalescence // // // ////////////////////////////////////////////////////////////// diff --git a/zone/server_zm.cfg b/zone/server_zm.cfg index 8345b25..1477c59 100644 --- a/zone/server_zm.cfg +++ b/zone/server_zm.cfg @@ -49,26 +49,42 @@ exec "gamedata/gamesettings/zm/gamesettings_zclassic.cfg" // Leave this as is set cg_thirdPerson "0" // third-person mode -/////////////////////////////////////////////////////////// -// MAP SHORT NAMES ROTATION LIST // -/////////////////////////////////////////////////////////// -// // -// Shadows of Evil - zm_zod // -// // -// Revelations - zm_genesis // -// Gorod Krovi - zm_stalingrad // -// Der Eisendrache - zm_castle // -// Zetsubou No Shima - zm_island // -// Ascension - zm_cosmodrome // -// Kino der Toten - zm_theater // -// Moon - zm_moon // -// Nacht der Untoten - zm_prototype // -// Origins - zm_tomb // -// Shangri-La - zm_temple // -// Shi No Numa - zm_sumpf // -// The Giant - zm_factory // -// Verrückt - zm_asylum // -// // -/////////////////////////////////////////////////////////// +/////////////////////////////////////////////////// +// MAP SHORT NAMES ROTATION LIST // +/////////////////////////////////////////////////// +// // +/////////Base Maps///////////////////////////////// +// // +// Shadows of Evil - zm_zod // +// // +/////////Awakening DLC///////////////////////////// +// // +// Der Eisendrache - zm_castle // +// // +/////////Eclipse DLC/////////////////////////////// +// // +// Zetsubou No Shima - zm_island // +// // +/////////Descent DLC/////////////////////////////// +// // +// Gorod Krovi - zm_stalingrad // +// // +/////////Salvation DLC///////////////////////////// +// // +// Revelations - zm_genesis // +// // +/////////Zombies Chronicles DLC//////////////////// +// // +// Ascension - zm_cosmodrome // +// Kino der Toten - zm_theater // +// Moon - zm_moon // +// Nacht der Untoten - zm_prototype // +// Origins - zm_tomb // +// Shangri-La - zm_temple // +// Shi No Numa - zm_sumpf // +// The Giant - zm_factory // +// Verrückt - zm_asylum // +// // +/////////////////////////////////////////////////// set sv_maprotation "gametype zclassic map zm_tomb" \ No newline at end of file