//****************************************************************************** // _____ _ _ __ // | _ | | | | | / _| // | | | |_ __ ___ _ __ | | | | __ _ _ __| |_ __ _ _ __ ___ // | | | | '_ \ / _ \ '_ \| |/\| |/ _` | '__| _/ _` | '__/ _ \ // \ \_/ / |_) | __/ | | \ /\ / (_| | | | || (_| | | | __/ // \___/| .__/ \___|_| |_|\/ \/ \__,_|_| |_| \__,_|_| \___| // | | We don't make the game you play. // |_| We make the game you play BETTER. // // Website: http://openwarfaremod.com/ //****************************************************************************** // MAP ROTATION // ALL VARIABLES WORK IN RANKED AND UNRANKED MODES //****************************************************************************** // PLEASE REMEMBER TO UNCOMMENT THE LINES BY REMOVING THE DOUBLE SLASHES (//) // WHEN CHANGING A VALUE. PLEASE DO NOT UNCOMMENT LINES SET TO DEFAULT VALUES. //****************************************************************************** //****************************************************************************** // GAMETYPES SUPPORTED BY OPENWARFARE //****************************************************************************** // "ass" - Assassination (map must support Sabotage) // "bel" - Behind Enemy Lines (map must support Team Deathmatch) // "ch" - Capture and Hold (map must support Sabotage) // "ctf" - Capture the Flag (map must support Sabotage) // "dm" - Free for All // "dom" - Domination // "ftag" - Freeze Tag (map must support Team Deathmatch) // "gr" - Greed (map must support Free for All and Headquarters) // "gg" - Gun Game (map must support Free for All) // "koth" - Headquarters // "hns" - Hide And Seek (map must support Team Deathmatch) // "lms" - Last Man Standing (map must support Free for All) // "lts" - Last Team Standing (map must support Team Deathmatch) // "oitc" - One In The Chamber (map must support Free for All) // "re" - Retrieval (map must support Search & Destroy) // "sab" - Sabotage // "sd" - Search & Destroy // "ss" - Sharp Shooter (map must support Free for All) // "war" - Team Deathmatch // "tgr" - Team Greed (map must support Sabotage) // "kc" - Kill confirmed // "tdf" - Team Defender // "jn" - Juggernaut // "tjn" - Team Juggernaut // "dem" - Demolition // "inf" - Infection // "aon" - Free For All ( AoN ) //****************************************************************************** // Default gametype used when the gametype is not specified in the map rotation set g_gametype "dm" // Controls how many "fast restarts" of the current map should happen when the // game ends before rotating to the nex map // Allowed values: 0-500 (default is 0) // set scr_eog_fastrestart "0" //****************************************************************************** // AUTOMATIC ROTATION WHEN EMPTY //****************************************************************************** // Controls whether the server should rotate the map if empty for a certain time // 0 = Disabled (default), 1 = Enabled set scr_rotateifempty_enable "1" // Time to automatically rotate the current map when empty // Allowed values: 60-3600 (default is 600) // set scr_rotateifempty_time "60" // If there are still players (in same team) or a single player a message will be // shown before forcing a rotate. // Allowed values: 0-60 (default is 15) // set scr_rotateifempty_grace_period "15" //****************************************************************************** // MAP ROTATION OPTIONS //****************************************************************************** // Enable map rotations based on amount of players connected to the server. // Once enabled the server admin can add _low, _medium, or _high to the map // rotations variables that will be automatically activated by the server based // on the number of players connected // 0 = Disabled (default), 1 = Enabled // set sv_mapRotationLoadBased "0" // Scramble the map rotation when the server starts // 0 = Disabled (default), 1 = Enabled // set sv_mapRotationScramble "0" //****************************************************************************** // AUTO-GENERATED MAP ROTATION (AUTO-GENERATED ROTATIONS WILL BE SCRAMBLED) //****************************************************************************** // Controls whether or not the server should generate the map rotation // 0 = Disabled (default), 1 = Enabled // set scr_mrcs_auto_generate "0" // Gametypes that will be used to auto-generate the map rotation (default is all the // gametypes supported by OpenWarfare) // set scr_mrcs_auto_gametypes "ass;bel;ch;ctf;dom;dm;ftag;gr;gg;koth;hns;lms;lts;oitc;re;sab;sd;ss;war;tgr" // Maps that will be used to auto-generate the map rotation (default is all the stock // maps). Format is "mp_mapname:gametype,gametype;mp_mapname:gametype,gametype;...". // If no gametype is listed for the map the default gametypes in scr_mrcs_auto_gametypes. // For example, "mp_carentan;dm,war;mp_overgrown". Multiple lines are supported. // set scr_mrcs_auto_maps_1 "mp_bloc;mp_bog;mp_countdown;mp_crash;mp_creek;mp_farm;mp_killhouse;mp_overgrown;mp_pipeline;mp_shipment;mp_showdown;mp_strike;mp_cargoship" //****************************************************************************** // MAP ROTATION SETTINGS //****************************************************************************** // ATTENTION! //****************************************************************************** // Servers with big map rotations need to split them in several variables if // the string containing the map rotation exceeds the 1024 characters. To do // this please set up the rotation by using the auxiliary variables: // set sv_mapRotation "blah blah blah..." // set sv_mapRotation_1 "blah blah blah..." // set sv_mapRotation_2 "blah blah blah..." //****************************************************************************** //****************************************************************************** // ASS -- ASSASSINATION //****************************************************************************** // set sv_mapRotation "gametype ass map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // BEL -- BEHIND ENEMY LINES //****************************************************************************** // set sv_mapRotation "gametype bel map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // CH -- CAPTURE AND HOLD //****************************************************************************** // set sv_mapRotation "gametype ch map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // CTF -- CAPTURE THE FLAG //****************************************************************************** // set sv_mapRotation "gametype ctf map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // DM -- FREE FOR ALL -- DEATHMATCH //****************************************************************************** set sv_mapRotation "gametype dm map mp_showdown gametype dm map mp_summit gametype dm map mp_offices_v3 gametype dm map mp_locality gametype dm map mp_inferno gametype dm map mp_gaddar gametype dm map mp_frontier gametype dm map mp_freeb gametype dm map mp_brokenroad gametype dm map mp_base gametype dm map mp_final gametype dm map mp_agroprom gametype dm map mp_aerodrome gametype dm map mp_karachi" //****************************************************************************** // DOM -- DOMINATION //****************************************************************************** // set sv_mapRotation "gametype dom map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // FTAG -- FREEZE TAG //****************************************************************************** // set sv_mapRotation "gametype ftag map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // GG -- GUN GAME //****************************************************************************** // set sv_mapRotation "gametype gg map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // JN -- JUGGERNAUT //****************************************************************************** //set sv_mapRotation "gametype jn map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // KC-- KILL CONFIRMED //****************************************************************************** //set sv_mapRotation "gametype kc map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // GR -- GREED //****************************************************************************** // set sv_mapRotation "gametype gr map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // KOTH -- HEADQUARTERS //****************************************************************************** // set sv_mapRotation "gametype koth map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // HNS -- HIDE AND SEEK //****************************************************************************** // set sv_mapRotation "gametype hns map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // LMS -- LAST MAN STANDING //****************************************************************************** // set sv_mapRotation "gametype lms map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // LTS -- LAST TEAM STANDING //****************************************************************************** // set sv_mapRotation "gametype lts map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // OITC -- ONE IN THE CHAMBER //****************************************************************************** // set sv_mapRotation "gametype oitc map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // RE -- RETRIEVAL //****************************************************************************** // set sv_mapRotation "gametype re map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // SAB -- SABOTAGE //****************************************************************************** // set sv_mapRotation "gametype sab map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // SD -- SEARCH & DESTROY //****************************************************************************** // set sv_mapRotation "gametype sd map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // SS -- SHARP SHOOTER //****************************************************************************** // set sv_mapRotation "gametype ss map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // TDF-- TEAM DEFENDER //****************************************************************************** //set sv_mapRotation "gametype tdf map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // TGR -- TEAM GREED //****************************************************************************** //set sv_mapRotation "gametype tgr map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // TJN -- TEAM JUGGERNAUT //****************************************************************************** //set sv_mapRotation "gametype tjn map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // DEM -- DEMOLITION //****************************************************************************** //set sv_mapRotation "gametype dem map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // INF -- INFECTION //****************************************************************************** //set sv_mapRotation "gametype inf map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // Free For All ( AoN ) //****************************************************************************** //set sv_mapRotation "gametype aon map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // WAR -- TEAM DEATHMATCH //****************************************************************************** //set sv_mapRotation "gametype war map mp_killhouse map mp_bloc map mp_bog map mp_cargoship map mp_countdown map mp_crash map mp_shipment map mp_showdown map mp_strike" //****************************************************************************** // CUSTOM -- MAP ROTATION //****************************************************************************** //set sv_mapRotation "gametype dm map mp_showdown gametype dm map mp_summit gametype dm map mp_offices_v3 gametype dm map mp_locality gametype dm map mp_inferno gametype dm map mp_gaddar gametype dm map mp_frontier gametype dm map mp_freeb gametype dm map mp_brokenroad gametype dm map mp_base gametype dm map mp_bandit gametype dm map mp_aquadukt gametype dm map mp_final gametype dm map mp_agroprom gametype dm map mp_aerodrome gametype dm map mp_karachi"