From f56ad036f15242a48ca34507eaf526a4f192fdac Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Fri, 13 Dec 2019 15:55:11 -0500 Subject: [PATCH] Map Rotation and Limits Redo of the Map Rotation into groups Added the execution of a Set MapLimits file for easy reference Evo now executes the Limits file you set at startup --- Classic/prefs/SetMapLimits.cs | 561 ++++++++++++++++++ Classic/prefs/evo_mapRotation.cs | 432 ++++++++------ Classic/prefs/serverPrefs.cs | 954 ++++++------------------------ Classic/scripts/serverDefaults.cs | 66 +-- 4 files changed, 1013 insertions(+), 1000 deletions(-) create mode 100644 Classic/prefs/SetMapLimits.cs diff --git a/Classic/prefs/SetMapLimits.cs b/Classic/prefs/SetMapLimits.cs new file mode 100644 index 0000000..5137cbe --- /dev/null +++ b/Classic/prefs/SetMapLimits.cs @@ -0,0 +1,561 @@ +// __ __ _ _ _ _ +// | \/ | | | (_) (_) | +// | \ / | __ _ _ __ | | _ _ __ ___ _| |_ ___ +// | |\/| |/ _` | '_ \ | | | | '_ ` _ \| | __/ __| +// | | | | (_| | |_) | | |____| | | | | | | | |_\__ \ +// |_| |_|\__,_| .__/ |______|_|_| |_| |_|_|\__|___/ +// | | +// |_| + +// To set when tribes can select a map(based on the current population of the server) when looking thru the rotation for a suitable Next map. +// The First number is the minimum. The Second number is the maximum. +// +// $Host::MapPlayerLimitsAcidRain_CTF = "8 32"; +// +// This Example shows a map with the mimimum of 8 for the map to be selected, and a max of 32. +// Furthermore, if you did not want to have a minimum or maximum you can just set these values to -1. +// +// To see if a Limit has indeed loaded. +// echo( $Host::MapPlayerLimitsSmallCrossing_CTF ); +// echo( $Host::MapPlayerLimitsHighOctane_CTF ); +// echo( $Host::MapPlayerLimitsSnowcone_CTF ); +// +// %min SPC %max is just the preset %min SPC(Space) %max in the "Set Values for this Group" section +// "8 32" or "-1 -1" or "-1 16" will also work. Just dont forget the quotes. +// As the list goes down %min %max will stay the same unless you change them (a new %min = ? %max = ?) etc + +// _____ _______ ______ +// / ____|__ __| ____| +// | | | | | |__ +// | | | | | __| +// | |____ | | | | +// \_____| |_| |_| +///////////////////////////////////////////////////////////////////// + +//Small Maps +///////////////////////////////////////////////////////////////////// + +//Set Values for this Group +%min = -1; +%max = 18; + +$Host::MapPlayerLimitsSmallCrossing_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_CanyonCrusadeDeluxe_CTF = %min SPC %max; +$Host::MapPlayerLimitsRoundTheMountain_CTF = %min SPC %max; +$Host::MapPlayerLimitsoasisintensity_CTF = %min SPC "12"; +$Host::MapPlayerLimitsMinotaur_CTF = %min SPC %max; +$Host::MapPlayerLimitsIsland_CTF = %min SPC %max; +$Host::MapPlayerLimitsTitForTat_CTF = %min SPC %max; +$Host::MapPlayerLimitsSmallMelee_CTF = %min SPC "12"; +$Host::MapPlayerLimitsSuperHappyBouncyFunTime_CTF = %min SPC "10"; +$Host::MapPlayerLimitsMachineeggs_CTF = %min SPC "10"; +$Host::MapPlayerLimitsMac_FlagArena_CTF = %min SPC "12"; +$Host::MapPlayerLimitsSmallTimeCTF_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_Hildebrand_CTF = %min SPC %max; +$Host::MapPlayerLimitsArenaDome_CTF = %min SPC "10"; +$Host::MapPlayerLimitsFirestorm_CTF = %min SPC %max; + +//Medium Maps +///////////////////////////////////////////////////////////////////// + +//Set Values for this Group +%min = 8; +%max = 32; + +$Host::MapPlayerLimitsHighOctane_CTF = %min SPC %max; +$Host::MapPlayerLimitsS5_Mordacity_CTF = %min SPC %max; +$Host::MapPlayerLimitsS5_Damnation_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_JaggedClaw_CTF = %min SPC %max; +$Host::MapPlayerLimitsS5_Massive_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Stonehenge_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Feign_CTF = %min SPC %max; +$Host::MapPlayerLimitsTheFray_CTF = %min SPC %max; +$Host::MapPlayerLimitsDangerousCrossing_nef_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_Skylight_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_Ocular_CTF = %min SPC %max; +$Host::MapPlayerLimitsDire_CTF = %min SPC %max; +$Host::MapPlayerLimitsberlard_CTF = %min SPC %max; +$Host::MapPlayerLimitsS8_Opus_CTF = %min SPC %max; +$Host::MapPlayerLimitsBeggarsRun_CTF = %min SPC %max; +$Host::MapPlayerLimitsSignal_CTF = %min SPC %max; +$Host::MapPlayerLimitsHeadstone_CTF = %min SPC %max; +$Host::MapPlayerLimitsS5_Centaur_CTF = %min SPC %max; +$Host::MapPlayerLimitsS8_Cardiac_CTF = %min SPC %max; +$Host::MapPlayerLimitsCirclesEdge_CTF = %min SPC %max; +$Host::MapPlayerLimitsS5_Icedance_CTF = %min SPC %max; +$Host::MapPlayerLimitsBulwark_CTF = %min SPC %max; +$Host::MapPlayerLimitsS5_Woodymyrk_CTF = %min SPC %max; +$Host::MapPlayerLimitsDiscord_CTF = %min SPC %max; +$Host::MapPlayerLimitsTenebrousCTF_CTF = %min SPC %max; +$Host::MapPlayerLimitsPariah_CTF = %min SPC %max; +$Host::MapPlayerLimitsPrismatic_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_WilderZone_CTF = %min SPC %max; +$Host::MapPlayerLimitsMirage_CTF = %min SPC %max; +$Host::MapPlayerLimitsS5_Mimicry_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Snowblind_CTF = %min SPC %max; +$Host::MapPlayerLimitsShortFall_CTF = %min SPC %max; +$Host::MapPlayerLimitsIceRidge_nef_CTF = %min SPC %max; +$Host::MapPlayerLimitsDisjointed_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_MuddySwamp_CTF = %min SPC %max; +$Host::MapPlayerLimitsBlink_CTF = %min SPC %max; +$Host::MapPlayerLimitsHighAnxiety_CTF = %min SPC %max; + +//Voteable but Not in Rotation +///////////////////////////////////////////////////////////////////// + +//Set Values for this Group +%min = 10; +%max = 32; + +$Host::MapPlayerLimitsSnowcone_CTF = %min SPC %max; +$Host::MapPlayerLimitsS5_Drache_CTF = %min SPC %max; +$Host::MapPlayerLimitsS5_HawkingHeat_CTF = %min SPC %max; +$Host::MapPlayerLimitsJadeValley_CTF = %min SPC %max; +$Host::MapPlayerLimitsS5_Sherman_CTF = %min SPC %max; +$Host::MapPlayerLimitsS5_Silenus_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_FrozenHope_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_IceDagger_CTF = %min SPC %max; +$Host::MapPlayerLimitsS5_Reynard_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Cinereous_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_OsIris_CTF = %min SPC %max; +$Host::MapPlayerLimitsCoppersky_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_Crevice_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_SubZero_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Titan_CTF = %min SPC %max; +$Host::MapPlayerLimitsConfusco_CTF = %min SPC %max; +$Host::MapPlayerLimitsFallout_CTF = %min SPC %max; +$Host::MapPlayerLimitsTheClocktower_CTF = %min SPC %max; +$Host::MapPlayerLimitsSoylentGreen_CTF = %min SPC %max; +$Host::MapPlayerLimitsSurreal_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_MidnightMayhemDeluxe_CTF = %min SPC %max; +$Host::MapPlayerLimitsNightdance_CTF = %min SPC %max; +$Host::MapPlayerLimitsRamparts_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_Celerity_CTF = %min SPC %max; +$Host::MapPlayerLimitsBlastside_nef_CTF = %min SPC %max; +$Host::MapPlayerLimitsInfernus_CTF = %min SPC %max; +$Host::MapPlayerLimitsNatureMagic_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Damnation_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_DangerousCrossing_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_DeadlyBirdsSong_CTF = %min SPC %max; + +//Vehicle Maps +///////////////////////////////////////////////////////////////////// + +//Set Values for this Group +%min = 12; +%max = 32; + +$Host::MapPlayerLimitsHostileLoch_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_BeachBlitz_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_Magnum_CTF = %min SPC %max; +$Host::MapPlayerLimitsLogans_Run_CTF = %min SPC %max; +$Host::MapPlayerLimitsRollercoaster_nef_CTF = %min SPC %max; +$Host::MapPlayerLimitsMoonDance_CTF = %min SPC %max; +$Host::MapPlayerLimitsRaindance_nef_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Magamatic_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_FrozenGlory_CTF = %min SPC %max; +$Host::MapPlayerLimitsLandingParty_CTF = %min SPC %max; +$Host::MapPlayerLimitsTitanV_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Crossfire_CTF = %min SPC %max; +$Host::MapPlayerLimitsVauban_CTF = %min SPC %max; +$Host::MapPlayerLimitsWindyGap_CTF = %min SPC %max; +$Host::MapPlayerLimitsSurro_CTF = %min SPC %max; +$Host::MapPlayerLimitsHarvestDance_CTF = %min SPC %max; +$Host::MapPlayerLimitsSubZeroV_CTF = %min SPC %max; + +//Vehicle Maps: Voteable, But Not in Rotation +///////////////////////////////////////////////////////////////////// + +//Set Values for this Group +%min = 12; +%max = 32; + +$Host::MapPlayerLimitsTWL2_RoughLand_CTF = %min SPC %max; +$Host::MapPlayerLimitsS8_Geothermal_CTF = %min SPC %max; +$Host::MapPlayerLimitsLakefront_CTF = %min SPC %max; +$Host::MapPlayerLimitsShockRidge_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_BlueMoon_CTF = %min SPC %max; +$Host::MapPlayerLimitsFullCircle_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Katabatic_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Starfallen_CTF = %min SPC %max; +$Host::MapPlayerLimitsConstructionYard_CTF = %min SPC %max; +$Host::MapPlayerLimitsAcidRain_CTF = %min SPC %max; +$Host::MapPlayerLimitsSandOcean_CTF = %min SPC %max; +$Host::MapPlayerLimitsStarIce_CTF = %min SPC %max; +$Host::MapPlayerLimitsks_braistv_CTF = %min SPC %max; +$Host::MapPlayerLimitsFilteredDust_CTF = %min SPC %max; +$Host::MapPlayerLimitsChoke_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_Ruined_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Chokepoint_CTF = %min SPC %max; +$Host::MapPlayerLimitsGlade_CTF = %min SPC %max; + +//BIG Vehicle Maps +///////////////////////////////////////////////////////////////////// + +//Set Values for this Group +%min = 14; +%max = 32; + +$Host::MapPlayerLimitsFenix_CTF = %min SPC %max; +$Host::MapPlayerLimitsHillside_CTF = %min SPC %max; +$Host::MapPlayerLimitsSangre_de_Grado_CTF = %min SPC %max; +$Host::MapPlayerLimitsSlapdash_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL2_Bleed_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Harvester_CTF = %min SPC %max; +$Host::MapPlayerLimitsArchipelago_CTF = %min SPC %max; +$Host::MapPlayerLimitsPantheon_CTF = %min SPC %max; +$Host::MapPlayerLimitsCircleofstones_CTF = %min SPC %max; +$Host::MapPlayerLimitsBerylBasin_CTF = %min SPC %max; +$Host::MapPlayerLimitsTWL_Frozen_CTF = %min SPC %max; + +//Not In Rotation - Not Voteable +///////////////////////////////////////////////////////////////////// + +//$Host::MapPlayerLimitsSandstorm_CTF = "8 32"; +//$Host::MapPlayerLimitsScarabrae_nef_CTF = "8 32"; +//$Host::MapPlayerLimitsStarfallen_CTF = "8 32"; +//$Host::MapPlayerLimitsStonehenge_nef_CTF = "8 32"; +//$Host::MapPlayerLimitsExtractor_CTF = "8 32"; +//$Host::MapPlayerLimitsAstersDescent_CTF = "8 32"; +//$Host::MapPlayerLimitsAzoth_CTF = "8 32"; +//$Host::MapPlayerLimitsBattleGrove_CTF = "8 32"; +//$Host::MapPlayerLimitsDurango_CTF = "8 32"; +//$Host::MapPlayerLimitsDustLust_CTF = "8 32"; +//$Host::MapPlayerLimitsIceGulch_CTF = "8 32"; +//$Host::MapPlayerLimitsMountainMist_CTF = "8 32"; +//$Host::MapPlayerLimitsPeak_CTF = "8 32"; +//$Host::MapPlayerLimitsPendulum_CTF = "8 32"; +//$Host::MapPlayerLimitsS5_Misadventure_CTF = "8 32"; +//$Host::MapPlayerLimitsS8_CentralDogma_CTF = "8 32"; +//$Host::MapPlayerLimitsS8_Mountking_CTF = "8 32"; +//$Host::MapPlayerLimitsS8_Zilch_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL2_CloakOfNight_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL2_Dissention_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL2_Drifts_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL2_Drorck_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL2_Norty_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_Abaddon_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_BaNsHee_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_Boss_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_NoShelter_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_Clusterfuct_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_Curtilage_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_Deserted_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_Frostclaw_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_Horde_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_Neve_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_Pandemonium_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_Ramparts_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_Sandstorm_CTF = "8 32"; +//$Host::MapPlayerLimitsTWL_WoodyMyrk_CTF = "8 32"; +//$Host::MapPlayerLimitsOctoberRust_CTF = "8 32"; +//$Host::MapPlayerLimitsDevilsElbow_CTF = "8 32"; +//$Host::MapPlayerLimitsCloudCity_CTF = "8 32"; +//$Host::MapPlayerLimitsDamnation_CTF = "8 32"; +//$Host::MapPlayerLimitsDeathBirdsFly_CTF = "8 32"; +//$Host::MapPlayerLimitsDesiccator_CTF = "8 32"; +//$Host::MapPlayerLimitsDustToDust_CTF = "8 32"; +//$Host::MapPlayerLimitsKatabatic_CTF = "8 32"; +//$Host::MapPlayerLimitsQuagmire_CTF = "8 32"; +//$Host::MapPlayerLimitsRecalescence_CTF = "8 32"; +//$Host::MapPlayerLimitsReversion_CTF = "8 32"; +//$Host::MapPlayerLimitsRiverDance_CTF = "8 32"; +//$Host::MapPlayerLimitsSanctuary_CTF = "8 32"; +//$Host::MapPlayerLimitsThinIce_CTF = "8 32"; +//$Host::MapPlayerLimitsTombstone_CTF = "8 32"; +//$Host::MapPlayerLimitsBroadside_nef_CTF = "8 32"; +//$Host::MapPlayerLimitsCamelland_CTF = "8 32"; +//$Host::MapPlayerLimitsHighTrepidation_CTF = "8 32"; +//$Host::MapPlayerLimitsSmallDesertofDeath_CTF = "8 32"; +//$Host::MapPlayerLimitsAgorazscium_CTF = "8 32"; +//$Host::MapPlayerLimitsBasinFury_CTF = "8 32"; +//$Host::MapPlayerLimitsCadaver_CTF = "8 32"; +//$Host::MapPlayerLimitsEivoItoxico_CTF = "8 32"; +//$Host::MapPlayerLimitsEinfach_CTF = "8 32"; +//$Host::MapPlayerLimitsPicnicTable_CTF = "8 32"; +//$Host::MapPlayerLimitsHostility_CTF = "8 32"; +//$Host::MapPlayerLimitsHighWire_CTF = "8 32"; +//$Host::MapPlayerLimitsCloudBurst_CTF = "8 32"; +//$Host::MapPlayerLimitsCloseCombat_CTF = "8 32"; +//$Host::MapPlayerLimitsDesertofDeath_nef_CTF = "8 32"; +//$Host::MapPlayerLimitsGorgon_CTF = "8 32"; +//$Host::MapPlayerLimitsMagamatic_CTF = "8 32"; +//$Host::MapPlayerLimitsSub-zero_CTF = "8 32"; + + + +// _ _ _ _ _ _ +// | | | | | | | | (_) | +// | | __ _| | ___ __ __ _| |__ | |__ _| |_ +// | | / _` | |/ / '__/ _` | '_ \| '_ \| | __| +// | |___| (_| | <| | | (_| | |_) | |_) | | |_ +// |______\__,_|_|\_\_| \__,_|_.__/|_.__/|_|\__| +///////////////////////////////////////////////////////////////////// + +//In Rotation +///////////////////////////////////////////////////////////////////// + +//Set Values for this Group +%min = -1; +%max = 32; + +$Host::MapPlayerLimitsVaubanLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsMiniSunDried_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsSundance_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsTWL_BeachBlitzLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsDesertofDeathLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsRaindance_nefLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsSunDriedLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsSkinnyDipLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsSaddiesHill_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsHavenLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsLushLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsBoxLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsTitaniaLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsTibbawLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsInfernusLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsS8_GeothermalLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsCankerLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsDustRunLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsCrossfiredLak_LakRabbit = %min SPC %max; + +//Voteable, But not in rotation +///////////////////////////////////////////////////////////////////// + +$Host::MapPlayerLimitsTreasureIslandLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsSulfide_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsFrozenFuryLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsArrakis_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsEquinoxLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsPhasmaDustLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsGodsRiftLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsSolsDescentLak_LakRabbit = %min SPC %max; +$Host::MapPlayerLimitsCrater71Lak_LakRabbit = %min SPC %max; + +//Not Voteable, Not in rotation +///////////////////////////////////////////////////////////////////// + +//$Host::MapPlayerLimitsEscaladeLak_LakRabbit = "8 32"; +//$Host::MapPlayerLimitsMagmaticLak_LakRabbit = "8 32"; +//$Host::MapPlayerLimitsHillsOfSorrow_LakRabbit = "8 32"; +//$Host::MapPlayerLimitsTWL2_MuddySwampLak_LakRabbit = "8 32"; +//$Host::MapPlayerLimitsSandStormLak_LakRabbit = "8 32"; +//$Host::MapPlayerLimitsBeggarsRunLak_LakRabbit = "8 32"; +//$Host::MapPlayerLimitsDamnnationLak_LakRabbit = "8 32"; + + + +// _ _____ _______ ______ +// | | / ____|__ __| ____| +// | | | | | | | |__ +// | | | | | | | __| +// | |___| |____ | | | | +// |______\_____| |_| |_| +///////////////////////////////////////////////////////////////////// + +//In Rotation +///////////////////////////////////////////////////////////////////// + +//Set Values for this Group +%min = -1; +%max = 32; + +$Host::MapPlayerLimitsBastardForgeLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsFirestormLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsDangerousCrossingLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsSmallCrossingLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsDireLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsRoundTheMountainLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsCirclesEdgeLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsTenebrousCTF_sctf = %min SPC %max; +$Host::MapPlayerLimitsTheFray_sctf = %min SPC %max; +$Host::MapPlayerLimitsSignalLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsStarFallLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsS5_DamnationLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsS5_Icedance_sctf = %min SPC %max; +$Host::MapPlayerLimitsS5_Mordacity_sctf = %min SPC %max; +$Host::MapPlayerLimitsS5_SilenusLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL2_CanyonCrusadeDeluxeLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL2_FrozenHopeLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL2_JaggedClawLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL2_HildebrandLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL2_SkylightLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL_BeachBlitzLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL_FeignLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL_RollercoasterLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL_StonehengeLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL_WilderZoneLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsoasisintensity_sctf = %min SPC %max; +$Host::MapPlayerLimitsberlard_sctf = %min SPC %max; +$Host::MapPlayerLimitsRaindanceLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsSmallTimeLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsArenaDome_sctf = %min SPC %max; +$Host::MapPlayerLimitsBulwark_sctf = %min SPC %max; +$Host::MapPlayerLimitsDiscord_sctf = %min SPC %max; +$Host::MapPlayerLimitsJadeValley_sctf = %min SPC %max; +$Host::MapPlayerLimitsS5_MassiveLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsBlink_sctf = %min SPC %max; +$Host::MapPlayerLimitsHillTopHop_sctf = %min SPC %max; + +//Voteable, But not in rotation +///////////////////////////////////////////////////////////////////// + +$Host::MapPlayerLimitsHeadstone_sctf = %min SPC %max; +$Host::MapPlayerLimitsMirage_sctf = %min SPC %max; +$Host::MapPlayerLimitsBeggarsRunLT_sctf = %min SPC %max; +$Host::MapPlayerLimitsS5_HawkingHeat_sctf = %min SPC %max; +$Host::MapPlayerLimitsS5_Mimicry_sctf = %min SPC %max; +$Host::MapPlayerLimitsS5_Woodymyrk_sctf = %min SPC %max; +$Host::MapPlayerLimitsS8_Cardiac_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL2_Celerity_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL2_Crevice_sctf = %min SPC %max; +$Host::MapPlayerLimitsS8_Opus_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL2_MidnightMayhemDeluxe_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL2_Ocular_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL_Cinereous_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL_Deserted_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL_DangerousCrossing_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL_OsIris_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL_Damnation_sctf = %min SPC %max; +$Host::MapPlayerLimitsTWL_Titan_sctf = %min SPC %max; + +//Not Voteable, Not in rotation +///////////////////////////////////////////////////////////////////// + +//$Host::MapPlayerLimitsSurrealLT_sctf = "8 32"; +//$Host::MapPlayerLimitsCoppersky_sctf = "8 32"; +//$Host::MapPlayerLimitsDuelersDelight_sctf = "8 32"; +//$Host::MapPlayerLimitsSuperHappyBouncyFunTime_sctf = "8 32"; +//$Host::MapPlayerLimitsPariahLT_sctf = "8 32"; +//$Host::MapPlayerLimitsSmallMelee_sctf = "8 32"; +//$Host::MapPlayerLimitsTitForTat_sctf = "8 32"; +//$Host::MapPlayerLimitsCloseCombatLT_sctf = "8 32"; +//$Host::MapPlayerLimitsPrismatic_sctf = "8 32"; +//$Host::MapPlayerLimitsDamnation_sctf = "8 32"; +//$Host::MapPlayerLimitsDustToDust_sctf = "8 32"; +//$Host::MapPlayerLimitsMinotaur_sctf = "8 32"; +//$Host::MapPlayerLimitsDesertofDeath_nef_sctf = "8 32"; +//$Host::MapPlayerLimitsGorgon_sctf = "8 32"; +//$Host::MapPlayerLimitsTitan_sctf = "8 32"; +//$Host::MapPlayerLimitsMac_FlagArena_sctf = "8 32"; +//$Host::MapPlayerLimitsExtractor_sctf = "8 32"; +//$Host::MapPlayerLimitsAstersDescent_sctf = "8 32"; +//$Host::MapPlayerLimitsAzoth_sctf = "8 32"; +//$Host::MapPlayerLimitsDustLust_sctf = "8 32"; +//$Host::MapPlayerLimitsDisjointed_sctf = "8 32"; +//$Host::MapPlayerLimitsPeak_sctf = "8 32"; +//$Host::MapPlayerLimitsSnowcone_sctf = "8 32"; +//$Host::MapPlayerLimitsS5_Centaur_sctf = "8 32"; +//$Host::MapPlayerLimitsS5_Drache_sctf = "8 32"; +//$Host::MapPlayerLimitsS5_Misadventure_sctf = "8 32"; +//$Host::MapPlayerLimitsS5_Reynard_sctf = "8 32"; +//$Host::MapPlayerLimitsS5_Sherman_sctf = "8 32"; +//$Host::MapPlayerLimitsS8_Geothermal_sctf = "8 32"; +//$Host::MapPlayerLimitsS8_Zilch_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL2_Drifts_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL2_Drorck_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL2_FrozenGlory_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL2_IceDagger_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL2_MuddySwamp_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL2_Norty_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL2_RoughLand_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL2_Ruined_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL_BaNsHee_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL_Boss_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL_Crossfire_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL_NoShelter_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL_Clusterfuct_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL_Curtilage_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL_DeadlyBirdsSong_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL_Frostclaw_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL_Magamatic_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL_Neve_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL_Pandemonium_sctf = "8 32"; +//$Host::MapPlayerLimitsTWL_Ramparts_sctf = "8 32"; +//$Host::MapPlayerLimitsDehSwamp_sctf = "8 32"; +//$Host::MapPlayerLimitsHostileLoch_sctf = "8 32"; +//$Host::MapPlayerLimitsDevilsElbow_sctf = "8 32"; +//$Host::MapPlayerLimitsCamelland_sctf = "8 32"; +//$Host::MapPlayerLimitsSmallDesertofDeath_sctf = "8 32"; +//$Host::MapPlayerLimitsShortFall_sctf = "8 32"; +//$Host::MapPlayerLimitsFallout_sctf = "8 32"; +//$Host::MapPlayerLimitsSoylentGreen_sctf = "8 32"; +//$Host::MapPlayerLimitsIsland_sctf = "8 32"; +//$Host::MapPlayerLimitsHighOctane_sctf = "8 32"; + + + +// _____ _ _ _ _ +// | __ \ | | | | | | | | +// | | | | ___ __ _| |_| |__ _ __ ___ __ _| |_ ___| |__ +// | | | |/ _ \/ _` | __| '_ \| '_ ` _ \ / _` | __/ __| '_ \ +// | |__| | __/ (_| | |_| | | | | | | | | (_| | || (__| | | | +// |_____/ \___|\__,_|\__|_| |_|_| |_| |_|\__,_|\__\___|_| |_| +///////////////////////////////////////////////////////////////////// + +//Set Values for this Group +%min = -1; +%max = 32; + +$Host::MapPlayerLimitsRaspDM_DM = %min SPC %max; +$Host::MapPlayerLimitsEntombedDM_DM = %min SPC %max; +$Host::MapPlayerLimitsIceDomeDM_DM = %min SPC %max; +$Host::MapPlayerLimitsHoofToeDM_DM = %min SPC %max; +$Host::MapPlayerLimitsArenaDomeDM_DM = %min SPC %max; +$Host::MapPlayerLimitsVulcansWrathDM_DM = %min SPC %max; +$Host::MapPlayerLimitsRampartsDM_DM = %min SPC %max; +$Host::MapPlayerLimitsShrineDM_DM = %min SPC %max; +$Host::MapPlayerLimitsLiveBaitDM_DM = %min SPC %max; +$Host::MapPlayerLimitsFourSquareDM_DM = %min SPC %max; + + + +// _____ _ +// | __ \ | | +// | | | |_ _ ___| | +// | | | | | | |/ _ \ | +// | |__| | |_| | __/ | +// |_____/ \__,_|\___|_| +///////////////////////////////////////////////////////////////////// + +//Set Values for this Group +//%min = -1; +//%max = 32; + +//$Host::MapPlayerLimitsAgentsOfFortune_Duel = %min SPC %max; +//$Host::MapPlayerLimitsCasern_Cavite_Duel = %min SPC %max; +//$Host::MapPlayerLimitsEquinox_Duel = %min SPC %max; +//$Host::MapPlayerLimitsEscalade_Duel = %min SPC %max; +//$Host::MapPlayerLimitsFracas_Duel = %min SPC %max; +//$Host::MapPlayerLimitsInvictus_Duel = %min SPC %max; +//$Host::MapPlayerLimitsMyrkWood_Duel = %min SPC %max; +//$Host::MapPlayerLimitsOasis_Duel = %min SPC %max; +//$Host::MapPlayerLimitsPyroclasm_Duel = %min SPC %max; +//$Host::MapPlayerLimitsRasp_Duel = %min SPC %max; +//$Host::MapPlayerLimitsSunDried_Duel = %min SPC %max; +//$Host::MapPlayerLimitsTalus_Duel = %min SPC %max; +//$Host::MapPlayerLimitsUnderhill_Duel = %min SPC %max; +//$Host::MapPlayerLimitsWhiteout_Duel = %min SPC %max; +//$Host::MapPlayerLimitsTombstone_Duel = %min SPC %max; +//$Host::MapPlayerLimitsVaubanLak_Duel = %min SPC %max; +//$Host::MapPlayerLimitsDesertofDeathLak_Duel = %min SPC %max; + + + +// _____ _ +// / ____(_) +// | (___ _ ___ __ _ ___ +// \___ \| |/ _ \/ _` |/ _ \ +// ____) | | __/ (_| | __/ +// |_____/|_|\___|\__, |\___| +// __/ | +// |___/ +///////////////////////////////////////////////////////////////////// + +//Set Values for this Group +//%min = -1; +//%max = 32; + +//$Host::MapPlayerLimitsIsleofman_Siege = %min SPC %max; +//$Host::MapPlayerLimitsTrident_Siege = %min SPC %max; +//$Host::MapPlayerLimitsAlcatraz_Siege = %min SPC %max; \ No newline at end of file diff --git a/Classic/prefs/evo_mapRotation.cs b/Classic/prefs/evo_mapRotation.cs index e2fd067..86b4972 100644 --- a/Classic/prefs/evo_mapRotation.cs +++ b/Classic/prefs/evo_mapRotation.cs @@ -1,3 +1,12 @@ +// __ __ _____ _ _ _ +// | \/ | | __ \ | | | | (_) +// | \ / | __ _ _ __ | |__) |___ | |_ __ _| |_ _ ___ _ __ +// | |\/| |/ _` | '_ \ | _ // _ \| __/ _` | __| |/ _ \| '_ \ +// | | | | (_| | |_) | | | \ \ (_) | || (_| | |_| | (_) | | | | +// |_| |_|\__,_| .__/ |_| \_\___/ \__\__,_|\__|_|\___/|_| |_| +// | | +// |_| +// // Use of this file // To add a new map follow this rules: // 1. Find the file name, ending in .mis (ie BeggarsRun.mis) @@ -25,39 +34,53 @@ // %cycle variable is optional and if not included the map will always be in the cycle (if %ffa is 1). -// ****************************** -// * Capture The Flag Maps * -// ****************************** +// _____ _______ ______ +// / ____|__ __| ____| +// | | | | | |__ +// | | | | | __| +// | |____ | | | | +// \_____| |_| |_| +///////////////////////////////////////////////////////////////////// + +//Small Maps +///////////////////////////////////////////////////////////////////// addRotationMap(SmallCrossing, CTF, 1, 1); -addRotationMap(HighOctane, CTF, 1, 1); addRotationMap(TWL2_CanyonCrusadeDeluxe, CTF, 1, 1); -addRotationMap(S5_Mordacity, CTF, 1, 1); addRotationMap(RoundTheMountain, CTF, 1, 1); +addRotationMap(oasisintensity, CTF, 1, 1); +addRotationMap(Minotaur, CTF, 1, 1); +addRotationMap(Island, CTF, 1, 1); +addRotationMap(TitForTat, CTF, 1, 0); +addRotationMap(SmallMelee, CTF, 1, 0); +addRotationMap(SuperHappyBouncyFunTime, CTF, 1, 1); +addRotationMap(Machineeggs, CTF, 1, 1); +addRotationMap(Mac_FlagArena, CTF, 1, 1); +addRotationMap(SmallTimeCTF, CTF, 1, 1); +addRotationMap(TWL2_Hildebrand, CTF, 1, 1); +addRotationMap(ArenaDome, CTF, 1, 0); +addRotationMap(Firestorm, CTF, 1, 1); + +//Medium Maps +///////////////////////////////////////////////////////////////////// + +addRotationMap(HighOctane, CTF, 1, 1); +addRotationMap(S5_Mordacity, CTF, 1, 1); addRotationMap(S5_Damnation, CTF, 1, 1); addRotationMap(TWL2_JaggedClaw, CTF, 1, 1); addRotationMap(S5_Massive, CTF, 1, 1); addRotationMap(TWL_Stonehenge, CTF, 1, 1); addRotationMap(TWL_Feign, CTF, 1, 1); addRotationMap(TheFray, CTF, 1, 1); -addRotationMap(oasisintensity, CTF, 1, 1); addRotationMap(DangerousCrossing_nef, CTF, 1, 1); addRotationMap(TWL2_Skylight, CTF, 1, 1); -addRotationMap(SmallTimeCTF, CTF, 1, 1); -addRotationMap(TWL2_Hildebrand, CTF, 1, 1); addRotationMap(TWL2_Ocular, CTF, 1, 1); addRotationMap(Dire, CTF, 1, 1); addRotationMap(berlard, CTF, 1, 1); -addRotationMap(HostileLoch, CTF, 1, 1); -addRotationMap(Minotaur, CTF, 1, 1); addRotationMap(S8_Opus, CTF, 1, 1); addRotationMap(BeggarsRun, CTF, 1, 1); -addRotationMap(TitForTat, CTF, 1, 0); -addRotationMap(Surreal, CTF, 1, 0); addRotationMap(Signal, CTF, 1, 1); addRotationMap(Headstone, CTF, 1, 1); -addRotationMap(Fenix, CTF, 1, 0); -addRotationMap(Mac_FlagArena, CTF, 1, 1); addRotationMap(S5_Centaur, CTF, 1, 1); addRotationMap(S8_Cardiac, CTF, 1, 1); addRotationMap(CirclesEdge, CTF, 1, 1); @@ -65,244 +88,255 @@ addRotationMap(S5_Icedance, CTF, 1, 1); addRotationMap(Bulwark, CTF, 1, 1); addRotationMap(S5_Woodymyrk, CTF, 1, 1); addRotationMap(Discord, CTF, 1, 1); -addRotationMap(NatureMagic, CTF, 1, 0); addRotationMap(TenebrousCTF, CTF, 1, 1); addRotationMap(Pariah, CTF, 1, 1); addRotationMap(Prismatic, CTF, 1, 1); addRotationMap(TWL_WilderZone, CTF, 1, 1); addRotationMap(Mirage, CTF, 1, 1); addRotationMap(S5_Mimicry, CTF, 1, 1); -addRotationMap(Infernus, CTF, 1, 0); addRotationMap(TWL_Snowblind, CTF, 1, 1); -addRotationMap(SmallMelee, CTF, 1, 0); +addRotationMap(ShortFall, CTF, 1, 1); +addRotationMap(IceRidge_nef, CTF, 1, 1); +addRotationMap(Disjointed, CTF, 1, 1); +addRotationMap(TWL2_MuddySwamp, CTF, 1, 1); +addRotationMap(Blink, CTF, 1, 1); +addRotationMap(HighAnxiety, CTF, 1, 1); + +//Voteable but Not in Rotation +///////////////////////////////////////////////////////////////////// + +addRotationMap(Snowcone, CTF, 1, 0); +addRotationMap(S5_Drache, CTF, 1, 0); +addRotationMap(S5_HawkingHeat, CTF, 1, 0); +addRotationMap(JadeValley, CTF, 1, 0); +addRotationMap(S5_Sherman, CTF, 1, 0); +addRotationMap(S5_Silenus, CTF, 1, 0); +addRotationMap(TWL2_FrozenHope, CTF, 1, 0); +addRotationMap(TWL2_IceDagger, CTF, 1, 0); +addRotationMap(S5_Reynard, CTF, 1, 0); +addRotationMap(TWL_Cinereous, CTF, 1, 0); +addRotationMap(TWL_OsIris, CTF, 1, 0); +addRotationMap(Coppersky, CTF, 1, 0); +addRotationMap(TWL2_Crevice, CTF, 1, 0); +addRotationMap(TWL_SubZero, CTF, 1, 0); +addRotationMap(TWL_Titan, CTF, 1, 0); +addRotationMap(Confusco, CTF, 1, 0); +addRotationMap(Fallout, CTF, 1, 0); +addRotationMap(TheClocktower, CTF, 1, 0); +addRotationMap(SoylentGreen, CTF, 1, 0); +addRotationMap(Surreal, CTF, 1, 0); +addRotationMap(TWL2_MidnightMayhemDeluxe, CTF, 1, 0); +addRotationMap(Nightdance, CTF, 1, 0); +addRotationMap(Ramparts, CTF, 1, 0); addRotationMap(TWL2_Celerity, CTF, 1, 0); +addRotationMap(Blastside_nef, CTF, 1, 0); +addRotationMap(Infernus, CTF, 1, 0); +addRotationMap(NatureMagic, CTF, 1, 0); +addRotationMap(TWL_Damnation, CTF, 1, 0); +addRotationMap(TWL_DangerousCrossing, CTF, 1, 0); +addRotationMap(TWL_DeadlyBirdsSong, CTF, 1, 0); + +//Vehicle Maps +///////////////////////////////////////////////////////////////////// + +addRotationMap(HostileLoch, CTF, 1, 1); addRotationMap(TWL_BeachBlitz, CTF, 1, 1); addRotationMap(TWL2_Magnum, CTF, 1, 1); addRotationMap(Logans_Run, CTF, 1, 1); addRotationMap(Rollercoaster_nef, CTF, 1, 1); addRotationMap(MoonDance, CTF, 1, 1); addRotationMap(Raindance_nef, CTF, 1, 1); -addRotationMap(Circleofstones, CTF, 1, 1); -addRotationMap(Hillside, CTF, 1, 0); +addRotationMap(TWL_Magamatic, CTF, 1, 1); +addRotationMap(TWL2_FrozenGlory, CTF, 1, 1); +addRotationMap(LandingParty, CTF, 1, 1); +addRotationMap(TitanV, CTF, 1, 1); +addRotationMap(TWL_Crossfire, CTF, 1, 1); +addRotationMap(Vauban, CTF, 1, 1); +addRotationMap(WindyGap, CTF, 1, 1); +addRotationMap(Surro, CTF, 1, 1); +addRotationMap(HarvestDance, CTF, 1, 1); +addRotationMap(SubZeroV, CTF, 1, 1); + +//Vehicle Maps: Voteable, But Not in Rotation +///////////////////////////////////////////////////////////////////// + addRotationMap(TWL2_RoughLand, CTF, 1, 0); addRotationMap(S8_Geothermal, CTF, 1, 0); addRotationMap(Lakefront, CTF, 1, 0); -addRotationMap(TWL_Magamatic, CTF, 1, 1); -addRotationMap(TWL2_FrozenGlory, CTF, 1, 1); addRotationMap(ShockRidge, CTF, 1, 0); -addRotationMap(TWL2_Bleed, CTF, 1, 0); addRotationMap(TWL2_BlueMoon, CTF, 1, 0); -addRotationMap(Blastside_nef, CTF, 1, 0); -addRotationMap(ShortFall, CTF, 1, 1); -addRotationMap(ArenaDome, CTF, 1, 0); -addRotationMap(TWL2_MidnightMayhemDeluxe, CTF, 1, 0); -addRotationMap(IceRidge_nef, CTF, 1, 1); -addRotationMap(Ramparts, CTF, 1, 0); +addRotationMap(FullCircle, CTF, 1, 0); +addRotationMap(TWL_Katabatic, CTF, 1, 0); +addRotationMap(TWL_Starfallen, CTF, 1, 0); +addRotationMap(ConstructionYard, CTF, 1, 0); +addRotationMap(AcidRain, CTF, 1, 0); +addRotationMap(SandOcean, CTF, 1, 0); +addRotationMap(StarIce, CTF, 1, 0); +addRotationMap(ks_braistv , CTF, 1, 0); +addRotationMap(FilteredDust, CTF, 1, 0); +addRotationMap(Choke, CTF, 1, 0); +addRotationMap(TWL2_Ruined, CTF, 1, 0); +addRotationMap(TWL_Chokepoint, CTF, 1, 0); +addRotationMap(Glade, CTF, 1, 0); + +//BIG Vehicle Maps +///////////////////////////////////////////////////////////////////// + +addRotationMap(Fenix, CTF, 1, 0); +addRotationMap(Hillside, CTF, 1, 0); +addRotationMap(Sangre_de_Grado, CTF, 1, 0); +addRotationMap(Slapdash, CTF, 1, 0); +addRotationMap(BerylBasin, CTF, 1, 1); +addRotationMap(TWL_Frozen, CTF, 1, 0); +addRotationMap(TWL_Harvester, CTF, 1, 0); +addRotationMap(Archipelago, CTF, 1, 0); +addRotationMap(TWL2_Bleed, CTF, 1, 0); +addRotationMap(Pantheon, CTF, 1, 0); +addRotationMap(Circleofstones, CTF, 1, 1); + +//Not In Rotation - Not Voteable +///////////////////////////////////////////////////////////////////// + //addRotationMap(Sandstorm, CTF, 1, 0); //addRotationMap(Scarabrae_nef, CTF, 0, 0); //addRotationMap(Starfallen, CTF, 1, 0); //addRotationMap(Stonehenge_nef, CTF, 1, 0); -addRotationMap(TitanV, CTF, 1, 1); //addRotationMap(Extractor, CTF, 0, 0); //addRotationMap(AstersDescent, CTF, 1, 0); //addRotationMap(Azoth, CTF, 0, 0); //addRotationMap(BattleGrove, CTF, 0, 0); -addRotationMap(BerylBasin, CTF, 1, 1); //addRotationMap(Durango, CTF, 0, 0); //addRotationMap(DustLust, CTF, 0, 0); -addRotationMap(Island, CTF, 1, 1); -addRotationMap(Disjointed, CTF, 1, 1); -addRotationMap(FullCircle, CTF, 1, 0); //addRotationMap(IceGulch, CTF, 0, 0); -addRotationMap(JadeValley, CTF, 1, 0); //addRotationMap(MountainMist, CTF, 0, 0); //addRotationMap(Peak, CTF, 0, 0); //addRotationMap(Pendulum, CTF, 0, 0); -addRotationMap(Snowcone, CTF, 1, 0); -addRotationMap(S5_Drache, CTF, 1, 0); -addRotationMap(S5_HawkingHeat, CTF, 1, 0); //addRotationMap(S5_Misadventure, CTF, 1, 0); -addRotationMap(S5_Reynard, CTF, 1, 1); -addRotationMap(S5_Sherman, CTF, 1, 0); -addRotationMap(S5_Silenus, CTF, 1, 0); //addRotationMap(S8_CentralDogma, CTF, 0, 0); //addRotationMap(S8_Mountking, CTF, 0, 0); //addRotationMap(S8_Zilch, CTF, 0, 0); //addRotationMap(TWL2_CloakOfNight, CTF, 1, 0); -addRotationMap(TWL2_Crevice, CTF, 1, 0); //addRotationMap(TWL2_Dissention, CTF, 0, 0); //addRotationMap(TWL2_Drifts, CTF, 1, 0); //addRotationMap(TWL2_Drorck, CTF, 0, 0); -addRotationMap(TWL2_FrozenHope, CTF, 1, 0); -addRotationMap(TWL2_IceDagger, CTF, 1, 0); -addRotationMap(TWL2_MuddySwamp, CTF, 1, 1); //addRotationMap(TWL2_Norty, CTF, 1, 0); -addRotationMap(TWL2_Ruined, CTF, 1, 0); //addRotationMap(TWL_Abaddon, CTF, 0, 0); //addRotationMap(TWL_BaNsHee, CTF, 0, 0); //addRotationMap(TWL_Boss, CTF, 0, 0); -addRotationMap(TWL_Chokepoint, CTF, 1, 0); -addRotationMap(TWL_Cinereous, CTF, 1, 1); -addRotationMap(TWL_Crossfire, CTF, 1, 1); //addRotationMap(TWL_NoShelter, CTF, 1, 0); -addRotationMap(TWL_OsIris, CTF, 1, 0); //addRotationMap(TWL_Clusterfuct, CTF, 0, 0); //addRotationMap(TWL_Curtilage, CTF, 0, 0); -addRotationMap(TWL_Damnation, CTF, 1, 0); -addRotationMap(TWL_DangerousCrossing, CTF, 1, 0); -addRotationMap(TWL_DeadlyBirdsSong, CTF, 1, 0); //addRotationMap(TWL_Deserted, CTF, 1, 0); //addRotationMap(TWL_Frostclaw, CTF, 1, 0); -addRotationMap(TWL_Frozen, CTF, 1, 0); -addRotationMap(TWL_Harvester, CTF, 1, 0); //addRotationMap(TWL_Horde, CTF, 0, 0); -addRotationMap(TWL_Katabatic, CTF, 1, 0); //addRotationMap(TWL_Neve, CTF, 0, 0); //addRotationMap(TWL_Pandemonium, CTF, 0, 0); //addRotationMap(TWL_Ramparts, CTF, 0, 0); //addRotationMap(TWL_Sandstorm, CTF, 0, 0); -addRotationMap(TWL_Starfallen, CTF, 1, 0); -addRotationMap(TWL_SubZero, CTF, 1, 0); -addRotationMap(TWL_Titan, CTF, 1, 0); //addRotationMap(TWL_WoodyMyrk, CTF, 1, 0); -addRotationMap(Vauban, CTF, 1, 1); -addRotationMap(Glade, CTF, 1, 0); -addRotationMap(WindyGap, CTF, 1, 1); //addRotationMap(OctoberRust, CTF, 0, 0); //addRotationMap(DevilsElbow, CTF, 0, 0); -addRotationMap(Pantheon, CTF, 1, 0); -addRotationMap(Coppersky, CTF, 1, 0); -addRotationMap(SuperHappyBouncyFunTime, CTF, 1, 1); //addRotationMap(CloudCity, CTF, 0, 0); -addRotationMap(ConstructionYard, CTF, 1, 0); -addRotationMap(Archipelago, CTF, 1, 0); //addRotationMap(Damnation, CTF, 0, 0); //addRotationMap(DeathBirdsFly, CTF, 0, 0); //addRotationMap(Desiccator, CTF, 0, 0); //addRotationMap(DustToDust, CTF, 0, 0); -addRotationMap(Firestorm, CTF, 1, 1); //addRotationMap(Katabatic, CTF, 0, 0); //addRotationMap(Quagmire, CTF, 0, 0); //addRotationMap(Recalescence, CTF, 0, 0); //addRotationMap(Reversion, CTF, 0, 0); //addRotationMap(RiverDance, CTF, 1, 0); //addRotationMap(Sanctuary, CTF, 0, 0); -//addRotationMap(Slapdash, CTF, 0, 0); //addRotationMap(ThinIce, CTF, 0, 0); //addRotationMap(Tombstone, CTF, 0, 0); -addRotationMap(AcidRain, CTF, 1, 0); //addRotationMap(Broadside_nef, CTF, 0, 0); -addRotationMap(Confusco, CTF, 1, 0); //addRotationMap(Camelland, CTF, 0, 0); -addRotationMap(SandOcean, CTF, 1, 0); //addRotationMap(HighTrepidation, CTF, 0, 0); //addRotationMap(SmallDesertofDeath, CTF, 0, 0); //addRotationMap(Agorazscium, CTF, 0, 0); //addRotationMap(BasinFury, CTF, 0, 0); //addRotationMap(Cadaver, CTF, 0, 0); -addRotationMap(Fallout, CTF, 1, 0); //addRotationMap(EivoItoxico, CTF, 0, 0); //addRotationMap(Einfach, CTF, 0, 0); -addRotationMap(Nightdance, CTF, 1, 0); //addRotationMap(PicnicTable, CTF, 1, 0); -addRotationMap(TheClocktower, CTF, 1, 0); -addRotationMap(Surro, CTF, 1, 1); -addRotationMap(StarIce, CTF, 1, 0); -addRotationMap(SoylentGreen, CTF, 1, 0); -addRotationMap(ks_braistv , CTF, 1, 0); //addRotationMap(Hostility, CTF, 0, 0); //addRotationMap(HighWire, CTF, 0, 0); -addRotationMap(FilteredDust, CTF, 1, 0); //addRotationMap(CloudBurst, CTF, 1, 0); //addRotationMap(CloseCombat, CTF, 1, 0); -addRotationMap(Choke, CTF, 1, 0); //addRotationMap(DesertofDeath_nef, CTF, 0, 0); //addRotationMap(Gorgon, CTF, 1, 0); //addRotationMap(Magamatic, CTF, 1, 0); //addRotationMap(Sub-zero, CTF, 1, 1); -addRotationMap(Blink, CTF, 1, 1); -addRotationMap(Machineeggs, CTF, 1, 1); -addRotationMap(HighAnxiety, CTF, 1, 1); -addRotationMap(LandingParty, CTF, 1, 1); -addRotationMap(Sangre_de_Grado, CTF, 1, 0); -addRotationMap(HarvestDance, CTF, 1, 1); -addRotationMap(SubZeroV, CTF, 1, 1); -// ************************ -// * LakRabbit Maps * -// ************************ +// _ _ _ _ _ _ +// | | | | | | | | (_) | +// | | __ _| | ___ __ __ _| |__ | |__ _| |_ +// | | / _` | |/ / '__/ _` | '_ \| '_ \| | __| +// | |___| (_| | <| | | (_| | |_) | |_) | | |_ +// |______\__,_|_|\_\_| \__,_|_.__/|_.__/|_|\__| +///////////////////////////////////////////////////////////////////// + +//In Rotation +///////////////////////////////////////////////////////////////////// addRotationMap(VaubanLak, LakRabbit, 1, 1); addRotationMap(MiniSunDried, LakRabbit, 1, 1); addRotationMap(Sundance, LakRabbit, 1, 1); addRotationMap(TWL_BeachBlitzLak, LakRabbit, 1, 1); addRotationMap(DesertofDeathLak, LakRabbit, 1, 1); -addRotationMap(TreasureIslandLak, LakRabbit, 1, 0); addRotationMap(Raindance_nefLak, LakRabbit, 1, 1); addRotationMap(SunDriedLak, LakRabbit, 1, 1); addRotationMap(SkinnyDipLak, LakRabbit, 1, 1); -addRotationMap(SolsDescentLak, LakRabbit, 1, 0); -addRotationMap(Crater71Lak, LakRabbit, 1, 0); addRotationMap(SaddiesHill, LakRabbit, 1, 1); -addRotationMap(GodsRiftLak, LakRabbit, 1, 0); addRotationMap(HavenLak, LakRabbit, 1, 1); addRotationMap(LushLak, LakRabbit, 1, 1); -addRotationMap(PhasmaDustLak, LakRabbit, 1, 0); addRotationMap(BoxLak, LakRabbit, 1, 1); -//addRotationMap(DamnnationLak, LakRabbit, 1, 0); addRotationMap(TitaniaLak, LakRabbit, 1, 1); -//addRotationMap(TWL2_MuddySwampLak, LakRabbit, 0, 0); -//addRotationMap(SandStormLak, LakRabbit, 1, 0); -//addRotationMap(BeggarsRunLak, LakRabbit, 1, 0); addRotationMap(TibbawLak, LakRabbit, 1, 1); -//addRotationMap(MagmaticLak, LakRabbit, 1, 0); -//addRotationMap(HillsOfSorrow, LakRabbit, 1, 1); addRotationMap(InfernusLak, LakRabbit, 1, 1); -//addRotationMap(EscaladeLak, LakRabbit, 1, 0); -addRotationMap(Arrakis, LakRabbit, 1, 0); -addRotationMap(EquinoxLak, LakRabbit, 1, 0); -addRotationMap(FrozenFuryLak, LakRabbit, 1, 0); addRotationMap(S8_GeothermalLak, LakRabbit, 1, 1); -addRotationMap(Sulfide, LakRabbit, 1, 0); addRotationMap(CankerLak, LakRabbit, 1, 1); addRotationMap(DustRunLak, LakRabbit, 1, 1); addRotationMap(CrossfiredLak, LakRabbit, 1, 1); +//Voteable, But not in rotation +///////////////////////////////////////////////////////////////////// + +addRotationMap(TreasureIslandLak, LakRabbit, 1, 0); +addRotationMap(Sulfide, LakRabbit, 1, 0); +addRotationMap(FrozenFuryLak, LakRabbit, 1, 0); +addRotationMap(Arrakis, LakRabbit, 1, 0); +addRotationMap(EquinoxLak, LakRabbit, 1, 0); +addRotationMap(PhasmaDustLak, LakRabbit, 1, 0); +addRotationMap(GodsRiftLak, LakRabbit, 1, 0); +addRotationMap(SolsDescentLak, LakRabbit, 1, 0); +addRotationMap(Crater71Lak, LakRabbit, 1, 0); + +//Not Voteable, Not in rotation +///////////////////////////////////////////////////////////////////// + +//addRotationMap(EscaladeLak, LakRabbit, 1, 0); +//addRotationMap(MagmaticLak, LakRabbit, 1, 0); +//addRotationMap(HillsOfSorrow, LakRabbit, 1, 1); +//addRotationMap(TWL2_MuddySwampLak, LakRabbit, 0, 0); +//addRotationMap(SandStormLak, LakRabbit, 1, 0); +//addRotationMap(BeggarsRunLak, LakRabbit, 1, 0); +//addRotationMap(DamnnationLak, LakRabbit, 1, 0); +// _ _____ _______ ______ +// | | / ____|__ __| ____| +// | | | | | | | |__ +// | | | | | | | __| +// | |___| |____ | | | | +// |______\_____| |_| |_| +///////////////////////////////////////////////////////////////////// -// ************************ -// * DuelMod Maps * -// ************************ - -//addRotationMap(AgentsOfFortune, Duel, 0, 0); -//addRotationMap(Casern_Cavite, Duel, 0, 0); -//addRotationMap(Equinox, Duel, 1, 1); -//addRotationMap(Escalade, Duel, 1, 1); -//addRotationMap(Fracas, Duel, 0, 0); -//addRotationMap(Invictus, Duel, 0, 0); -//addRotationMap(MyrkWood, Duel, 1, 1); -//addRotationMap(Oasis, Duel, 1, 1); -//addRotationMap(Pyroclasm, Duel, 1, 1); -//addRotationMap(Rasp, Duel, 1, 1); -//addRotationMap(SunDried, Duel, 1, 1); -//addRotationMap(Talus, Duel, 0, 0); -//addRotationMap(Underhill, Duel, 0, 0); -//addRotationMap(Whiteout, Duel, 1, 1); -//addRotationMap(Tombstone, Duel, 1, 1); -//addRotationMap(VaubanLak, Duel, 1, 1); -//addRotationMap(DesertofDeathLak, Duel, 1, 1); - - - - - -// ************************ -// * SpawnCTF Maps * -// ************************ +//In Rotation +///////////////////////////////////////////////////////////////////// addRotationMap(BastardForgeLT, sctf, 1, 1); addRotationMap(FirestormLT, sctf, 1, 1); @@ -331,22 +365,50 @@ addRotationMap(TWL_StonehengeLT, sctf, 1, 1); addRotationMap(TWL_WilderZoneLT, sctf, 1, 1); addRotationMap(oasisintensity, sctf, 1, 1); addRotationMap(berlard, sctf, 1, 1); -//addRotationMap(SurrealLT, sctf, 1, 1); addRotationMap(RaindanceLT, sctf, 1, 1); -//addRotationMap(Coppersky, sctf, 1, 1); -//addRotationMap(DuelersDelight, sctf, 1, 1); -//addRotationMap(SuperHappyBouncyFunTime, sctf, 1, 0); addRotationMap(SmallTimeLT, sctf, 1, 1); -//addRotationMap(PariahLT, sctf, 1, 1); -//addRotationMap(SmallMelee, sctf, 1, 1); addRotationMap(ArenaDome, sctf, 1, 1); addRotationMap(Bulwark, sctf, 1, 1); addRotationMap(Discord, sctf, 1, 1); +addRotationMap(JadeValley, sctf, 1, 1); +addRotationMap(S5_MassiveLT, sctf, 1, 1); +addRotationMap(Blink, sctf, 1, 1); +addRotationMap(HillTopHop, sctf, 1, 1); + +//Voteable, But not in rotation +///////////////////////////////////////////////////////////////////// + +addRotationMap(Headstone, sctf, 1, 0); +addRotationMap(Mirage, sctf, 1, 0); +addRotationMap(BeggarsRunLT, sctf, 1, 0); +addRotationMap(S5_HawkingHeat, sctf, 1, 0); +addRotationMap(S5_Mimicry, sctf, 1, 0); +addRotationMap(S5_Woodymyrk, sctf, 1, 0); +addRotationMap(S8_Cardiac, sctf, 1, 0); +addRotationMap(TWL2_Celerity, sctf, 1, 0); +addRotationMap(TWL2_Crevice, sctf, 1, 0); +addRotationMap(S8_Opus, sctf, 1, 0); +addRotationMap(TWL2_MidnightMayhemDeluxe, sctf, 1, 0); +addRotationMap(TWL2_Ocular, sctf, 1, 0); +addRotationMap(TWL_Cinereous, sctf, 1, 0); +addRotationMap(TWL_Deserted, sctf, 1, 0); +addRotationMap(TWL_DangerousCrossing, sctf, 1, 0); +addRotationMap(TWL_OsIris, sctf, 1, 0); +addRotationMap(TWL_Damnation, sctf, 1, 0); +addRotationMap(TWL_Titan, sctf, 1, 0); + +//Not Voteable, Not in rotation +///////////////////////////////////////////////////////////////////// + +//addRotationMap(SurrealLT, sctf, 1, 1); +//addRotationMap(Coppersky, sctf, 1, 1); +//addRotationMap(DuelersDelight, sctf, 1, 1); +//addRotationMap(SuperHappyBouncyFunTime, sctf, 1, 0); +//addRotationMap(PariahLT, sctf, 1, 1); +//addRotationMap(SmallMelee, sctf, 1, 1); //addRotationMap(TitForTat, sctf, 1, 1); //addRotationMap(CloseCombatLT, sctf, 1, 1); //addRotationMap(Prismatic, sctf, 1, 1); -addRotationMap(JadeValley, sctf, 1, 1); -addRotationMap(BeggarsRunLT, sctf, 1, 0); //addRotationMap(Damnation, sctf, 0, 0); //addRotationMap(DustToDust, sctf, 0, 0); //addRotationMap(Minotaur, sctf, 0, 0); @@ -359,53 +421,35 @@ addRotationMap(BeggarsRunLT, sctf, 1, 0); //addRotationMap(Azoth, sctf, 0, 0); //addRotationMap(DustLust, sctf, 0, 0); //addRotationMap(Disjointed, sctf, 0, 0); -addRotationMap(Headstone, sctf, 1, 0); -addRotationMap(Mirage, sctf, 1, 0); //addRotationMap(Peak, sctf, 0, 0); //addRotationMap(Snowcone, sctf, 0, 0); //addRotationMap(S5_Centaur, sctf, 0, 0); //addRotationMap(S5_Drache, sctf, 0, 0); -addRotationMap(S5_HawkingHeat, sctf, 1, 0); -addRotationMap(S5_MassiveLT, sctf, 1, 1); -addRotationMap(S5_Mimicry, sctf, 1, 0); //addRotationMap(S5_Misadventure, sctf, 0, 0); //addRotationMap(S5_Reynard, sctf, 0, 0); //addRotationMap(S5_Sherman, sctf, 0, 0); -addRotationMap(S5_Woodymyrk, sctf, 1, 0); -addRotationMap(S8_Cardiac, sctf, 1, 0); //addRotationMap(S8_Geothermal, sctf, 0, 0); -addRotationMap(S8_Opus, sctf, 1, 0); //addRotationMap(S8_Zilch, sctf, 0, 0); -addRotationMap(TWL2_Celerity, sctf, 1, 0); -addRotationMap(TWL2_Crevice, sctf, 1, 0); //addRotationMap(TWL2_Drifts, sctf, 0, 0); //addRotationMap(TWL2_Drorck, sctf, 0, 0); //addRotationMap(TWL2_FrozenGlory, sctf, 0, 0); //addRotationMap(TWL2_IceDagger, sctf, 0, 0); -addRotationMap(TWL2_MidnightMayhemDeluxe, sctf, 1, 0); //addRotationMap(TWL2_MuddySwamp, sctf, 0, 0); //addRotationMap(TWL2_Norty, sctf, 0, 0); -addRotationMap(TWL2_Ocular, sctf, 1, 0); //addRotationMap(TWL2_RoughLand, sctf, 0, 0); //addRotationMap(TWL2_Ruined, sctf, 0, 0); //addRotationMap(TWL_BaNsHee, sctf, 0, 0); //addRotationMap(TWL_Boss, sctf, 0, 0); -addRotationMap(TWL_Cinereous, sctf, 1, 0); //addRotationMap(TWL_Crossfire, sctf, 0, 0); -addRotationMap(TWL_DangerousCrossing, sctf, 1, 0); //addRotationMap(TWL_NoShelter, sctf, 0, 0); -addRotationMap(TWL_OsIris, sctf, 1, 0); //addRotationMap(TWL_Clusterfuct, sctf, 0, 0); //addRotationMap(TWL_Curtilage, sctf, 0, 0); -addRotationMap(TWL_Damnation, sctf, 1, 0); //addRotationMap(TWL_DeadlyBirdsSong, sctf, 0, 0); -addRotationMap(TWL_Deserted, sctf, 1, 0); //addRotationMap(TWL_Frostclaw, sctf, 0, 0); //addRotationMap(TWL_Magamatic, sctf, 0, 0); //addRotationMap(TWL_Neve, sctf, 0, 0); //addRotationMap(TWL_Pandemonium, sctf, 0, 0); //addRotationMap(TWL_Ramparts, sctf, 0, 0); -addRotationMap(TWL_Titan, sctf, 1, 0); //addRotationMap(DehSwamp, sctf, 0, 0); //addRotationMap(HostileLoch, sctf, 0, 0); //addRotationMap(DevilsElbow, sctf, 0, 0); @@ -416,23 +460,17 @@ addRotationMap(TWL_Titan, sctf, 1, 0); //addRotationMap(SoylentGreen, sctf, 0, 0); //addRotationMap(Island, sctf, 0, 0); //addRotationMap(HighOctane, sctf, 0, 0); -addRotationMap(Blink, sctf, 1, 1); -// ************************ -// * Siege Maps * -// ************************ -//addRotationMap(Isleofman, Siege, 1, 1); -//addRotationMap(Trident, Siege, 1, 1); -//addRotationMap(Alcatraz, Siege, 1, 1); - - - -// ************************ -// * DM Maps * -// ************************ +// _____ _ _ _ _ +// | __ \ | | | | | | | | +// | | | | ___ __ _| |_| |__ _ __ ___ __ _| |_ ___| |__ +// | | | |/ _ \/ _` | __| '_ \| '_ ` _ \ / _` | __/ __| '_ \ +// | |__| | __/ (_| | |_| | | | | | | | | (_| | || (__| | | | +// |_____/ \___|\__,_|\__|_| |_|_| |_| |_|\__,_|\__\___|_| |_| +///////////////////////////////////////////////////////////////////// addRotationMap(RaspDM, DM, 1, 1); addRotationMap(EntombedDM, DM, 1, 1); @@ -443,4 +481,48 @@ addRotationMap(VulcansWrathDM, DM, 1, 1); addRotationMap(RampartsDM, DM, 1, 1); addRotationMap(ShrineDM, DM, 1, 1); addRotationMap(LiveBaitDM, DM, 1, 1); -addRotationMap(FourSquareDM, DM, 1, 1); \ No newline at end of file +addRotationMap(FourSquareDM, DM, 1, 1); + + + +// _____ _ +// | __ \ | | +// | | | |_ _ ___| | +// | | | | | | |/ _ \ | +// | |__| | |_| | __/ | +// |_____/ \__,_|\___|_| +///////////////////////////////////////////////////////////////////// + +//addRotationMap(AgentsOfFortune, Duel, 0, 0); +//addRotationMap(Casern_Cavite, Duel, 0, 0); +//addRotationMap(Equinox, Duel, 1, 1); +//addRotationMap(Escalade, Duel, 1, 1); +//addRotationMap(Fracas, Duel, 0, 0); +//addRotationMap(Invictus, Duel, 0, 0); +//addRotationMap(MyrkWood, Duel, 1, 1); +//addRotationMap(Oasis, Duel, 1, 1); +//addRotationMap(Pyroclasm, Duel, 1, 1); +//addRotationMap(Rasp, Duel, 1, 1); +//addRotationMap(SunDried, Duel, 1, 1); +//addRotationMap(Talus, Duel, 0, 0); +//addRotationMap(Underhill, Duel, 0, 0); +//addRotationMap(Whiteout, Duel, 1, 1); +//addRotationMap(Tombstone, Duel, 1, 1); +//addRotationMap(VaubanLak, Duel, 1, 1); +//addRotationMap(DesertofDeathLak, Duel, 1, 1); + + + +// _____ _ +// / ____(_) +// | (___ _ ___ __ _ ___ +// \___ \| |/ _ \/ _` |/ _ \ +// ____) | | __/ (_| | __/ +// |_____/|_|\___|\__, |\___| +// __/ | +// |___/ +///////////////////////////////////////////////////////////////////// + +//addRotationMap(Isleofman, Siege, 1, 1); +//addRotationMap(Trident, Siege, 1, 1); +//addRotationMap(Alcatraz, Siege, 1, 1); \ No newline at end of file diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index 86d2667..e414869 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -104,6 +104,7 @@ $Host::EvoCannedSpamAllowed = 1; $Host::EvoChatConsole = 1; $Host::EvoChatLogging = 0; $Host::EvoConnectLogging = 1; +$Host::EvoCustomMapLimitsFile = "prefs/SetMapLimits.cs"; $Host::EvoCustomMapRotation = 1; $Host::EvoCustomMapRotationFile = "prefs/evo_mapRotation.cs"; $Host::EvoDailyHour = "00:00"; @@ -202,24 +203,13 @@ $Host::LoadScreenMOTD3 = "Lak crowd early evenings after work during the week."; $Host::LoadScreenMOTD4 = "Big CTF games Fridays, Saturdays, and Sundays!"; $Host::Map = "VaubanLak"; $Host::MapCycleAcidRain_CTF = "0"; -$Host::MapCycleAgentsOfFortune_Duel = "0"; -$Host::MapCycleAgorazscium_CTF = "0"; -$Host::MapCycleAlcatraz_Siege = "1"; $Host::MapCycleArchipelago_CTF = "0"; $Host::MapCycleArenaDome_CTF = "0"; $Host::MapCycleArenaDome_sctf = "1"; $Host::MapCycleArenaDomeDM_DM = "1"; $Host::MapCycleArrakis_LakRabbit = "0"; -$Host::MapCycleAstersDescent_CTF = "0"; -$Host::MapCycleAstersDescent_sctf = "0"; -$Host::MapCycleAzoth_CTF = "0"; -$Host::MapCycleAzoth_sctf = "0"; -$Host::MapCycleBasinFury_CTF = "0"; $Host::MapCycleBastardForgeLT_sctf = "1"; -$Host::MapCycleBattleGrove_CTF = "0"; $Host::MapCycleBeggarsRun_CTF = "1"; -$Host::MapCycleBeggarsRun_sctf = "0"; -$Host::MapCycleBeggarsRunLak_LakRabbit = "0"; $Host::MapCycleBeggarsRunLT_sctf = "0"; $Host::MapCycleberlard_CTF = "1"; $Host::MapCycleberlard_sctf = "1"; @@ -228,116 +218,56 @@ $Host::MapCycleBlastside_nef_CTF = "0"; $Host::MapCycleBlink_CTF = "1"; $Host::MapCycleBlink_sctf = "1"; $Host::MapCycleBoxLak_LakRabbit = "1"; -$Host::MapCycleBridgeTooFar_CTF = "0"; -$Host::MapCycleBroadside_nef_CTF = "0"; $Host::MapCycleBulwark_CTF = "1"; $Host::MapCycleBulwark_sctf = "1"; -$Host::MapCycleCadaver_CTF = "0"; -$Host::MapCycleCamelland_CTF = "0"; -$Host::MapCycleCamelland_sctf = "0"; $Host::MapCycleCankerLak_LakRabbit = "1"; -$Host::MapCycleCasern_Cavite_Duel = "0"; $Host::MapCycleChoke_CTF = "0"; $Host::MapCycleCircleofstones_CTF = "1"; $Host::MapCycleCirclesEdge_CTF = "1"; -$Host::MapCycleCirclesEdge_sctf = "1"; $Host::MapCycleCirclesEdgeLT_sctf = "1"; -$Host::MapCycleCloseCombat_CTF = "0"; -$Host::MapCycleCloseCombat_sctf = "1"; -$Host::MapCycleCloseCombatLT_sctf = "1"; -$Host::MapCycleCloudBurst_CTF = "0"; -$Host::MapCycleCloudCity_CTF = "0"; $Host::MapCycleConfusco_CTF = "0"; $Host::MapCycleConstructionYard_CTF = "0"; $Host::MapCycleCoppersky_CTF = "0"; -$Host::MapCycleCoppersky_sctf = "1"; $Host::MapCycleCrater71Lak_LakRabbit = "0"; $Host::MapCycleCrossfiredLak_LakRabbit = "1"; -$Host::MapCycleDamnation_CTF = "0"; -$Host::MapCycleDamnation_sctf = "0"; -$Host::MapCycleDamnationLak_LakRabbit = "1"; $Host::MapCycleDangerousCrossing_nef_CTF = "1"; -$Host::MapCycleDangerousCrossing_nef_sctf = "1"; $Host::MapCycleDangerousCrossingLT_sctf = "1"; -$Host::MapCycleDeathBirdsFly_CTF = "0"; -$Host::MapCycleDehSwamp_sctf = "0"; -$Host::MapCycleDesertofDeath_nef_CTF = "0"; -$Host::MapCycleDesertofDeath_nef_sctf = "0"; -$Host::MapCycleDesertofDeathLak_Duel = "1"; $Host::MapCycleDesertofDeathLak_LakRabbit = "1"; -$Host::MapCycleDesiccator_CTF = "0"; -$Host::MapCycleDevilsElbow_CTF = "0"; -$Host::MapCycleDevilsElbow_sctf = "0"; $Host::MapCycleDire_CTF = "1"; -$Host::MapCycleDire_sctf = "0"; $Host::MapCycleDireLT_sctf = "1"; $Host::MapCycleDiscord_CTF = "1"; $Host::MapCycleDiscord_sctf = "1"; $Host::MapCycleDisjointed_CTF = "1"; -$Host::MapCycleDisjointed_sctf = "0"; -$Host::MapCycleDissention_CTF = "1"; -$Host::MapCycleDuelersDelight_sctf = "1"; -$Host::MapCycleDustLust_CTF = "0"; -$Host::MapCycleDustLust_sctf = "0"; $Host::MapCycleDustRunLak_LakRabbit = "1"; -$Host::MapCycleDustToDust_CTF = "0"; -$Host::MapCycleDustToDust_sctf = "0"; -$Host::MapCycleEinfach_CTF = "0"; -$Host::MapCycleEivoItoxico_CTF = "0"; $Host::MapCycleEntombedDM_DM = "1"; -$Host::MapCycleEquinox_Duel = "1"; $Host::MapCycleEquinoxLak_LakRabbit = "0"; -$Host::MapCycleEscalade_Duel = "1"; -$Host::MapCycleEscaladeLak_LakRabbit = "0"; -$Host::MapCycleExtractor_CTF = "0"; -$Host::MapCycleExtractor_sctf = "0"; $Host::MapCycleFallout_CTF = "0"; -$Host::MapCycleFallout_sctf = "0"; $Host::MapCycleFenix_CTF = "0"; $Host::MapCycleFilteredDust_CTF = "0"; $Host::MapCycleFirestorm_CTF = "1"; -$Host::MapCycleFirestorm_sctf = "1"; $Host::MapCycleFirestormLT_sctf = "1"; $Host::MapCycleFourSquareDM_DM = "1"; -$Host::MapCycleFracas_Duel = "0"; $Host::MapCycleFrozenFuryLak_LakRabbit = "0"; $Host::MapCycleFullCircle_CTF = "0"; $Host::MapCycleGlade_CTF = "0"; $Host::MapCycleGodsRiftLak_LakRabbit = "0"; -$Host::MapCycleGorgon_CTF = "0"; -$Host::MapCycleGorgon_sctf = "0"; $Host::MapCycleHarvestDance_CTF = "1"; $Host::MapCycleHavenLak_LakRabbit = "1"; $Host::MapCycleHeadstone_CTF = "1"; $Host::MapCycleHeadstone_sctf = "0"; $Host::MapCycleHighAnxiety_CTF = "1"; $Host::MapCycleHighOctane_CTF = "1"; -$Host::MapCycleHighOctane_sctf = "0"; -$Host::MapCycleHighTrepidation_CTF = "0"; -$Host::MapCycleHighWire_CTF = "0"; $Host::MapCycleHillside_CTF = "0"; -$Host::MapCycleHillsideLak_LakRabbit = "1"; -$Host::MapCycleHillsOfSorrow_LakRabbit = "1"; +$Host::MapCycleHillTopHop_sctf = "1"; $Host::MapCycleHoofToeDM_DM = "1"; $Host::MapCycleHostileLoch_CTF = "1"; -$Host::MapCycleHostileLoch_sctf = "0"; -$Host::MapCyclehostility_CTF = "0"; $Host::MapCycleIceDomeDM_DM = "1"; -$Host::MapCycleIceFall_CTF = "1"; -$Host::MapCycleIceFall_sctf = "1"; -$Host::MapCycleIceGulch_CTF = "0"; $Host::MapCycleIceRidge_nef_CTF = "1"; $Host::MapCycleInfernus_CTF = "0"; $Host::MapCycleInfernusLak_LakRabbit = "1"; -$Host::MapCycleInnerSanctum_CTF = "0"; -$Host::MapCycleInvictus_Duel = "0"; $Host::MapCycleIsland_CTF = "1"; -$Host::MapCycleIsland_sctf = "0"; -$Host::MapCycleIsleOfMan_CTF = "0"; -$Host::MapCycleIsleofman_Siege = "1"; $Host::MapCycleJadeValley_CTF = "0"; $Host::MapCycleJadeValley_sctf = "1"; -$Host::MapCycleKatabatic_CTF = "0"; $Host::MapCycleks_braistv_CTF = "0"; $Host::MapCycleLakefront_CTF = "0"; $Host::MapCycleLandingParty_CTF = "1"; @@ -345,299 +275,160 @@ $Host::MapCycleLiveBaitDM_DM = "1"; $Host::MapCycleLogans_Run_CTF = "1"; $Host::MapCycleLushLak_LakRabbit = "1"; $Host::MapCycleMac_FlagArena_CTF = "1"; -$Host::MapCycleMac_FlagArena_sctf = "0"; $Host::MapCycleMachineeggs_CTF = "1"; -$Host::MapCycleMagmatic_CTF = "1"; -$Host::MapCycleMagmaticLak_LakRabbit = "0"; -$Host::MapCyclemelee_CTF = "1"; -$Host::MapCyclemelee_sctf = "1"; -$Host::MapCycleMiniDesertofDeath_CTF = "1"; -$Host::MapCycleMiniDesertofDeath_nef_CTF = "1"; -$Host::MapCycleMiniDesertofDeath_nef_sctf = "1"; -$Host::MapCycleMiniDesertofDeath_sctf = "1"; $Host::MapCycleMiniSunDried_LakRabbit = "1"; $Host::MapCycleMinotaur_CTF = "1"; -$Host::MapCycleMinotaur_sctf = "0"; -$Host::MapCycleMinotaurDM_DM = "1"; $Host::MapCycleMirage_CTF = "1"; $Host::MapCycleMirage_sctf = "0"; $Host::MapCycleMoonDance_CTF = "1"; -$Host::MapCycleMountainMist_CTF = "0"; -$Host::MapCycleMyrkWood_Duel = "1"; $Host::MapCycleNatureMagic_CTF = "0"; $Host::MapCycleNightdance_CTF = "0"; -$Host::MapCycleOasis_Duel = "1"; $Host::MapCycleoasisintensity_CTF = "1"; $Host::MapCycleoasisintensity_sctf = "1"; -$Host::MapCycleOasisSLDM_ShocklanceDM = "1"; -$Host::MapCycleOctoberRust_CTF = "0"; $Host::MapCyclePantheon_CTF = "0"; $Host::MapCyclePariah_CTF = "1"; -$Host::MapCyclePariah_sctf = "1"; -$Host::MapCyclePariahLT_sctf = "1"; -$Host::MapCyclePeak_CTF = "0"; -$Host::MapCyclePeak_sctf = "0"; -$Host::MapCyclePendulum_CTF = "0"; $Host::MapCyclePhasmaDustLak_LakRabbit = "0"; -$Host::MapCyclePicnicTable_CTF = "0"; $Host::MapCyclePrismatic_CTF = "1"; -$Host::MapCyclePrizmatic_CTF = "1"; -$Host::MapCyclePrizmaticLT_sctf = "1"; -$Host::MapCyclePyroclasm_Duel = "1"; -$Host::MapCycleQuagmire_CTF = "0"; $Host::MapCycleRaindance_nef_CTF = "1"; $Host::MapCycleRaindance_nefLak_LakRabbit = "1"; $Host::MapCycleRaindanceLT_sctf = "1"; $Host::MapCycleRamparts_CTF = "0"; $Host::MapCycleRampartsDM_DM = "1"; -$Host::MapCycleRasp_Duel = "1"; $Host::MapCycleRaspDM_DM = "1"; -$Host::MapCycleRaspSLDM_ShocklanceDM = "1"; -$Host::MapCycleRecalescence_CTF = "0"; -$Host::MapCycleReversion_CTF = "0"; -$Host::MapCycleRiverDance_CTF = "0"; $Host::MapCycleRollercoaster_nef_CTF = "1"; $Host::MapCycleRoundTheMountain_CTF = "1"; -$Host::MapCycleRoundTheMountain_sctf = "1"; $Host::MapCycleRoundTheMountainLT_sctf = "1"; $Host::MapCycleS5_Centaur_CTF = "1"; -$Host::MapCycleS5_Centaur_sctf = "0"; $Host::MapCycleS5_Damnation_CTF = "1"; -$Host::MapCycleS5_Damnation_sctf = "1"; $Host::MapCycleS5_DamnationLT_sctf = "1"; $Host::MapCycleS5_Drache_CTF = "0"; -$Host::MapCycleS5_Drache_sctf = "0"; $Host::MapCycleS5_HawkingHeat_CTF = "0"; $Host::MapCycleS5_HawkingHeat_sctf = "0"; $Host::MapCycleS5_Icedance_CTF = "1"; $Host::MapCycleS5_Icedance_sctf = "1"; $Host::MapCycleS5_Massive_CTF = "1"; -$Host::MapCycleS5_Massive_sctf = "0"; $Host::MapCycleS5_MassiveLT_sctf = "1"; $Host::MapCycleS5_Mimicry_CTF = "1"; $Host::MapCycleS5_Mimicry_sctf = "0"; -$Host::MapCycleS5_Misadventure_CTF = "0"; -$Host::MapCycleS5_Misadventure_sctf = "0"; $Host::MapCycleS5_Mordacity_CTF = "1"; $Host::MapCycleS5_Mordacity_sctf = "1"; -$Host::MapCycleS5_Reynard_CTF = "1"; -$Host::MapCycleS5_Reynard_sctf = "0"; +$Host::MapCycleS5_Reynard_CTF = "0"; $Host::MapCycleS5_Sherman_CTF = "0"; -$Host::MapCycleS5_Sherman_sctf = "0"; $Host::MapCycleS5_Silenus_CTF = "0"; -$Host::MapCycleS5_Silenus_sctf = "1"; $Host::MapCycleS5_SilenusLT_sctf = "1"; $Host::MapCycleS5_Woodymyrk_CTF = "1"; $Host::MapCycleS5_Woodymyrk_sctf = "0"; $Host::MapCycleS8_Cardiac_CTF = "1"; $Host::MapCycleS8_Cardiac_sctf = "0"; -$Host::MapCycleS8_CentralDogma_CTF = "0"; $Host::MapCycleS8_Geothermal_CTF = "0"; -$Host::MapCycleS8_Geothermal_sctf = "0"; $Host::MapCycleS8_GeothermalLak_LakRabbit = "1"; -$Host::MapCycleS8_Mountking_CTF = "0"; $Host::MapCycleS8_Opus_CTF = "1"; $Host::MapCycleS8_Opus_sctf = "0"; -$Host::MapCycleS8_Zilch_CTF = "0"; -$Host::MapCycleS8_Zilch_sctf = "0"; $Host::MapCycleSaddiesHill_LakRabbit = "1"; -$Host::MapCycleSanctuary_CTF = "0"; $Host::MapCycleSandOcean_CTF = "0"; -$Host::MapCycleSandstorm_CTF = "0"; -$Host::MapCycleSandStormLak_LakRabbit = "0"; $Host::MapCycleSangre_de_Grado_CTF = "0"; -$Host::MapCycleScarabrae_nef_CTF = "0"; $Host::MapCycleShockRidge_CTF = "0"; $Host::MapCycleShortFall_CTF = "1"; -$Host::MapCycleShortFall_sctf = "0"; $Host::MapCycleShrineDM_DM = "1"; $Host::MapCycleSignal_CTF = "1"; -$Host::MapCycleSignal_sctf = "0"; $Host::MapCycleSignalLT_sctf = "1"; $Host::MapCycleSkinnyDipLak_LakRabbit = "1"; $Host::MapCycleSlapdash_CTF = "0"; $Host::MapCycleSmallCrossing_CTF = "1"; -$Host::MapCycleSmallCrossing_sctf = "1"; $Host::MapCycleSmallCrossingLT_sctf = "1"; -$Host::MapCycleSmallDesertofDeath_CTF = "0"; -$Host::MapCycleSmallDesertofDeath_sctf = "0"; $Host::MapCycleSmallMelee_CTF = "0"; -$Host::MapCycleSmallMelee_sctf = "1"; $Host::MapCycleSmallTimeCTF_CTF = "1"; -$Host::MapCycleSmallTimeCTF_sctf = "1"; $Host::MapCycleSmallTimeLT_sctf = "1"; $Host::MapCycleSnowcone_CTF = "0"; -$Host::MapCycleSnowcone_sctf = "0"; $Host::MapCycleSolsDescentLak_LakRabbit = "0"; $Host::MapCycleSoylentGreen_CTF = "0"; -$Host::MapCycleSoylentGreen_sctf = "0"; -$Host::MapCycleStarfallen_CTF = "0"; $Host::MapCycleStarFallLT_sctf = "1"; $Host::MapCycleStarIce_CTF = "0"; -$Host::MapCycleStonehenge_nef_CTF = "0"; $Host::MapCycleSubZeroV_CTF = "1"; $Host::MapCycleSulfide_LakRabbit = "0"; $Host::MapCycleSundance_LakRabbit = "1"; -$Host::MapCycleSunDried_Duel = "1"; $Host::MapCycleSunDriedLak_LakRabbit = "1"; -$Host::MapCycleSunDriedSLDM_ShocklanceDM = "1"; $Host::MapCycleSuperHappyBouncyFunTime_CTF = "1"; -$Host::MapCycleSuperHappyBouncyFunTime_sctf = "0"; $Host::MapCycleSurreal_CTF = "0"; -$Host::MapCycleSurrealLT_sctf = "1"; $Host::MapCycleSurro_CTF = "1"; -$Host::MapCycleTalus_Duel = "0"; $Host::MapCycleTenebrousCTF_CTF = "1"; $Host::MapCycleTenebrousCTF_sctf = "1"; $Host::MapCycleTheClocktower_CTF = "0"; $Host::MapCycleTheFray_CTF = "1"; $Host::MapCycleTheFray_sctf = "1"; -$Host::MapCycleThinIce_CTF = "0"; -$Host::MapCycleTibbaw_LakRabbit = "0"; $Host::MapCycleTibbawLak_LakRabbit = "1"; -$Host::MapCycleTitan_CTF = "0"; -$Host::MapCycleTitan_sctf = "0"; -$Host::MapCycleTitaneiaLak_LakRabbit = "0"; $Host::MapCycleTitaniaLak_LakRabbit = "1"; -$Host::MapCycleTitanLak_LakRabbit = "0"; $Host::MapCycleTitanV_CTF = "1"; $Host::MapCycleTitForTat_CTF = "0"; -$Host::MapCycleTitForTat_sctf = "1"; -$Host::MapCycleTombstone_CTF = "0"; -$Host::MapCycleTombstone_Duel = "1"; $Host::MapCycleTreasureIslandLak_LakRabbit = "0"; -$Host::MapCycleTrident_CTF = "0"; -$Host::MapCycleTrident_Siege = "1"; $Host::MapCycleTWL2_Bleed_CTF = "0"; $Host::MapCycleTWL2_BlueMoon_CTF = "0"; $Host::MapCycleTWL2_CanyonCrusadeDeluxe_CTF = "1"; -$Host::MapCycleTWL2_CanyonCrusadeDeluxe_sctf = "1"; $Host::MapCycleTWL2_CanyonCrusadeDeluxeLT_sctf = "1"; $Host::MapCycleTWL2_Celerity_CTF = "0"; $Host::MapCycleTWL2_Celerity_sctf = "0"; -$Host::MapCycleTWL2_CloakOfNight_CTF = "0"; $Host::MapCycleTWL2_Crevice_CTF = "0"; $Host::MapCycleTWL2_Crevice_sctf = "0"; -$Host::MapCycleTWL2_Dissention_CTF = "0"; -$Host::MapCycleTWL2_Drifts_CTF = "0"; -$Host::MapCycleTWL2_Drifts_sctf = "0"; -$Host::MapCycleTWL2_Drorck_CTF = "0"; -$Host::MapCycleTWL2_Drorck_sctf = "0"; $Host::MapCycleTWL2_FrozenGlory_CTF = "1"; -$Host::MapCycleTWL2_FrozenGlory_sctf = "0"; $Host::MapCycleTWL2_FrozenHope_CTF = "0"; -$Host::MapCycleTWL2_FrozenHope_sctf = "1"; $Host::MapCycleTWL2_FrozenHopeLT_sctf = "1"; $Host::MapCycleTWL2_Hildebrand_CTF = "1"; -$Host::MapCycleTWL2_Hildebrand_sctf = "1"; $Host::MapCycleTWL2_HildebrandLT_sctf = "1"; $Host::MapCycleTWL2_IceDagger_CTF = "0"; -$Host::MapCycleTWL2_IceDagger_sctf = "0"; $Host::MapCycleTWL2_JaggedClaw_CTF = "1"; -$Host::MapCycleTWL2_JaggedClaw_sctf = "0"; $Host::MapCycleTWL2_JaggedClawLT_sctf = "1"; $Host::MapCycleTWL2_Magnum_CTF = "1"; $Host::MapCycleTWL2_MidnightMayhemDeluxe_CTF = "0"; $Host::MapCycleTWL2_MidnightMayhemDeluxe_sctf = "0"; $Host::MapCycleTWL2_MuddySwamp_CTF = "1"; -$Host::MapCycleTWL2_MuddySwamp_sctf = "0"; -$Host::MapCycleTWL2_MuddySwampLak_LakRabbit = "0"; -$Host::MapCycleTWL2_Norty_CTF = "0"; -$Host::MapCycleTWL2_Norty_sctf = "0"; $Host::MapCycleTWL2_Ocular_CTF = "1"; $Host::MapCycleTWL2_Ocular_sctf = "0"; $Host::MapCycleTWL2_RoughLand_CTF = "0"; -$Host::MapCycleTWL2_RoughLand_sctf = "0"; $Host::MapCycleTWL2_Ruined_CTF = "0"; -$Host::MapCycleTWL2_Ruined_sctf = "0"; $Host::MapCycleTWL2_Skylight_CTF = "1"; -$Host::MapCycleTWL2_Skylight_sctf = "1"; $Host::MapCycleTWL2_SkylightLT_sctf = "1"; -$Host::MapCycleTWL_BaNsHee_CTF = "0"; -$Host::MapCycleTWL_BaNsHee_sctf = "0"; $Host::MapCycleTWL_BeachBlitz_CTF = "1"; -$Host::MapCycleTWL_BeachBlitz_sctf = "1"; $Host::MapCycleTWL_BeachBlitzLak_LakRabbit = "1"; $Host::MapCycleTWL_BeachBlitzLT_sctf = "1"; -$Host::MapCycleTWL_Boss_CTF = "0"; -$Host::MapCycleTWL_Boss_sctf = "0"; $Host::MapCycleTWL_Chokepoint_CTF = "0"; -$Host::MapCycleTWL_Cinereous_CTF = "1"; +$Host::MapCycleTWL_Cinereous_CTF = "0"; $Host::MapCycleTWL_Cinereous_sctf = "0"; -$Host::MapCycleTWL_Clusterfuct_CTF = "0"; -$Host::MapCycleTWL_Clusterfuct_sctf = "0"; $Host::MapCycleTWL_Crossfire_CTF = "1"; -$Host::MapCycleTWL_Crossfire_sctf = "0"; -$Host::MapCycleTWL_Curtilage_CTF = "0"; -$Host::MapCycleTWL_Curtilage_sctf = "0"; $Host::MapCycleTWL_Damnation_CTF = "0"; $Host::MapCycleTWL_Damnation_sctf = "0"; $Host::MapCycleTWL_DangerousCrossing_CTF = "0"; $Host::MapCycleTWL_DangerousCrossing_sctf = "0"; $Host::MapCycleTWL_DeadlyBirdsSong_CTF = "0"; -$Host::MapCycleTWL_DeadlyBirdsSong_sctf = "0"; -$Host::MapCycleTWL_Deserted_CTF = "0"; $Host::MapCycleTWL_Deserted_sctf = "0"; $Host::MapCycleTWL_Feign_CTF = "1"; -$Host::MapCycleTWL_Feign_sctf = "1"; $Host::MapCycleTWL_FeignLT_sctf = "1"; -$Host::MapCycleTWL_Frostclaw_CTF = "0"; -$Host::MapCycleTWL_Frostclaw_sctf = "0"; $Host::MapCycleTWL_Frozen_CTF = "0"; $Host::MapCycleTWL_Harvester_CTF = "0"; -$Host::MapCycleTWL_Horde_CTF = "0"; $Host::MapCycleTWL_Katabatic_CTF = "0"; -$Host::MapCycleTWL_Neve_CTF = "0"; -$Host::MapCycleTWL_Neve_sctf = "0"; -$Host::MapCycleTWL_NoShelter_CTF = "0"; -$Host::MapCycleTWL_NoShelter_sctf = "0"; $Host::MapCycleTWL_OsIris_CTF = "0"; $Host::MapCycleTWL_OsIris_sctf = "0"; -$Host::MapCycleTWL_Pandemonium_CTF = "0"; -$Host::MapCycleTWL_Pandemonium_sctf = "0"; -$Host::MapCycleTWL_Ramparts_CTF = "0"; -$Host::MapCycleTWL_Ramparts_sctf = "0"; -$Host::MapCycleTWL_Rollercoaster_sctf = "0"; $Host::MapCycleTWL_RollercoasterLT_sctf = "1"; -$Host::MapCycleTWL_Sandstorm_CTF = "0"; $Host::MapCycleTWL_Snowblind_CTF = "1"; $Host::MapCycleTWL_Starfallen_CTF = "0"; $Host::MapCycleTWL_Stonehenge_CTF = "1"; -$Host::MapCycleTWL_Stonehenge_sctf = "1"; $Host::MapCycleTWL_StonehengeLT_sctf = "1"; $Host::MapCycleTWL_SubZero_CTF = "0"; $Host::MapCycleTWL_Titan_CTF = "0"; $Host::MapCycleTWL_Titan_sctf = "0"; $Host::MapCycleTWL_WilderZone_CTF = "1"; -$Host::MapCycleTWL_WilderZone_sctf = "1"; $Host::MapCycleTWL_WilderZoneLT_sctf = "1"; -$Host::MapCycleTWL_WoodyMyrk_CTF = "0"; -$Host::MapCycleUnderhill_Duel = "0"; $Host::MapCycleVauban_CTF = "1"; -$Host::MapCycleVaubanLak_Duel = "1"; $Host::MapCycleVaubanLak_LakRabbit = "1"; $Host::MapCycleVulcansWrathDM_DM = "1"; -$Host::MapCycleWhiteout_Duel = "1"; $Host::MapCycleWindyGap_CTF = "1"; $Host::MapFFAAcidRain_CTF = "1"; -$Host::MapFFAAgentsOfFortune_Duel = "0"; -$Host::MapFFAAgorazscium_CTF = "0"; -$Host::MapFFAAlcatraz_Siege = "1"; $Host::MapFFAArchipelago_CTF = "1"; $Host::MapFFAArenaDome_CTF = "1"; $Host::MapFFAArenaDome_sctf = "1"; $Host::MapFFAArenaDomeDM_DM = "1"; $Host::MapFFAArrakis_LakRabbit = "1"; -$Host::MapFFAAstersDescent_CTF = "1"; -$Host::MapFFAAstersDescent_sctf = "0"; -$Host::MapFFAAzoth_CTF = "0"; -$Host::MapFFAAzoth_sctf = "0"; -$Host::MapFFABasinFury_CTF = "0"; $Host::MapFFABastardForgeLT_sctf = "1"; -$Host::MapFFABattleGrove_CTF = "0"; $Host::MapFFABeggarsRun_CTF = "1"; -$Host::MapFFABeggarsRun_sctf = "0"; -$Host::MapFFABeggarsRunLak_LakRabbit = "1"; $Host::MapFFABeggarsRunLT_sctf = "1"; $Host::MapFFAberlard_CTF = "1"; $Host::MapFFAberlard_sctf = "1"; @@ -646,116 +437,56 @@ $Host::MapFFABlastside_nef_CTF = "1"; $Host::MapFFABlink_CTF = "1"; $Host::MapFFABlink_sctf = "1"; $Host::MapFFABoxLak_LakRabbit = "1"; -$Host::MapFFABridgeTooFar_CTF = "1"; -$Host::MapFFABroadside_nef_CTF = "0"; $Host::MapFFABulwark_CTF = "1"; $Host::MapFFABulwark_sctf = "1"; -$Host::MapFFACadaver_CTF = "0"; -$Host::MapFFACamelland_CTF = "0"; -$Host::MapFFACamelland_sctf = "0"; $Host::MapFFACankerLak_LakRabbit = "1"; -$Host::MapFFACasern_Cavite_Duel = "0"; $Host::MapFFAChoke_CTF = "1"; $Host::MapFFACircleofstones_CTF = "1"; $Host::MapFFACirclesEdge_CTF = "1"; -$Host::MapFFACirclesEdge_sctf = "1"; $Host::MapFFACirclesEdgeLT_sctf = "1"; -$Host::MapFFACloseCombat_CTF = "1"; -$Host::MapFFACloseCombat_sctf = "1"; -$Host::MapFFACloseCombatLT_sctf = "1"; -$Host::MapFFACloudBurst_CTF = "1"; -$Host::MapFFACloudCity_CTF = "0"; $Host::MapFFAConfusco_CTF = "1"; $Host::MapFFAConstructionYard_CTF = "1"; $Host::MapFFACoppersky_CTF = "1"; -$Host::MapFFACoppersky_sctf = "1"; $Host::MapFFACrater71Lak_LakRabbit = "1"; $Host::MapFFACrossfiredLak_LakRabbit = "1"; -$Host::MapFFADamnation_CTF = "0"; -$Host::MapFFADamnation_sctf = "0"; -$Host::MapFFADamnationLak_LakRabbit = "1"; $Host::MapFFADangerousCrossing_nef_CTF = "1"; -$Host::MapFFADangerousCrossing_nef_sctf = "1"; $Host::MapFFADangerousCrossingLT_sctf = "1"; -$Host::MapFFADeathBirdsFly_CTF = "0"; -$Host::MapFFADehSwamp_sctf = "0"; -$Host::MapFFADesertofDeath_nef_CTF = "0"; -$Host::MapFFADesertofDeath_nef_sctf = "0"; -$Host::MapFFADesertofDeathLak_Duel = "1"; $Host::MapFFADesertofDeathLak_LakRabbit = "1"; -$Host::MapFFADesiccator_CTF = "0"; -$Host::MapFFADevilsElbow_CTF = "0"; -$Host::MapFFADevilsElbow_sctf = "0"; $Host::MapFFADire_CTF = "1"; -$Host::MapFFADire_sctf = "0"; $Host::MapFFADireLT_sctf = "1"; $Host::MapFFADiscord_CTF = "1"; $Host::MapFFADiscord_sctf = "1"; $Host::MapFFADisjointed_CTF = "1"; -$Host::MapFFADisjointed_sctf = "0"; -$Host::MapFFADissention_CTF = "1"; -$Host::MapFFADuelersDelight_sctf = "1"; -$Host::MapFFADustLust_CTF = "0"; -$Host::MapFFADustLust_sctf = "0"; $Host::MapFFADustRunLak_LakRabbit = "1"; -$Host::MapFFADustToDust_CTF = "0"; -$Host::MapFFADustToDust_sctf = "0"; -$Host::MapFFAEinfach_CTF = "0"; -$Host::MapFFAEivoItoxico_CTF = "0"; $Host::MapFFAEntombedDM_DM = "1"; -$Host::MapFFAEquinox_Duel = "1"; $Host::MapFFAEquinoxLak_LakRabbit = "1"; -$Host::MapFFAEscalade_Duel = "1"; -$Host::MapFFAEscaladeLak_LakRabbit = "1"; -$Host::MapFFAExtractor_CTF = "0"; -$Host::MapFFAExtractor_sctf = "0"; $Host::MapFFAFallout_CTF = "1"; -$Host::MapFFAFallout_sctf = "0"; $Host::MapFFAFenix_CTF = "1"; $Host::MapFFAFilteredDust_CTF = "1"; $Host::MapFFAFirestorm_CTF = "1"; -$Host::MapFFAFirestorm_sctf = "1"; $Host::MapFFAFirestormLT_sctf = "1"; $Host::MapFFAFourSquareDM_DM = "1"; -$Host::MapFFAFracas_Duel = "0"; $Host::MapFFAFrozenFuryLak_LakRabbit = "1"; $Host::MapFFAFullCircle_CTF = "1"; $Host::MapFFAGlade_CTF = "1"; $Host::MapFFAGodsRiftLak_LakRabbit = "1"; -$Host::MapFFAGorgon_CTF = "1"; -$Host::MapFFAGorgon_sctf = "0"; $Host::MapFFAHarvestDance_CTF = "1"; $Host::MapFFAHavenLak_LakRabbit = "1"; $Host::MapFFAHeadstone_CTF = "1"; $Host::MapFFAHeadstone_sctf = "1"; $Host::MapFFAHighAnxiety_CTF = "1"; $Host::MapFFAHighOctane_CTF = "1"; -$Host::MapFFAHighOctane_sctf = "0"; -$Host::MapFFAHighTrepidation_CTF = "0"; -$Host::MapFFAHighWire_CTF = "0"; $Host::MapFFAHillside_CTF = "1"; -$Host::MapFFAHillsideLak_LakRabbit = "1"; -$Host::MapFFAHillsOfSorrow_LakRabbit = "1"; +$Host::MapFFAHillTopHop_sctf = "1"; $Host::MapFFAHoofToeDM_DM = "1"; $Host::MapFFAHostileLoch_CTF = "1"; -$Host::MapFFAHostileLoch_sctf = "0"; -$Host::MapFFAhostility_CTF = "0"; $Host::MapFFAIceDomeDM_DM = "1"; -$Host::MapFFAIceFall_CTF = "1"; -$Host::MapFFAIceFall_sctf = "1"; -$Host::MapFFAIceGulch_CTF = "0"; $Host::MapFFAIceRidge_nef_CTF = "1"; $Host::MapFFAInfernus_CTF = "1"; $Host::MapFFAInfernusLak_LakRabbit = "1"; -$Host::MapFFAInnerSanctum_CTF = "1"; -$Host::MapFFAInvictus_Duel = "0"; $Host::MapFFAIsland_CTF = "1"; -$Host::MapFFAIsland_sctf = "0"; -$Host::MapFFAIsleOfMan_CTF = "1"; -$Host::MapFFAIsleofman_Siege = "1"; $Host::MapFFAJadeValley_CTF = "1"; $Host::MapFFAJadeValley_sctf = "1"; -$Host::MapFFAKatabatic_CTF = "0"; $Host::MapFFAks_braistv_CTF = "1"; $Host::MapFFALakefront_CTF = "1"; $Host::MapFFALandingParty_CTF = "1"; @@ -763,672 +494,371 @@ $Host::MapFFALiveBaitDM_DM = "1"; $Host::MapFFALogans_Run_CTF = "1"; $Host::MapFFALushLak_LakRabbit = "1"; $Host::MapFFAMac_FlagArena_CTF = "1"; -$Host::MapFFAMac_FlagArena_sctf = "0"; $Host::MapFFAMachineeggs_CTF = "1"; -$Host::MapFFAMagmatic_CTF = "1"; -$Host::MapFFAMagmaticLak_LakRabbit = "1"; -$Host::MapFFAmelee_CTF = "1"; -$Host::MapFFAmelee_sctf = "1"; -$Host::MapFFAMiniDesertofDeath_CTF = "1"; -$Host::MapFFAMiniDesertofDeath_nef_CTF = "1"; -$Host::MapFFAMiniDesertofDeath_nef_sctf = "1"; -$Host::MapFFAMiniDesertofDeath_sctf = "1"; $Host::MapFFAMiniSunDried_LakRabbit = "1"; $Host::MapFFAMinotaur_CTF = "1"; -$Host::MapFFAMinotaur_sctf = "0"; -$Host::MapFFAMinotaurDM_DM = "1"; $Host::MapFFAMirage_CTF = "1"; $Host::MapFFAMirage_sctf = "1"; $Host::MapFFAMoonDance_CTF = "1"; -$Host::MapFFAMountainMist_CTF = "0"; -$Host::MapFFAMyrkWood_Duel = "1"; $Host::MapFFANatureMagic_CTF = "1"; $Host::MapFFANightdance_CTF = "1"; -$Host::MapFFAOasis_Duel = "1"; $Host::MapFFAoasisintensity_CTF = "1"; $Host::MapFFAoasisintensity_sctf = "1"; -$Host::MapFFAOasisSLDM_ShocklanceDM = "1"; -$Host::MapFFAOctoberRust_CTF = "0"; $Host::MapFFAPantheon_CTF = "1"; $Host::MapFFAPariah_CTF = "1"; -$Host::MapFFAPariah_sctf = "1"; -$Host::MapFFAPariahLT_sctf = "1"; -$Host::MapFFAPeak_CTF = "0"; -$Host::MapFFAPeak_sctf = "0"; -$Host::MapFFAPendulum_CTF = "0"; $Host::MapFFAPhasmaDustLak_LakRabbit = "1"; -$Host::MapFFAPicnicTable_CTF = "1"; $Host::MapFFAPrismatic_CTF = "1"; -$Host::MapFFAPrizmatic_CTF = "1"; -$Host::MapFFAPrizmaticLT_sctf = "1"; -$Host::MapFFAPyroclasm_Duel = "1"; -$Host::MapFFAQuagmire_CTF = "0"; $Host::MapFFARaindance_nef_CTF = "1"; $Host::MapFFARaindance_nefLak_LakRabbit = "1"; $Host::MapFFARaindanceLT_sctf = "1"; $Host::MapFFARamparts_CTF = "1"; $Host::MapFFARampartsDM_DM = "1"; -$Host::MapFFARasp_Duel = "1"; $Host::MapFFARaspDM_DM = "1"; -$Host::MapFFARaspSLDM_ShocklanceDM = "1"; -$Host::MapFFARecalescence_CTF = "0"; -$Host::MapFFAReversion_CTF = "0"; -$Host::MapFFARiverDance_CTF = "1"; $Host::MapFFARollercoaster_nef_CTF = "1"; $Host::MapFFARoundTheMountain_CTF = "1"; -$Host::MapFFARoundTheMountain_sctf = "1"; $Host::MapFFARoundTheMountainLT_sctf = "1"; $Host::MapFFAS5_Centaur_CTF = "1"; -$Host::MapFFAS5_Centaur_sctf = "0"; $Host::MapFFAS5_Damnation_CTF = "1"; -$Host::MapFFAS5_Damnation_sctf = "1"; $Host::MapFFAS5_DamnationLT_sctf = "1"; $Host::MapFFAS5_Drache_CTF = "1"; -$Host::MapFFAS5_Drache_sctf = "0"; $Host::MapFFAS5_HawkingHeat_CTF = "1"; $Host::MapFFAS5_HawkingHeat_sctf = "1"; $Host::MapFFAS5_Icedance_CTF = "1"; $Host::MapFFAS5_Icedance_sctf = "1"; $Host::MapFFAS5_Massive_CTF = "1"; -$Host::MapFFAS5_Massive_sctf = "0"; $Host::MapFFAS5_MassiveLT_sctf = "1"; $Host::MapFFAS5_Mimicry_CTF = "1"; $Host::MapFFAS5_Mimicry_sctf = "1"; -$Host::MapFFAS5_Misadventure_CTF = "1"; -$Host::MapFFAS5_Misadventure_sctf = "0"; $Host::MapFFAS5_Mordacity_CTF = "1"; $Host::MapFFAS5_Mordacity_sctf = "1"; $Host::MapFFAS5_Reynard_CTF = "1"; -$Host::MapFFAS5_Reynard_sctf = "0"; $Host::MapFFAS5_Sherman_CTF = "1"; -$Host::MapFFAS5_Sherman_sctf = "0"; $Host::MapFFAS5_Silenus_CTF = "1"; -$Host::MapFFAS5_Silenus_sctf = "1"; $Host::MapFFAS5_SilenusLT_sctf = "1"; $Host::MapFFAS5_Woodymyrk_CTF = "1"; $Host::MapFFAS5_Woodymyrk_sctf = "1"; $Host::MapFFAS8_Cardiac_CTF = "1"; $Host::MapFFAS8_Cardiac_sctf = "1"; -$Host::MapFFAS8_CentralDogma_CTF = "0"; $Host::MapFFAS8_Geothermal_CTF = "1"; -$Host::MapFFAS8_Geothermal_sctf = "0"; $Host::MapFFAS8_GeothermalLak_LakRabbit = "1"; -$Host::MapFFAS8_Mountking_CTF = "0"; $Host::MapFFAS8_Opus_CTF = "1"; $Host::MapFFAS8_Opus_sctf = "1"; -$Host::MapFFAS8_Zilch_CTF = "0"; -$Host::MapFFAS8_Zilch_sctf = "0"; $Host::MapFFASaddiesHill_LakRabbit = "1"; -$Host::MapFFASanctuary_CTF = "0"; $Host::MapFFASandOcean_CTF = "1"; -$Host::MapFFASandstorm_CTF = "1"; -$Host::MapFFASandStormLak_LakRabbit = "1"; $Host::MapFFASangre_de_Grado_CTF = "1"; -$Host::MapFFAScarabrae_nef_CTF = "0"; $Host::MapFFAShockRidge_CTF = "1"; $Host::MapFFAShortFall_CTF = "1"; -$Host::MapFFAShortFall_sctf = "0"; $Host::MapFFAShrineDM_DM = "1"; $Host::MapFFASignal_CTF = "1"; -$Host::MapFFASignal_sctf = "0"; $Host::MapFFASignalLT_sctf = "1"; $Host::MapFFASkinnyDipLak_LakRabbit = "1"; -$Host::MapFFASlapdash_CTF = "0"; +$Host::MapFFASlapdash_CTF = "1"; $Host::MapFFASmallCrossing_CTF = "1"; -$Host::MapFFASmallCrossing_sctf = "1"; $Host::MapFFASmallCrossingLT_sctf = "1"; -$Host::MapFFASmallDesertofDeath_CTF = "0"; -$Host::MapFFASmallDesertofDeath_sctf = "0"; $Host::MapFFASmallMelee_CTF = "1"; -$Host::MapFFASmallMelee_sctf = "1"; $Host::MapFFASmallTimeCTF_CTF = "1"; -$Host::MapFFASmallTimeCTF_sctf = "1"; $Host::MapFFASmallTimeLT_sctf = "1"; $Host::MapFFASnowcone_CTF = "1"; -$Host::MapFFASnowcone_sctf = "0"; $Host::MapFFASolsDescentLak_LakRabbit = "1"; $Host::MapFFASoylentGreen_CTF = "1"; -$Host::MapFFASoylentGreen_sctf = "0"; -$Host::MapFFAStarfallen_CTF = "1"; $Host::MapFFAStarFallLT_sctf = "1"; $Host::MapFFAStarIce_CTF = "1"; -$Host::MapFFAStonehenge_nef_CTF = "1"; $Host::MapFFASubZeroV_CTF = "1"; $Host::MapFFASulfide_LakRabbit = "1"; $Host::MapFFASundance_LakRabbit = "1"; -$Host::MapFFASunDried_Duel = "1"; $Host::MapFFASunDriedLak_LakRabbit = "1"; -$Host::MapFFASunDriedSLDM_ShocklanceDM = "1"; $Host::MapFFASuperHappyBouncyFunTime_CTF = "1"; -$Host::MapFFASuperHappyBouncyFunTime_sctf = "1"; $Host::MapFFASurreal_CTF = "1"; -$Host::MapFFASurrealLT_sctf = "1"; $Host::MapFFASurro_CTF = "1"; -$Host::MapFFATalus_Duel = "0"; $Host::MapFFATenebrousCTF_CTF = "1"; $Host::MapFFATenebrousCTF_sctf = "1"; $Host::MapFFATheClocktower_CTF = "1"; $Host::MapFFATheFray_CTF = "1"; $Host::MapFFATheFray_sctf = "1"; -$Host::MapFFAThinIce_CTF = "0"; -$Host::MapFFATibbaw_LakRabbit = "1"; $Host::MapFFATibbawLak_LakRabbit = "1"; -$Host::MapFFATitan_CTF = "1"; -$Host::MapFFATitan_sctf = "0"; -$Host::MapFFATitaneiaLak_LakRabbit = "1"; $Host::MapFFATitaniaLak_LakRabbit = "1"; -$Host::MapFFATitanLak_LakRabbit = "1"; $Host::MapFFATitanV_CTF = "1"; $Host::MapFFATitForTat_CTF = "1"; -$Host::MapFFATitForTat_sctf = "1"; -$Host::MapFFATombstone_CTF = "0"; -$Host::MapFFATombstone_Duel = "1"; $Host::MapFFATreasureIslandLak_LakRabbit = "1"; -$Host::MapFFATrident_CTF = "1"; -$Host::MapFFATrident_Siege = "1"; $Host::MapFFATWL2_Bleed_CTF = "1"; $Host::MapFFATWL2_BlueMoon_CTF = "1"; $Host::MapFFATWL2_CanyonCrusadeDeluxe_CTF = "1"; -$Host::MapFFATWL2_CanyonCrusadeDeluxe_sctf = "1"; $Host::MapFFATWL2_CanyonCrusadeDeluxeLT_sctf = "1"; $Host::MapFFATWL2_Celerity_CTF = "1"; $Host::MapFFATWL2_Celerity_sctf = "1"; -$Host::MapFFATWL2_CloakOfNight_CTF = "1"; $Host::MapFFATWL2_Crevice_CTF = "1"; $Host::MapFFATWL2_Crevice_sctf = "1"; -$Host::MapFFATWL2_Dissention_CTF = "0"; -$Host::MapFFATWL2_Drifts_CTF = "1"; -$Host::MapFFATWL2_Drifts_sctf = "0"; -$Host::MapFFATWL2_Drorck_CTF = "0"; -$Host::MapFFATWL2_Drorck_sctf = "0"; $Host::MapFFATWL2_FrozenGlory_CTF = "1"; -$Host::MapFFATWL2_FrozenGlory_sctf = "0"; $Host::MapFFATWL2_FrozenHope_CTF = "1"; -$Host::MapFFATWL2_FrozenHope_sctf = "1"; $Host::MapFFATWL2_FrozenHopeLT_sctf = "1"; $Host::MapFFATWL2_Hildebrand_CTF = "1"; -$Host::MapFFATWL2_Hildebrand_sctf = "1"; $Host::MapFFATWL2_HildebrandLT_sctf = "1"; $Host::MapFFATWL2_IceDagger_CTF = "1"; -$Host::MapFFATWL2_IceDagger_sctf = "0"; $Host::MapFFATWL2_JaggedClaw_CTF = "1"; -$Host::MapFFATWL2_JaggedClaw_sctf = "0"; $Host::MapFFATWL2_JaggedClawLT_sctf = "1"; $Host::MapFFATWL2_Magnum_CTF = "1"; $Host::MapFFATWL2_MidnightMayhemDeluxe_CTF = "1"; $Host::MapFFATWL2_MidnightMayhemDeluxe_sctf = "1"; $Host::MapFFATWL2_MuddySwamp_CTF = "1"; -$Host::MapFFATWL2_MuddySwamp_sctf = "0"; -$Host::MapFFATWL2_MuddySwampLak_LakRabbit = "0"; -$Host::MapFFATWL2_Norty_CTF = "1"; -$Host::MapFFATWL2_Norty_sctf = "0"; $Host::MapFFATWL2_Ocular_CTF = "1"; $Host::MapFFATWL2_Ocular_sctf = "1"; $Host::MapFFATWL2_RoughLand_CTF = "1"; -$Host::MapFFATWL2_RoughLand_sctf = "0"; $Host::MapFFATWL2_Ruined_CTF = "1"; -$Host::MapFFATWL2_Ruined_sctf = "0"; $Host::MapFFATWL2_Skylight_CTF = "1"; -$Host::MapFFATWL2_Skylight_sctf = "1"; $Host::MapFFATWL2_SkylightLT_sctf = "1"; -$Host::MapFFATWL_BaNsHee_CTF = "0"; -$Host::MapFFATWL_BaNsHee_sctf = "0"; $Host::MapFFATWL_BeachBlitz_CTF = "1"; -$Host::MapFFATWL_BeachBlitz_sctf = "1"; $Host::MapFFATWL_BeachBlitzLak_LakRabbit = "1"; $Host::MapFFATWL_BeachBlitzLT_sctf = "1"; -$Host::MapFFATWL_Boss_CTF = "0"; -$Host::MapFFATWL_Boss_sctf = "0"; $Host::MapFFATWL_Chokepoint_CTF = "1"; $Host::MapFFATWL_Cinereous_CTF = "1"; $Host::MapFFATWL_Cinereous_sctf = "1"; -$Host::MapFFATWL_Clusterfuct_CTF = "0"; -$Host::MapFFATWL_Clusterfuct_sctf = "0"; $Host::MapFFATWL_Crossfire_CTF = "1"; -$Host::MapFFATWL_Crossfire_sctf = "0"; -$Host::MapFFATWL_Curtilage_CTF = "0"; -$Host::MapFFATWL_Curtilage_sctf = "0"; $Host::MapFFATWL_Damnation_CTF = "1"; $Host::MapFFATWL_Damnation_sctf = "1"; $Host::MapFFATWL_DangerousCrossing_CTF = "1"; $Host::MapFFATWL_DangerousCrossing_sctf = "1"; $Host::MapFFATWL_DeadlyBirdsSong_CTF = "1"; -$Host::MapFFATWL_DeadlyBirdsSong_sctf = "0"; -$Host::MapFFATWL_Deserted_CTF = "1"; $Host::MapFFATWL_Deserted_sctf = "1"; $Host::MapFFATWL_Feign_CTF = "1"; -$Host::MapFFATWL_Feign_sctf = "1"; $Host::MapFFATWL_FeignLT_sctf = "1"; -$Host::MapFFATWL_Frostclaw_CTF = "1"; -$Host::MapFFATWL_Frostclaw_sctf = "0"; $Host::MapFFATWL_Frozen_CTF = "1"; $Host::MapFFATWL_Harvester_CTF = "1"; -$Host::MapFFATWL_Horde_CTF = "0"; $Host::MapFFATWL_Katabatic_CTF = "1"; -$Host::MapFFATWL_Neve_CTF = "0"; -$Host::MapFFATWL_Neve_sctf = "0"; -$Host::MapFFATWL_NoShelter_CTF = "1"; -$Host::MapFFATWL_NoShelter_sctf = "0"; $Host::MapFFATWL_OsIris_CTF = "1"; $Host::MapFFATWL_OsIris_sctf = "1"; -$Host::MapFFATWL_Pandemonium_CTF = "0"; -$Host::MapFFATWL_Pandemonium_sctf = "0"; -$Host::MapFFATWL_Ramparts_CTF = "0"; -$Host::MapFFATWL_Ramparts_sctf = "0"; -$Host::MapFFATWL_Rollercoaster_sctf = "0"; $Host::MapFFATWL_RollercoasterLT_sctf = "1"; -$Host::MapFFATWL_Sandstorm_CTF = "0"; $Host::MapFFATWL_Snowblind_CTF = "1"; $Host::MapFFATWL_Starfallen_CTF = "1"; $Host::MapFFATWL_Stonehenge_CTF = "1"; -$Host::MapFFATWL_Stonehenge_sctf = "1"; $Host::MapFFATWL_StonehengeLT_sctf = "1"; $Host::MapFFATWL_SubZero_CTF = "1"; $Host::MapFFATWL_Titan_CTF = "1"; $Host::MapFFATWL_Titan_sctf = "1"; $Host::MapFFATWL_WilderZone_CTF = "1"; -$Host::MapFFATWL_WilderZone_sctf = "1"; $Host::MapFFATWL_WilderZoneLT_sctf = "1"; -$Host::MapFFATWL_WoodyMyrk_CTF = "1"; -$Host::MapFFAUnderhill_Duel = "0"; $Host::MapFFAVauban_CTF = "1"; -$Host::MapFFAVaubanLak_Duel = "1"; $Host::MapFFAVaubanLak_LakRabbit = "1"; $Host::MapFFAVulcansWrathDM_DM = "1"; -$Host::MapFFAWhiteout_Duel = "1"; $Host::MapFFAWindyGap_CTF = "1"; -$Host::MapPlayerLimitsAbominable_CnH = "-1 -1"; -$Host::MapPlayerLimitsAcidRain_CTF = "8 32"; -$Host::MapPlayerLimitsAgentsOfFortune_Duel = "-1 64"; -$Host::MapPlayerLimitsAgentsOfFortune_TeamHunters = "-1 32"; -$Host::MapPlayerLimitsAgorazscium_CTF = "10 64"; -$Host::MapPlayerLimitsAlcatraz_Siege = "-1 64"; -$Host::MapPlayerLimitsArchipelago_CTF = "16 64"; -$Host::MapPlayerLimitsArenaDome_CTF = "6 16"; -$Host::MapPlayerLimitsArenaDome_sctf = "6 16"; +$Host::MapPlayerLimitsAcidRain_CTF = "12 32"; +$Host::MapPlayerLimitsArchipelago_CTF = "14 32"; +$Host::MapPlayerLimitsArenaDome_CTF = "-1 10"; +$Host::MapPlayerLimitsArenaDome_sctf = "-1 32"; +$Host::MapPlayerLimitsArenaDomeDM_DM = "-1 32"; $Host::MapPlayerLimitsArrakis_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsAshesToAshes_CnH = "16 -1"; -$Host::MapPlayerLimitsAstersDescent_CTF = "6 32"; -$Host::MapPlayerLimitsAstersDescent_sctf = "6 32"; -$Host::MapPlayerLimitsAzoth_CTF = "-1 32"; -$Host::MapPlayerLimitsAzoth_sctf = "-1 32"; -$Host::MapPlayerLimitsBasinFury_CTF = "6 32"; -$Host::MapPlayerLimitsBattleGrove_CTF = "-1 32"; +$Host::MapPlayerLimitsBastardForgeLT_sctf = "-1 32"; $Host::MapPlayerLimitsBeggarsRun_CTF = "8 32"; -$Host::MapPlayerLimitsBeggarsRun_sctf = "8 32"; -$Host::MapPlayerLimitsBeggarsRunLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsberlard_CTF = "6 32"; -$Host::MapPlayerLimitsberlard_sctf = "6 32"; -$Host::MapPlayerLimitsBerylBasin_CTF = "10 32"; -$Host::MapPlayerLimitsBlastside_nef_CTF = "6 32"; -$Host::MapPlayerLimitsBlink_CTF = "6 32"; +$Host::MapPlayerLimitsBeggarsRunLT_sctf = "-1 32"; +$Host::MapPlayerLimitsberlard_CTF = "8 32"; +$Host::MapPlayerLimitsberlard_sctf = "-1 32"; +$Host::MapPlayerLimitsBerylBasin_CTF = "14 32"; +$Host::MapPlayerLimitsBlastside_nef_CTF = "10 32"; +$Host::MapPlayerLimitsBlink_CTF = "8 32"; +$Host::MapPlayerLimitsBlink_sctf = "-1 32"; $Host::MapPlayerLimitsBoxLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsBridgeTooFar_CTF = "-1 32"; -$Host::MapPlayerLimitsBroadside_nef_CTF = "8 32"; -$Host::MapPlayerLimitsBulwark_CTF = "-1 16"; -$Host::MapPlayerLimitsBulwark_sctf = "-1 16"; -$Host::MapPlayerLimitsCadaver_CTF = "8 32"; -$Host::MapPlayerLimitsCaldera_Siege = "-1 48"; -$Host::MapPlayerLimitsCamelland_CTF = "-1 32"; -$Host::MapPlayerLimitsCamelland_sctf = "-1 32"; -$Host::MapPlayerLimitsCasern_Cavite_Duel = "-1 32"; -$Host::MapPlayerLimitsCasernCavite_Bounty = "-1 32"; -$Host::MapPlayerLimitsCasernCavite_DM = "-1 32"; -$Host::MapPlayerLimitsCasernCavite_Hunters = "-1 32"; -$Host::MapPlayerLimitsChoke_CTF = "6 24"; -$Host::MapPlayerLimitsCircleofstones_CTF = "8 32"; -$Host::MapPlayerLimitsCirclesEdge_CTF = "-1 32"; -$Host::MapPlayerLimitsCirclesEdge_sctf = "-1 32"; -$Host::MapPlayerLimitsCloseCombat_CTF = "-1 10"; -$Host::MapPlayerLimitsCloudBurst_CTF = "8 32"; -$Host::MapPlayerLimitsCloudCity_CTF = "6 32"; -$Host::MapPlayerLimitsConfusco_CTF = "8 32"; -$Host::MapPlayerLimitsConstructionYard_CTF = "8 32"; -$Host::MapPlayerLimitsCoppersky_CTF = "-1 32"; +$Host::MapPlayerLimitsBulwark_CTF = "8 32"; +$Host::MapPlayerLimitsBulwark_sctf = "-1 32"; +$Host::MapPlayerLimitsCankerLak_LakRabbit = "-1 32"; +$Host::MapPlayerLimitsChoke_CTF = "12 32"; +$Host::MapPlayerLimitsCircleofstones_CTF = "14 32"; +$Host::MapPlayerLimitsCirclesEdge_CTF = "8 32"; +$Host::MapPlayerLimitsCirclesEdgeLT_sctf = "-1 32"; +$Host::MapPlayerLimitsConfusco_CTF = "10 32"; +$Host::MapPlayerLimitsConstructionYard_CTF = "12 32"; +$Host::MapPlayerLimitsCoppersky_CTF = "10 32"; $Host::MapPlayerLimitsCrater71Lak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsDamnation_CTF = "-1 32"; -$Host::MapPlayerLimitsDamnation_sctf = "-1 32"; -$Host::MapPlayerLimitsDamnationLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsDangerousCrossing_nef_CTF = "-1 32"; -$Host::MapPlayerLimitsDangerousCrossing_nef_sctf = "-1 32"; -$Host::MapPlayerLimitsDeathBirdsFly_CTF = "16 32"; -$Host::MapPlayerLimitsDehSwamp_sctf = "8 32"; -$Host::MapPlayerLimitsDesertofDeath_nef_CTF = "8 32"; -$Host::MapPlayerLimitsDesertofDeath_nef_sctf = "8 32"; -$Host::MapPlayerLimitsDesertofDeathLak_Duel = "6 32"; -$Host::MapPlayerLimitsDesertofDeathLak_LakRabbit = "6 32"; -$Host::MapPlayerLimitsDesiccator_CTF = "16 64"; -$Host::MapPlayerLimitsDevilsElbow_CTF = "6 32"; -$Host::MapPlayerLimitsDevilsElbow_sctf = "6 32"; -$Host::MapPlayerLimitsDire_CTF = "-1 32"; -$Host::MapPlayerLimitsDire_sctf = "-1 32"; -$Host::MapPlayerLimitsDiscord_CTF = "-1 32"; +$Host::MapPlayerLimitsCrossfiredLak_LakRabbit = "-1 32"; +$Host::MapPlayerLimitsDangerousCrossing_nef_CTF = "8 32"; +$Host::MapPlayerLimitsDangerousCrossingLT_sctf = "-1 32"; +$Host::MapPlayerLimitsDesertofDeathLak_LakRabbit = "-1 32"; +$Host::MapPlayerLimitsDire_CTF = "8 32"; +$Host::MapPlayerLimitsDireLT_sctf = "-1 32"; +$Host::MapPlayerLimitsDiscord_CTF = "8 32"; $Host::MapPlayerLimitsDiscord_sctf = "-1 32"; -$Host::MapPlayerLimitsDisjointed_CTF = "6 32"; -$Host::MapPlayerLimitsDisjointed_sctf = "6 32"; -$Host::MapPlayerLimitsDissention_CTF = "8 32"; -$Host::MapPlayerLimitsDuelersDelight_sctf = "-1 32"; -$Host::MapPlayerLimitsDustLust_CTF = "8 32"; -$Host::MapPlayerLimitsDustLust_sctf = "8 32"; -$Host::MapPlayerLimitsDustToDust_CTF = "-1 32"; -$Host::MapPlayerLimitsDustToDust_Hunters = "-1 32"; -$Host::MapPlayerLimitsDustToDust_sctf = "-1 32"; -$Host::MapPlayerLimitsDustToDust_TeamHunters = "-1 32"; -$Host::MapPlayerLimitsEinfach_CTF = "6 32"; -$Host::MapPlayerLimitsEivoItoxico_CTF = "8 32"; -$Host::MapPlayerLimitsEquinox_CnH = "-1 -1"; -$Host::MapPlayerLimitsEquinox_DM = "-1 32"; -$Host::MapPlayerLimitsEquinox_Duel = "-1 32"; +$Host::MapPlayerLimitsDisjointed_CTF = "8 32"; +$Host::MapPlayerLimitsDustRunLak_LakRabbit = "-1 32"; +$Host::MapPlayerLimitsEntombedDM_DM = "-1 32"; $Host::MapPlayerLimitsEquinoxLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsEscalade_Bounty = "16 32"; -$Host::MapPlayerLimitsEscalade_DM = "16 -1"; -$Host::MapPlayerLimitsEscalade_Duel = "-1 32"; -$Host::MapPlayerLimitsEscalade_Hunters = "8 -1"; -$Host::MapPlayerLimitsEscalade_Rabbit = "16 -1"; -$Host::MapPlayerLimitsEscalade_TeamHunters = "8 -1"; -$Host::MapPlayerLimitsEscaladeLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsExtractor_CTF = "6 32"; -$Host::MapPlayerLimitsExtractor_sctf = "6 32"; -$Host::MapPlayerLimitsFallout_CTF = "8 32"; -$Host::MapPlayerLimitsFallout_sctf = "8 32"; -$Host::MapPlayerLimitsFenix_CTF = "12 32"; -$Host::MapPlayerLimitsFilteredDust_CTF = "8 32"; -$Host::MapPlayerLimitsFirestorm_CnH = "-1 24"; -$Host::MapPlayerLimitsFirestorm_CTF = "-1 32"; -$Host::MapPlayerLimitsFirestorm_sctf = "-1 32"; -$Host::MapPlayerLimitsFlashpoint_CnH = "-1 -1"; -$Host::MapPlayerLimitsFracas_Duel = "-1 32"; +$Host::MapPlayerLimitsFallout_CTF = "10 32"; +$Host::MapPlayerLimitsFenix_CTF = "14 32"; +$Host::MapPlayerLimitsFilteredDust_CTF = "12 32"; +$Host::MapPlayerLimitsFirestorm_CTF = "-1 18"; +$Host::MapPlayerLimitsFirestormLT_sctf = "-1 32"; +$Host::MapPlayerLimitsFourSquareDM_DM = "-1 32"; $Host::MapPlayerLimitsFrozenFuryLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsFullCircle_CTF = "8 32"; -$Host::MapPlayerLimitsGauntlet_Siege = "-1 32"; -$Host::MapPlayerLimitsGehenna_Hunters = "-1 -1"; -$Host::MapPlayerLimitsGehenna_TeamHunters = "-1 -1"; -$Host::MapPlayerLimitsGlade_CTF = "8 32"; +$Host::MapPlayerLimitsFullCircle_CTF = "12 32"; +$Host::MapPlayerLimitsGlade_CTF = "12 32"; $Host::MapPlayerLimitsGodsRiftLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsGorgon_CTF = "6 32"; -$Host::MapPlayerLimitsGorgon_sctf = "6 32"; -$Host::MapPlayerLimitsHarvestDance_CTF = "10 32"; +$Host::MapPlayerLimitsHarvestDance_CTF = "12 32"; $Host::MapPlayerLimitsHavenLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsHeadstone_CTF = "10 32"; -$Host::MapPlayerLimitsHeadstone_sctf = "10 32"; -$Host::MapPlayerLimitsHighAnxiety_CTF = "6 32"; -$Host::MapPlayerLimitsHighOctane_CTF = "-1 32"; -$Host::MapPlayerLimitsHighOctane_sctf = "-1 32"; -$Host::MapPlayerLimitsHighTrepidation_CTF = "6 32"; -$Host::MapPlayerLimitsHighWire_CTF = "8 16"; -$Host::MapPlayerLimitsHillside_CTF = "10 64"; -$Host::MapPlayerLimitsHillsideLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsHillsOfSorrow_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsHostileLoch_CTF = "6 32"; -$Host::MapPlayerLimitsHostileLoch_sctf = "6 32"; -$Host::MapPlayerLimitsHostility_CTF = "8 16"; -$Host::MapPlayerLimitsIcebound_Siege = "-1 -1"; -$Host::MapPlayerLimitsIceGulch_CTF = "8 32"; -$Host::MapPlayerLimitsIceRidge_nef_CTF = "6 32"; -$Host::MapPlayerLimitsInfernus_CTF = "8 32"; -$Host::MapPlayerLimitsInnerSanctum_CTF = "-1 32"; -$Host::MapPlayerLimitsInsalubria_CnH = "-1 32"; -$Host::MapPlayerLimitsInvictus_Duel = "-1 32"; -$Host::MapPlayerLimitsIsland_CTF = "-1 10"; -$Host::MapPlayerLimitsIsland_sctf = "-1 10"; -$Host::MapPlayerLimitsIsleOfMan_CTF = "-1 32"; -$Host::MapPlayerLimitsIsleofman_Siege = "-1 32"; -$Host::MapPlayerLimitsJacobsLadder_CnH = "-1 -1"; -$Host::MapPlayerLimitsJadeValley_CTF = "8 32"; -$Host::MapPlayerLimitsJadeValley_sctf = "8 32"; -$Host::MapPlayerLimitsKatabatic_CTF = "8 32"; -$Host::MapPlayerLimitsks_braistv_CTF = "8 32"; -$Host::MapPlayerLimitsLakefront_CTF = "8 32"; -$Host::MapPlayerLimitsLandingParty_CTF = "8 32"; -$Host::MapPlayerLimitsLogans_Run_CTF = "6 32"; +$Host::MapPlayerLimitsHeadstone_CTF = "8 32"; +$Host::MapPlayerLimitsHeadstone_sctf = "-1 32"; +$Host::MapPlayerLimitsHighAnxiety_CTF = "8 32"; +$Host::MapPlayerLimitsHighOctane_CTF = "8 32"; +$Host::MapPlayerLimitsHillside_CTF = "14 32"; +$Host::MapPlayerLimitsHillTopHop_sctf = "-1 32"; +$Host::MapPlayerLimitsHoofToeDM_DM = "-1 32"; +$Host::MapPlayerLimitsHostileLoch_CTF = "12 32"; +$Host::MapPlayerLimitsIceDomeDM_DM = "-1 32"; +$Host::MapPlayerLimitsIceRidge_nef_CTF = "8 32"; +$Host::MapPlayerLimitsInfernus_CTF = "10 32"; +$Host::MapPlayerLimitsInfernusLak_LakRabbit = "-1 32"; +$Host::MapPlayerLimitsIsland_CTF = "-1 18"; +$Host::MapPlayerLimitsJadeValley_CTF = "10 32"; +$Host::MapPlayerLimitsJadeValley_sctf = "-1 32"; +$Host::MapPlayerLimitsks_braistv_CTF = "12 32"; +$Host::MapPlayerLimitsLakefront_CTF = "12 32"; +$Host::MapPlayerLimitsLandingParty_CTF = "12 32"; +$Host::MapPlayerLimitsLiveBaitDM_DM = "-1 32"; +$Host::MapPlayerLimitsLogans_Run_CTF = "12 32"; $Host::MapPlayerLimitsLushLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsMac_FlagArena_CTF = "-1 32"; -$Host::MapPlayerLimitsMac_FlagArena_sctf = "-1 32"; -$Host::MapPlayerLimitsMachineeggs_CTF = "4 32"; -$Host::MapPlayerLimitsMagmatic_CTF = "8 32"; -$Host::MapPlayerLimitsMagmaticLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsMasada_Siege = "-1 32"; -$Host::MapPlayerLimitsmelee_CTF = "4 32"; -$Host::MapPlayerLimitsmelee_sctf = "4 32"; +$Host::MapPlayerLimitsMac_FlagArena_CTF = "-1 12"; +$Host::MapPlayerLimitsMachineeggs_CTF = "-1 10"; $Host::MapPlayerLimitsMiniSunDried_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsMinotaur_CTF = "6 32"; -$Host::MapPlayerLimitsMinotaur_sctf = "6 32"; -$Host::MapPlayerLimitsMirage_CTF = "6 32"; -$Host::MapPlayerLimitsMirage_sctf = "6 32"; -$Host::MapPlayerLimitsMoonDance_CTF = "6 32"; -$Host::MapPlayerLimitsMountainMist_CTF = "8 32"; -$Host::MapPlayerLimitsMyrkwood_DM = "-1 32"; -$Host::MapPlayerLimitsMyrkWood_Duel = "-1 32"; -$Host::MapPlayerLimitsMyrkwood_Hunters = "-1 32"; -$Host::MapPlayerLimitsMyrkwood_Rabbit = "-1 32"; -$Host::MapPlayerLimitsNatureMagic_CTF = "8 32"; -$Host::MapPlayerLimitsOasis_DM = "-1 32"; -$Host::MapPlayerLimitsOasis_Duel = "-1 32"; -$Host::MapPlayerLimitsoasisintensity_CTF = "-1 32"; +$Host::MapPlayerLimitsMinotaur_CTF = "-1 18"; +$Host::MapPlayerLimitsMirage_CTF = "8 32"; +$Host::MapPlayerLimitsMirage_sctf = "-1 32"; +$Host::MapPlayerLimitsMoonDance_CTF = "12 32"; +$Host::MapPlayerLimitsNatureMagic_CTF = "10 32"; +$Host::MapPlayerLimitsNightdance_CTF = "10 32"; +$Host::MapPlayerLimitsoasisintensity_CTF = "-1 12"; $Host::MapPlayerLimitsoasisintensity_sctf = "-1 32"; -$Host::MapPlayerLimitsOctoberRust_CTF = "16 64"; -$Host::MapPlayerLimitsOverreach_CnH = "8 -1"; -$Host::MapPlayerLimitsPantheon_CTF = "10 64"; -$Host::MapPlayerLimitsPariah_CTF = "6 32"; -$Host::MapPlayerLimitsPariah_sctf = "6 32"; -$Host::MapPlayerLimitsPeak_CTF = "-1 32"; -$Host::MapPlayerLimitsPeak_sctf = "-1 32"; -$Host::MapPlayerLimitsPendulum_CTF = "8 32"; +$Host::MapPlayerLimitsPantheon_CTF = "14 32"; +$Host::MapPlayerLimitsPariah_CTF = "8 32"; $Host::MapPlayerLimitsPhasmaDustLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsPicnicTable_CTF = "6 32"; -$Host::MapPlayerLimitsPyroclasm_Duel = "10 32"; -$Host::MapPlayerLimitsQuagmire_CTF = "16 64"; -$Host::MapPlayerLimitsRaindance_nef_CTF = "6 32"; -$Host::MapPlayerLimitsRaindance_nefLak_LakRabbit = "4 32"; -$Host::MapPlayerLimitsRamparts_CTF = "6 32"; -$Host::MapPlayerLimitsRasp_Bounty = "-1 32"; -$Host::MapPlayerLimitsRasp_Duel = "-1 32"; -$Host::MapPlayerLimitsRasp_TeamHunters = "-1 32"; -$Host::MapPlayerLimitsRecalescence_CTF = "16 64"; -$Host::MapPlayerLimitsRespite_Siege = "-1 32"; -$Host::MapPlayerLimitsReversion_CTF = "16 64"; -$Host::MapPlayerLimitsRimehold_Hunters = "8 -1"; -$Host::MapPlayerLimitsRiverdance_CTF = "8 32"; -$Host::MapPlayerLimitsRollercoaster_nef_CTF = "6 32"; -$Host::MapPlayerLimitsRoundTheMountain_CTF = "-1 32"; -$Host::MapPlayerLimitsRoundTheMountain_sctf = "-1 32"; +$Host::MapPlayerLimitsPrismatic_CTF = "8 32"; +$Host::MapPlayerLimitsRaindance_nef_CTF = "12 32"; +$Host::MapPlayerLimitsRaindance_nefLak_LakRabbit = "-1 32"; +$Host::MapPlayerLimitsRaindanceLT_sctf = "-1 32"; +$Host::MapPlayerLimitsRamparts_CTF = "10 32"; +$Host::MapPlayerLimitsRampartsDM_DM = "-1 32"; +$Host::MapPlayerLimitsRaspDM_DM = "-1 32"; +$Host::MapPlayerLimitsRollercoaster_nef_CTF = "12 32"; +$Host::MapPlayerLimitsRoundTheMountain_CTF = "-1 18"; +$Host::MapPlayerLimitsRoundTheMountainLT_sctf = "-1 32"; $Host::MapPlayerLimitsS5_Centaur_CTF = "8 32"; -$Host::MapPlayerLimitsS5_Centaur_sctf = "8 32"; -$Host::MapPlayerLimitsS5_Damnation_CTF = "-1 32"; -$Host::MapPlayerLimitsS5_Damnation_sctf = "-1 32"; -$Host::MapPlayerLimitsS5_Drache_CTF = "6 32"; -$Host::MapPlayerLimitsS5_Drache_sctf = "6 32"; -$Host::MapPlayerLimitsS5_HawkingHeat_CTF = "6 32"; -$Host::MapPlayerLimitsS5_HawkingHeat_sctf = "6 32"; -$Host::MapPlayerLimitsS5_Icedance_CTF = "-1 32"; +$Host::MapPlayerLimitsS5_Damnation_CTF = "8 32"; +$Host::MapPlayerLimitsS5_DamnationLT_sctf = "-1 32"; +$Host::MapPlayerLimitsS5_Drache_CTF = "10 32"; +$Host::MapPlayerLimitsS5_HawkingHeat_CTF = "10 32"; +$Host::MapPlayerLimitsS5_HawkingHeat_sctf = "-1 32"; +$Host::MapPlayerLimitsS5_Icedance_CTF = "8 32"; $Host::MapPlayerLimitsS5_Icedance_sctf = "-1 32"; -$Host::MapPlayerLimitsS5_Massive_CTF = "-1 32"; -$Host::MapPlayerLimitsS5_Massive_sctf = "-1 32"; -$Host::MapPlayerLimitsS5_Mimicry_CTF = "6 32"; -$Host::MapPlayerLimitsS5_Mimicry_sctf = "6 32"; -$Host::MapPlayerLimitsS5_Misadventure_CTF = "8 32"; -$Host::MapPlayerLimitsS5_Misadventure_sctf = "8 32"; -$Host::MapPlayerLimitsS5_Mordacity_CTF = "-1 32"; +$Host::MapPlayerLimitsS5_Massive_CTF = "8 32"; +$Host::MapPlayerLimitsS5_MassiveLT_sctf = "-1 32"; +$Host::MapPlayerLimitsS5_Mimicry_CTF = "8 32"; +$Host::MapPlayerLimitsS5_Mimicry_sctf = "-1 32"; +$Host::MapPlayerLimitsS5_Mordacity_CTF = "8 32"; $Host::MapPlayerLimitsS5_Mordacity_sctf = "-1 32"; -$Host::MapPlayerLimitsS5_Reynard_CTF = "8 32"; -$Host::MapPlayerLimitsS5_Reynard_sctf = "8 32"; +$Host::MapPlayerLimitsS5_Reynard_CTF = "10 32"; $Host::MapPlayerLimitsS5_Sherman_CTF = "10 32"; -$Host::MapPlayerLimitsS5_Sherman_sctf = "10 32"; -$Host::MapPlayerLimitsS5_Silenus_CTF = "-1 32"; -$Host::MapPlayerLimitsS5_Silenus_sctf = "-1 32"; -$Host::MapPlayerLimitsS5_Woodymyrk_CTF = "6 32"; -$Host::MapPlayerLimitsS5_Woodymyrk_sctf = "6 32"; -$Host::MapPlayerLimitsS8_Cardiac_CTF = "6 32"; -$Host::MapPlayerLimitsS8_Cardiac_sctf = "6 32"; -$Host::MapPlayerLimitsS8_CentralDogma_CTF = "10 32"; +$Host::MapPlayerLimitsS5_Silenus_CTF = "10 32"; +$Host::MapPlayerLimitsS5_SilenusLT_sctf = "-1 32"; +$Host::MapPlayerLimitsS5_Woodymyrk_CTF = "8 32"; +$Host::MapPlayerLimitsS5_Woodymyrk_sctf = "-1 32"; +$Host::MapPlayerLimitsS8_Cardiac_CTF = "8 32"; +$Host::MapPlayerLimitsS8_Cardiac_sctf = "-1 32"; $Host::MapPlayerLimitsS8_Geothermal_CTF = "12 32"; -$Host::MapPlayerLimitsS8_Geothermal_sctf = "12 32"; -$Host::MapPlayerLimitsS8_Mountking_CTF = "8 32"; -$Host::MapPlayerLimitsS8_Opus_CTF = "4 32"; -$Host::MapPlayerLimitsS8_Opus_sctf = "4 32"; -$Host::MapPlayerLimitsS8_Zilch_CTF = "8 32"; -$Host::MapPlayerLimitsS8_Zilch_sctf = "8 32"; +$Host::MapPlayerLimitsS8_GeothermalLak_LakRabbit = "-1 32"; +$Host::MapPlayerLimitsS8_Opus_CTF = "8 32"; +$Host::MapPlayerLimitsS8_Opus_sctf = "-1 32"; $Host::MapPlayerLimitsSaddiesHill_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsSanctuary_CTF = "12 32"; -$Host::MapPlayerLimitsSandOcean_CTF = "8 32"; -$Host::MapPlayerLimitsSandstorm_CTF = "10 32"; -$Host::MapPlayerLimitsSandStormLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsSangre_de_Grado_CTF = "10 32"; -$Host::MapPlayerLimitsScarabrae_nef_CTF = "12 32"; -$Host::MapPlayerLimitsShockRidge_CTF = "10 32"; -$Host::MapPlayerLimitsShortFall_CTF = "10 32"; -$Host::MapPlayerLimitsShortFall_sctf = "10 32"; -$Host::MapPlayerLimitsSignal_CTF = "6 32"; -$Host::MapPlayerLimitsSignal_sctf = "6 32"; -$Host::MapPlayerLimitsSirocco_CnH = "8 -1"; +$Host::MapPlayerLimitsSandOcean_CTF = "12 32"; +$Host::MapPlayerLimitsSangre_de_Grado_CTF = "14 32"; +$Host::MapPlayerLimitsShockRidge_CTF = "12 32"; +$Host::MapPlayerLimitsShortFall_CTF = "8 32"; +$Host::MapPlayerLimitsShrineDM_DM = "-1 32"; +$Host::MapPlayerLimitsSignal_CTF = "8 32"; +$Host::MapPlayerLimitsSignalLT_sctf = "-1 32"; $Host::MapPlayerLimitsSkinnyDipLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsSlapdash_CTF = "16 64"; -$Host::MapPlayerLimitsSmallCrossing_CTF = "-1 16"; -$Host::MapPlayerLimitsSmallCrossing_sctf = "-1 16"; -$Host::MapPlayerLimitsSmallDesertofDeath_CTF = "4 32"; -$Host::MapPlayerLimitsSmallDesertofDeath_sctf = "4 32"; -$Host::MapPlayerLimitsSmallMelee_CTF = "4 16"; -$Host::MapPlayerLimitsSmallMelee_sctf = "4 16"; -$Host::MapPlayerLimitsSmallTimeCTF_CTF = "-1 32"; -$Host::MapPlayerLimitsSmallTimeCTF_sctf = "-1 32"; -$Host::MapPlayerLimitsSnowcone_CTF = "4 32"; -$Host::MapPlayerLimitsSnowcone_sctf = "4 32"; +$Host::MapPlayerLimitsSlapdash_CTF = "14 32"; +$Host::MapPlayerLimitsSmallCrossing_CTF = "-1 18"; +$Host::MapPlayerLimitsSmallCrossingLT_sctf = "-1 32"; +$Host::MapPlayerLimitsSmallMelee_CTF = "-1 12"; +$Host::MapPlayerLimitsSmallTimeCTF_CTF = "-1 18"; +$Host::MapPlayerLimitsSmallTimeLT_sctf = "-1 32"; +$Host::MapPlayerLimitsSnowcone_CTF = "10 32"; $Host::MapPlayerLimitsSolsDescentLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsSoylentGreen_CTF = "4 18"; -$Host::MapPlayerLimitsStarfallen_CTF = "6 64"; -$Host::MapPlayerLimitsStarIce_CTF = "6 32"; -$Host::MapPlayerLimitsStonehenge_nef_CTF = "6 32"; +$Host::MapPlayerLimitsSoylentGreen_CTF = "10 32"; +$Host::MapPlayerLimitsStarFallLT_sctf = "-1 32"; +$Host::MapPlayerLimitsStarIce_CTF = "12 32"; $Host::MapPlayerLimitsSubZeroV_CTF = "12 32"; +$Host::MapPlayerLimitsSulfide_LakRabbit = "-1 32"; $Host::MapPlayerLimitsSundance_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsSunDried_Bounty = "8 -1"; -$Host::MapPlayerLimitsSunDried_DM = "8 -1"; -$Host::MapPlayerLimitsSunDried_Duel = "-1 32"; $Host::MapPlayerLimitsSunDriedLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsSuperHappyBouncyFunTime_CTF = "-1 32"; -$Host::MapPlayerLimitsSuperHappyBouncyFunTime_sctf = "-1 32"; +$Host::MapPlayerLimitsSuperHappyBouncyFunTime_CTF = "-1 10"; $Host::MapPlayerLimitsSurreal_CTF = "10 32"; -$Host::MapPlayerLimitsSurro_CTF = "8 32"; -$Host::MapPlayerLimitsTalus_Bounty = "-1 32"; -$Host::MapPlayerLimitsTalus_Duel = "-1 32"; -$Host::MapPlayerLimitsTenebrousCTF_CTF = "4 32"; -$Host::MapPlayerLimitsTheClocktower_CTF = "6 12"; -$Host::MapPlayerLimitsTheFray_CTF = "-1 32"; +$Host::MapPlayerLimitsSurro_CTF = "12 32"; +$Host::MapPlayerLimitsTenebrousCTF_CTF = "8 32"; +$Host::MapPlayerLimitsTenebrousCTF_sctf = "-1 32"; +$Host::MapPlayerLimitsTheClocktower_CTF = "10 32"; +$Host::MapPlayerLimitsTheFray_CTF = "8 32"; $Host::MapPlayerLimitsTheFray_sctf = "-1 32"; -$Host::MapPlayerLimitsThinIce_CTF = "16 64"; -$Host::MapPlayerLimitsTibbaw_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsTitan_CTF = "6 32"; -$Host::MapPlayerLimitsTitan_sctf = "6 32"; -$Host::MapPlayerLimitsTitanLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsTitForTat_CTF = "-1 16"; -$Host::MapPlayerLimitsTombstone_CTF = "16 32"; -$Host::MapPlayerLimitsTombstone_Duel = "-1 32"; +$Host::MapPlayerLimitsTibbawLak_LakRabbit = "-1 32"; +$Host::MapPlayerLimitsTitaniaLak_LakRabbit = "-1 32"; +$Host::MapPlayerLimitsTitanV_CTF = "12 32"; +$Host::MapPlayerLimitsTitForTat_CTF = "-1 18"; $Host::MapPlayerLimitsTreasureIslandLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsTrident_CTF = "-1 32"; -$Host::MapPlayerLimitsTrident_Siege = "-1 32"; -$Host::MapPlayerLimitsTWL2_Bleed_CTF = "10 32"; -$Host::MapPlayerLimitsTWL2_BlueMoon_CTF = "10 32"; -$Host::MapPlayerLimitsTWL2_CanyonCrusadeDeluxe_CTF = "-1 32"; -$Host::MapPlayerLimitsTWL2_CanyonCrusadeDeluxe_sctf = "-1 32"; -$Host::MapPlayerLimitsTWL2_Celerity_CTF = "6 32"; -$Host::MapPlayerLimitsTWL2_Celerity_sctf = "6 32"; -$Host::MapPlayerLimitsTWL2_CloakOfNight_CTF = "8 32"; -$Host::MapPlayerLimitsTWL2_Crevice_CTF = "6 32"; -$Host::MapPlayerLimitsTWL2_Crevice_sctf = "6 32"; -$Host::MapPlayerLimitsTWL2_Dissention_CTF = "8 32"; -$Host::MapPlayerLimitsTWL2_Drifts_CTF = "8 32"; -$Host::MapPlayerLimitsTWL2_Drifts_sctf = "8 32"; -$Host::MapPlayerLimitsTWL2_Drorck_CTF = "6 32"; -$Host::MapPlayerLimitsTWL2_Drorck_sctf = "6 32"; -$Host::MapPlayerLimitsTWL2_FrozenGlory_CTF = "8 32"; -$Host::MapPlayerLimitsTWL2_FrozenGlory_sctf = "8 32"; -$Host::MapPlayerLimitsTWL2_FrozenHope_CTF = "8 32"; -$Host::MapPlayerLimitsTWL2_FrozenHope_sctf = "8 32"; -$Host::MapPlayerLimitsTWL2_Hildebrand_CTF = "-1 32"; -$Host::MapPlayerLimitsTWL2_Hildebrand_sctf = "-1 32"; -$Host::MapPlayerLimitsTWL2_IceDagger_CTF = "6 32"; -$Host::MapPlayerLimitsTWL2_IceDagger_sctf = "6 32"; -$Host::MapPlayerLimitsTWL2_JaggedClaw_CTF = "4 32"; -$Host::MapPlayerLimitsTWL2_JaggedClaw_sctf = "4 32"; -$Host::MapPlayerLimitsTWL2_Magnum_CTF = "8 32"; -$Host::MapPlayerLimitsTWL2_MidnightMayhemDeluxe_CTF = "8 32"; -$Host::MapPlayerLimitsTWL2_MidnightMayhemDeluxe_sctf = "8 32"; +$Host::MapPlayerLimitsTWL2_Bleed_CTF = "14 32"; +$Host::MapPlayerLimitsTWL2_BlueMoon_CTF = "12 32"; +$Host::MapPlayerLimitsTWL2_CanyonCrusadeDeluxe_CTF = "-1 18"; +$Host::MapPlayerLimitsTWL2_CanyonCrusadeDeluxeLT_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL2_Celerity_CTF = "10 32"; +$Host::MapPlayerLimitsTWL2_Celerity_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL2_Crevice_CTF = "10 32"; +$Host::MapPlayerLimitsTWL2_Crevice_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL2_FrozenGlory_CTF = "12 32"; +$Host::MapPlayerLimitsTWL2_FrozenHope_CTF = "10 32"; +$Host::MapPlayerLimitsTWL2_FrozenHopeLT_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL2_Hildebrand_CTF = "-1 18"; +$Host::MapPlayerLimitsTWL2_HildebrandLT_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL2_IceDagger_CTF = "10 32"; +$Host::MapPlayerLimitsTWL2_JaggedClaw_CTF = "8 32"; +$Host::MapPlayerLimitsTWL2_JaggedClawLT_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL2_Magnum_CTF = "12 32"; +$Host::MapPlayerLimitsTWL2_MidnightMayhemDeluxe_CTF = "10 32"; +$Host::MapPlayerLimitsTWL2_MidnightMayhemDeluxe_sctf = "-1 32"; $Host::MapPlayerLimitsTWL2_MuddySwamp_CTF = "8 32"; -$Host::MapPlayerLimitsTWL2_MuddySwamp_sctf = "8 32"; -$Host::MapPlayerLimitsTWL2_MuddySwampLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsTWL2_Norty_CTF = "6 32"; -$Host::MapPlayerLimitsTWL2_Norty_sctf = "6 32"; -$Host::MapPlayerLimitsTWL2_Ocular_CTF = "6 32"; -$Host::MapPlayerLimitsTWL2_Ocular_sctf = "6 32"; -$Host::MapPlayerLimitsTWL2_RoughLand_CTF = "8 32"; -$Host::MapPlayerLimitsTWL2_RoughLand_sctf = "8 32"; -$Host::MapPlayerLimitsTWL2_Ruined_CTF = "10 32"; -$Host::MapPlayerLimitsTWL2_Ruined_sctf = "10 32"; -$Host::MapPlayerLimitsTWL2_Skylight_CTF = "-1 32"; -$Host::MapPlayerLimitsTWL2_Skylight_sctf = "-1 32"; -$Host::MapPlayerLimitsTWL_BaNsHee_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_BaNsHee_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_BeachBlitz_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_BeachBlitz_sctf = "8 32"; +$Host::MapPlayerLimitsTWL2_Ocular_CTF = "8 32"; +$Host::MapPlayerLimitsTWL2_Ocular_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL2_RoughLand_CTF = "12 32"; +$Host::MapPlayerLimitsTWL2_Ruined_CTF = "12 32"; +$Host::MapPlayerLimitsTWL2_Skylight_CTF = "8 32"; +$Host::MapPlayerLimitsTWL2_SkylightLT_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL_BeachBlitz_CTF = "12 32"; $Host::MapPlayerLimitsTWL_BeachBlitzLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsTWL_Boss_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Boss_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_Chokepoint_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Cinereous_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Cinereous_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_Clusterfuct_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Clusterfuct_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_Crossfire_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Crossfire_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_Curtilage_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Curtilage_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_Damnation_CTF = "6 32"; -$Host::MapPlayerLimitsTWL_Damnation_sctf = "6 32"; -$Host::MapPlayerLimitsTWL_DangerousCrossing_CTF = "4 32"; -$Host::MapPlayerLimitsTWL_DangerousCrossing_sctf = "4 32"; -$Host::MapPlayerLimitsTWL_DeadlyBirdsSong_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_DeadlyBirdsSong_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_Deserted_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Deserted_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_Feign_CTF = "6 32"; -$Host::MapPlayerLimitsTWL_Feign_sctf = "6 32"; -$Host::MapPlayerLimitsTWL_Frostclaw_CTF = "10 32"; -$Host::MapPlayerLimitsTWL_Frostclaw_sctf = "10 32"; -$Host::MapPlayerLimitsTWL_Frozen_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Harvester_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Horde_CTF = "10 32"; -$Host::MapPlayerLimitsTWL_Katabatic_CTF = "10 32"; -$Host::MapPlayerLimitsTWL_Neve_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Neve_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_NoShelter_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_NoShelter_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_OsIris_CTF = "6 32"; -$Host::MapPlayerLimitsTWL_OsIris_sctf = "6 32"; -$Host::MapPlayerLimitsTWL_Pandemonium_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Pandemonium_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_Ramparts_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Ramparts_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_Rollercoaster_sctf = "6 32"; -$Host::MapPlayerLimitsTWL_Sandstorm_CTF = "12 32"; +$Host::MapPlayerLimitsTWL_BeachBlitzLT_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL_Chokepoint_CTF = "12 32"; +$Host::MapPlayerLimitsTWL_Cinereous_CTF = "10 32"; +$Host::MapPlayerLimitsTWL_Cinereous_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL_Crossfire_CTF = "12 32"; +$Host::MapPlayerLimitsTWL_Damnation_CTF = "10 32"; +$Host::MapPlayerLimitsTWL_Damnation_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL_DangerousCrossing_CTF = "10 32"; +$Host::MapPlayerLimitsTWL_DangerousCrossing_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL_DeadlyBirdsSong_CTF = "10 32"; +$Host::MapPlayerLimitsTWL_Deserted_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL_Feign_CTF = "8 32"; +$Host::MapPlayerLimitsTWL_FeignLT_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL_Frozen_CTF = "14 32"; +$Host::MapPlayerLimitsTWL_Harvester_CTF = "14 32"; +$Host::MapPlayerLimitsTWL_Katabatic_CTF = "12 32"; +$Host::MapPlayerLimitsTWL_Magamatic_CTF = "12 32"; +$Host::MapPlayerLimitsTWL_OsIris_CTF = "10 32"; +$Host::MapPlayerLimitsTWL_OsIris_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL_RollercoasterLT_sctf = "-1 32"; $Host::MapPlayerLimitsTWL_Snowblind_CTF = "8 32"; $Host::MapPlayerLimitsTWL_Starfallen_CTF = "12 32"; -$Host::MapPlayerLimitsTWL_Stonehenge_CTF = "4 32"; -$Host::MapPlayerLimitsTWL_Stonehenge_sctf = "4 32"; -$Host::MapPlayerLimitsTWL_SubZero_CTF = "6 32"; -$Host::MapPlayerLimitsTWL_Titan_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_Titan_sctf = "8 32"; +$Host::MapPlayerLimitsTWL_Stonehenge_CTF = "8 32"; +$Host::MapPlayerLimitsTWL_StonehengeLT_sctf = "-1 32"; +$Host::MapPlayerLimitsTWL_SubZero_CTF = "10 32"; +$Host::MapPlayerLimitsTWL_Titan_CTF = "10 32"; +$Host::MapPlayerLimitsTWL_Titan_sctf = "-1 32"; $Host::MapPlayerLimitsTWL_WilderZone_CTF = "8 32"; -$Host::MapPlayerLimitsTWL_WilderZone_sctf = "8 32"; -$Host::MapPlayerLimitsTWL_WoodyMyrk_CTF = "6 32"; -$Host::MapPlayerLimitsUltimaThule_Siege = "8 -1"; -$Host::MapPlayerLimitsUnderhill_Bounty = "-1 32"; -$Host::MapPlayerLimitsUnderhill_DM = "-1 -1"; -$Host::MapPlayerLimitsUnderhill_Duel = "8 32"; -$Host::MapPlayerLimitsVauban_CTF = "10 32"; -$Host::MapPlayerLimitsVaubanLak_Duel = "-1 32"; +$Host::MapPlayerLimitsTWL_WilderZoneLT_sctf = "-1 32"; +$Host::MapPlayerLimitsVauban_CTF = "12 32"; $Host::MapPlayerLimitsVaubanLak_LakRabbit = "-1 32"; -$Host::MapPlayerLimitsWhiteout_Bounty = "8 -1"; -$Host::MapPlayerLimitsWhiteout_DM = "8 -1"; -$Host::MapPlayerLimitsWhiteout_Duel = "-1 32"; +$Host::MapPlayerLimitsVulcansWrathDM_DM = "-1 32"; $Host::MapPlayerLimitsWindyGap_CTF = "12 32"; $Host::MarkDnDObjectives = 1; $Host::MaxBotDifficulty = 0.75; diff --git a/Classic/scripts/serverDefaults.cs b/Classic/scripts/serverDefaults.cs index eaa00d0..13e0f67 100644 --- a/Classic/scripts/serverDefaults.cs +++ b/Classic/scripts/serverDefaults.cs @@ -113,68 +113,7 @@ $Host::CRCTextures = 0; $Audio::maxEncodingLevel = 3; $Audio::maxVoiceChannels = 2; -$Host::MapPlayerLimits["Abominable", "CnH"] = "-1 -1"; -$Host::MapPlayerLimits["AgentsOfFortune", "TeamHunters"] = "-1 32"; -$Host::MapPlayerLimits["Alcatraz", "Siege"] = "-1 48"; -$Host::MapPlayerLimits["Archipelago", "CTF"] = "16 -1"; -$Host::MapPlayerLimits["AshesToAshes", "CnH"] = "16 -1"; -$Host::MapPlayerLimits["BeggarsRun", "CTF"] = "-1 32"; -$Host::MapPlayerLimits["Caldera", "Siege"] = "-1 48"; -$Host::MapPlayerLimits["CasernCavite", "Hunters"] = "-1 32"; -$Host::MapPlayerLimits["CasernCavite", "DM"] = "-1 32"; -$Host::MapPlayerLimits["CasernCavite", "Bounty"] = "-1 32"; -$Host::MapPlayerLimits["Damnation", "CTF"] = "-1 32"; -$Host::MapPlayerLimits["DeathBirdsFly", "CTF"] = "8 -1"; -$Host::MapPlayerLimits["Desiccator", "CTF"] = "-1 -1"; -$Host::MapPlayerLimits["DustToDust", "CTF"] = "-1 32"; -$Host::MapPlayerLimits["DustToDust", "Hunters"] = "-1 32"; -$Host::MapPlayerLimits["DustToDust", "TeamHunters"] = "-1 32"; -$Host::MapPlayerLimits["Equinox", "CnH"] = "-1 -1"; -$Host::MapPlayerLimits["Equinox", "DM"] = "-1 32"; -$Host::MapPlayerLimits["Escalade", "Hunters"] = "8 -1"; -$Host::MapPlayerLimits["Escalade", "TeamHunters"] = "8 -1"; -$Host::MapPlayerLimits["Escalade", "DM"] = "16 -1"; -$Host::MapPlayerLimits["Escalade", "Bounty"] = "16 32"; -$Host::MapPlayerLimits["Escalade", "Rabbit"] = "16 -1"; -$Host::MapPlayerLimits["Firestorm", "CTF"] = "-1 24"; -$Host::MapPlayerLimits["Firestorm", "CnH"] = "-1 24"; -$Host::MapPlayerLimits["Flashpoint", "CnH"] = "-1 -1"; -$Host::MapPlayerLimits["Gauntlet", "Siege"] = "-1 32"; -$Host::MapPlayerLimits["Gehenna", "Hunters"] = "-1 -1"; -$Host::MapPlayerLimits["Gehenna", "TeamHunters"] = "-1 -1"; -$Host::MapPlayerLimits["Icebound", "Siege"] = "-1 -1"; -$Host::MapPlayerLimits["Insalubria", "CnH"] = "-1 32"; -$Host::MapPlayerLimits["JacobsLadder", "CnH"] = "-1 -1"; -$Host::MapPlayerLimits["Katabatic", "CTF"] = "-1 48"; -$Host::MapPlayerLimits["Masada", "Siege"] = "-1 32"; -$Host::MapPlayerLimits["Minotaur", "CTF"] = "-1 32"; -$Host::MapPlayerLimits["Myrkwood", "Hunters"] = "-1 32"; -$Host::MapPlayerLimits["Myrkwood", "DM"] = "-1 32"; -$Host::MapPlayerLimits["Myrkwood", "Rabbit"] = "-1 32"; -$Host::MapPlayerLimits["Oasis", "DM"] = "-1 32"; -$Host::MapPlayerLimits["Overreach", "CnH"] = "8 -1"; -$Host::MapPlayerLimits["Quagmire", "CTF"] = "-1 -1"; -$Host::MapPlayerLimits["Rasp", "TeamHunters"] = "-1 32"; -$Host::MapPlayerLimits["Rasp", "Bounty"] = "-1 32"; -$Host::MapPlayerLimits["Recalescence", "CTF"] = "16 -1"; -$Host::MapPlayerLimits["Respite", "Siege"] = "-1 32"; -$Host::MapPlayerLimits["Reversion", "CTF"] = "-1 -1"; -$Host::MapPlayerLimits["Rimehold", "Hunters"] = "8 -1"; -$Host::MapPlayerLimits["Rimehold", "Hunters"] = "8 -1"; -$Host::MapPlayerLimits["Riverdance", "CTF"] = "-1 -1"; -$Host::MapPlayerLimits["Sanctuary", "CTF"] = "-1 -1"; -$Host::MapPlayerLimits["Sirocco", "CnH"] = "8 -1"; -$Host::MapPlayerLimits["Slapdash", "CTF"] = "-1 -1"; -$Host::MapPlayerLimits["SunDried", "DM"] = "8 -1"; -$Host::MapPlayerLimits["SunDried", "Bounty"] = "8 -1"; -$Host::MapPlayerLimits["Talus", "Bounty"] = "-1 32"; -$Host::MapPlayerLimits["ThinIce", "CTF"] = "-1 -1"; -$Host::MapPlayerLimits["Tombstone", "CTF"] = "-1 -1"; -$Host::MapPlayerLimits["UltimaThule", "Siege"] = "8 -1"; -$Host::MapPlayerLimits["Underhill", "DM"] = "-1 -1"; -$Host::MapPlayerLimits["Underhill", "Bounty"] = "-1 32"; -$Host::MapPlayerLimits["Whiteout", "DM"] = "8 -1"; -$Host::MapPlayerLimits["Whiteout", "Bounty"] = "8 -1"; +//Took out MapLimits //Taco Addons $Host::EmptyServerReset = 1; //To control whether the server auto resets when empty @@ -216,7 +155,8 @@ $Host::LoadScreenMOTD1 = "Blaster is here to stay!"; //MOTD or Events Lin $Host::LoadScreenMOTD2 = "Come play Arena on Wednesday Nights!"; //MOTD or Events Line 2 Message (Debrief LoadScreen Only) $Host::LoadScreenMOTD3 = "Lak crowd early evenings after work during the week."; //MOTD or Events Line 3 Message (Debrief LoadScreen Only) $Host::LoadScreenMOTD4 = "Big CTF games Fridays, Saturdays, and Sundays!"; //MOTD or Events Line 4 Message (Debrief LoadScreen Only) -$Host::EvoAdminSwitchTeams = 1; //Enable or Disable an admins ability to switch other players teams. +$Host::EvoAdminSwitchTeams = 1; //Enable or Disable an admins ability to switch other players teams. +$Host::EvoCustomMapLimitsFile = "prefs/SetMapLimits.cs"; //Exec custom limits file //LakRabbit $Host::EnableLakUnlimitedDJ = 1; //Unlimited disc-jumps if enabled $Host::LakRabbitNoSplashDamage = 0; //Splash Damage enabled or not