diff --git a/scripts/vscripts/anv_mapfixes/c10m1_caves.nut b/scripts/vscripts/anv_mapfixes/c10m1_caves.nut index 257b4a9c..9da18e61 100644 --- a/scripts/vscripts/anv_mapfixes/c10m1_caves.nut +++ b/scripts/vscripts/anv_mapfixes/c10m1_caves.nut @@ -27,33 +27,4 @@ make_clip( "_dispcrouch_endrockparkour", "Everyone", 1, "-8 -116 0", "8 56 115", // Not confirmed canon -- but probably. make_prop( "dynamic", "_crashcourse_armoredvan_glass", "models/props_vehicles/deliveryvan_armored_glass.mdl", "-11274 -15292 -150.2", "14.32 90 -5.15", "shadow_no" ); -make_prop( "dynamic", "_crashcourse_armoredvan", "models/props_vehicles/deliveryvan_armored.mdl", "-11274 -15292 -150.2", "14.32 90 -5.15" ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +make_prop( "dynamic", "_crashcourse_armoredvan", "models/props_vehicles/deliveryvan_armored.mdl", "-11274 -15292 -150.2", "14.32 90 -5.15" ); \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c10m2_drainage.nut b/scripts/vscripts/anv_mapfixes/c10m2_drainage.nut index 44359c45..8cf50c40 100644 --- a/scripts/vscripts/anv_mapfixes/c10m2_drainage.nut +++ b/scripts/vscripts/anv_mapfixes/c10m2_drainage.nut @@ -34,13 +34,6 @@ make_clip( "_chargerassist_footlocker", "Survivors", 1, "-64 -82 0", "8 82 100", make_clip( "_grating_smoothera", "Everyone", 1, "-326 -450 -2", "0 0 1", "-8642 -7855 -528.613" ); make_clip( "_grating_smootherb", "Everyone", 1, "-326 -495 -2", "-45 -450 1", "-8642 -7855 -528.613" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -53,18 +46,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_commonhop_pipe", "Survivors", 1, "-4 -104 -56", "4 104 56", "-8044 -7280 -408" ); make_clip( "_cliprework_commonhop", "Survivors", 1, "-172 -8 -44", "172 8 44", "-6452 -6008 136" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c10m3_ranchhouse.nut b/scripts/vscripts/anv_mapfixes/c10m3_ranchhouse.nut index 30aa611f..17b8ffcf 100644 --- a/scripts/vscripts/anv_mapfixes/c10m3_ranchhouse.nut +++ b/scripts/vscripts/anv_mapfixes/c10m3_ranchhouse.nut @@ -43,13 +43,6 @@ make_clip( "_permstuck_fatcliffladder2", "SI Players", 1, "-17 -34 0", "17 17 32 make_clip( "_chargerassist_brokenwall", "Survivors", 1, "-128 0 0", "128 64 275", "-2480 1104 221" ); make_clip( "_booster_watertowerclip", "Survivors", 1, "-538 -16 0", "348 66 900", "-6472 -871 1024", "0 15 0" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -58,18 +51,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_cliprework_smokertrolling", "Survivors", 1, "-207 -21 0", "219 8 259", "-11857 -5323 85" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c10m4_mainstreet.nut b/scripts/vscripts/anv_mapfixes/c10m4_mainstreet.nut index 611749fa..e30fdafa 100644 --- a/scripts/vscripts/anv_mapfixes/c10m4_mainstreet.nut +++ b/scripts/vscripts/anv_mapfixes/c10m4_mainstreet.nut @@ -21,13 +21,6 @@ make_clip( "_cliprework_awning", "Survivors", 1, "-68 -103 -68", "43 107 1431", make_trighurt( "_instakill_deathcharger", "Survivor", "-256 -453 -17", "256 453 0", "-2449 122 -43" ); patch_spawninfront( "288 -5284 93", "0 -96 0", "544 96 17" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -50,11 +43,4 @@ if ( g_BaseMode == "survival" ) make_clip( "_booster_eatsign", "Survivors", 1, "-10 -64 -48", "10 69 1442", "-1649 -3723 293" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c10m5_houseboat.nut b/scripts/vscripts/anv_mapfixes/c10m5_houseboat.nut index 11762dec..119f8681 100644 --- a/scripts/vscripts/anv_mapfixes/c10m5_houseboat.nut +++ b/scripts/vscripts/anv_mapfixes/c10m5_houseboat.nut @@ -62,13 +62,6 @@ function c10m5_rockslide() EntFire( "trigger_finale", "AddOutput", "UseStart worldspawn:CallScriptFunction:c10m5_rockslide:0:-1" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -86,11 +79,4 @@ if ( g_BaseMode == "survival" ) make_clip( "_survival_docksrocks", "Survivors", 1, "-78 -161 0", "87 153 1462", "2201 -4720 -174", "0 24 0" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c11m1_greenhouse.nut b/scripts/vscripts/anv_mapfixes/c11m1_greenhouse.nut index e1369809..e39ad84c 100644 --- a/scripts/vscripts/anv_mapfixes/c11m1_greenhouse.nut +++ b/scripts/vscripts/anv_mapfixes/c11m1_greenhouse.nut @@ -16,13 +16,6 @@ make_clip( "_stunfall_lamp", "Survivors", 1, "-888 0 0", "979 17 1724", "5549 13 make_clip( "_outtabounds_ledge", "Survivors", 1, "-148 -145 0", "100 141 1100", "2700 649 640" ); make_trighurt( "_instakill_thankyoufailzz", "Survivor", "-2828 -46 -149", "1881 225 0", "5148 -1121 165" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -32,18 +25,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_commonhop_greenhouse", "Survivors", 1, "0 -320 -176", "3 240 690", "5226 -752 1023" ); make_clip( "_cliprework_endpassage", "Survivors", 1, "-6 -224 0", "6 224 78", "4858 2552 274" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c11m2_offices.nut b/scripts/vscripts/anv_mapfixes/c11m2_offices.nut index 893980a0..a9fa5894 100644 --- a/scripts/vscripts/anv_mapfixes/c11m2_offices.nut +++ b/scripts/vscripts/anv_mapfixes/c11m2_offices.nut @@ -13,13 +13,6 @@ make_trighurt( "_instakill_semitrailer", "Survivor", "-269 -117 0", "273 121 8", make_prop( "dynamic", "_omg_valve_wrongwayc", "models/props_vehicles/van.mdl", "8815 2888 10", "0 45 3", "shadow_no" ); make_prop( "dynamic", "_omg_valve_wrongwayg", "models/props_vehicles/van_glass.mdl", "8815 2888 10", "0 45 3", "shadow_no" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -44,11 +37,4 @@ if ( g_BaseMode == "survival" ) make_clip( "_survival_electricgod", "Survivors", 1, "-40 -28 0", "79 43 273", "8328 3196 783" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c11m3_garage.nut b/scripts/vscripts/anv_mapfixes/c11m3_garage.nut index 42f17e98..5eed8e88 100644 --- a/scripts/vscripts/anv_mapfixes/c11m3_garage.nut +++ b/scripts/vscripts/anv_mapfixes/c11m3_garage.nut @@ -22,13 +22,6 @@ con_comment( "FIX:\tTanks prevented from being able to punch barricade gascans t NetProps.SetPropInt( Entities.FindByName( null, "barricade_gas_can" ), "m_Collision.m_usSolidFlags", 2 ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -38,18 +31,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_booster_windows", "Survivors", 1, "-6 -80 0", "6 80 128", "-3082 3152 160" ); make_clip( "_bunnyhop_windows", "Survivors", 1, "-6 -180 0", "6 180 128", "-2954 1393 160" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c11m4_terminal.nut b/scripts/vscripts/anv_mapfixes/c11m4_terminal.nut index 821db517..d541a0c1 100644 --- a/scripts/vscripts/anv_mapfixes/c11m4_terminal.nut +++ b/scripts/vscripts/anv_mapfixes/c11m4_terminal.nut @@ -50,18 +50,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_altpath_escalator", "Survivors", 1, "-37 -6 -35", "25 6 175", "2289 1737 51", "0 0 -2.5" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c11m5_runway.nut b/scripts/vscripts/anv_mapfixes/c11m5_runway.nut index 5a02184d..ceb46011 100644 --- a/scripts/vscripts/anv_mapfixes/c11m5_runway.nut +++ b/scripts/vscripts/anv_mapfixes/c11m5_runway.nut @@ -10,33 +10,4 @@ make_clip( "_nav_firering_cheese", "Survivors", 1, "-24 -86 0", "17 126 1632", " make_clip( "_planecrash_concreteramp", "SI Players", 1, "-290 -10 0", "345 10 185", "-4127 11223 -128", "0 -56 45" ); make_prop( "dynamic", "_terry", "models/deadbodies/dead_male_civilian_body.mdl", "-4154 9350 -140", "0 -111 0", "shadow_no", "solid_no" ); -EntFire( "relay_outro_start", "AddOutput", "OnTrigger anv_mapfixes_terry:Kill::2:-1" ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +EntFire( "relay_outro_start", "AddOutput", "OnTrigger anv_mapfixes_terry:Kill::2:-1" ); \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c12m1_hilltop.nut b/scripts/vscripts/anv_mapfixes/c12m1_hilltop.nut index bae0b35b..0cce45b9 100644 --- a/scripts/vscripts/anv_mapfixes/c12m1_hilltop.nut +++ b/scripts/vscripts/anv_mapfixes/c12m1_hilltop.nut @@ -15,13 +15,6 @@ make_trighurt( "_instakill_longperimeter2", "Survivor", "-868 -1895 0", "508 214 make_trighurt( "_instakill_fallrevivefence", "Survivor", "-17 -337 0", "17 367 17", "-8883 -8543 87" ); make_trighurt( "_instakill_fallrevivenoper", "Survivor", "-744 -527 0", "1304 877 96", "-9496 -7665 -96" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -30,18 +23,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_nav_quarrybeams", "Survivors", 1, "-152 -7 0", "152 1 288", "-7808 -9481 512" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c12m2_traintunnel.nut b/scripts/vscripts/anv_mapfixes/c12m2_traintunnel.nut index 765516e3..fa643925 100644 --- a/scripts/vscripts/anv_mapfixes/c12m2_traintunnel.nut +++ b/scripts/vscripts/anv_mapfixes/c12m2_traintunnel.nut @@ -14,20 +14,6 @@ make_clip( "_stuckwarp_rocketdude", "Everyone", 1, "-24 -48 0", "24 48 71", "-54 make_clip( "_rubble_smoother", "Everyone", 1, "-38 -166 0", "20 190 32", "-1777 -9480 -25", "33 23 28" ); make_trigduck( "_duckqol_ventduct", "-5 -26 -28", "5 26 28", "-8728 -7494 92" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} if ( g_BaseMode == "survival" ) { devchap( "BASE SURVIVAL" ); @@ -38,11 +24,4 @@ if ( g_BaseMode == "survival" ) make_navblock( "_survival_navblock_stairs", "Everyone", "Apply", "-4 -101 0", "4 0 32", "-6688 -7711 -80" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c12m3_bridge.nut b/scripts/vscripts/anv_mapfixes/c12m3_bridge.nut index 451804e7..77f0d255 100644 --- a/scripts/vscripts/anv_mapfixes/c12m3_bridge.nut +++ b/scripts/vscripts/anv_mapfixes/c12m3_bridge.nut @@ -49,11 +49,4 @@ if ( g_BaseMode == "survival" ) make_clip( "_missing_tree_3", "Survivors", 1, "-23 -23 0", "23 23 1302", "4214 -12710 418" ); make_clip( "_missing_tree_4", "Survivors", 1, "-23 -23 0", "23 23 1302", "3730 -14198 418" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c12m4_barn.nut b/scripts/vscripts/anv_mapfixes/c12m4_barn.nut index 36f20a76..d402fe49 100644 --- a/scripts/vscripts/anv_mapfixes/c12m4_barn.nut +++ b/scripts/vscripts/anv_mapfixes/c12m4_barn.nut @@ -50,18 +50,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_shortcut_warehouse", "Survivors", 1, "0 -32 -32", "8 64 256", "10272 -7848 152" ); make_clip( "_commonhop_traintruss", "Survivors", 1, "-160 -120 -55", "160 120 1545", "10879 -7463 116" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c12m5_cornfield.nut b/scripts/vscripts/anv_mapfixes/c12m5_cornfield.nut index 1cecb64b..5eddbb8b 100644 --- a/scripts/vscripts/anv_mapfixes/c12m5_cornfield.nut +++ b/scripts/vscripts/anv_mapfixes/c12m5_cornfield.nut @@ -31,33 +31,4 @@ make_clip( "_nav_and_stuckwarp", "Everyone", 1, "-45 -2 -62", "163 6 58", "6485 con_comment( "LOGIC:\tPoint-of-no-return clip will be Enabled when finale is started." ); make_clip( "_point_of_no_return", "Survivors", 0, "-148 -16 0", "148 26 1660", "9017 3511 202" ); -EntFire( "trigger_finale", "AddOutput", "FinaleStart anv_mapfixes_point_of_no_return:Enable::0:-1" ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +EntFire( "trigger_finale", "AddOutput", "FinaleStart anv_mapfixes_point_of_no_return:Enable::0:-1" ); \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c13m1_alpinecreek.nut b/scripts/vscripts/anv_mapfixes/c13m1_alpinecreek.nut index ead791e4..ef7c3de4 100644 --- a/scripts/vscripts/anv_mapfixes/c13m1_alpinecreek.nut +++ b/scripts/vscripts/anv_mapfixes/c13m1_alpinecreek.nut @@ -7,33 +7,4 @@ devchap( "ALL MODES" ); make_clip( "_dispcrouch_watchtower", "Everyone", 1, "-64 -17 0", "64 17 128", "-3025 2861 186" ); make_clip( "_sneaky_hunter", "SI Players", 1, "-963 -450 -256", "1160 360 0", "-1169 1555 482" ); make_clip( "_permstuck_cornercabin", "Everyone", 1, "-11 -12 -38", "14 12 32", "1465 3478 540" ); -make_clip( "_dispcrouch_spawn", "Everyone", 1, "-32 -131 -147", "16 386 108", "-3244 54 151", "0 11 0" ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +make_clip( "_dispcrouch_spawn", "Everyone", 1, "-32 -131 -147", "16 386 108", "-3244 54 151", "0 11 0" ); \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c13m2_southpinestream.nut b/scripts/vscripts/anv_mapfixes/c13m2_southpinestream.nut index 09794911..b4223cbf 100644 --- a/scripts/vscripts/anv_mapfixes/c13m2_southpinestream.nut +++ b/scripts/vscripts/anv_mapfixes/c13m2_southpinestream.nut @@ -27,13 +27,6 @@ make_clip( "_permstuck_tree_j", "Everyone", 1, "-17 -17 -32", "17 17 0", "1153 5 make_clip( "_stuckwarp_yellowbarrels", "Everyone", 1, "-108 -16 0", "59 13 128", "4861 2732 608", "0 -17 0" ); patch_spawninfront( "78 8574 -405", "-70 -8 0", "70 8 256" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -44,18 +37,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_shortcut_easybigskip2", "Survivors", 1, "-64 -66 0", "8 260 2442", "503 4713 253", "0 -10 0" ); make_clip( "_shortcut_easybigskip3", "Survivors", 1, "-64 -316 0", "8 96 2442", "483 4553 253", "0 -4 0" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c13m3_memorialbridge.nut b/scripts/vscripts/anv_mapfixes/c13m3_memorialbridge.nut index 7e61c660..31eb59dc 100644 --- a/scripts/vscripts/anv_mapfixes/c13m3_memorialbridge.nut +++ b/scripts/vscripts/anv_mapfixes/c13m3_memorialbridge.nut @@ -47,18 +47,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_shortcut_tanker", "Survivors", 1, "-58 -577 0", "58 271 527", "1092 -3999 1328", "0 27 0" ); EntFire( "tanker_destruction_relay", "AddOutput", "OnTrigger anv_mapfixes_shortcut_tanker:Kill::0:-1" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c13m4_cutthroatcreek.nut b/scripts/vscripts/anv_mapfixes/c13m4_cutthroatcreek.nut index 5be736cb..ea75cc56 100644 --- a/scripts/vscripts/anv_mapfixes/c13m4_cutthroatcreek.nut +++ b/scripts/vscripts/anv_mapfixes/c13m4_cutthroatcreek.nut @@ -28,13 +28,6 @@ make_clip( "_cliprework_dispcrouch12", "SI Players", 1, "-8 -171 -42", "8 188 10 make_clip( "_dispcrouch_waterfall", "Everyone", 1, "-64 -188 -64", "18 263 272", "-2184 -1700 -288", "0 -10 0" ); make_clip( "_permstuck_umheymatt", "Everyone", 1, "-16 -128 0", "16 128 142", "13 5280 -117" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -43,18 +36,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_commonhop_endshortcut", "Survivors", 1, "-94 -35 -153", "93 -29 1437", "-693 4555 35", "0 5 0" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c14m1_junkyard.nut b/scripts/vscripts/anv_mapfixes/c14m1_junkyard.nut index 9ce4c228..905239a0 100644 --- a/scripts/vscripts/anv_mapfixes/c14m1_junkyard.nut +++ b/scripts/vscripts/anv_mapfixes/c14m1_junkyard.nut @@ -25,33 +25,4 @@ if ( g_BaseMode != "versus" ) NetProps.SetPropInt( wep_spawners, "m_spawnflags", ( spawnflags & ~4 ) ); } } -} - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c14m2_lighthouse.nut b/scripts/vscripts/anv_mapfixes/c14m2_lighthouse.nut index 1ab44d18..ba6c1cfb 100644 --- a/scripts/vscripts/anv_mapfixes/c14m2_lighthouse.nut +++ b/scripts/vscripts/anv_mapfixes/c14m2_lighthouse.nut @@ -25,33 +25,4 @@ if ( g_BaseMode != "versus" ) NetProps.SetPropInt( wep_spawners, "m_spawnflags", ( spawnflags & ~4 ) ); } } -} - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c1m1_hotel.nut b/scripts/vscripts/anv_mapfixes/c1m1_hotel.nut index 07a8d65c..74f098b4 100644 --- a/scripts/vscripts/anv_mapfixes/c1m1_hotel.nut +++ b/scripts/vscripts/anv_mapfixes/c1m1_hotel.nut @@ -6,33 +6,4 @@ devchap( "ALL MODES" ); make_clip( "_cliphang_window", "Survivors", 1, "-72 -123 -12", "127 14 44", "2335 6420 2804" ); make_clip( "_cliphang_ledge", "Survivors", 1, "-450 -8 0", "1130 8 216", "1222 6232 2912" ); -make_clip( "_barricadefire_bypass", "Survivors", 1, "-17 -96 -64", "17 96 64", "1326 5624 2528" ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +make_clip( "_barricadefire_bypass", "Survivors", 1, "-17 -96 -64", "17 96 64", "1326 5624 2528" ); \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c1m2_streets.nut b/scripts/vscripts/anv_mapfixes/c1m2_streets.nut index 168d25f3..1535dad5 100644 --- a/scripts/vscripts/anv_mapfixes/c1m2_streets.nut +++ b/scripts/vscripts/anv_mapfixes/c1m2_streets.nut @@ -23,13 +23,6 @@ make_clip( "_booster_bridgestairsa", "Survivors", 1, "-4 -84 0", "4 84 700", "-5 make_clip( "_booster_bridgestairsb", "Survivors", 1, "-56 -8 0", "56 8 700", "-5512 1016 832" ); make_clip( "_booster_building", "Survivors", 1, "-8 -384 0", "8 384 128", "-5064 1408 1344" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -47,11 +40,4 @@ if ( g_BaseMode == "survival" ) make_clip( "_tanker_blowfish", "Survivors", 1, "-85 -435 -6", "33 331 791", "-6740 -758 681", "0 328 0" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c1m3_mall.nut b/scripts/vscripts/anv_mapfixes/c1m3_mall.nut index 8da9f64b..a4a0d3ae 100644 --- a/scripts/vscripts/anv_mapfixes/c1m3_mall.nut +++ b/scripts/vscripts/anv_mapfixes/c1m3_mall.nut @@ -17,33 +17,4 @@ local hndHurtStairwell = Entities.FindByName( null, "hurt_stairwell" ); if ( SafelyExists( hndHurtStairwell ) ) { hndHurtStairwell.SetOrigin( Vector( 683.5, -583, 307 ) ); -} - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c1m4_atrium.nut b/scripts/vscripts/anv_mapfixes/c1m4_atrium.nut index 9d28d53a..9fd3386d 100644 --- a/scripts/vscripts/anv_mapfixes/c1m4_atrium.nut +++ b/scripts/vscripts/anv_mapfixes/c1m4_atrium.nut @@ -17,33 +17,4 @@ make_clip( "_booster_hardhatsa", "Survivors", 1, "-128 -14 0", "128 14 512", "-3 make_clip( "_booster_hardhatsb", "Survivors", 1, "-42 -14 0", "42 14 512", "-3370 -4206 536" ); make_clip( "_booster_highbalcony", "Survivors", 1, "-260 -162 0", "260 162 520", "-4695 -4336 792" ); make_clip( "_booster_glassbalcony", "Survivors", 1, "-128 -82 0", "128 0 1", "-3688 -4334 791" ); -make_clip( "_nav_ladyshoes", "Survivors", 1, "-103 -3 0", "70 3 56", "-4971 -4461 432" ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +make_clip( "_nav_ladyshoes", "Survivors", 1, "-103 -3 0", "70 3 56", "-4971 -4461 432" ); \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c2m2_fairgrounds.nut b/scripts/vscripts/anv_mapfixes/c2m2_fairgrounds.nut index 8edd0fe5..b14d8d3b 100644 --- a/scripts/vscripts/anv_mapfixes/c2m2_fairgrounds.nut +++ b/scripts/vscripts/anv_mapfixes/c2m2_fairgrounds.nut @@ -27,13 +27,6 @@ make_clip( "_cliprework_blockergap", "Survivors", 1, "-121 -8 0", "123 8 384", " make_clip( "_unattackable_traintunnel", "Survivors", 1, "-324 -1040 -171", "220 1040 342", "-604 -1536 428" ); make_clip( "_dispcollision_fairgrounds", "All and Physics", 1, "-1400 -1700 -2", "1400 1700 0", "-1903 -142 -128" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -52,18 +45,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_tol_clip_brush_b", "Survivors", 1, "-9 -263 0", "488 -1 572", "-3439 -5178 192" ); DoEntFire( "!self", "AddOutput", "OnTrigger anv_mapfixes_tol_clip_brush*:Kill::-1", 0.0, null, Entities.FindByClassnameNearest( "trigger_once", Vector( -2496, -6544, 4 ), 1 ) ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c2m3_coaster.nut b/scripts/vscripts/anv_mapfixes/c2m3_coaster.nut index c3261f3a..9e9316b0 100644 --- a/scripts/vscripts/anv_mapfixes/c2m3_coaster.nut +++ b/scripts/vscripts/anv_mapfixes/c2m3_coaster.nut @@ -51,13 +51,6 @@ make_prop( "dynamic", "_onewayhole_blockpipe", "models/props_pipes/pipeset08d_12 //EntFire( "relay_start_onslaught", "AddOutput", "OnTrigger anv_mapfixes_dynamic_coaster_rubble:SetAnimation:debris:6.33:-1" ); //EntFire( "relay_panicevent", "AddOutput", "OnTrigger anv_mapfixes_dynamic_coaster_rubble:SetAnimation:debris:6.33:-1" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -82,18 +75,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_booster_eventskip1", "Survivors", 1, "-253 -16 -459", "332 23 32", "-3106 3081 960" ); make_clip( "_booster_eventskip2", "Survivors", 1, "-253 -72 -459", "-246 23 32", "-3106 3081 960" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c2m4_barns.nut b/scripts/vscripts/anv_mapfixes/c2m4_barns.nut index 74bb74b1..c43c476d 100644 --- a/scripts/vscripts/anv_mapfixes/c2m4_barns.nut +++ b/scripts/vscripts/anv_mapfixes/c2m4_barns.nut @@ -69,11 +69,4 @@ if ( g_BaseMode == "survival" ) make_ladder( "_ladder_askewhedgetopl1_cloned_askewhedgetopr", "594 1262 -24", "0 -26 0" ); make_ladder( "_ladder_askewhedgetopl2_cloned_askewhedgetopr", "594 1262 -24", "0 -52 0" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c2m5_concert.nut b/scripts/vscripts/anv_mapfixes/c2m5_concert.nut index bc03c358..f8a6f316 100644 --- a/scripts/vscripts/anv_mapfixes/c2m5_concert.nut +++ b/scripts/vscripts/anv_mapfixes/c2m5_concert.nut @@ -46,18 +46,4 @@ if ( g_BaseMode == "versus" ) make_prop( "dynamic", "_helistuck_caseunique", "models/props_fairgrounds/bass_case.mdl", "-3466 2899 -106", "-15 1 89.73", "shadow_no" ); make_prop( "dynamic", "_helistuck_casecaster", "models/props_fairgrounds/anvil_case_casters_64.mdl", "-3488 2870 -128", "0 180 0", "shadow_no" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c3m1_plankcountry.nut b/scripts/vscripts/anv_mapfixes/c3m1_plankcountry.nut index 75a71ee1..e3fdf773 100644 --- a/scripts/vscripts/anv_mapfixes/c3m1_plankcountry.nut +++ b/scripts/vscripts/anv_mapfixes/c3m1_plankcountry.nut @@ -22,13 +22,6 @@ make_clip( "_booster_powerpole", "Survivors", 1, "-9 -8 0", "9 10 582", "-7630 6 make_prop( "dynamic", "_keepcalmgator", "models/props_fairgrounds/alligator.mdl", "-5274 7386 -19", "0 150 0", "shadow_no", "solid_no" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -51,11 +44,4 @@ if ( g_BaseMode == "survival" ) make_clip( "_nav_pubsign", "Survivors", 1, "-4 -34 0", "4 31 822", "-7264 7167 202" ); make_clip( "_nav_trailertree", "Survivors", 1, "-48 -26 0", "78 36 742", "-7742 7721 287" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c3m2_swamp.nut b/scripts/vscripts/anv_mapfixes/c3m2_swamp.nut index 7ae38a4e..ffc8c6ee 100644 --- a/scripts/vscripts/anv_mapfixes/c3m2_swamp.nut +++ b/scripts/vscripts/anv_mapfixes/c3m2_swamp.nut @@ -8,13 +8,6 @@ devchap( "ALL MODES" ); make_clip( "_boat_smoother", "Everyone", 1, "-16 -24 0", "16 24 30", "-7863 5391 -8", "-10 -30 0" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -30,18 +23,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_cabin_door_button_c", "Survivors", 1, "-112 -516 -30", "108 431 521", "-1622 2298 162", "0 28 0" ); EntFire( "Blow_door", "AddOutput", "OnTrigger anv_mapfixes_cabin_door_button*:Kill::0:-1" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c3m3_shantytown.nut b/scripts/vscripts/anv_mapfixes/c3m3_shantytown.nut index 7305f9b7..5a0aab31 100644 --- a/scripts/vscripts/anv_mapfixes/c3m3_shantytown.nut +++ b/scripts/vscripts/anv_mapfixes/c3m3_shantytown.nut @@ -13,13 +13,6 @@ make_clip( "_skyboxshield_endsafehouse", "SI Players", 1, "-185 -50 -40", "183 5 make_prop( "dynamic", "_permstuck_cratebot", "models/props_crates/static_crate_40.mdl", "-3749.85 -183.67 -3.164", "0 0 0" ); make_prop( "dynamic", "_permstuck_cratetop", "models/props_crates/static_crate_40.mdl", "-3749.85 -182.67 36.837", "0 -30 0" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -29,18 +22,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_shortcut_window", "Survivors", 1, "-6 -66 -64", "6 66 110", "-4120 -2232 38" ); make_clip( "_shortcut_barricadetarp", "Survivors", 1, "-107 -114 -1", "103 82 742", "-4786 1014 298" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c3m4_plantation.nut b/scripts/vscripts/anv_mapfixes/c3m4_plantation.nut index 7c8e9471..c314af03 100644 --- a/scripts/vscripts/anv_mapfixes/c3m4_plantation.nut +++ b/scripts/vscripts/anv_mapfixes/c3m4_plantation.nut @@ -28,20 +28,6 @@ con_comment( "LOGIC:\tPoint-of-no-return clip will be Enabled when finale is sta make_clip( "_point_of_no_return", "Survivors", 0, "-168 -164 12", "128 92 196", "2064 -412 396" ); EntFire( "trigger_finale", "AddOutput", "FinaleStart anv_mapfixes_point_of_no_return:Enable::0:-1" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} if ( g_BaseMode == "survival" ) { devchap( "BASE SURVIVAL" ); @@ -54,11 +40,4 @@ if ( g_BaseMode == "survival" ) EntFire( g_UpdateName + "_point_of_no_return", "Enable" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c4m1_milltown_a.nut b/scripts/vscripts/anv_mapfixes/c4m1_milltown_a.nut index eb3e7d23..b05158fa 100644 --- a/scripts/vscripts/anv_mapfixes/c4m1_milltown_a.nut +++ b/scripts/vscripts/anv_mapfixes/c4m1_milltown_a.nut @@ -25,13 +25,6 @@ make_trigduck( "_duckqol_greenposts1", "-60 -97 0", "60 97 142", "-2021 5568 98" make_trigduck( "_duckqol_greenposts2", "-60 -97 0", "60 97 142", "1069 6976 224" ); make_trigduck( "_duckqol_playground", "-156 -1 0", "156 1 77", "-1442 6968 119" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -49,11 +42,4 @@ if ( g_BaseMode == "survival" ) make_clip( "_survivalbig_skyboxcap", "Survivors", 1, "-1742 -907 0", "1706 1757 32", "-5802 7499 1248" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c4m2_sugarmill_a.nut b/scripts/vscripts/anv_mapfixes/c4m2_sugarmill_a.nut index b6713d42..a27f237a 100644 --- a/scripts/vscripts/anv_mapfixes/c4m2_sugarmill_a.nut +++ b/scripts/vscripts/anv_mapfixes/c4m2_sugarmill_a.nut @@ -55,13 +55,6 @@ EntFire( "button_inelevator", "AddOutput", "OnPressed anv_mapfixes_instakill_ele make_clip( "_ladderqol_millladder", "Everyone", 1, "-48 -1 0", "90 0 128", "1392 -5564 228" ); patch_ladder( "1454 -5565.5 292.25", "0 2 0" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -83,11 +76,4 @@ if ( g_BaseMode == "survival" ) make_clip( "_nav_semitrailer", "Survivors", 1, "-274 -63 0", "263 53 2262", "70 -8187 261" ); make_clip( "_nav_jumptotree", "Survivors", 1, "-78 -66 0", "128 46 2202", "-1250 -7925 331" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c4m3_sugarmill_b.nut b/scripts/vscripts/anv_mapfixes/c4m3_sugarmill_b.nut index 3acdd9d0..1adcfd2a 100644 --- a/scripts/vscripts/anv_mapfixes/c4m3_sugarmill_b.nut +++ b/scripts/vscripts/anv_mapfixes/c4m3_sugarmill_b.nut @@ -47,13 +47,6 @@ make_clip( "_rubble_smoother4", "Everyone", 1, "-138 -26 0", "79 16 11", "1966 - make_clip( "_ladderqol_millladder", "Everyone", 1, "-48 -1 0", "90 0 128", "1392 -5564 228" ); patch_ladder( "1454 -5565.5 292.25", "0 2 0" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -63,18 +56,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_truck_fence1", "Survivors", 1, "-3 -128 -1546", "3 128 1546", "4292 -2990 1641.5" ); make_clip( "_truck_fence2", "Survivors", 1, "-92 -3 -1546", "92 3 1546", "4388 -2865 1642" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c4m4_milltown_b.nut b/scripts/vscripts/anv_mapfixes/c4m4_milltown_b.nut index 54032d96..4e2a4031 100644 --- a/scripts/vscripts/anv_mapfixes/c4m4_milltown_b.nut +++ b/scripts/vscripts/anv_mapfixes/c4m4_milltown_b.nut @@ -14,13 +14,6 @@ make_trigduck( "_duckqol_playground", "-156 -1 0", "156 1 77", "-1442 6968 119" make_clip( "_permstuck_highuptree", "Everyone", 1, "-32 -54 0", "24 24 10", "-3312 7326 315" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -29,18 +22,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_treehouse_whitefence", "Survivors", 1, "-17 -80 0", "17 77 1125", "1767 2219 267" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c4m5_milltown_escape.nut b/scripts/vscripts/anv_mapfixes/c4m5_milltown_escape.nut index 29251c7d..bad3581f 100644 --- a/scripts/vscripts/anv_mapfixes/c4m5_milltown_escape.nut +++ b/scripts/vscripts/anv_mapfixes/c4m5_milltown_escape.nut @@ -27,33 +27,4 @@ make_clip( "_dockm5only_smoother", "Everyone", 1, "0 -376 0", "8 820 32", "-7039 con_comment( "LOGIC:\tPoint-of-no-return clip will be Enabled when finale is started." ); make_clip( "_point_of_no_return", "Survivors", 0, "-73 -135 0", "19 135 1361", "-4077 7139 125" ); -EntFire( "trigger_finale", "AddOutput", "FinaleStart anv_mapfixes_point_of_no_return:Enable::0:-1", 1 ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +EntFire( "trigger_finale", "AddOutput", "FinaleStart anv_mapfixes_point_of_no_return:Enable::0:-1", 1 ); \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c5m1_waterfront.nut b/scripts/vscripts/anv_mapfixes/c5m1_waterfront.nut index 268aa56d..d8640a6f 100644 --- a/scripts/vscripts/anv_mapfixes/c5m1_waterfront.nut +++ b/scripts/vscripts/anv_mapfixes/c5m1_waterfront.nut @@ -28,13 +28,6 @@ make_clip( "_cliprework_unattackable", "Survivors", 1, "-802 -203 0", "558 213 8 make_clip( "_ledgehang_startfenceleft", "Survivors", 1, "-16 -48 0", "10 48 379", "589 -142 -251", "0 29 0" ); make_clip( "_ledgehang_startfenceright", "Survivors", 1, "-8 -24 0", "8 24 360", "599 45 -232", "0 -15 0" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -43,18 +36,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_clipgap_fence", "Survivors", 1, "-32 -12 -82", "32 12 82", "-1740 -1284 -134" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c5m1_waterfront_sndscape.nut b/scripts/vscripts/anv_mapfixes/c5m1_waterfront_sndscape.nut index e35d0c16..5533c5d8 100644 --- a/scripts/vscripts/anv_mapfixes/c5m1_waterfront_sndscape.nut +++ b/scripts/vscripts/anv_mapfixes/c5m1_waterfront_sndscape.nut @@ -6,33 +6,4 @@ devchap( "ALL MODES" ); con_comment( "FIX:\tTotal of 4 out of 5 traffic cones need to be made non-solid -- yes, for memes." ); -unsolidify_model( "models/props_fortifications/orange_cone001_reference.mdl" ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +unsolidify_model( "models/props_fortifications/orange_cone001_reference.mdl" ); \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c5m2_park.nut b/scripts/vscripts/anv_mapfixes/c5m2_park.nut index f05b582f..b5371a8b 100644 --- a/scripts/vscripts/anv_mapfixes/c5m2_park.nut +++ b/scripts/vscripts/anv_mapfixes/c5m2_park.nut @@ -20,20 +20,6 @@ make_clip( "_ladderqol_purpleclip3", "SI Players", 1, "-96 -2 -4", "129 -1 29", make_clip( "_permstuck_longbarricade", "Everyone", 1, "-491 -16 0", "54 26 168", "-6390 -8479 -247" ); make_clip( "_cliprework_missingno", "Survivors", 1, "-164 -272 0", "172 240 1626", "-10092 -5520 48" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} if ( g_BaseMode == "survival" ) { devchap( "BASE SURVIVAL" ); diff --git a/scripts/vscripts/anv_mapfixes/c5m3_cemetery.nut b/scripts/vscripts/anv_mapfixes/c5m3_cemetery.nut index 4e37cde0..66c2b52d 100644 --- a/scripts/vscripts/anv_mapfixes/c5m3_cemetery.nut +++ b/scripts/vscripts/anv_mapfixes/c5m3_cemetery.nut @@ -30,13 +30,6 @@ make_clip( "_nav_brokenhome_highcorner", "Survivors", 1, "-4 -83 0", "16 378 469 make_clip( "_nav_opencrypt", "Survivors", 1, "-26 -47 0", "7 49 1000", "9604 -6659 344" ); make_clip( "_nav_cornertree", "Survivors", 1, "-83 -116 0", "97 180 935", "10459 -4981 409" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -48,18 +41,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_nav_brokenhome_shortcuta", "Survivors", 1, "-5 -51 0", "5 66 130", "2301 958 31", "-10 0 0" ); make_clip( "_nav_brokenhome_shortcutb", "Survivors", 1, "-5 -51 0", "5 66 130", "2302 1290 31", "-10 0 0" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c5m4_quarter.nut b/scripts/vscripts/anv_mapfixes/c5m4_quarter.nut index 15c76b45..ecbba343 100644 --- a/scripts/vscripts/anv_mapfixes/c5m4_quarter.nut +++ b/scripts/vscripts/anv_mapfixes/c5m4_quarter.nut @@ -36,13 +36,6 @@ con_comment( "FIX:\tTotal of 13 out of 13 traffic cones need to be made non-soli unsolidify_model( "models/props_fortifications/orange_cone001_reference.mdl" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -61,18 +54,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_shortcut_fence_TMP", "Survivors", 1, "-84 -12 0", "86 9 149", "-1836 -1212 208" ); DoEntFire( "!self", "AddOutput", "OnTrigger anv_mapfixes_shortcut_fence_TMP:Kill::0:-1", 0.0, null, Entities.FindByClassnameNearest( "trigger_once", Vector( -1540, -1604, 314 ), 1 ) ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c5m5_bridge.nut b/scripts/vscripts/anv_mapfixes/c5m5_bridge.nut index c38e579f..12203a26 100644 --- a/scripts/vscripts/anv_mapfixes/c5m5_bridge.nut +++ b/scripts/vscripts/anv_mapfixes/c5m5_bridge.nut @@ -43,13 +43,6 @@ make_clip( "_endrubble_smoother", "Everyone", 1, "-8 -41 0", "8 38 8", "8209 620 make_clip( "_ramp_smoother", "Everyone", 1, "-6 -42 0", "3 42 2", "8041 4102 180", "-30 -30 0" ); make_clip( "_clipextend_endchopper", "Survivors", 1, "-125 -506 0", "135 299 1852", "7383 3797 1199", "0 25 0" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -83,11 +76,4 @@ if ( g_BaseMode == "survival" ) make_clip( "_booster_helipadb", "Survivors", 1, "-17 -1800 -240", "17 1240 2882", "5856 4019 176" ); make_clip( "_booster_helipadc", "Survivors", 1, "-1640 -17 -240", "1240 17 2882", "7479 5276 176" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c6m1_riverbank.nut b/scripts/vscripts/anv_mapfixes/c6m1_riverbank.nut index e004d125..8a161b32 100644 --- a/scripts/vscripts/anv_mapfixes/c6m1_riverbank.nut +++ b/scripts/vscripts/anv_mapfixes/c6m1_riverbank.nut @@ -58,13 +58,6 @@ if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) EntFire( g_UpdateName + "_fence*", "Kill" ); -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - } if ( g_BaseMode == "survival" ) { @@ -97,11 +90,4 @@ if ( g_BaseMode == "survival" ) make_clip( "_survival_tree_23", "Survivors", 1, "-80 -80 0", "80 80 2288", "-1502 -606 850" ); make_clip( "_survival_tree_tent", "Survivors", 1, "-18 -171 0", "95 97 2205", "-2633 222 963" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c6m2_bedlam.nut b/scripts/vscripts/anv_mapfixes/c6m2_bedlam.nut index 64c293bb..9b1ade16 100644 --- a/scripts/vscripts/anv_mapfixes/c6m2_bedlam.nut +++ b/scripts/vscripts/anv_mapfixes/c6m2_bedlam.nut @@ -41,13 +41,6 @@ if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) make_ladder( "_ladder_frontloaderright_cloned_frontloaderleft", "803 1554 -151.5", "1607 3220 0", "0 180 0", "0 1 0", 0 ); -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - } if ( g_BaseMode == "survival" ) { @@ -59,11 +52,4 @@ if ( g_BaseMode == "survival" ) // MESS == make_clip( "_survivalbig_skyboxcap", "Survivors", 1, "-1093 -3406 -40", "1759 2002 382", "581 3150 387" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c6m3_port.nut b/scripts/vscripts/anv_mapfixes/c6m3_port.nut index 6eed777b..6431d8e3 100644 --- a/scripts/vscripts/anv_mapfixes/c6m3_port.nut +++ b/scripts/vscripts/anv_mapfixes/c6m3_port.nut @@ -48,33 +48,4 @@ make_clip( "_booster_coolingtanks", "Survivors", 1, "-117 -56 -120", "117 56 80" con_comment( "FIX:\tTotal of 2 out of 2 traffic cones need to be made non-solid -- c7m3 already OK." ); -unsolidify_model( "models/props_fortifications/orange_cone001_reference.mdl" ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +unsolidify_model( "models/props_fortifications/orange_cone001_reference.mdl" ); \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c7m1_docks.nut b/scripts/vscripts/anv_mapfixes/c7m1_docks.nut index 076c9620..6397016c 100644 --- a/scripts/vscripts/anv_mapfixes/c7m1_docks.nut +++ b/scripts/vscripts/anv_mapfixes/c7m1_docks.nut @@ -32,25 +32,4 @@ if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) EntFire( "tankdoorin_button", "AddOutput", "OnPressed tank_door_clip:Kill::0:-1" ); EntFire( "tankdoorin_button", "AddOutput", "OnTimeUp tankdoorinnavblocker:UnblockNav::0:-1" ); -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c7m2_barge.nut b/scripts/vscripts/anv_mapfixes/c7m2_barge.nut index ba930508..38d370be 100644 --- a/scripts/vscripts/anv_mapfixes/c7m2_barge.nut +++ b/scripts/vscripts/anv_mapfixes/c7m2_barge.nut @@ -20,27 +20,6 @@ make_clip( "_booster_fenceledge", "Survivors", 1, "-345 -139 0", "311 89 1152", make_clip( "_booster_gravelacun", "Survivors", 1, "-33 -60 0", "29 61 947", "-6495 1144 333" ); make_clip( "_booster_solidify_windows", "Survivors", 1, "-152 -270 0", "152 270 168", "11032 606 336" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} if ( g_BaseMode == "scavenge" ) { devchap( "BASE SCAVENGE" ); diff --git a/scripts/vscripts/anv_mapfixes/c7m3_port.nut b/scripts/vscripts/anv_mapfixes/c7m3_port.nut index fe0784d5..719ae7c0 100644 --- a/scripts/vscripts/anv_mapfixes/c7m3_port.nut +++ b/scripts/vscripts/anv_mapfixes/c7m3_port.nut @@ -50,33 +50,4 @@ make_clip( "_booster_spaaaaaace", "Survivors", 1, "-13 -19 0", "13 19 95", "899 make_clip( "_booster_fireescape", "Survivors", 1, "-78 -67 0", "89 20 864", "359 -788 160" ); make_clip( "_bridgerail_thinledge", "Survivors", 1, "-19 -5 0", "19 -1 223", "288 -1275 414" ); make_clip( "_bridge_curbsmoother1", "Everyone", 1, "-128 -267 0", "-127 182 8", "-1 -1014 -8" ); -make_clip( "_bridge_curbsmoother2", "Everyone", 1, "127 -267 0", "128 182 8", "1 -1014 -8" ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +make_clip( "_bridge_curbsmoother2", "Everyone", 1, "127 -267 0", "128 182 8", "1 -1014 -8" ); \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c8m1_apartment.nut b/scripts/vscripts/anv_mapfixes/c8m1_apartment.nut index fc13b22a..9aab8c27 100644 --- a/scripts/vscripts/anv_mapfixes/c8m1_apartment.nut +++ b/scripts/vscripts/anv_mapfixes/c8m1_apartment.nut @@ -31,33 +31,4 @@ make_trighurt( "_instakill_griefroom", "Survivor", "-512 -1080 0", "384 1080 125 con_comment( "FIX:\tFans will now rotate. Server-side entities used to have Client-side Animation spawnflag." ); -EntFire( "fanblade*", "AddOutput", "spawnflags 129" ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +EntFire( "fanblade*", "AddOutput", "spawnflags 129" ); \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c8m2_subway.nut b/scripts/vscripts/anv_mapfixes/c8m2_subway.nut index f4d67c48..93e65af3 100644 --- a/scripts/vscripts/anv_mapfixes/c8m2_subway.nut +++ b/scripts/vscripts/anv_mapfixes/c8m2_subway.nut @@ -39,13 +39,6 @@ con_comment( "FIX:\tGenerator Room has 13 hanging lights and 9 need to be made n unsolidify_model( "models/props/de_nuke/IndustrialLight01.mdl" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -67,11 +60,4 @@ if ( g_BaseMode == "survival" ) make_clip( "_survival_vendors", "Survivors", 1, "-80 -32 0", "80 55 284", "7406 3769 381.4" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c8m3_sewers.nut b/scripts/vscripts/anv_mapfixes/c8m3_sewers.nut index 21ca92bf..0ad2db6f 100644 --- a/scripts/vscripts/anv_mapfixes/c8m3_sewers.nut +++ b/scripts/vscripts/anv_mapfixes/c8m3_sewers.nut @@ -40,13 +40,7 @@ EntFire( "washer_lift_button2", "AddOutput", "OnPressed anv_mapfixes_ladderqol_s EntFire( "washer_lift_button2", "AddOutput", "OnPressed anv_mapfixes_ladderqol_scissorlift:AddOutput:origin 12687 7170 200:10:-1" ); EntFire( "washer_lift_button2", "AddOutput", "OnPressed anv_mapfixes_ladderqol_scissorlift:Kill::12:-1" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -75,11 +69,4 @@ if ( g_BaseMode == "survival" ) EntFire( "gas_explosion_sound_relay", "AddOutput", "OnTrigger director:PanicEvent::2:-1" ); -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c8m4_interior.nut b/scripts/vscripts/anv_mapfixes/c8m4_interior.nut index cc478817..5c7710fa 100644 --- a/scripts/vscripts/anv_mapfixes/c8m4_interior.nut +++ b/scripts/vscripts/anv_mapfixes/c8m4_interior.nut @@ -20,33 +20,4 @@ EntFire( "door_elevouterhigh", "AddOutput", "wait -1" ); con_comment( "FIX:\tUpper generator prop made immovable until Survivors reach top of elevator." ); EntFire( "generator01", "DisableMotion" ); -EntFire( "elevator", "AddOutput", "OnReachedTop generator01:EnableMotion::0:-1" ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +EntFire( "elevator", "AddOutput", "OnReachedTop generator01:EnableMotion::0:-1" ); \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c8m5_rooftop.nut b/scripts/vscripts/anv_mapfixes/c8m5_rooftop.nut index 8c447577..35112691 100644 --- a/scripts/vscripts/anv_mapfixes/c8m5_rooftop.nut +++ b/scripts/vscripts/anv_mapfixes/c8m5_rooftop.nut @@ -43,20 +43,6 @@ if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) make_ladder( "_ladder_saferoomlulz_cloned_rooftopmain", "5924 8561.1 6018", "13896 2362 -447", "0 90 0", "0 1 0", 0 ); -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - } if ( g_BaseMode == "scavenge" ) { diff --git a/scripts/vscripts/anv_mapfixes/c9m1_alleys.nut b/scripts/vscripts/anv_mapfixes/c9m1_alleys.nut index 80d3219e..44f4c8d5 100644 --- a/scripts/vscripts/anv_mapfixes/c9m1_alleys.nut +++ b/scripts/vscripts/anv_mapfixes/c9m1_alleys.nut @@ -37,13 +37,6 @@ EntFire( "zombie_breakwall09", "AddOutput", "minhealthdmg 2147483647" ); EntFire( "fire_howitzer", "AddOutput", "OnPressed zombie_breakwall01:AddOutput:minhealthdmg 0:0:-1" ); EntFire( "fire_howitzer", "AddOutput", "OnPressed zombie_breakwall09:AddOutput:minhealthdmg 0:0:-1" ); -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} if ( g_BaseMode == "versus" ) { devchap( "BASE VERSUS" ); @@ -53,18 +46,4 @@ if ( g_BaseMode == "versus" ) make_clip( "_allmodes_griefrooma", "Survivors", 1, "0 0 0", "530 126 950", "156 -6648 -22" ); make_clip( "_allmodes_griefroomb", "Survivors", 1, "0 -770 0", "130 0 950", "28 -6652 -22" ); -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - } \ No newline at end of file diff --git a/scripts/vscripts/anv_mapfixes/c9m2_lots.nut b/scripts/vscripts/anv_mapfixes/c9m2_lots.nut index 18a954f0..7119c8a8 100644 --- a/scripts/vscripts/anv_mapfixes/c9m2_lots.nut +++ b/scripts/vscripts/anv_mapfixes/c9m2_lots.nut @@ -36,33 +36,4 @@ EntFire( "finale_button_unlocker", "AddOutput", "OnEntireTeamEndTouch finaleswit con_comment( "LOGIC:\tPoint-of-no-return clip will be Enabled when finale switch is full." ); make_clip( "_point_of_no_return", "Survivors", 0, "-16 -169 -168", "58 169 784", "5750 7177 368" ); -EntFire( "finaleswitch_initial", "AddOutput", "OnTimeUp anv_mapfixes_point_of_no_return:Enable::0:-1" ); - -if ( g_BaseMode == "coop" || g_BaseMode == "realism" ) -{ - devchap( "BASE COOP" ); - - // FIXES - -} -if ( g_BaseMode == "versus" ) -{ - devchap( "BASE VERSUS" ); - - // FIXES - -} -if ( g_BaseMode == "survival" ) -{ - devchap( "BASE SURVIVAL" ); - - // FIXES - -} -if ( g_BaseMode == "scavenge" ) -{ - devchap( "BASE SCAVENGE" ); - - // FIXES - -} \ No newline at end of file +EntFire( "finaleswitch_initial", "AddOutput", "OnTimeUp anv_mapfixes_point_of_no_return:Enable::0:-1" ); \ No newline at end of file