From 5647ddc2acb073c7ad272b7c1335606807214868 Mon Sep 17 00:00:00 2001 From: xen <24222257+xen-000@users.noreply.github.com> Date: Sat, 2 Nov 2019 02:22:37 +0200 Subject: [PATCH] Update with current configs from server Also batch converted /r/n to /n --- ze_alien_vs_predator_v5.cfg | 14 +- ze_ancient_wrath_v1_fix2.cfg | 81 + ze_astral_s2.cfg | 7 + ze_atix_apocalypse_v1a.cfg | 1 + ze_atix_panic_b3t.cfg | 23 + ze_bms_hl1.cfg | 53 + ze_doom_v1_1.cfg | 8 +- ze_dreamin_v2_1s_fix4.cfg | 16 + ze_ffvii_mako_reactor_v5_3.cfg | 167 +- ze_ffvii_temple_ancient_v3_3.cfg | 31 +- ze_ffxii_westersand_v7_2.cfg | 137 + ze_ffxii_westersand_v8zeta1.cfg | 1550 +++++++++++ ze_fiendlordkeep_v4_2.cfg | 19 +- ze_frozentemple_b8_2.cfg | 466 ++++ ze_icecap_escape_v3.cfg | 2 +- ze_icecave_escape_v2.cfg | 25 +- ze_jurassicpark_escape_v1.cfg | 44 + ze_knife_fun_fix.cfg | 11 + ze_knife_fun_unloze_winter.cfg | 21 + ze_laboratory_escape_v2_2.cfg | 28 + ze_last_man_standing_v5_1.cfg | 6 + ze_lotr_helms_deep_v5.cfg | 64 +- ze_lotr_minas_tirith_v2_2fix.cfg | 2677 ++++++++++++------ ze_lotr_minas_tirith_v3_3.cfg | 3112 ++++++++++++++------- ze_lotr_mines_of_moria_v6_3.cfg | 25 + ze_lotr_mount_doom_v3.cfg | 204 +- ze_lotr_mount_doom_v4_2.cfg | 234 ++ ze_mario_tower_v4.cfg | 17 + ze_mountain_escape_v5_zy.cfg | 1567 ++++++++++- ze_nuke_v2.cfg | 87 + ze_paranoid_rezurrection_v11_9.cfg | 1919 ++++++++++++- ze_paranoid_ultimate_v10_4.cfg | 91 + ze_parkour_fix.cfg | 4 +- ze_predator_ultimate_v3.cfg | 272 +- ze_predator_ultimate_v3.cfg.bak | 3502 ++++++++++++++++++++++++ ze_random_v9.cfg | 79 +- ze_rizomata_s1_3.cfg | 24 + ze_sg1_missions_v2_1.cfg | 18 +- ze_shaun_of_the_dead_b3.cfg | 33 + ze_shroomforest2_v1_august_event.cfg | 76 + ze_shroomforest3_b6_2.cfg | 38 +- ze_shroomforest3_b6_2_august_event.cfg | 484 ++++ ze_shroomforest3_b6_2_june_event.cfg | 847 ++++++ ze_shroomforest_v4_5.cfg | 30 + ze_shroomforest_v4_5_august_event.cfg | 85 + ze_siberia_1990_v1_2c.cfg | 33 +- ze_snowcrash_escape_vfixed1.cfg | 31 + ze_stalker_ultimate_v2_3.cfg | 15 + ze_surf_dark_fantasy_v1.cfg | 173 ++ ze_surf_outside_s2.cfg | 17 + ze_tesv_skyrim_v4fix.cfg | 22 +- ze_the_last_chapter_v1_5_css.cfg | 537 ++++ ze_undersea_temple_s2.cfg | 39 + ze_v0u0v_b2.cfg | 82 + ze_valkvang_s1.cfg | 26 + 55 files changed, 16936 insertions(+), 2238 deletions(-) create mode 100644 ze_ancient_wrath_v1_fix2.cfg create mode 100644 ze_astral_s2.cfg create mode 100644 ze_atix_panic_b3t.cfg create mode 100644 ze_bms_hl1.cfg create mode 100644 ze_dreamin_v2_1s_fix4.cfg create mode 100644 ze_frozentemple_b8_2.cfg create mode 100644 ze_laboratory_escape_v2_2.cfg create mode 100644 ze_last_man_standing_v5_1.cfg create mode 100644 ze_lotr_mount_doom_v4_2.cfg create mode 100644 ze_mario_tower_v4.cfg create mode 100644 ze_predator_ultimate_v3.cfg.bak create mode 100644 ze_shaun_of_the_dead_b3.cfg create mode 100644 ze_shroomforest2_v1_august_event.cfg create mode 100644 ze_shroomforest3_b6_2_august_event.cfg create mode 100644 ze_shroomforest3_b6_2_june_event.cfg create mode 100644 ze_shroomforest_v4_5.cfg create mode 100644 ze_shroomforest_v4_5_august_event.cfg create mode 100644 ze_snowcrash_escape_vfixed1.cfg create mode 100644 ze_surf_dark_fantasy_v1.cfg create mode 100644 ze_surf_outside_s2.cfg create mode 100644 ze_the_last_chapter_v1_5_css.cfg create mode 100644 ze_undersea_temple_s2.cfg create mode 100644 ze_v0u0v_b2.cfg create mode 100644 ze_valkvang_s1.cfg diff --git a/ze_alien_vs_predator_v5.cfg b/ze_alien_vs_predator_v5.cfg index 2da3401..6665d09 100644 --- a/ze_alien_vs_predator_v5.cfg +++ b/ze_alien_vs_predator_v5.cfg @@ -56,10 +56,16 @@ modify: "hammerid" "8504693" "classname" "trigger_multiple" } - replace: + delete: { - "OnPass" "matpred,Add,50,0,-1" - "OnPass" "matpred1,Add,33,0,-1" - "OnPass" "matpred2,Add,17,0,-1" + "OnStartTouch" "matpred,Add,80,0,-1" + "OnStartTouch" "matpred1,Add,40,0,-1" + "OnStartTouch" "matpred2,Add,70,0,-1" + } + insert: + { + "OnStartTouch" "matpred,Add,75,0,-1" + "OnStartTouch" "matpred1,Add,35,0,-1" + "OnStartTouch" "matpred2,Add,65,0,-1" } } \ No newline at end of file diff --git a/ze_ancient_wrath_v1_fix2.cfg b/ze_ancient_wrath_v1_fix2.cfg new file mode 100644 index 0000000..c4e3253 --- /dev/null +++ b/ze_ancient_wrath_v1_fix2.cfg @@ -0,0 +1,81 @@ +;-------------------------------------------------------------------- +;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ +;-------------------------------------------------------------------- +;FIX ELEVATOR ISSUES +;-------------------- + +modify: +{ + match: + { + "classname" "logic_auto" + "hammerid" "1087185" + } + insert: + { + "OnMapSpawn" "IFixAStupidMistake,FireUser1,,1,1" + } +} + +modify: +{ + match: + { + "targetname" "Cargoelevator_top_relay_4" + "classname" "logic_relay" + } + insert: + { + "OnTrigger" "IFixAStupidMistake,Enable,,0,-1" + "OnTrigger" "IFixAStupidMistake,Kill,,30,-1" + } +} + +add: +{ + "targetname" "IFixAStupidMistake" + "target" "mainroom_teleport_destination" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "-332 1135 1102" + "classname" "trigger_teleport" + "OnUser1" "!self,AddOutput,solid 2,0,1" + "OnUser1" "!self,AddOutput,mins -14 -176 -978,0.1,1" + "OnUser1" "!self,AddOutput,maxs 14 176 978,0.1,1" +} +add: +{ + "targetname" "IFixAStupidMistake" + "target" "mainroom_teleport_destination" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "-831 1135 1102" + "classname" "trigger_teleport" + "OnUser1" "!self,AddOutput,solid 2,0,1" + "OnUser1" "!self,AddOutput,mins -14 -176 -978,0.1,1" + "OnUser1" "!self,AddOutput,maxs 14 176 978,0.1,1" +} +add: +{ + "targetname" "IFixAStupidMistake" + "target" "mainroom_teleport_destination" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "-579 884 1102" + "classname" "trigger_teleport" + "OnUser1" "!self,AddOutput,solid 2,0,1" + "OnUser1" "!self,AddOutput,mins -176 -14 -978,0.1,1" + "OnUser1" "!self,AddOutput,maxs 176 14 978,0.1,1" +} +add: +{ + "targetname" "IFixAStupidMistake" + "target" "mainroom_teleport_destination" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "-579 1390 1102" + "classname" "trigger_teleport" + "OnUser1" "!self,AddOutput,solid 2,0,1" + "OnUser1" "!self,AddOutput,mins -176 -14 -978,0.1,1" + "OnUser1" "!self,AddOutput,maxs 176 14 978,0.1,1" +} diff --git a/ze_astral_s2.cfg b/ze_astral_s2.cfg new file mode 100644 index 0000000..c6b10d6 --- /dev/null +++ b/ze_astral_s2.cfg @@ -0,0 +1,7 @@ +; remove extra spawn +filter: +{ + "origin" "11260.9 -1084.72 1594.55" + "classname" "info_player_terrorist" + "hammerid" "436555" +} \ No newline at end of file diff --git a/ze_atix_apocalypse_v1a.cfg b/ze_atix_apocalypse_v1a.cfg index 4a09dc6..b61bc79 100644 --- a/ze_atix_apocalypse_v1a.cfg +++ b/ze_atix_apocalypse_v1a.cfg @@ -304,3 +304,4 @@ modify: } } + diff --git a/ze_atix_panic_b3t.cfg b/ze_atix_panic_b3t.cfg new file mode 100644 index 0000000..408122a --- /dev/null +++ b/ze_atix_panic_b3t.cfg @@ -0,0 +1,23 @@ +;-------------------------------------------------------------------- +;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ +;-------------------------------------------------------------------- +;MOVE NUKE TRIGGER +;------------------ + +modify: +{ + match: + { + "origin" "-261.5 -2378 548" + "classname" "trigger_multiple" + "targetname" "rofl" + } + replace: + { + "origin" "-45.5 -2250 548" + } + delete: + { + "OnTrigger" "nuke_hurt,Disable,,10,-1" + } +} \ No newline at end of file diff --git a/ze_bms_hl1.cfg b/ze_bms_hl1.cfg new file mode 100644 index 0000000..f8b3f29 --- /dev/null +++ b/ze_bms_hl1.cfg @@ -0,0 +1,53 @@ +;-------------------------------------------------------------------- +;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ +;-------------------------------------------------------------------- +;REMOVE AFK HURT +;---------------- + +modify: +{ + match: + { + "origin" "431 -8872 92" + "classname" "trigger_once" + "hammerid" "6993" + } + delete: + { + "OnStartTouch" "server,Command,say *AFK-clean in 10 seconds *,100,1" + "OnStartTouch" "music,PlaySound,,0,-1" + "OnStartTouch" "afkclean,Enable,,110,-1" + } + insert: + { + "OnStartTouch" "music,PlaySound,,0,1" + } +} + +modify: +{ + match: + { + "origin" "-2030 -6062 -767" + "classname" "trigger_once" + "hammerid" "193938" + } + delete: + { + "OnStartTouch" "reposition,Disable,,2.2,-1" + } +} + +modify: +{ + match: + { + "targetname" "reposition" + "origin" "-175 -6632 -20" + "classname" "trigger_teleport" + } + replace: + { + "origin" "-175 -6632 108" + } +} diff --git a/ze_doom_v1_1.cfg b/ze_doom_v1_1.cfg index 662518a..82272b3 100644 --- a/ze_doom_v1_1.cfg +++ b/ze_doom_v1_1.cfg @@ -594,10 +594,10 @@ modify: insert: { ; was 400 before the change - "OnStartTouch" "BossHeadfinal,AddHealth,250,0,-1" - "OnStartTouch" "Bossheadbegin,AddHealth,250,0,-1" - "OnStartTouch" "Bossheadfirst,AddHealth,250,0,-1" - "OnStartTouch" "Bossheadsecond,AddHealth,250,0,-1" + "OnStartTouch" "BossHeadfinal,AddHealth,300,0,-1" + "OnStartTouch" "Bossheadbegin,AddHealth,300,0,-1" + "OnStartTouch" "Bossheadfirst,AddHealth,300,0,-1" + "OnStartTouch" "Bossheadsecond,AddHealth,300,0,-1" } } diff --git a/ze_dreamin_v2_1s_fix4.cfg b/ze_dreamin_v2_1s_fix4.cfg new file mode 100644 index 0000000..64836b5 --- /dev/null +++ b/ze_dreamin_v2_1s_fix4.cfg @@ -0,0 +1,16 @@ +modify: +{ + match: + { + "classname" "trigger_teleport" + "targetname" "st3_tp_1" + } + delete: + { + "OnStartTouch" "teleport_begin,AddOutput,target st3_des,0,1" + } + insert: + { + "OnStartTouch" "teleport_begin,AddOutput,target afk3_7d,0,1" + } +} diff --git a/ze_ffvii_mako_reactor_v5_3.cfg b/ze_ffvii_mako_reactor_v5_3.cfg index 7f6198e..f71a403 100644 --- a/ze_ffvii_mako_reactor_v5_3.cfg +++ b/ze_ffvii_mako_reactor_v5_3.cfg @@ -797,7 +797,7 @@ modify: "OnPass" "exploUlt,Fade,,20,1" "OnPass" "danyoUlt,Enable,,20,1" "OnPass" "danyoUlt,Disable,,20.3,1" - "OnPass" "bahamutend,Break,,20,1" + "OnPass" "bahamutend,FireUser1,,20,1" "OnPass" "bahamut_entry2,Trigger,,20,1" } } @@ -2236,68 +2236,6 @@ modify: ; MAP FIXES ;========================= -;------------------------- -; MAP: REMOVE CLOUD -;------------------------- - -filter: -{ - "hammerid" "1999" - "classname" "func_tracktrain" - "targetname" "cloud" -} -filter: -{ - "hammerid" "1998" - "classname" "prop_dynamic" - "targetname" "cloud_modelo" -} -filter: -{ - "hammerid" "2006" - "classname" "logic_timer" - "targetname" "pasos" -} -filter: -{ - "hammerid" "2007" - "classname" "logic_case" - "targetname" "cloudcase" -} -filter: -{ - "hammerid" "2692" - "classname" "logic_relay" - "targetname" "invertir" -} -filter: -{ - "hammerid" "2294" - "classname" "trigger_once" - "targetname" "curar" -} -filter: -{ - "hammerid" "2686" - "classname" "trigger_once" - "targetname" "destruccion" -} -filter: -{ - "classname" "ambient_generic" - "targetname" "salto_cloud" -} -filter: -{ - "classname" "ambient_generic" - "targetname" "/step.*/" -} -filter: -{ - "classname" "path_track" - "targetname" "/cloud_track.*/" -} - ;------------------------- ; MAP: KILL-ALL SCORE GLITCH ;------------------------- @@ -3092,7 +3030,7 @@ modify: } ;------------------------- -; MAP: BAHAMUT - HEALTH ADJUST [Current Multiplier: 2.1] +; MAP: BAHAMUT - HEALTH ADJUST [Current Multiplier: 2.2] ;------------------------- modify: @@ -3122,7 +3060,7 @@ modify: } insert: { - "OnStartTouch" "bahamut_vida,Add,315,0,-1" + "OnStartTouch" "bahamut_vida,Add,330,0,-1" } } @@ -5164,7 +5102,6 @@ add: "OnTrigger" "zm_prop3,Toggle,,3,1" "OnTrigger" "CowbellTemp,ForceSpawn,,5,1" "OnTrigger" "xb_gravedad,FireUser3,,5,1" - "OnTrigger" "filtro_ultima,FireUser1,,5,1" "OnTrigger" "sephi2,AddOutput,OnStartTouch crrr:ForceSpawn::1:1,5,1" "OnTrigger" "sephi2,AddOutput,origin -10096 8968 -2832,5,1" @@ -5891,7 +5828,6 @@ add: "OnTrigger" "zm_prop3,Toggle,,3,1" "OnTrigger" "CowbellTemp,ForceSpawn,,5,1" "OnTrigger" "xb_gravedad,FireUser3,,5,1" - "OnTrigger" "filtro_ultima,FireUser1,,5,1" "OnTrigger" "sephi2,AddOutput,OnStartTouch crrr:ForceSpawn::1:1,5,1" "OnTrigger" "sephi2,AddOutput,origin -10096 8968 -2832,5,1" @@ -6001,7 +5937,6 @@ add: "OnTrigger" "CowbellTemp,ForceSpawn,,5,1" "OnTrigger" "ButtonExt3Lasers,Kill,,0,1" "OnTrigger" "xb_gravedad,FireUser3,,5,1" - "OnTrigger" "filtro_ultima,FireUser1,,5,1" "OnTrigger" "EX3LaserMode,SetValue,1,0,1" "OnTrigger" "sephi2,AddOutput,OnStartTouch crrr:ForceSpawn::1:1,5,1" @@ -6719,23 +6654,6 @@ modify: ; HELLZ: BAHAMUT @ ENDING ;************************* -modify: -{ - match: - { - "hammerid" "942753" - "classname" "filter_activator_name" - "targetname" "filtro_ultima" - } - delete: - { - "OnPass" "bahamutend,Break,,20,1" - } - insert: - { - "OnUser1" "!self,AddOutput,OnPass bahamutend:Break::20:1,0,1" - } -} modify: { match: @@ -6770,8 +6688,10 @@ modify: "OnUser1" "bahamutend,AddOutput,OnBreak EX3EndExploTemp:FireUser1::3:1,0,1" "OnUser1" "bahamutend,AddOutput,OnBreak consola:Command:say ** BAHAMUT IS DEFEATED ** KEEP RUNNING **:0:1,0,1" "OnUser2" "bahamutend,AddOutput,OnBreak consola:Command:say ** BAHAMUT IS DEAD ** KEEP RUNNING **:0:1,0,1" + "OnUser2" "bahamutend,AddOutput,OnUser1 !self:Break::0:1,0,1" "OnUser3" "bahamutend,AddOutput,OnBreak consola:Command:say ** BAHAMUT IS DEAD ** KEEP RUNNING **:0:1,0,1" "OnUser3" "bahamutend,AddOutput,OnBreak EX3ExploTemp:FireUser4:5:1,0,1" + "OnUser3" "bahamutend,AddOutput,OnUser1 !self:Break::0:1,0,1" } } @@ -7024,7 +6944,6 @@ add: "OnTrigger" "zm_prop3,Toggle,,3,1" "OnTrigger" "ButtonExt3Lasers,Kill,,0,1" "OnTrigger" "xb_gravedad,FireUser3,,5,1" - "OnTrigger" "filtro_ultima,FireUser1,,5,1" "OnTrigger" "sephi2,AddOutput,OnStartTouch crrr:ForceSpawn::1:1,5,1" "OnTrigger" "sephi2,AddOutput,origin -10096 8968 -2832,5,1" @@ -8883,6 +8802,82 @@ modify: } } +;========================= +; FIX CLOUD +;========================= + +filter: +{ + "targetname" "curar" + "classname" "trigger_once" + "hammerid" "2294" +} + +modify: +{ + match: + { + "targetname" "cloud_track_86" + "classname" "path_track" + "hammerid" "2522" + } + delete: + { + "OnPass" "!activator,Stop,,0,1" + "OnPass" "!activator,FireUser2,,0,1" + } +} + +;================================================= +; ANTI-TROLL: Make earth only solid to zombies +;================================================= + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "ttx1" + } + insert: + { + "Template03" "mt_human" + "Template04" "mt_zombie" + } +} + +add: +{ + "model" "*33" + "wait" "1" + "targetname" "mt_human" + "parentname" "mt" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "-10472 1114 -2538" + "filtername" "humanos" + "classname" "trigger_multiple" + "OnStartTouch" "mt,SetOwner,,0,-1" + "OnStartTouch" "mt_zombie,FireUser1,,0,1" +} + +add: +{ + "model" "*33" + "wait" "1" + "targetname" "mt_zombie" + "parentname" "mt" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "-10472 1114 -2538" + "filtername" "zombis" + "classname" "trigger_multiple" + "OnStartTouch" "!activator,RemoveOwner,,0,-1" + "OnUser1" "!self,Enable,,0,-1" + "OnUser1" "!self,Disable,,0.1,-1" + "OnUser1" "!self,FireUser1,,0.15,-1" +} + ;========================= ; ENTITY SAVINGS ;========================= diff --git a/ze_ffvii_temple_ancient_v3_3.cfg b/ze_ffvii_temple_ancient_v3_3.cfg index 0e2ffdf..37a95c0 100644 --- a/ze_ffvii_temple_ancient_v3_3.cfg +++ b/ze_ffvii_temple_ancient_v3_3.cfg @@ -62,4 +62,33 @@ add: "damagecap" "20" "damage" "100000" "classname" "trigger_hurt" -} \ No newline at end of file +} + +modify: +{ + match: + { + "classname" "trigger_multiple" + "targetname" "AFK_teleport1" + } + replace: + { + "origin" "-4532 -1149.5 94.5" + } +} + +modify: +{ + match: + { + "classname" "logic_auto" + } + delete: + { + "OnNewGame" "cmd,Command,sv_enablebunnyhopping 0,0,1" + } + insert: + { + "OnNewGame" "cmd,Command,sv_enablebunnyhopping 1,0,1" + } +} diff --git a/ze_ffxii_westersand_v7_2.cfg b/ze_ffxii_westersand_v7_2.cfg index d94ae19..84c9770 100644 --- a/ze_ffxii_westersand_v7_2.cfg +++ b/ze_ffxii_westersand_v7_2.cfg @@ -138,3 +138,140 @@ modify: ; "OnFullyClosed" "cmd,Command,sv_enablebunnyhopping 1,0,1" ; } ;} + +;------------------------ +;CHANGE EXTREME BOSS HPs +;------------------------ + +; Dragon + +filter: +{ + "targetname" "Boss_Trigger_Add_Health_Extreme" + "classname" "trigger_multiple" +} + + +; Guardian + +add: +{ + "model" "*359" + "targetname" "ITS_A_FIX_OF_THE_GUARDIAN_HP" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "2816 -960 2304" + "filtername" "Filter_Team_Humans" + "classname" "trigger_once" + "OnStartTouch" "!activator,AddOutput,OnUser1 Ehe_Guardian_HP:FireUser1::0:1,0,-1" +} + +modify: +{ + match: + { + "targetname" "ZE_Extreme_Ending" + "classname" "trigger_once" + "hammerid" "975412" + } + insert: + { + "OnStartTouch" "ITS_A_FIX_OF_THE_GUARDIAN_HP,Enable,,30,1" + } +} + +modify: +{ + match: + { + "targetname" "ZE_Extreme_Ending" + "classname" "trigger_multiple" + "hammerid" "896598" + } + delete: + { + "OnStartTouch" "Ehe_Guardian_HP,Add,30,0,-1" + } + insert: + { + "OnStartTouch" "!activator,FireUser1,,0,-1" + } +} + +modify: +{ + match: + { + "targetname" "Ehe_Guardian_HP" + "classname" "math_counter" + } + insert: + { + "StartDisabled" "1" + "OnUser1" "!self,Add,30,0,-1" + } +} + +modify: +{ + match: + { + "origin" "-14328 13336 8" + "classname" "logic_auto" + } + insert: + { + "OnMapSpawn" "player,FireUser1,,1,1" + "OnMapSpawn" "Ehe_Guardian_HP,Enable,,5,1" + } +} + +;---------------------------------------------- +; ANTI-TROLL: Make earth only solid for zombies +;---------------------------------------------- + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "Staff_Earth_Template" + } + insert: + { + "Template02" "Staff_Earth_Owner_Human" + "Template03" "Staff_Earth_Owner_Zombie" + } +} + +add: +{ + "model" "*111" + "wait" "1" + "targetname" "Staff_Earth_Owner_Human" + "parentname" "Staff_Earth_Prop" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "-14080 14592 32" + "filtername" "Filter_Team_Humans" + "classname" "trigger_multiple" + "OnStartTouch" "Staff_Earth_Prop,SetOwner,,0,-1" + "OnStartTouch" "Staff_Earth_Owner_Zombie,FireUser1,,0,1" +} + +add: +{ + "model" "*111" + "wait" "1" + "targetname" "Staff_Earth_Owner_Zombie" + "parentname" "Staff_Earth_Prop" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "-14080 14592 32" + "filtername" "Filter_Team_Zombies" + "classname" "trigger_multiple" + "OnStartTouch" "!activator,RemoveOwner,,0,-1" + "OnUser1" "!self,Enable,,0,-1" + "OnUser1" "!self,Disable,,0.2,-1" + "OnUser1" "!self,FireUser1,,0.22,-1" +} diff --git a/ze_ffxii_westersand_v8zeta1.cfg b/ze_ffxii_westersand_v8zeta1.cfg index 8767e00..364e979 100644 --- a/ze_ffxii_westersand_v8zeta1.cfg +++ b/ze_ffxii_westersand_v8zeta1.cfg @@ -1350,3 +1350,1553 @@ modify: "OnUser4" "Ultimate_Summon_*,Kill,,28.5,1" } } + +; Anti-Troll: Make earth only solid for zombies + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "Staff_Earth_Template" + } + insert: + { + "Template04" "Staff_Earth_Owner_Human" + "Template05" "Staff_Earth_Owner_Zombie" + } +} + +modify: +{ + match: + { + "targetname" "ZE_Hard_Ending" + "classname" "trigger_once" + } + insert: + { + "OnStartTouch" "Staff_Earth_Relay2,Enable,,63,1" + } +} + +modify: +{ + match: + { + "targetname" "Airship_End_Trigger" + "classname" "trigger_multiple" + } + insert: + { + "OnUser3" "Staff_Earth_Relay2,Enable,,6.1,1" + } +} + +modify: +{ + match: + { + "targetname" "Staff_Earth_Entity_Maker" + "classname" "env_entity_maker" + } + insert: + { + "OnEntitySpawned" "Staff_Earth_Relay2,Trigger,,0.01,-1" + } +} + +add: +{ + "origin" "-13940 14080 8" + "targetname" "Staff_Earth_Relay2" + "StartDisabled" "1" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "Staff_Earth_Prop,DisableCollision,,0,-1" +} + +add: +{ + "model" "*190" + "wait" "1" + "targetname" "Staff_Earth_Owner_Human" + "parentname" "Staff_Earth_Prop" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "-14080 14592 32" + "filtername" "Filter_Team_Humans" + "classname" "trigger_multiple" + "OnStartTouch" "Staff_Earth_Prop,SetOwner,,0,-1" + "OnStartTouch" "Staff_Earth_Prop_Clip_Fix,SetOwner,,0.05,-1" + "OnStartTouch" "Staff_Earth_Owner_Zombie,FireUser1,,0,1" +} + +add: +{ + "model" "*190" + "wait" "1" + "targetname" "Staff_Earth_Owner_Zombie" + "parentname" "Staff_Earth_Prop" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "-14080 14592 32" + "filtername" "Filter_Team_Zombies" + "classname" "trigger_multiple" + "OnStartTouch" "!activator,RemoveOwner,,0,-1" + "OnUser1" "!self,Enable,,0,-1" + "OnUser1" "!self,Disable,,0.1,-1" + "OnUser1" "!self,FireUser1,,0.15,-1" +} +;------------------------------------------------------------ +;STRIPPER CFG BY NOCTALI http://steamcommunity.com/id/h4sard +;------------------------------------------------------------ +;REMOVE UNLOADING STRIPPER +;-------------------------- +modify: +{ + match: + { + "model" "*23" + "targetname" "ZE_AntiCamp" + } + delete: + { + "OnUser1" "Cmd,Command,meta unload stripper,0,1" + "OnUser2" "Cmd,Command,mp_restartgame 1,0,1" + } +} +;---------------- +;FIX ZM STRIPPER +;---------------- +modify: +{ + match: + { + "targetname" "Knife_Warp_Stripper" + "classname" "trigger_multiple" + } + delete: + { + "OnStartTouch" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnStartTouch" "Map_Knife_Ammo,Use,,2,-1" + } + insert: + { + "OnTrigger" "!self,FireUser1,,0,1" + "OnUser1" "!self,AddOutput,OnTrigger !self:FireUser1::0:1,0.1,-1" + "OnUser1" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnUser1" "Map_Knife_Ammo,Use,,0.8,-1" + } +} +modify: +{ + match: + { + "targetname" "Knife_Lure_Stripper" + "classname" "trigger_multiple" + } + delete: + { + "OnStartTouch" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnStartTouch" "Map_Knife_Ammo,Use,,2,-1" + } + insert: + { + "OnTrigger" "!self,FireUser1,,0,1" + "OnUser1" "!self,AddOutput,OnTrigger !self:FireUser1::0:1,0.1,-1" + "OnUser1" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnUser1" "Map_Knife_Ammo,Use,,0.8,-1" + } +} +modify: +{ + match: + { + "targetname" "Knife_Invis_Stripper" + "classname" "trigger_multiple" + } + delete: + { + "OnStartTouch" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnStartTouch" "Map_Knife_Ammo,Use,,2,-1" + } + insert: + { + "OnTrigger" "!self,FireUser1,,0,1" + "OnUser1" "!self,AddOutput,OnTrigger !self:FireUser1::0:1,0.1,-1" + "OnUser1" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnUser1" "Map_Knife_Ammo,Use,,0.8,-1" + } +} +modify: +{ + match: + { + "targetname" "Knife_Blind_Stripper" + "classname" "trigger_multiple" + } + delete: + { + "OnStartTouch" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnStartTouch" "Map_Knife_Ammo,Use,,2,-1" + } + insert: + { + "OnTrigger" "!self,FireUser1,,0,1" + "OnUser1" "!self,AddOutput,OnTrigger !self:FireUser1::0:1,0.1,-1" + "OnUser1" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnUser1" "Map_Knife_Ammo,Use,,0.8,-1" + } +} +modify: +{ + match: + { + "targetname" "Knife_Shield_Stripper" + "classname" "trigger_multiple" + } + delete: + { + "OnStartTouch" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnStartTouch" "Map_Knife_Ammo,Use,,2,-1" + } + insert: + { + "OnTrigger" "!self,FireUser1,,0,1" + "OnUser1" "!self,AddOutput,OnTrigger !self:FireUser1::0:1,0.1,-1" + "OnUser1" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnUser1" "Map_Knife_Ammo,Use,,0.8,-1" + } +} +modify: +{ + match: + { + "targetname" "Knife_Heal_Stripper" + "classname" "trigger_multiple" + } + delete: + { + "OnStartTouch" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnStartTouch" "Map_Knife_Ammo,Use,,2,-1" + } + insert: + { + "OnTrigger" "!self,FireUser1,,0,1" + "OnUser1" "!self,AddOutput,OnTrigger !self:FireUser1::0:1,0.1,-1" + "OnUser1" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnUser1" "Map_Knife_Ammo,Use,,0.8,-1" + } +} +modify: +{ + match: + { + "targetname" "Knife_Fire_Stripper" + "classname" "trigger_multiple" + } + delete: + { + "OnStartTouch" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnStartTouch" "Map_Knife_Ammo,Use,,2,-1" + } + insert: + { + "OnTrigger" "!self,FireUser1,,0,1" + "OnUser1" "!self,AddOutput,OnTrigger !self:FireUser1::0:1,0.1,-1" + "OnUser1" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnUser1" "Map_Knife_Ammo,Use,,0.8,-1" + } +} +modify: +{ + match: + { + "targetname" "Knife_Frost_Stripper" + "classname" "trigger_multiple" + } + delete: + { + "OnStartTouch" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnStartTouch" "Map_Knife_Ammo,Use,,2,-1" + } + insert: + { + "OnTrigger" "!self,FireUser1,,0,1" + "OnUser1" "!self,AddOutput,OnTrigger !self:FireUser1::0:1,0.1,-1" + "OnUser1" "Map_Stripper,StripWeaponsAndSuit,,0,-1" + "OnUser1" "Map_Knife_Ammo,Use,,0.8,-1" + } +} +;------------------------------- +;INCREASE CHOCOBO FAMILY DAMAGE +;------------------------------- +modify: +{ + match: + { + "model" "*372" + "targetname" "Choc_Hurt" + "classname" "trigger_hurt" + } + replace: + { + "damage" "200" + } +} +;----------------------- +;OPEN SHIP VENT EARLIER +;----------------------- +modify: +{ + match: + { + "model" "*104" + "origin" "8672 -6464 6495.88" + "targetname" "Ship_Gate_End" + "classname" "func_movelinear" + } + delete: + { + "OnUser1" "Airship_End_Breakable1,Break,,1,1" + } + insert: + { + "OnUser1" "Airship_End_Breakable1,Break,,0,1" + } +} +;--------------- +;FIX BAD SHADOW +;--------------- +modify: +{ + match: + { + "targetname" "Ehe_Wall" + "classname" "prop_dynamic" + } + replace: + { + "disablereceiveshadows" "1" + } + insert: + { + "disableshadows" "1" + } +} +modify: +{ + match: + { + "targetname" "Ehe_Wall" + "classname" "func_wall_toggle" + } + replace: + { + "disableshadows" "1" + "disablereceiveshadows" "1" + } +} +;----------------- +;FIX INVISIBILITY +;----------------- +modify: +{ + match: + { + "origin" "-13568 13568 96" + "targetname" "Knife_Invis_Trigger" + "classname" "trigger_multiple" + } + delete: + { + "OnStartTouch" "!activator,AddOutput,rendermode 6,0,-1" + "OnStartTouch" "!activator,AddOutput,renderfx 10,0,-1" + "OnStartTouch" "!activator,AddOutput,renderamt 0,0,-1" + } + insert: + { + "OnStartTouch" "!activator,AddOutput,rendermode 10,0,-1" + } +} +;-------------------------- +;FIX JAIL EXPLOSION TIMING +;-------------------------- +modify: +{ + match: + { + "origin" "13144 -6672 6288" + "targetname" "Guard_Boss_Trigger_End" + "classname" "logic_relay" + } + delete: + { + "OnTrigger" "Explosion_Temp,AddOutput,origin 13312 -7200 6432,4.5,1" + "OnTrigger" "Explosion_Temp,ForceSpawn,,4.51,1" + "OnTrigger" "Explosion_Temp,AddOutput,origin 13312 -5600 6432,5,1" + "OnTrigger" "Explosion_Temp,ForceSpawn,,5.01,1" + "OnTrigger" "Explosion_Temp,AddOutput,origin 14112 -6400 6432,5.5,1" + "OnTrigger" "Explosion_Temp,ForceSpawn,,5.51,1" + } +} +modify: +{ + match: + { + "model" "*348" + "targetname" "Ship_Gate_Zm" + "classname" "func_wall_toggle" + } + delete: + { + "OnUser1" "Cmd,Command,say ** ZOMBIE JAIL OPEN ! **,0,1" + "OnUser1" "Map_Control_Magicks,FireUser2,,0.2,1" + } + insert: + { + "OnUser1" "Explosion_Temp,AddOutput,origin 14112 -6400 6432,0.19,1" + "OnUser1" "Explosion_Temp,ForceSpawn,,0.2,1" + "OnUser1" "Cmd,Command,say ** ZOMBIE JAIL OPEN ! **,0.25,1" + "OnUser1" "Map_Teleport,FireUser2,,0.25,1" + } +} +modify: +{ + match: + { + "model" "*349" + "targetname" "Ship_Gate_Zm" + "classname" "func_wall_toggle" + } + insert: + { + "OnUser1" "Explosion_Temp,AddOutput,origin 13312 -7200 6432,2.44,1" + "OnUser1" "Explosion_Temp,ForceSpawn,,2.45,1" + "OnUser1" "Explosion_Temp,AddOutput,origin 13312 -5600 6432,2.46,1" + "OnUser1" "Explosion_Temp,ForceSpawn,,2.47,1" + } +} +;------------------------------ +;KILL RANDOM WALL AFTER BELIAS +;------------------------------ +modify: +{ + match: + { + "origin" "7520 8504 -3512" + "targetname" "Belias_Trigger_End" + "classname" "logic_relay" + } + delete: + { + "OnTrigger" "Map_Control_Magicks,FireUser2,,10,1" + } + insert: + { + "OnTrigger" "Map_Teleport,FireUser2,,2.5,1" + "OnTrigger" "Tomb_Breakwall,Kill,,70,1" + "OnTrigger" "Tomb_Breakwall2,Kill,,70,1" + } +} +;----------------------- +;CHANGE GUARDIAN DAMAGE +;----------------------- +modify: +{ + match: + { + "origin" "13872 -5888 6408" + "targetname" "Side_Case_Normal_Epic" + "classname" "logic_case" + } + delete: + { + "OnCase16" "Guard_Boss_Nade,Disable,,4,-1" + "OnCase16" "Cmd,Command,say ** Nades do more damage (4s) **,0,-1" + } + insert: + { + "OnCase16" "Guard_Boss_Nade,Disable,,8,-1" + "OnCase16" "Cmd,Command,say ** Nades do more damage (8s) **,0,-1" + "OnUser1" "Guard_Boss_Point_Hurt,AddOutput,Damage 45,0,1" + } +} +modify: +{ + match: + { + "origin" "13872 -5904 6408" + "targetname" "Side_Case_Normal_God" + "classname" "logic_case" + } + delete: + { + "OnCase16" "Guard_Boss_Nade,Disable,,4,-1" + "OnCase16" "Cmd,Command,say ** Nades do more damage (4s) **,0,-1" + } + insert: + { + "OnCase16" "Guard_Boss_Nade,Disable,,8,-1" + "OnCase16" "Cmd,Command,say ** Nades do more damage (8s) **,0,-1" + "OnUser2" "Guard_Boss_Point_Hurt,AddOutput,Damage 50,0,1" + } +} +modify: +{ + match: + { + "origin" "13888 -5888 6408" + "targetname" "Side_Case_Insane_Epic" + "classname" "logic_case" + } + delete: + { + "OnCase16" "Guard_Boss_Nade,Disable,,4,-1" + "OnCase16" "Cmd,Command,say ** Nades do more damage (4s) **,0,-1" + } + insert: + { + "OnCase16" "Guard_Boss_Nade,Disable,,8,-1" + "OnCase16" "Cmd,Command,say ** Nades do more damage (8s) **,0,-1" + "OnUser3" "Guard_Boss_Point_Hurt,AddOutput,Damage 55,0,1" + } +} +modify: +{ + match: + { + "origin" "13888 -5904 6408" + "targetname" "Side_Case_Insane_God" + "classname" "logic_case" + } + delete: + { + "OnCase16" "Guard_Boss_Nade,Disable,,4,-1" + "OnCase16" "Cmd,Command,say ** Nades do more damage (4s) **,0,-1" + } + insert: + { + "OnCase16" "Guard_Boss_Nade,Disable,,8,-1" + "OnCase16" "Cmd,Command,say ** Nades do more damage (8s) **,0,-1" + "OnUser4" "Guard_Boss_Point_Hurt,AddOutput,Damage 60,0,1" + } +} +modify: +{ + match: + { + "origin" "13976 -5928 6408" + "targetname" "Guard_Boss_Point_Hurt" + "classname" "point_hurt" + } + replace: + { + "Damage" "45" + } +} +modify: +{ + match: + { + "origin" "-14568 13320 8" + "targetname" "Level_Case_Diff" + "classname" "logic_case" + } + delete: + { + "OnCase02" "Guard_Temp_Boss,AddOutput,OnEntitySpawned Guard_Boss_Point_Hurt:AddOutput:Damage 70:0.01:1,1,1" + } +} +;----------- +;FIX WARMUP +;----------- +modify: +{ + match: + { + "origin" "-14328 13336 8" + "classname" "logic_auto" + } + delete: + { + "OnNewGame" "ZE_AntiCamp,FireUser2,,50,1" + } +} +modify: +{ + match: + { + "origin" "-10264 -1136 2057" + "targetname" "Warmup_Relay" + "classname" "logic_relay" + } + insert: + { + "OnUser2" "Cmd,Command,mp_restartgame 1,40,1" + } +} +;---------- +;FIX LASERS +;---------- +modify: +{ + match: + { + "origin" "-1408 3608.02 2368" + "targetname" "Ehe_Laser_Up" + "classname" "func_movelinear" + } + replace: + { + "origin" "-1408 3608.02 2370" + } +} +modify: +{ + match: + { + "origin" "-1407.99 3608.02 2338" + "targetname" "Ehe_Laser_Down" + "classname" "func_movelinear" + } + replace: + { + "origin" "-1407.99 3608.02 2348" + } +} +modify: +{ + match: + { + "origin" "-1408 3684.01 2338" + "targetname" "Ehe_Laser_Down_Dam" + "classname" "trigger_hurt" + } + replace: + { + "origin" "-1408 3684.01 2348" + } +} +modify: +{ + match: + { + "origin" "3356 -6016 7994" + "targetname" "Chaos_Laser_Dam2" + "classname" "trigger_hurt" + } + replace: + { + "origin" "3356 -6016 7986" + } +} +modify: +{ + match: + { + "origin" "-5888 8704 -2078" + "targetname" "Tomb_Laser_Down" + "classname" "func_movelinear" + } + replace: + { + "origin" "-5888 8704 -2068" + } +} +modify: +{ + match: + { + "origin" "-5888 8704 -2048" + "targetname" "Tomb_Laser_Up" + "classname" "func_movelinear" + } + replace: + { + "origin" "-5888 8704 -2046" + } +} +modify: +{ + match: + { + "origin" "-5812 8704 -2078" + "targetname" "Tomb_Laser_Down_Dam" + "classname" "trigger_hurt" + } + replace: + { + "origin" "-5812 8704 -2068" + } +} +modify: +{ + match: + { + "origin" "3508 -6016 8054" + "targetname" "Chaos_Laser_DamUp" + "classname" "trigger_hurt" + } + replace: + { + "origin" "3508 -6016 8050" + } +} +filter: +{ + "model" "*125" + "origin" "3356 -6016 7974" + "targetname" "Chaos_Laser_Dam2" + "classname" "trigger_hurt" +} +add: +{ + "model" "*435" + "targetname" "Chaos_Laser_Dam2" + "StartDisabled" "1" + "spawnflags" "1" + "parentname" "Chaos_Laser_Move2" + "origin" "3356 -6016 7962" + "nodmgforce" "0" + "filtername" "Filter_Team_Humans" + "damagetype" "0" + "damagemodel" "0" + "damagecap" "20" + "damage" "999999999" + "classname" "trigger_hurt" + "OnStartTouch" "!self,Enable,,0.01,-1" + "OnStartTouch" "!self,Disable,,0,-1" + "OnUser1" "!self,Kill,,0,1" + "OnUser2" "!self,Enable,,0,1" +} +;----------------------- +;FIX EXTREME JUDGE NADE +;----------------------- +filter: +{ + "model" "*145" + "targetname" "Judge_Nade" +} +add: +{ + "model" "*144" + "wait" "1" + "targetname" "Judge_Nade" + "StartDisabled" "1" + "spawnflags" "1088" + "parentname" "Judge_Move" + "origin" "-5799 8704 -2006" + "filtername" "Filter_Nade" + "classname" "trigger_multiple" + "OnStartTouch" "Boss_Health,FireUser3,,0,-1" + "OnStartTouch" "Judge_Nade_Explode,Explode,,0.01,-1" + "OnStartTouch" "!activator,Kill,,0,-1" + "OnStartTouch" "Map_Nade_Sound,PlaySound,,0,-1" + "OnStartTouch" "Map_Nade_Sound,StopSound,,0.01,-1" + "OnStartTouch" "Boss_Health,FireUser3,,0.1,-1" + "OnStartTouch" "Boss_Health,FireUser3,,0.2,-1" +} +add: +{ + "origin" "-5792 8687 -1984" + "targetname" "Judge_Nade_Explode" + "spawnflags" "19" + "rendermode" "5" + "parentname" "Judge_Move" + "iMagnitude" "0" + "fireballsprite" "sprites/zerogxplode.spr" + "classname" "env_explosion" +} +modify: +{ + match: + { + "origin" "-5728 8864 -2016" + "targetname" "Judge_Trigger_End" + "classname" "logic_relay" + } + insert: + { + "OnTrigger" "Judge_Nade_Explode,Kill,,0,1" + } +} +modify: +{ + match: + { + "origin" "-5696 8864 -2016" + "targetname" "Judge_Temp" + "classname" "point_template" + } + delete: + { + "OnEntitySpawned" "Judge_Nade,SetDamageFilter,Filter_Damage_Blast,6,1" + } + insert: + { + "Template15" "Judge_Nade_Explode" + "OnEntitySpawned" "Judge_Nade,Enable,,6,1" + } +} +filter: +{ + "origin" "-14168 13320 8" + "targetname" "Filter_Damage_Blast" + "classname" "filter_damage_type" +} +;-------------------- +;FIX FOR NIGENTWATCH +;-------------------- +filter: +{ + "origin" "-14448 13320 8" + "targetname" "Map_Control_Magicks" + "classname" "logic_relay" +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Knife_Lure_Button" + "origin" "-13535.5 15104 64" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Knife_Blind_Button" + "origin" "-13535.5 14592 64" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Staff_Water_Button" + "origin" "-14079.5 14224 56" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Staff_Earth_Button" + "origin" "-13951.5 14096 56" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Staff_Fire_Button" + "origin" "-14079.5 13968 56" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Staff_Holy_Button" + "origin" "-13951.5 13968 56" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Staff_Heal_Button" + "origin" "-13951.5 14224 56" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Staff_Electro_Button" + "origin" "-14079.5 14096 56" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Staff_Wind_Button" + "origin" "-14335.5 14096 120" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Knife_Warp_Button" + "origin" "-13535.5 14080 64" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Knife_Invis_Button" + "origin" "-13535.5 13568 64" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Knife_Shield_Button" + "origin" "-13063.5 13568 64" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Knife_Heal_Button" + "origin" "-13020.5 14080 48" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Knife_Fire_Button" + "origin" "-13015.5 15104 48" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Knife_Frost_Button" + "origin" "-13015.5 14592 48" + } + replace: + { + "wait" "1" + } +} +modify: +{ + match: + { + "classname" "logic_case" + "targetname" "Map_Teleport" + "origin" "-14448 13352 8" + } + insert: + { + "OnUser2" "Knife_Fire_Button,Unlock,,0,-1" + "OnUser2" "Knife_Frost_Button,Unlock,,0,-1" + "OnUser2" "Knife_Shield_Button,Unlock,,0,-1" + "OnUser2" "Knife_Heal_Button,Unlock,,0,-1" + "OnUser2" "Knife_Blind_Button,Unlock,,0,-1" + "OnUser2" "Knife_Invis_Button,Unlock,,0,-1" + "OnUser2" "Knife_Lure_Button,Unlock,,0,-1" + "OnUser2" "Knife_Warp_Button,Unlock,,0,-1" + "OnUser1" "Knife_Fire_Button,Lock,,0,-1" + "OnUser1" "Knife_Frost_Button,Lock,,0,-1" + "OnUser1" "Knife_Shield_Button,Lock,,0,-1" + "OnUser1" "Knife_Heal_Button,Lock,,0,-1" + "OnUser1" "Knife_Blind_Button,Lock,,0,-1" + "OnUser1" "Knife_Invis_Button,Lock,,0,-1" + "OnUser1" "Knife_Lure_Button,Lock,,0,-1" + "OnUser1" "Knife_Warp_Button,Lock,,0,-1" + } +} +modify: +{ + match: + { + "classname" "filter_activator_name" + "targetname" "Knife_Invis_Filter" + "origin" "-13528 13568 24" + } + delete: + { + "OnPass" "Knife_Invis_Button,Lock,,0,-1" + "OnPass" "Knife_Invis_Button,Unlock,,80,-1" + } + insert: + { + "OnPass" "!self,AddOutput,targetname Knife_Invis_Filter,80,-1" + "OnPass" "!self,AddOutput,targetname Knife_Invis_Filter_Disabled,0,-1" + } +} +modify: +{ + match: + { + "classname" "filter_activator_name" + "targetname" "Knife_Warp_Filter" + "origin" "-13528 14080 24" + } + delete: + { + "OnPass" "Knife_Warp_Button,Lock,,0,-1" + "OnPass" "Knife_Warp_Button,Unlock,,80,-1" + } + insert: + { + "OnPass" "!self,AddOutput,targetname Knife_Warp_Filter,80,-1" + "OnPass" "!self,AddOutput,targetname Knife_Warp_Filter_Disabled,0,-1" + } +} +modify: +{ + match: + { + "classname" "filter_activator_name" + "targetname" "Knife_Blind_Filter" + "origin" "-13528 14592 24" + } + delete: + { + "OnPass" "Knife_Blind_Button,Lock,,0,-1" + "OnPass" "Knife_Blind_Button,Unlock,,80,-1" + } + insert: + { + "OnPass" "!self,AddOutput,targetname Knife_Blind_Filter,80,-1" + "OnPass" "!self,AddOutput,targetname Knife_Blind_Filter_Disabled,0,-1" + } +} +modify: +{ + match: + { + "classname" "filter_activator_name" + "targetname" "Knife_Lure_Filter" + "origin" "-13528 15104 24" + } + delete: + { + "OnPass" "Knife_Lure_Button,Lock,,0,-1" + "OnPass" "Knife_Lure_Button,Unlock,,80,-1" + } + insert: + { + "OnPass" "!self,AddOutput,targetname Knife_Lure_Filter,80,-1" + "OnPass" "!self,AddOutput,targetname Knife_Lure_Filter_Disabled,0,-1" + } +} +modify: +{ + match: + { + "classname" "filter_activator_name" + "targetname" "Knife_Fire_Filter" + "origin" "-13008 15104 8" + } + delete: + { + "OnPass" "Knife_Fire_Button,Lock,,0,-1" + "OnPass" "Knife_Fire_Button,Unlock,,80,-1" + } + insert: + { + "OnPass" "!self,AddOutput,targetname Knife_Fire_Filter,80,-1" + "OnPass" "!self,AddOutput,targetname Knife_Fire_Filter_Disabled,0,-1" + } +} +modify: +{ + match: + { + "classname" "filter_activator_name" + "targetname" "Knife_Frost_Filter" + "origin" "-13008 14592 8" + } + delete: + { + "OnPass" "Knife_Frost_Button,Unlock,,80,-1" + "OnPass" "Knife_Frost_Button,Lock,,0,-1" + } + insert: + { + "OnPass" "!self,AddOutput,targetname Knife_Frost_Filter,80,-1" + "OnPass" "!self,AddOutput,targetname Knife_Frost_Filter_Disabled,0,-1" + } +} +modify: +{ + match: + { + "classname" "filter_activator_name" + "targetname" "Knife_Heal_Filter" + "origin" "-13048 14104 24" + } + delete: + { + "OnPass" "Knife_Heal_Button,Unlock,,80,-1" + "OnPass" "Knife_Heal_Button,Lock,,0,-1" + } + insert: + { + "OnPass" "!self,AddOutput,targetname Knife_Heal_Filter,80,-1" + "OnPass" "!self,AddOutput,targetname Knife_Heal_Filter_Disabled,0,-1" + } +} +modify: +{ + match: + { + "classname" "filter_activator_name" + "targetname" "Knife_Shield_Filter" + "origin" "-13091 13584 24" + } + delete: + { + "OnPass" "Knife_Shield_Button,Unlock,,80,-1" + "OnPass" "Knife_Shield_Button,Lock,,0,-1" + } + insert: + { + "OnPass" "!self,AddOutput,targetname Knife_Shield_Filter,80,-1" + "OnPass" "!self,AddOutput,targetname Knife_Shield_Filter_Disabled,0,-1" + } +} +modify: +{ + match: + { + "classname" "logic_relay" + "targetname" "Boss_Trigger_End" + "origin" "-2488 -8968 824" + } + delete: + { + "OnTrigger" "Map_Control_Magicks,FireUser2,,10,1" + } + insert: + { + "OnTrigger" "Map_Teleport,FireUser2,,10,1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "targetname" "Desert_Button" + "origin" "-3096 -6845.5 574" + } + delete: + { + "OnUser1" "Map_Control_Magicks,FireUser1,,50,1" + } + insert: + { + "OnUser1" "Map_Teleport,FireUser1,,54,1" + } +} +modify: +{ + match: + { + "classname" "logic_relay" + "targetname" "Belias_Trigger_Start" + "origin" "7520 8480 -3512" + } + delete: + { + "OnTrigger" "Map_Control_Magicks,FireUser1,,0,1" + } + insert: + { + "OnTrigger" "Map_Teleport,FireUser1,,0.66,1" + } +} +;--------------------------- +;INCREASE EXTREME BELIAS HP +;--------------------------- +modify: +{ + match: + { + "model" "*151" + "targetname" "Belias_Hp_To_Boss" + } + delete: + { + "OnStartTouch" "Boss_Health_Init,Add,35,0,-1" + } + insert: + { + "OnStartTouch" "Boss_Health_Init,Add,50,0,-1" + } +} +;------------------------- +;CHANGE EPIC/GOD GUARDIAN +;------------------------- +modify: +{ + match: + { + "model" "*132" + "targetname" "Guard_Boss_Hp_To_Boss" + } + delete: + { + "OnStartTouch" "Boss_Health_Init,Add,22.5,0,-1" + "OnUser1" "!self,AddOutput,OnStartTouch Boss_Health_Init:Add:8:0:-1,0,1" + } + insert: + { + "OnStartTouch" "Boss_Health_Init,Add,35,0,-1" + "OnUser1" "!self,AddOutput,OnStartTouch Boss_Health_Init:Add:5:0:-1,0,1" + } +} +modify: +{ + match: + { + "model" "*133" + "targetname" "Guard_Boss_Nade" + } + delete: + { + "OnStartTouch" "Boss_Health,FireUser3,,0.3,-1" + } +} +modify: +{ + match: + { + "origin" "13144 -6696 6288" + "targetname" "Guard_Boss_Trigger_Start" + } + delete: + { + "OnTrigger" "Ship_Gate_Zm,FireUser1,,150,1" + "OnTrigger" "Guard_Boss,SetAnimation,entrance2,5,1" + "OnTrigger" "Guard_Boss,SetDefaultAnimation,attack1,5,1" + "OnTrigger" "Guard_Boss_Attack_Timer,Enable,,5,1" + "OnTrigger" "Boss_Damage_*,Enable,,5,1" + "OnTrigger" "Guard_Boss,AddOutput,OnAnimationDone !self:FireUser1::0:1,5.01,1" + "OnTrigger" "Guard_Boss_Break,SetDamageFilter,Filter_Team_Humans,6,1" + "OnTrigger" "Guard_Boss,FireUser1,,10,1" + "OnTrigger" "Map_Control_Magicks,FireUser1,,0,1" + } + insert: + { + "OnTrigger" "Ship_Gate_Zm,FireUser1,,190,1" + "OnTrigger" "Guard_Boss,SetAnimation,entrance2,4,1" + "OnTrigger" "Guard_Boss,SetDefaultAnimation,attack1,4,1" + "OnTrigger" "Guard_Boss_Attack_Timer,Enable,,4,1" + "OnTrigger" "Boss_Damage_*,Enable,,4,1" + "OnTrigger" "Guard_Boss_Break,SetDamageFilter,Filter_Team_Humans,5,1" + "OnTrigger" "Guard_Boss_Timer,Enable,,5,1" + "OnTrigger" "Guard_Boss_Dw_Rot,Enable,,5,1" + "OnTrigger" "Guard_Boss_Fix1,Open,,5,1" + "OnTrigger" "Guard_Boss_Hurt,Enable,,5.08,1" + "OnTrigger" "Map_Teleport,FireUser1,,1.45,1" + } +} +modify: +{ + match: + { + "origin" "13280 -6400 6318" + "targetname" "Guard_Boss" + } + delete: + { + "OnUser1" "Guard_Boss_Timer,Enable,,0,1" + "OnUser1" "Guard_Boss_Dw_Rot,Enable,,0,1" + "OnUser1" "Guard_Boss_Fix1,Open,,0,1" + "OnUser1" "Guard_Boss_Hurt,Enable,,0.08,1" + } +} +;----------------------- +;FASTER ULTIMATE SUMMON +;----------------------- +modify: +{ + match: + { + "classname" "func_tracktrain" + "targetname" "Espers_Chaos_Train" + } + replace: + { + "speed" "294" + "startspeed" "294" + } +} +modify: +{ + match: + { + "classname" "func_tracktrain" + "targetname" "Espers_Mateus_Train" + } + replace: + { + "speed" "294" + "startspeed" "294" + } +} +modify: +{ + match: + { + "classname" "func_tracktrain" + "targetname" "Espers_Belias_Train" + } + replace: + { + "speed" "294" + "startspeed" "294" + } +} +modify: +{ + match: + { + "classname" "logic_relay" + "targetname" "All_Summon_Relay" + } + delete: + { + "OnUser4" "Ultimate_Summon_Hurt,Kill,,36.5,1" + "OnUser4" "Ultimate_Summon_Particle_2,Kill,,36.5,1" + "OnUser4" "Ultimate_Summon_*,Kill,,36.5,1" + "OnUser4" "Espers_Chaos_*,Kill,,36,1" + "OnUser4" "Espers_Mateus_*,Kill,,36,1" + "OnUser4" "Espers_Belias_*,Kill,,36,1" + "OnUser4" "Ultimate_Summon_Hurt,Enable,,35,1" + "OnUser4" "Side_Part1,Stop,,35,1" + "OnUser4" "Side_Part2,Stop,,35,1" + "OnUser4" "Side_Part3,Stop,,35,1" + "OnUser4" "Side_Part4,Stop,,35,1" + "OnUser4" "Summoner_Guard_Particle,Stop,,35,1" + "OnUser4" "Side_Model1,SetAnimation,attack2,35,1" + "OnUser4" "Side_Model2,SetAnimation,attack2,35,1" + "OnUser4" "Side_Model3,SetAnimation,attack2,35,1" + "OnUser4" "Side_Model4,SetAnimation,attack2,35,1" + "OnUser4" "Summoner_Guard_Model,SetAnimation,attack2,35,1" + "OnUser4" "Shake_3_Secs_Rumble,StartShake,,34.9,1" + "OnUser4" "All_Summon_Wooshsound,PlaySound,,34.5,1" + "OnUser4" "Ultimate_Summon_Fade,Fade,,34.5,1" + "OnUser4" "Guard_Boss_Attack_Timer,Enable,,30.5,1" + "OnUser4" "Shake_10_Secs,StartShake,,30,1" + "OnUser4" "Shake_10_Secs,StartShake,,24,1" + "OnUser4" "All_Summon_Windsound,PlaySound,,22,1" + "OnUser4" "Side_Part4,Start,,20,1" + "OnUser4" "Side_Model4,SetAnimation,entrance1,20,1" + "OnUser4" "Ultimate_Summon_Particle_2,Start,,20,1" + "OnUser4" "Shake_3_Secs_Rumble,StartShake,,20,1" + "OnUser4" "Ultimate_Summon_Particle_1,Kill,,19.5,1" + "OnUser4" "All_Summon_Portalsound,PlaySound,,19.5,1" + "OnUser4" "All_Summon_Windsound,AddOutput,message ambient/wind/wind_med1.wav,21,1" + } + insert: + { + "OnUser4" "Ultimate_Summon_Particle_1,Kill,,11.5,1" + "OnUser4" "All_Summon_Portalsound,PlaySound,,11.5,1" + "OnUser4" "Side_Part4,Start,,12,1" + "OnUser4" "Side_Model4,SetAnimation,entrance1,12,1" + "OnUser4" "Ultimate_Summon_Particle_2,Start,,12,1" + "OnUser4" "Shake_3_Secs_Rumble,StartShake,,12,1" + "OnUser4" "All_Summon_Windsound,AddOutput,message ambient/wind/wind_med1.wav,13,1" + "OnUser4" "All_Summon_Windsound,PlaySound,,14,1" + "OnUser4" "Shake_10_Secs,StartShake,,16,1" + "OnUser4" "Shake_10_Secs,StartShake,,22,1" + "OnUser4" "Guard_Boss_Attack_Timer,Enable,,22.5,1" + "OnUser4" "All_Summon_Wooshsound,PlaySound,,26.5,1" + "OnUser4" "Ultimate_Summon_Fade,Fade,,26.5,1" + "OnUser4" "Shake_3_Secs_Rumble,StartShake,,26.9,1" + "OnUser4" "Ultimate_Summon_Hurt,Enable,,27,1" + "OnUser4" "Side_Part1,Stop,,27,1" + "OnUser4" "Side_Part2,Stop,,27,1" + "OnUser4" "Side_Part3,Stop,,27,1" + "OnUser4" "Side_Part4,Stop,,27,1" + "OnUser4" "Summoner_Guard_Particle,Stop,,27,1" + "OnUser4" "Side_Model1,SetAnimation,attack2,27,1" + "OnUser4" "Side_Model2,SetAnimation,attack2,27,1" + "OnUser4" "Side_Model3,SetAnimation,attack2,27,1" + "OnUser4" "Side_Model4,SetAnimation,attack2,27,1" + "OnUser4" "Summoner_Guard_Model,SetAnimation,attack2,27,1" + "OnUser4" "Espers_Chaos_*,Kill,,28,1" + "OnUser4" "Espers_Mateus_*,Kill,,28,1" + "OnUser4" "Espers_Belias_*,Kill,,28,1" + "OnUser4" "Ultimate_Summon_Hurt,Kill,,28.5,1" + "OnUser4" "Ultimate_Summon_Particle_2,Kill,,28.5,1" + "OnUser4" "Ultimate_Summon_*,Kill,,28.5,1" + } +} + +;---------------------------------------------- +; ANTI-TROLL: Make earth only solid for zombies +;---------------------------------------------- + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "Staff_Earth_Template" + } + insert: + { + "Template04" "Staff_Earth_Owner_Human" + "Template05" "Staff_Earth_Owner_Zombie" + } +} + +modify: +{ + match: + { + "targetname" "ZE_Hard_Ending" + "classname" "trigger_once" + } + insert: + { + "OnStartTouch" "Staff_Earth_Relay2,Enable,,63,1" + } +} + +modify: +{ + match: + { + "targetname" "Airship_End_Trigger" + "classname" "trigger_multiple" + } + insert: + { + "OnUser3" "Staff_Earth_Relay2,Enable,,6.1,1" + } +} + +modify: +{ + match: + { + "targetname" "Staff_Earth_Entity_Maker" + "classname" "env_entity_maker" + } + insert: + { + "OnEntitySpawned" "Staff_Earth_Relay2,Trigger,,0.01,-1" + } +} + +add: +{ + "origin" "-13940 14080 8" + "targetname" "Staff_Earth_Relay2" + "StartDisabled" "1" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "Staff_Earth_Prop,DisableCollision,,0,-1" +} + +add: +{ + "model" "*190" + "wait" "1" + "targetname" "Staff_Earth_Owner_Human" + "parentname" "Staff_Earth_Prop" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "-14080 14592 32" + "filtername" "Filter_Team_Humans" + "classname" "trigger_multiple" + "OnStartTouch" "Staff_Earth_Prop,SetOwner,,0,-1" + "OnStartTouch" "Staff_Earth_Prop_Clip_Fix,SetOwner,,0.03,-1" + "OnStartTouch" "Staff_Earth_Owner_Zombie,FireUser1,,0,1" +} + +add: +{ + "model" "*190" + "wait" "1" + "targetname" "Staff_Earth_Owner_Zombie" + "parentname" "Staff_Earth_Prop" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "-14080 14592 32" + "filtername" "Filter_Team_Zombies" + "classname" "trigger_multiple" + "OnStartTouch" "!activator,RemoveOwner,,0,-1" + "OnUser1" "!self,Enable,,0,-1" + "OnUser1" "!self,Disable,,0.2,-1" + "OnUser1" "!self,FireUser1,,0.22,-1" +} diff --git a/ze_fiendlordkeep_v4_2.cfg b/ze_fiendlordkeep_v4_2.cfg index 0c45982..30eb312 100644 --- a/ze_fiendlordkeep_v4_2.cfg +++ b/ze_fiendlordkeep_v4_2.cfg @@ -1,3 +1,20 @@ +; removign one output from boss flea start + +modify: +{ + match: + { + "targetname" "Boss_Flea_Start" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "notif,Command,say TIP: Stay away from the center!,4,1" + } +} + + + ; Fix afk teleport glitch lvl3 add: @@ -560,7 +577,7 @@ add: "spawnflags" "1" "targetname" "level2hold2_firerelay" "hammerid" "666158" - "StartDisabled" "0" + "StartDisabled" "1" } add: { diff --git a/ze_frozentemple_b8_2.cfg b/ze_frozentemple_b8_2.cfg new file mode 100644 index 0000000..698e460 --- /dev/null +++ b/ze_frozentemple_b8_2.cfg @@ -0,0 +1,466 @@ +//new frosty beam beam +add: +{ + "targetname" "bossex_beam_p" + "origin" "-9328 4304 60" + "start_active" "0" + "parentname" "bex_rot" + "flag_as_weather" "0" + "effect_name" "bosstest_beam" + "cpoint7_parent" "0" + "cpoint6_parent" "0" + "cpoint5_parent" "0" + "cpoint4_parent" "0" + "cpoint3_parent" "0" + "cpoint2_parent" "0" + "cpoint1_parent" "0" + "angles" "0 90 0" + "classname" "info_particle_system" + "hammerid" "22918" +} +add: +{ + "origin" "-9312 4288 60" + "targetname" "bossex_beam_p" + "start_active" "0" + "parentname" "bex_rot" + "flag_as_weather" "0" + "effect_name" "bosstest_beam" + "cpoint7_parent" "0" + "cpoint6_parent" "0" + "cpoint5_parent" "0" + "cpoint4_parent" "0" + "cpoint3_parent" "0" + "cpoint2_parent" "0" + "cpoint1_parent" "0" + "angles" "0 0 0" + "classname" "info_particle_system" + "hammerid" "22853" +} +add: +{ + "origin" "-9328 4272 60" + "targetname" "bossex_beam_p" + "start_active" "0" + "parentname" "bex_rot" + "flag_as_weather" "0" + "effect_name" "bosstest_beam" + "cpoint7_parent" "0" + "cpoint6_parent" "0" + "cpoint5_parent" "0" + "cpoint4_parent" "0" + "cpoint3_parent" "0" + "cpoint2_parent" "0" + "cpoint1_parent" "0" + "angles" "0 270 0" + "classname" "info_particle_system" +} +add: +{ + "origin" "-9344 4288 50" + "targetname" "bossex_beam_p" + "start_active" "0" + "parentname" "bex_rot" + "flag_as_weather" "0" + "effect_name" "bosstest_beam" + "cpoint7_parent" "0" + "cpoint6_parent" "0" + "cpoint5_parent" "0" + "cpoint4_parent" "0" + "cpoint3_parent" "0" + "cpoint2_parent" "0" + "cpoint1_parent" "0" + "angles" "0 180 0" + "classname" "info_particle_system" +} + +add: +{ + "model" "*27" + "volume" "10" + "targetname" "bex_rot" + "spawnflags" "18" + "solidbsp" "0" + "rendermode" "10" + "renderfx" "0" + "rendercolor" "255 255 255" + "renderamt" "0" + "parentname" "bt_move" + "origin" "-9328.16 4288.35 -33.18" + "maxspeed" "65" + "fanfriction" "20" + "dmg" "0" + "disableshadows" "0" + "disablereceiveshadows" "0" + "angles" "0 0 0" + "classname" "func_rotating" +} +add: +{ + "model" "*31" + "targetname" "bossex_beam_h" + "StartDisabled" "1" + "spawnflags" "1" + "parentname" "bex_rot" + "origin" "-9328 4288 48" + "nodmgforce" "0" + "damagetype" "16" + "damagemodel" "0" + "damagecap" "20" + "damage" "45" + "classname" "trigger_hurt" + "hammerid" "23113" +} +add: +{ + "origin" "-9072 4448 -14.9947" + "targetname" "bex_attack_beam" + "StartDisabled" "0" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "cmd,Command,say *** FROSTY BEAM ***,0,-1" + "OnTrigger" "bossex_beam_p,Start,,0,-1" + "OnTrigger" "bossex_beam_h,Enable,,1.2,-1" + "OnTrigger" "bex_rot,Start,,0,-1" + "OnTrigger" "bosstest_beam_p,Start,,0,-1" + "OnTrigger" "bosstest_beam_h,Enable,,1.2,-1" + "OnTrigger" "bt_move,Close,,1.2,-1" + "OnTrigger" "bt_centre,SetSpeed,0.65,0,-1" + "OnTrigger" "bt_move,Close,,1.2,-1" + "OnTrigger" "bossex_beam_p,Stop,,13,-1" + "OnTrigger" "bossex_beam_h,Disable,,13,-1" + "OnTrigger" "bex_rot,Stop,,13,-1" + "OnTrigger" "bosstest_beam_p,Stop,,13,-1" + "OnTrigger" "bosstest_beam_h,Disable,,13,-1" + "OnTrigger" "bex_attack_case,PickRandom,,17,-1" + "OnTrigger" "bt_centre,SetSpeed,0.5,13,-1" +} +//upgraded blanket freeze +add: +{ + "origin" "-9328 4288 0" + "angles" 0 45 0" + "targetname" "bossex_p_blanket" + "start_active" "0" + "flag_as_weather" "0" + "effect_name" "bosstest_blanketfreeze" + "cpoint7_parent" "0" + "cpoint6_parent" "0" + "cpoint5_parent" "0" + "cpoint4_parent" "0" + "cpoint3_parent" "0" + "cpoint2_parent" "0" + "cpoint1_parent" "0" + "angles" "0 180 0" + "classname" "info_particle_system" +} +add: +{ + "origin" "-9328 4288 0" + "angles" 0 90 0" + "targetname" "bossex_p_blanket" + "start_active" "0" + "flag_as_weather" "0" + "effect_name" "bosstest_blanketfreeze" + "cpoint7_parent" "0" + "cpoint6_parent" "0" + "cpoint5_parent" "0" + "cpoint4_parent" "0" + "cpoint3_parent" "0" + "cpoint2_parent" "0" + "cpoint1_parent" "0" + "angles" "0 180 0" + "classname" "info_particle_system" +} +add: +{ + "origin" "-9072 4448 -14.9947" + "targetname" "bex_attack_blanketfreeze" + "StartDisabled" "0" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "cmd,Command,say *** BLANKET STORM ***,0,-1" + "OnTrigger" "bosstest_p_blanket,Start,,0,-1" + "OnTrigger" "atk_blanket,SetDamage,100,0,-1" + "OnTrigger" "rnd_maker,AddOutput,EntityTemplate atk_crystal_temp,0,-1" + "OnTrigger" "atk_crystal_timer,Enable,,0.02,-1" + "OnTrigger" "atk_crystal_timer,Disable,,1.12,-1" + "OnTrigger" "atk_crystal_hurt*,SetDamage,2,1.4,-1" + "OnTrigger" "bex_attack_case,PickRandom,,18,-1" + "OnTrigger" "bossex_p_blanket,Start,,5,-1" + "OnTrigger" "atk_blanket,Enable,,5,-1" + "OnTrigger" "rnd_rot,Stop,,5.2,-1" + "OnTrigger" "rnd_rot,StartForward,,6,-1" + "OnTrigger" "bossex_p_blanket,Stop,,10-1" + "OnTrigger" "bosstest_p_blanket,Stop,,10,-1" + "OnTrigger" "atk_crystal*,FireUser2,,10.1,-1" + "OnTrigger" "atk_blanket,Disable,,10,-1" + "OnTrigger" "bex_attack_case,AddOutput,OnCase05 bex_attack_blanketfreeze:Trigger::2:1,28,-1" + "OnTrigger" "bex_attack_case,AddOutput,OnCase05 bt_move:Close::0:1,28,-1" +} +modify: +{ + match: + { + "targetname" "atk_crystal_hurt" + "classname" "trigger_hurt" + } + insert: + { + "OnStartTouch" "!activator,AddOutput,targetname frozen,0,-1" + "OnEndTouch" "!activator,AddOutput,targetname no,0.02,-1" + } +} +modify: +{ + match: + { + "targetname" "atk_blanket" + "classname" "trigger_hurt" + } + insert: + { + "filtername" "filter_not_frozen" + } +} +add: +{ + "origin" "-4886.93 4352.58 99.5127" + "targetname" "filter_not_frozen" + "Negated" "1" + "filtername" "frozen" + "classname" "filter_activator_name" +} +//upgraded icy wind +add: +{ +"origin" "-9092 4464 -14.9947" +"targetname" "bex_attack_icywind" +"StartDisabled" "0" +"spawnflags" "0" +"classname" "logic_relay" +"OnTrigger" "cmd,Command,say *** ICY WIND ***,0,-1" +"OnTrigger" "bosstest_p_push,Start,,0,-1" +"OnTrigger" "bosstest_p_push,Stop,,3.5,-1" +"OnTrigger" "atk_push,Disable,,3.2,-1" +"OnTrigger" "atk_push,Enable,,2,-1" +"OnTrigger" "bosstest_p_pull,Start,,4,-1" +"OnTrigger" "bosstest_p_pull,Stop,,7.5,-1" +"OnTrigger" "atk_pull,Disable,,7.2,-1" +"OnTrigger" "atk_pull,Enable,,6,-1" +"OnTrigger" "bex_attack_case,PickRandom,,11,-1" +} + +add: +{ +"origin" "-9054 4485 -14.9947" +"targetname" "bex_attack_icywind2" +"StartDisabled" "0" +"spawnflags" "0" +"classname" "logic_relay" +"hammerid" "23351" +"OnTrigger" "cmd,Command,say *** ICY WIND ***,0,-1" +"OnTrigger" "bosstest_p_pull,Start,,0,-1" +"OnTrigger" "bosstest_p_pull,Stop,,3.5,-1" +"OnTrigger" "atk_pull,Disable,,3.2,-1" +"OnTrigger" "atk_pull,Enable,,2,-1" +"OnTrigger" "bosstest_p_push,Start,,4,-1" +"OnTrigger" "bosstest_p_push,Stop,,7.5,-1" +"OnTrigger" "atk_push,Disable,,7.2,-1" +"OnTrigger" "atk_push,Enable,,6,-1" +"OnTrigger" "bex_attack_case,PickRandom,,11,-1" +} +//upgraded crystallize +add: +{ +"origin" "-9094.18 4438.23 -14.9947" +"targetname" "bex_attack_crystallize" +"StartDisabled" "0" +"spawnflags" "0" +"classname" "logic_relay" +"OnTrigger" "cmd,Command,say *** CRYSTALLIZE ***,0,-1" +"OnTrigger" "rnd_maker,AddOutput,EntityTemplate atk_crystal_temp,0,-1" +"OnTrigger" "atk_crystal_timer,Enable,,0.02,-1" +"OnTrigger" "atk_crystal_timer,Disable,,8.02,-1" +"OnTrigger" "rot_wall,Reverse,,3,-1" +"OnTrigger" "bex_attack_case,PickRandom,,14,-1" +"OnTrigger" "rnd_rot,Stop,,8.2,-1" +"OnTrigger" "rnd_rot,StartForward,,9,-1" +"OnTrigger" "atk_crystal*,FireUser2,,14,-1" +} +//upgraded crystal rain +add: +{ +"origin" "-9120 4420 -14.9947" +"targetname" "bex_attack_crystalrain" +"StartDisabled" "0" +"spawnflags" "0" +"classname" "logic_relay" +"OnTrigger" "cmd,Command,say *** CRYSTAL RAIN ***,0,-1" +"OnTrigger" "rnd_maker,AddOutput,EntityTemplate atk_rain_temp,0,-1" +"OnTrigger" "atk_rain_timer,AddOutput,OnTimer atk_rain_hurt*:SetDamage:60:0.02:-1,0,1" +"OnTrigger" "atk_rain_timer,Enable,,0.02,-1" +"OnTrigger" "atk_rain_timer,Disable,,5.02,-1" +"OnTrigger" "bex_attack_case,PickRandom,,10,-1" +"OnTrigger" "rnd_rot,Stop,,5.2,-1" +"OnTrigger" "rnd_rot,StartForward,,6,-1" +} +//new case +add: +{ +"origin" "-9086.05 4211.25 -14.9947" +"targetname" "bex_attack_case" +"classname" "logic_case" +"OnCase01" "bt_move,Open,,0,-1" +"OnCase01" "bex_attack_crystallize,Trigger,,2,-1" +"OnCase02" "bex_attack_icywind,Trigger,,1,-1" +"OnCase02" "bt_move,SetPosition,0.5,0,-1" +"OnCase04" "bex_attack_icywind2,Trigger,,1,-1" +"OnCase04" "bt_move,SetPosition,0.5,0,-1" +"OnCase05" "bex_attack_blanketfreeze,Trigger,,2,1" +"OnCase05" "bt_move,Close,,0,1" +"OnCase03" "bex_attack_beam,Trigger,,1,-1" +"OnCase03" "bt_move,Open,,0,-1" +"OnCase06" "bex_attack_crystalrain,Trigger,,2,-1" +"OnCase06" "bt_move,Open,,0,-1" +} +//iridescence (buff) +add: +{ +"origin" "-9120 4420 -14.9947" +"targetname" "bex_upgrade" +"StartDisabled" "1" +"spawnflags" "0" +"classname" "logic_relay" +"OnTrigger" "bt_move,SetPosition,0.5,0,-1" +"OnTrigger" "cmd,Command,say *** IRIDESCENCE ***,2,-1" +"OnTrigger" "flashscreen,Fade,,3,-1" +"OnTrigger" "bex_attack_case,PickRandom,,6,-1" +} + +modify: +{ + match: + { + "classname" "logic_relay" + "targetname" "bt_wall_setup" + } + insert: + { + "OnTrigger" "bt_attack_case,Kill,,12,-1" + "OnTrigger" "bex_upgrade,Enable,,12,-1" + } +} + +modify: +{ + match: + { + "classname" "logic_relay" + "targetname" "bt_attack_crystallize" + } + insert: + { + "OnTrigger" "bex_upgrade,Trigger,,12,-1" + } +} + +modify: +{ + match: + { + "classname" "logic_relay" + "targetname" "bt_attack_crystalrain" + } + insert: + { + "OnTrigger" "bex_upgrade,Trigger,,10,-1" + } +} + +modify: +{ + match: + { + "classname" "logic_relay" + "targetname" "bt_attack_icywind" + } + insert: + { + "OnTrigger" "bex_upgrade,Trigger,,6,-1" + } +} + +modify: +{ + match: + { + "classname" "logic_relay" + "targetname" "bt_attack_icywind2" + } + insert: + { + "OnTrigger" "bex_upgrade,Trigger,,6,-1" + } +} + +modify: +{ + match: + { + "classname" "logic_relay" + "targetname" "bt_attack_blanketfreeze" + } + insert: + { + "OnTrigger" "bex_upgrade,Trigger,,8,-1" + } +} + +modify: +{ + match: + { + "classname" "logic_relay" + "targetname" "bt_attack_beam" + } + insert: + { + "OnTrigger" "bex_upgrade,Trigger,,17,-1" + } +} + +//kill all this shizzle +modify: +{ + match: + { + "classname" "func_physbox" + "targetname" "bt_hitbox" + } + insert: + { + "OnBreak" "bex_attack*,CancelPending,,0,-1" + "OnBreak" "bex_*,Kill,,0.02,-1" + "OnBreak" "100hp,Kill,,0,-1" + } +} + +//1050hp +modify: +{ + match: + { + "classname" "trigger_multiple" + "targetname" "100hp" + } + delete: + { + "OnStartTouch" "!activator,SetHealth,100,0,-1" + "OnStartTouch" "!activator,AddOutput,health 100,0,-1" + } + insert: + { + "OnStartTouch" "!activator,AddOutput,health 150,0,-1" + } +} diff --git a/ze_icecap_escape_v3.cfg b/ze_icecap_escape_v3.cfg index 790ddc1..aa2f033 100644 --- a/ze_icecap_escape_v3.cfg +++ b/ze_icecap_escape_v3.cfg @@ -761,7 +761,7 @@ add: "OnPressed" "worldspawn,AddOutput,OnUser1 Com:Command:sv_gravity 200:0:1,0,1" "OnPressed" "worldspawn,AddOutput,OnUser1 Com:Command:sv_airaccelerate 1337:0:1,0,1" "OnPressed" "worldspawn,AddOutput,OnUser1 LowGravEnd_Relay:Trigger::2:1,0,1" - "OnPressed" "worldspawn,AddOutput,OnUser1 LowGravButton5:Kill::0:-1,0,1" + "OnPressed" "worldspawn,AddOutput,OnUser1 LowGravButton5:Kill::0:1,0,1" "OnPressed" "worldspawn,AddOutput,OnUser1 Com:Command:say *** LOW GRAVITY ROUND! ***:0.1:1,0,1" "OnPressed" "worldspawn,AddOutput,OnUser1 Com:Command:say *** LOW GRAVITY ROUND! ***:1:1,0,1" "OnPressed" "worldspawn,AddOutput,OnUser1 Com:Command:say *** LOW GRAVITY ROUND! ***:2:1,0,1" diff --git a/ze_icecave_escape_v2.cfg b/ze_icecave_escape_v2.cfg index e7c00c1..0f5e73c 100644 --- a/ze_icecave_escape_v2.cfg +++ b/ze_icecave_escape_v2.cfg @@ -1,8 +1,8 @@ - filter: +filter: { -"origin" "-902.081 554.384 212.421" -"angles" "0 0 0" -"classname" "info_player_counterterrorist" + "origin" "-902.081 554.384 212.421" + "angles" "0 0 0" + "classname" "info_player_counterterrorist" } ;------------------ @@ -21,4 +21,19 @@ modify: "damagecap" "999999" "damage" "999999" } -} \ No newline at end of file +} + +modify: +{ + match: + { + "origin" "-4854 938 567.5" + "classname" "trigger_hurt" + ; "damage" "500" + } + replace: + { + "damagecap" "10000" + "damage" "10000" + } +} diff --git a/ze_jurassicpark_escape_v1.cfg b/ze_jurassicpark_escape_v1.cfg index 2c50e6d..9b25624 100644 --- a/ze_jurassicpark_escape_v1.cfg +++ b/ze_jurassicpark_escape_v1.cfg @@ -1,4 +1,6 @@ +;-------------------------------- ; fix basic out of bounds issues +;-------------------------------- add: { @@ -38,7 +40,49 @@ modify: } +;---------------------------------------- +; safe teleport at the bottom of the map +;---------------------------------------- + + +add: +{ + "classname" "info_teleport_destination" + "targetname" "ADestAtSpawn" + "angles" "0 90 0" + "origin" "-136 64 192" +} + +add: +{ + "targetname" "ATeleportAtTheBottom" + "target" "ADestAtSpawn" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "2288 6112 -2016" + "classname" "trigger_teleport" + "OnUser1" "!self,AddOutput,solid 2,0,1" + "OnUser1" "!self,AddOutput,mins -5552 -7552 -96,0.1,1" + "OnUser1" "!self,AddOutput,maxs 5552 7552 96,0.1,1" +} + +modify: +{ + match: + { + "classname" "logic_auto" + "hammerid" "684" + } + insert: + { + "OnMapSpawn" "ATeleportAtTheBottom,FireUser1,,1,1" + } +} + + +;------------- ; other fixes +;------------- modify: { diff --git a/ze_knife_fun_fix.cfg b/ze_knife_fun_fix.cfg index 5b04c89..2a44081 100644 --- a/ze_knife_fun_fix.cfg +++ b/ze_knife_fun_fix.cfg @@ -40,6 +40,17 @@ add: "rendermode" "10" } add: +{ + "classname" "prop_dynamic" + "origin" "910 -362 33" + "angles" "0 0 0" + "model" "models/props_lab/blastdoor001c.mdl" + "disablereceiveshadows" "1" + "disableshadows" "1" + "solid" "6" + "rendermode" "10" +} +add: { "model" "*18" "spawnflags" "1" diff --git a/ze_knife_fun_unloze_winter.cfg b/ze_knife_fun_unloze_winter.cfg index 2a60d52..d0be7b2 100644 --- a/ze_knife_fun_unloze_winter.cfg +++ b/ze_knife_fun_unloze_winter.cfg @@ -39,6 +39,27 @@ add: "solid" "6" "rendermode" "10" } +add: +{ + "classname" "prop_dynamic" + "origin" "910 -362 33" + "angles" "0 0 0" + "model" "models/props_lab/blastdoor001c.mdl" + "disablereceiveshadows" "1" + "disableshadows" "1" + "solid" "6" + "rendermode" "10" +} +add: +{ + "model" "*18" + "spawnflags" "1" + "classname" "trigger_push" + "targetname" "anticamp" + "origin" "-3450 -1920 115" + "angles" "0 90 0" + "speed" "1000" +} ;--------------------------------------------- filter: { diff --git a/ze_laboratory_escape_v2_2.cfg b/ze_laboratory_escape_v2_2.cfg new file mode 100644 index 0000000..d406920 --- /dev/null +++ b/ze_laboratory_escape_v2_2.cfg @@ -0,0 +1,28 @@ +;Reduce the zm speed on stage 5 +modify: +{ + match: + { + "targetname" "relay_lvl5" + "classname" "logic_relay" + } + delete: + { + "OnTrigger" "console_global,Command,zr_class_modify zombies speed 370,0,-1" + } + insert: + { + "OnTrigger" "console_global,Command,zr_class_modify zombies speed 330,0.00,-1" + } +} + + + + + + + + + + + diff --git a/ze_last_man_standing_v5_1.cfg b/ze_last_man_standing_v5_1.cfg new file mode 100644 index 0000000..023e459 --- /dev/null +++ b/ze_last_man_standing_v5_1.cfg @@ -0,0 +1,6 @@ +filter: +{ + "classname" "info_player_terrorist" + "origin" "-1232 4104 -7775" + "hammerid" "8532287" +} diff --git a/ze_lotr_helms_deep_v5.cfg b/ze_lotr_helms_deep_v5.cfg index 895964b..66dd53b 100644 --- a/ze_lotr_helms_deep_v5.cfg +++ b/ze_lotr_helms_deep_v5.cfg @@ -23,6 +23,66 @@ modify: } } + +;---------- +;RAM SPEED +;---------- + +modify: +{ + match: + { + "targetname" "ariete" + "classname" "func_tracktrain" + ;"startspeed" "100" + } + replace: + { + "startspeed" "150" + } +} + +modify: +{ + match: + { + "targetname" "ariete_track2" + "classname" "path_track" + } + replace: + { + "speed" "150" + } +} + + +;------------------------ +;FIX NO TP IN RADIO ROOM +;------------------------ + +add: +{ + "model" "*170" + "targetname" "quesepierden" + "target" "perdedores1" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "272 4816 1184" + "filtername" "humanos" + "classname" "trigger_teleport" +} +add: +{ + "model" "*170" + "targetname" "quesepierden" + "target" "perdedores1" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "272 4816 928" + "filtername" "humanos" + "classname" "trigger_teleport" +} + ;---------------------------------- ;DONT LET ZOMBIES INSIDE SAFE AREA ;---------------------------------- @@ -155,4 +215,6 @@ add: "damagecap" "20" "damage" "5" "classname" "trigger_hurt" -} \ No newline at end of file +} + + diff --git a/ze_lotr_minas_tirith_v2_2fix.cfg b/ze_lotr_minas_tirith_v2_2fix.cfg index 680a994..e56f483 100644 --- a/ze_lotr_minas_tirith_v2_2fix.cfg +++ b/ze_lotr_minas_tirith_v2_2fix.cfg @@ -1,7 +1,9 @@ ;----------------------------------------------------------------------------- ;STRIPPER CFG BY NOCTALI http://steamcommunity.com/profiles/76561198038569520 ;----------------------------------------------------------------------------- -;LAST UPDATE: 31/05/19 +;DON'T GIVE THE CFG TO PEOPLE PLS KEEP IT TO YOUR SERVER ONLY +;------------------------------------------------------------- +;LAST UPDATE: 25/08/19 ;---------------------- ;SPAWN TRIGGER ;-------------- @@ -55,6 +57,42 @@ filter: "origin" "9840 2416 10978.2" "classname" "trigger_teleport" } +add: +{ + "model" "*323" + "targetname" "stripper_spawn_teleport" + "StartDisabled" "0" + "spawnflags" "2" + "Solidity" "1" + "solidbsp" "0" + "rendermode" "0" + "renderfx" "0" + "rendercolor" "128 255 255" + "renderamt" "255" + "origin" "12256 942.03 10083.9" + "disableshadows" "1" + "disablereceiveshadows" "1" + "classname" "func_brush" + "angles" "0 28 0" + "OnUser1" "!self,AddOutput,origin 12256 942.03 10083.9,0,-1" + "OnUser1" "!self,Color,128 255 255,0,-1" + "OnUser2" "!self,AddOutput,origin 6984 968.03 10092.2,0,-1" + "OnUser2" "!self,Color,255 0 0,0,-1" +} +add: +{ + "classname" "trigger_teleport" + "targetname" "stripper_spawn_teleport" + "origin" "12256 942 10084" + "spawnflags" "1" + "StartDisabled" "0" + "target" "spawn_tele_zombis" + "OnUser1" "!self,AddOutput,solid 3,0,1" + "OnUser1" "!self,AddOutput,mins -44 -8 -68,0,1" + "OnUser1" "!self,AddOutput,maxs 44 8 68,0,1" + "OnUser2" "!self,AddOutput,origin 6984 968 10092,0,1" + "OnUser2" "spawn_tele_zombis,FireUser3,,0,1" +} filter: { "classname" "info_player_counterterrorist" @@ -503,6 +541,7 @@ modify: } delete: { + "filtername" "filter_5" "target" "z_item_5" "OnStartTouch" "!activator,SetDamageFilter,,0,-1" } @@ -510,9 +549,18 @@ modify: { "wait" "0.25" "targetname" "stripper_shop_balrog" - "OnTrigger" "filter_no_h_monster,TestActivator,,0,-1" + "OnTrigger" "filter_5_balrog,TestActivator,,0,-1" } } +add: +{ + "origin" "9752.44 1972.33 10034.9" + "targetname" "filter_5_balrog" + "Negated" "0" + "filtername" "5" + "classname" "filter_activator_name" + "OnPass" "filter_no_h_monster,TestActivator,,0,-1" +} modify: { match: @@ -786,7 +834,13 @@ modify: { "OnPass" "shortcut_stage_1,Kill,,0,1" "OnPass" "stage_1_trigger_3,Kill,,0,1" - "OnPass" "stage_1_trigger_1,Enable,,15,1" + "OnPass" "consola,Command,say ** RETREAT !! RIVER ZONE IS LOST **,15,1" + "OnPass" "sonidos_replegamos,PlaySound,,15,1" + "OnPass" "stage_1_retreat_door_3,Break,,23,1" + "OnPass" "stage_1_trigger_3,Disable,,23,1" + "OnPass" "stage_1_skybox_track_1,StartForward,,23,1" + "OnPass" "global_sound_nazgul,PlaySound,,25,1" + "OnPass" "consola,Command,say ** WATCH OUT! WE ARE UNDER SIEGE **,29,1" } } ;------------------- @@ -892,27 +946,66 @@ modify: "targetname" "defensa1tr" "classname" "trigger_once" } + delete: + { + "OnStartTouch" "stage_1_trigger_2,Enable,,0,-1" + "OnStartTouch" "stage_1_enough,Trigger,,50,-1" + } insert: { "OnStartTouch" "shortcut_stage_1_2,Break,,0,1" + "OnStartTouch" "stage_1_trigger_2,FireUser1,,0,1" + "OnStartTouch" "puerta1,FireUser1,,30,1" } } modify: { match: { - "origin" "-8903.69 2177.45 5699.62" - "targetname" "stage_1_enough" - "classname" "logic_relay" + "origin" "-9024 2064 5956" + "targetname" "stage_1_trigger_2" + "classname" "trigger_once" + } + replace: + { + "origin" "-8708 2048 5852" } delete: { - "OnTrigger" "stage_1_door_2,Break,,1,-1" + "model" "*145" + "OnStartTouch" "defensa1tr,Disable,,0,-1" + "OnStartTouch" "stage_1_enough,Trigger,,0,-1" } insert: { - "OnTrigger" "stage_1_door_2,Break,,2.4,1" - "OnTrigger" "stripper_stage_1_door_3,FireUser1,,4,1" + "OnStartTouch" "puerta1,FireUser1,,0,1" + "OnUser1" "!self,AddOutput,solid 3,0,1" + "OnUser1" "!self,AddOutput,mins -188 -320 -156,0,1" + "OnUser1" "!self,AddOutput,maxs 188 320 156,0,1" + "OnUser1" "!self,Enable,,0,1" + } +} +filter: +{ + "origin" "-8903.69 2177.45 5699.62" + "targetname" "stage_1_enough" + "classname" "logic_relay" +} +modify: +{ + match: + { + "targetname" "puerta1" + "origin" "-8512 2058 5890" + "classname" "func_breakable" + } + insert: + { + "OnUser1" "stage_1_door_2,Break,,2.4,1" + "OnUser1" "stripper_stage_1_door_3,FireUser1,,4,1" + "OnUser1" "sonidos_replegamosMinas,PlaySound,,2,1" + "OnUser1" "consola,Command,say ** OSGILIATH IS LOST ** RETREAT ! **,3,1" + "OnUser1" "!self,Break,,3,1" } } modify: @@ -1019,16 +1112,30 @@ modify: { match: { - "model" "*222" "origin" "-2628 2458 -13250.8" "classname" "func_door_rotating" } insert: { + "targetname" "stripper_stage_2_door" "OnOpen" "shortcut_stage_2,Kill,,10,1" "OnOpen" "shortcut_stage_2_2,Kill,,10,1" "OnOpen" "shortcut_stage_2_3,Kill,,10,1" - "OnOpen" "logica_nivel_2,CancelPending,,0,1" + "OnOpen" "musica_st_2_1,AddOutput,targetname musica_st_2_1_disabled,0,1" + "OnOpen" "musica_st_2_1_disabled,Volume,0,0.01,1" + "OnOpen" "musica_st_2_1_disabled,Kill,0,0.02,1" + } +} +modify: +{ + match: + { + "origin" "-2206 2454 -13250.8" + "classname" "func_door_rotating" + } + insert: + { + "targetname" "stripper_stage_2_door" } } ;------------------- @@ -1073,22 +1180,68 @@ add: "angles" "0 0 90" "OnStartTouch" "!activator,AddOutput,origin 3443 4938 -12870,0,-1" } +filter: +{ + "targetname" "stage_3_relay" + "classname" "logic_relay" + "origin" "2434.39 4640.54 -12984" +} modify: { match: { - "targetname" "stage_3_relay" - "classname" "logic_relay" + "targetname" "stage_3_lift" + "classname" "func_tracktrain" + "origin" "1192 3296 -12496" } insert: { - "OnTrigger" "stage_3_prop_dynamicfix,Enable,,27,1" - "OnTrigger" "stage_1_barricade*,FireUser3,,61,1" - "OnTrigger" "shortcut_stage_3_1,Kill,,65,1" - "OnTrigger" "shortcut_stage_3_1_1,Kill,,65,1" - "OnTrigger" "shortcut_stage_3_1_2,Kill,,65,1" - "OnTrigger" "map_meteor_trigger_2,AddOutput,OnTrigger map_meteor_*:Kill::0:1,65,1" - "OnTrigger" "map_meteor_trigger_2,AddOutput,OnTrigger zd_template:FireUser1::6:1,65,1" + "OnUser1" "global_horn,PlaySound,,10,1" + "OnUser1" "consola,Command,say ** THEY ARE IN! RETREAT! **,10,1" + "OnUser1" "stage_3_ret,Toggle,,10,1" + "OnUser1" "consola,Command,say ** THE LIFT IS LEAVING IN 10 SECONDS **,11,1" + "OnUser1" "stage_3_lift,StartForward,,20,1" + "OnUser1" "stage_3_prop_dynamicfix,Enable,,27,1" + "OnUser1" "stage_1_barricade*,FireUser3,,61,1" + "OnUser1" "shortcut_stage_3_1,Kill,,65,1" + "OnUser1" "shortcut_stage_3_1_1,Kill,,65,1" + "OnUser1" "shortcut_stage_3_1_2,Kill,,65,1" + "OnUser1" "map_meteor_trigger_2,AddOutput,OnTrigger map_meteor_*:Kill::0:1,65,1" + "OnUser1" "map_meteor_trigger_2,AddOutput,OnTrigger zd_template:FireUser1::6:1,65,1" + } +} +modify: +{ + match: + { + "targetname" "stage_3_door1" + "classname" "func_physbox" + "origin" "2276.06 4976.46 -12856.4" + } + delete: + { + "OnBreak" "stage_3_relay,Trigger,,0,-1" + } + insert: + { + "OnBreak" "stage_3_lift,FireUser1,,0,1" + } +} +modify: +{ + match: + { + "targetname" "stage_3_door2" + "classname" "func_physbox" + "origin" "2048.83 4680.86 -12856.4" + } + delete: + { + "OnBreak" "stage_3_relay,Trigger,,0,-1" + } + insert: + { + "OnBreak" "stage_3_lift,FireUser1,,0,1" } } ;------------------- @@ -1114,7 +1267,8 @@ modify: } insert: { - "OnHitMax" "shortcut_stage_3_2,Kill,,10,-1" + "OnHitMax" "!self,Kill,,0,1" + "OnHitMax" "shortcut_stage_3_2,Kill,,10,1" } } ;------------------- @@ -1219,13 +1373,22 @@ modify: { match: { - "model" "*270" "origin" "6528 -1492 -7607.5" "classname" "trigger_once" } + replace: + { + "filtername" "humanos" + } + delete: + { + "OnStartTouch" "stage_4_retreat_1,Trigger,,40,-1" + } insert: { + "targetname" "stripper_stage_4_trigger_2" "OnStartTouch" "stripper_fix_stage_4_door,Open,,5,1" + "OnStartTouch" "stage_4_ret,FireUser1,,40,1" } } ;------------------- @@ -1246,12 +1409,28 @@ modify: { match: { - "targetname" "stage_4_relay_2" - "classname" "logic_relay" + "targetname" "stage_4_trigger_4" + "classname" "trigger_once" + "origin" "7504 4872 -6316" + } + delete: + { + "wait" "-1" + "OnStartTouch" "consola,Command,say ** WE ARE NEAR THE TOP OF MINAS TIRITH ** HOLD THIS PLACE FOR 40 SECONDS **,0,-1" + "OnStartTouch" "stage_4_relay_2,Trigger,,40,-1" + "OnStartTouch" "stage_4_trigger_5,Enable,,0,-1" } insert: { - "OnTrigger" "shortcut_stage_4_2,Kill,,0,1" + "OnStartTouch" "consola,Command,say ** WE ARE NEAR THE TOP OF MINAS TIRITH ** HOLD THIS PLACE FOR 40 SECONDS **,0,1" + "OnStartTouch" "stage_4_teleport_2,FireUser1,,0,1" + "OnStartTouch" "consola,Command,say ** LIFT IS LEAVING IN 10 SECONDS **,40,1" + "OnStartTouch" "global_horn,PlaySound,,40,1" + "OnStartTouch" "stage_4_door_4,Unlock,,40,1" + "OnStartTouch" "stage_4_door_4,Open,,40.1,1" + "OnStartTouch" "sonidos_gandalf_retirada,PlaySound,,45,1" + "OnStartTouch" "stage_4_lift1,StartForward,,50,1" + "OnStartTouch" "shortcut_stage_4_2,Kill,,40,1" } } ;------------------- @@ -1300,6 +1479,67 @@ add: ;-------------------- ;FIX STAGE 1 TRIGGER ;-------------------- +filter: +{ + "origin" "-9300 10768 7088" + "targetname" "stage_1_trigger_1" + "classname" "trigger_once" +} +filter: +{ + "origin" "-9680 10432 6024" + "targetname" "stage_1_retreat" + "classname" "logic_relay" +} +modify: +{ + match: + { + "origin" "13680 2112 6330.41" + "classname" "prop_dynamic" + "model" "models/player/slow/amberlyn/lotr/gandalf/slow_hannibal_rafuron.mdl" + } + insert: + { + "targetname" "stripper_stage_1_gandalf" + } +} +modify: +{ + match: + { + "origin" "-14063.7 10515.8 9293.86" + "classname" "logic_measure_movement" + } + insert: + { + "targetname" "stripper_stage_1_measure_1" + } +} +modify: +{ + match: + { + "origin" "-15215.7 9651.8 8717.86" + "classname" "logic_measure_movement" + } + insert: + { + "targetname" "stripper_stage_1_measure_2" + } +} +modify: +{ + match: + { + "origin" "-15311.7 12227.8 8413.86" + "classname" "logic_measure_movement" + } + insert: + { + "targetname" "stripper_stage_1_measure_3" + } +} modify: { match: @@ -1627,6 +1867,25 @@ modify: "OnEntitySpawned" "object_meteor2_particle_2*,FireUser1,,0,-1" } } +modify: +{ + match: + { + "origin" "-3072 1456 -13525" + "targetname" "stage_1_limits" + "classname" "func_brush" + } + replace: + { + "classname" "func_wall_toggle" + } + delete: + { + "solidbsp" "0" + "Solidity" "0" + "StartDisabled" "0" + } +} ;-------------------- ;FIX STAGE 2 TRIGGER ;-------------------- @@ -1747,28 +2006,6 @@ modify: } } modify: -{ - match: - { - "origin" "964.432 5115.25 -13224" - "targetname" "stage_2_logic_1" - "classname" "logic_relay" - } - delete: - { - "OnTrigger" "stage_2_door_7,Unlock,,2,-1" - } - insert: - { - "OnTrigger" "stage_2_door_f1,Unlock,,0.49,1" - "OnTrigger" "stage_2_door_f2,Unlock,,0.49,1" - "OnTrigger" "stage_2_door_f1,Open,,0.5,1" - "OnTrigger" "stage_2_door_f2,Open,,0.5,1" - "OnTrigger" "stage_2_door_7,Unlock,,1.99,1" - "OnTrigger" "stage_2_door_7,Open,,2,1" - } -} -modify: { match: { @@ -1853,7 +2090,6 @@ modify: { match: { - "model" "*227" "origin" "1988 4268 -12919.5" "classname" "trigger_once" } @@ -1863,6 +2099,7 @@ modify: } insert: { + "targetname" "stripper_stage_2_trigger_door" "OnStartTouch" "stage_2_door_7,FireUser1,,0,1" } } @@ -1921,7 +2158,7 @@ modify: "OnTrigger" "stage_2_torre,StartForward,,20,1" "OnTrigger" "sonidos_gandalf_resistid,PlaySound,,25,1" "OnTrigger" "spawn_teleport_mass,AddOutput,target stage_2_teleport_2,21,1" - "OnTrigger" "stage_5_retx,Disable,,25,1" + "OnTrigger" "stage_5_retx,Kill,,25,1" "OnTrigger" "stage_2_door_1,Unlock,,35,1" "OnTrigger" "stage_2_door_2,Unlock,,40,1" } @@ -1985,10 +2222,10 @@ modify: } insert: { - "OnStartTouch" "map_maker_meteor,AddOutput,origin -3071.73 2297.29 -13832,0,1" - "OnStartTouch" "map_maker_meteor,ForceSpawn,,0.01,1" - "OnStartTouch" "map_maker_meteor,AddOutput,origin -3068.84 2993.25 -13789.7,3.99,1" - "OnStartTouch" "map_maker_meteor,ForceSpawn,,4,1" + "OnStartTouch" "map_maker_meteor,AddOutput,origin -3071.73 2297.29 -13832,0.49,1" + "OnStartTouch" "map_maker_meteor,ForceSpawn,,0.5,1" + "OnStartTouch" "map_maker_meteor,AddOutput,origin -3068.84 2993.25 -13789.7,4.99,1" + "OnStartTouch" "map_maker_meteor,ForceSpawn,,5,1" } } filter: @@ -2076,9 +2313,14 @@ modify: "damagefilter" "fix_bridge_filter" "spawnflags" "49152" } + delete: + { + "OnBreak" "stage_2_relay,Trigger,,0,-1" + } insert: { "targetname" "stripper_stage_2_bridge" + "OnBreak" "stage_2_ret5,FireUser1,,0,1" "OnBreak" "stage_2_bridge_2,Break,,0,1" "OnBreak" "stage_2_bridge_2_done,Kill,,8,1" } @@ -2163,10 +2405,19 @@ modify: { "targetname" "stage_2_bridge_4" "classname" "func_brush" + "origin" "-4488 2216 -13367.1" } replace: { "origin" "-4488 2213 -13369.13" + "classname" "func_wall_toggle" + "spawnflags" "1" + } + delete: + { + "StartDisabled" "1" + "Solidity" "0" + "solidbsp" "0" } } modify: @@ -2201,23 +2452,47 @@ modify: "OnUser2" "stage_2_teleport_2x,AddOutput,origin -3392 2652 -13508,0.02,1" "OnUser2" "stage_2_teleport_2x,AddOutput,angles 0 0 0,0.02,1" "OnUser2" "!self,Enable,,0.03,1" + "OnUser3" "!self,Kill,,0,1" + } +} +filter: +{ + "targetname" "stage_2_relay" + "classname" "logic_relay" + "origin" "-3936.3 2176.72 -13230.4" +} +modify: +{ + match: + { + "targetname" "stage_2_ret5" + "classname" "func_wall_toggle" + "origin" "-3721.76 2354.93 -13122" + } + insert: + { + "OnUser1" "consola,Command,say ** RETREAT! **,0,1" + "OnUser1" "!self,Kill,,0,1" + "OnUser1" "stage_2_portal2,FireUser2,,6,1" + "OnUser1" "stage_2_bridge_4,Toggle,,10,1" + "OnUser1" "stage_2_triggerx,Break,,4,1" } } modify: { match: { - "targetname" "stage_2_relay" - "classname" "logic_relay" + "targetname" "stage_2_trigger" + "classname" "trigger_once" + "origin" "-4156 2516 -13116" } delete: { - "OnTrigger" "stage_2_ret5,Toggle,,0,-1" + "OnTrigger" "stage_2_relay,Trigger,,45,-1" } insert: { - "OnTrigger" "stage_2_ret5,Kill,,0,1" - "OnTrigger" "stage_2_portal2,FireUser2,,6,1" + "OnTrigger" "stage_2_ret5,FireUser1,,45,1" } } modify: @@ -2371,6 +2646,45 @@ modify: "OnBreak" "map_maker_meteor,ForceSpawn,,0.01,1" } } +modify: +{ + match: + { + "origin" "2304 3728 -11904" + "targetname" "stage_2_limits" + "classname" "func_brush" + } + replace: + { + "classname" "func_wall_toggle" + } + delete: + { + "solidbsp" "0" + "Solidity" "0" + "StartDisabled" "0" + } +} +modify: +{ + match: + { + "origin" "537.55 4565.1 -13280" + "targetname" "stage_2_brushes" + "classname" "func_brush" + } + replace: + { + "classname" "func_wall_toggle" + "spawnflags" "1" + } + delete: + { + "solidbsp" "0" + "Solidity" "0" + "StartDisabled" "1" + } +} ;-------------------- ;FIX STAGE 3 TRIGGER ;-------------------- @@ -2403,7 +2717,6 @@ modify: { match: { - "model" "*252" "classname" "trigger_once" "origin" "2016 -1376 -8557.2" "targetname" "stage_3_trigger8" @@ -2427,7 +2740,6 @@ modify: { match: { - "model" "*251" "classname" "trigger_once" "origin" "2016 -1440 -8557.2" "targetname" "stage_3_trigger7" @@ -2435,6 +2747,8 @@ modify: insert: { "OnStartTouch" "stage_3_trigger8,Kill,,30,1" + "OnStartTouch" "stripper_stage_3_door_1,Open,,5,1" + "OnStartTouch" "stripper_stage_3_door_2,Open,,5,1" } } add: @@ -2607,7 +2921,7 @@ modify: insert: { "DisableBoneFollowers" "1" - "targetname" "stage_3_prop_dynamic" + "targetname" "stage_3_prop_dynamic_kill" } } add: @@ -2652,9 +2966,185 @@ filter: "origin" "1280 3296 -12316.3" "classname" "logic_measure_movement" } +modify: +{ + match: + { + "origin" "2499.44 -3002.52 -8660.2" + "classname" "prop_door_rotating" + "model" "models/props/furnitures/doors/door_ow2_l.mdl" + } + delete: + { + "OnOpen" "!self,Unlock,,1,-1" + "OnOpen" "!self,Lock,,0,-1" + } + insert: + { + "targetname" "stripper_stage_3_door_1" + "OnOpen" "!self,Lock,,0,1" + } +} +modify: +{ + match: + { + "origin" "3319.8 -3327.2 -8819.95" + "classname" "prop_door_rotating" + "model" "models/props/furnitures/doors/door_ow2_l.mdl" + } + delete: + { + "OnOpen" "!self,Unlock,,1,-1" + "OnOpen" "!self,Lock,,0,-1" + } + insert: + { + "targetname" "stripper_stage_3_door_2" + "OnOpen" "!self,Lock,,0,1" + } +} +modify: +{ + match: + { + "origin" "144 4336 -13040" + "targetname" "stage_3_limits" + "classname" "func_brush" + } + replace: + { + "classname" "func_wall_toggle" + } + delete: + { + "solidbsp" "0" + "Solidity" "0" + "StartDisabled" "0" + } +} +filter: +{ + "origin" "3773.63 -3513.27 -10044.4" + "targetname" "stage_3_relay2" + "classname" "logic_relay" +} +modify: +{ + match: + { + "origin" "3800 -3356 -10007.5" + "targetname" "stage_3_prop_dynamic" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "consola,Command,say ** DEFEND THIS PLACE FOR 35 SECONDS **,0,-1" + "OnStartTouch" "stage_3_door8,Break,,35,-1" + } + insert: + { + "OnStartTouch" "consola,Command,say ** DEFEND THIS PLACE FOR 35 SECONDS **,0,1" + "OnStartTouch" "stage_3_door8,Break,,35,1" + "OnStartTouch" "consola,Command,say ** DOORS ARE OPEN ** RUN UPSTAIRS **,35,1" + "OnStartTouch" "global_horn,PlaySound,,35,1" + } +} +modify: +{ + match: + { + "origin" "-3106.7 -3579.89 -7234.14" + "classname" "logic_measure_movement" + } + insert: + { + "targetname" "stripper_stage_3_measure_1" + } +} +modify: +{ + match: + { + "origin" "-2658.7 -4864 -7234.14" + "classname" "logic_measure_movement" + } + insert: + { + "targetname" "stripper_stage_3_measure_2" + } +} +modify: +{ + match: + { + "origin" "-2322.7 -5568 -7234.14" + "classname" "logic_measure_movement" + } + insert: + { + "targetname" "stripper_stage_3_measure_3" + } +} +modify: +{ + match: + { + "origin" "1946.85 5037.86 -12929.4" + "targetname" "stage_3_teleport_z" + "classname" "info_teleport_destination" + } + replace: + { + "angles" "0 0 0" + "origin" "142 4484 -13096" + } +} ;-------------------- ;FIX STAGE 4 TRIGGER ;-------------------- +modify: +{ + match: + { + "origin" "6462.26 -754.5 -7555.47" + "classname" "func_physbox" + } + insert: + { + "targetname" "stripper_stage_4_physbox_1" + } +} +modify: +{ + match: + { + "origin" "6736 -753.5 -7585.99" + "classname" "func_physbox" + } + insert: + { + "targetname" "stripper_stage_4_physbox_2" + } +} +filter: +{ + "targetname" "stage_4_trigger_5" + "origin" "7752 4464 -5424" + "classname" "trigger_once" +} +filter: +{ + "origin" "7745.11 4444.21 -6244.38" + "targetname" "stage_4_relay_2" + "classname" "logic_relay" +} +filter: +{ + "origin" "5650.48 297.999 -8264.38" + "targetname" "stage_4_inicio" + "classname" "logic_relay" +} filter: { "origin" "7660.78 3797.21 -6059.08" @@ -2677,6 +3167,18 @@ filter: "targetname" "stage_4_rope2" "classname" "move_rope" } +filter: +{ + "origin" "8112.55 3792 -4384.84" + "targetname" "stage_4_rope1" + "classname" "keyframe_rope" +} +filter: +{ + "origin" "7664.55 3792 -4384.84" + "targetname" "stage_4_rope3_2" + "classname" "keyframe_rope" +} modify: { match: @@ -2790,6 +3292,18 @@ add: "BoltWidth" "2" } modify: +{ + match: + { + "classname" "trigger_hurt" + "origin" "4120 -708 -7552" + } + insert: + { + "targetname" "stripper_stage_4_hurt" + } +} +modify: { match: { @@ -2816,9 +3330,6 @@ modify: insert: { "OnTrigger" "!self,AddOutput,targetname stage_4_end_no_glitch,5,1" - "OnTrigger" "skin_fix_relay,CancelPending,,5,1" - "OnTrigger" "skin_fix_relay,Disable,,5,1" - "OnTrigger" "skin_fix_relay,Kill,,5.01,1" "OnTrigger" "stripper_fix_stage_4_tp,Kill,,5.5,1" } } @@ -2838,161 +3349,163 @@ add: "spawnflags" "1" "x" "-1" "y" "0.88" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 150 SECONDS,0,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 149 SECONDS,1,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 148 SECONDS,2,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 147 SECONDS,3,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 146 SECONDS,4,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 145 SECONDS,5,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 144 SECONDS,6,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 143 SECONDS,7,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 142 SECONDS,8,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 141 SECONDS,9,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 140 SECONDS,10,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 139 SECONDS,11,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 138 SECONDS,12,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 137 SECONDS,13,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 136 SECONDS,14,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 135 SECONDS,15,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 134 SECONDS,16,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 133 SECONDS,17,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 132 SECONDS,18,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 131 SECONDS,19,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 130 SECONDS,20,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 129 SECONDS,21,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 128 SECONDS,22,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 127 SECONDS,23,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 126 SECONDS,24,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 125 SECONDS,25,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 124 SECONDS,26,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 123 SECONDS,27,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 122 SECONDS,28,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 121 SECONDS,29,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 120 SECONDS,30,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 119 SECONDS,31,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 118 SECONDS,32,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 117 SECONDS,33,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 116 SECONDS,34,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 115 SECONDS,35,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 114 SECONDS,36,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 113 SECONDS,37,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 112 SECONDS,38,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 111 SECONDS,39,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 110 SECONDS,40,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 109 SECONDS,41,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 108 SECONDS,42,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 107 SECONDS,43,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 106 SECONDS,44,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 105 SECONDS,45,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 104 SECONDS,46,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 103 SECONDS,47,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 102 SECONDS,48,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 101 SECONDS,49,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 100 SECONDS,50,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 99 SECONDS,51,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 98 SECONDS,52,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 97 SECONDS,53,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 96 SECONDS,54,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 95 SECONDS,55,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 94 SECONDS,56,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 93 SECONDS,57,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 92 SECONDS,58,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 91 SECONDS,59,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 90 SECONDS,60,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 89 SECONDS,61,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 88 SECONDS,62,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 87 SECONDS,63,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 86 SECONDS,64,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 85 SECONDS,65,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 84 SECONDS,66,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 83 SECONDS,67,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 82 SECONDS,68,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 81 SECONDS,69,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 80 SECONDS,70,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 79 SECONDS,71,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 78 SECONDS,72,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 77 SECONDS,73,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 76 SECONDS,74,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 75 SECONDS,75,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 74 SECONDS,76,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 73 SECONDS,77,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 72 SECONDS,78,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 71 SECONDS,79,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 70 SECONDS,80,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 69 SECONDS,81,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 68 SECONDS,82,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 67 SECONDS,83,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 66 SECONDS,84,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 65 SECONDS,85,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 64 SECONDS,86,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 63 SECONDS,87,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 62 SECONDS,88,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 61 SECONDS,89,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 60 SECONDS,90,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 59 SECONDS,91,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 58 SECONDS,92,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 57 SECONDS,93,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 56 SECONDS,94,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 55 SECONDS,95,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 54 SECONDS,96,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 53 SECONDS,97,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 52 SECONDS,98,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 51 SECONDS,99,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 50 SECONDS,100,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 49 SECONDS,101,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 48 SECONDS,102,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 47 SECONDS,103,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 46 SECONDS,104,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 45 SECONDS,105,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 44 SECONDS,106,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 43 SECONDS,107,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 42 SECONDS,108,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 41 SECONDS,109,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 40 SECONDS,110,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 39 SECONDS,111,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 38 SECONDS,112,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 37 SECONDS,113,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 36 SECONDS,114,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 35 SECONDS,115,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 34 SECONDS,116,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 33 SECONDS,117,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 32 SECONDS,118,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 31 SECONDS,119,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 30 SECONDS,120,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 29 SECONDS,121,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 28 SECONDS,122,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 27 SECONDS,123,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 26 SECONDS,124,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 25 SECONDS,125,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 24 SECONDS,126,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 23 SECONDS,127,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 22 SECONDS,128,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 21 SECONDS,129,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 20 SECONDS,130,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 19 SECONDS,131,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 18 SECONDS,132,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 17 SECONDS,133,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 16 SECONDS,134,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 15 SECONDS,135,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 14 SECONDS,136,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 13 SECONDS,137,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 12 SECONDS,138,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 11 SECONDS,139,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 10 SECONDS,140,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 9 SECONDS,141,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 8 SECONDS,142,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 7 SECONDS,143,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 6 SECONDS,144,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 5 SECONDS,145,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 4 SECONDS,146,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 3 SECONDS,147,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 2 SECONDS,148,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 1 SECOND,149,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 0 SECOND,150,-1" - "OnUser1" "global_hud_hint,AddOutput,message ,151,-1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 150 SECONDS,0,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 149 SECONDS,1,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 148 SECONDS,2,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 147 SECONDS,3,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 146 SECONDS,4,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 145 SECONDS,5,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 144 SECONDS,6,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 143 SECONDS,7,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 142 SECONDS,8,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 141 SECONDS,9,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 140 SECONDS,10,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 139 SECONDS,11,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 138 SECONDS,12,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 137 SECONDS,13,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 136 SECONDS,14,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 135 SECONDS,15,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 134 SECONDS,16,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 133 SECONDS,17,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 132 SECONDS,18,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 131 SECONDS,19,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 130 SECONDS,20,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 129 SECONDS,21,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 128 SECONDS,22,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 127 SECONDS,23,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 126 SECONDS,24,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 125 SECONDS,25,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 124 SECONDS,26,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 123 SECONDS,27,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 122 SECONDS,28,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 121 SECONDS,29,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 120 SECONDS,30,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 119 SECONDS,31,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 118 SECONDS,32,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 117 SECONDS,33,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 116 SECONDS,34,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 115 SECONDS,35,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 114 SECONDS,36,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 113 SECONDS,37,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 112 SECONDS,38,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 111 SECONDS,39,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 110 SECONDS,40,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 109 SECONDS,41,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 108 SECONDS,42,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 107 SECONDS,43,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 106 SECONDS,44,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 105 SECONDS,45,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 104 SECONDS,46,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 103 SECONDS,47,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 102 SECONDS,48,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 101 SECONDS,49,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 100 SECONDS,50,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 99 SECONDS,51,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 98 SECONDS,52,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 97 SECONDS,53,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 96 SECONDS,54,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 95 SECONDS,55,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 94 SECONDS,56,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 93 SECONDS,57,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 92 SECONDS,58,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 91 SECONDS,59,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 90 SECONDS,60,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 89 SECONDS,61,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 88 SECONDS,62,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 87 SECONDS,63,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 86 SECONDS,64,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 85 SECONDS,65,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 84 SECONDS,66,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 83 SECONDS,67,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 82 SECONDS,68,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 81 SECONDS,69,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 80 SECONDS,70,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 79 SECONDS,71,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 78 SECONDS,72,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 77 SECONDS,73,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 76 SECONDS,74,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 75 SECONDS,75,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 74 SECONDS,76,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 73 SECONDS,77,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 72 SECONDS,78,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 71 SECONDS,79,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 70 SECONDS,80,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 69 SECONDS,81,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 68 SECONDS,82,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 67 SECONDS,83,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 66 SECONDS,84,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 65 SECONDS,85,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 64 SECONDS,86,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 63 SECONDS,87,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 62 SECONDS,88,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 61 SECONDS,89,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 60 SECONDS,90,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 59 SECONDS,91,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 58 SECONDS,92,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 57 SECONDS,93,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 56 SECONDS,94,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 55 SECONDS,95,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 54 SECONDS,96,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 53 SECONDS,97,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 52 SECONDS,98,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 51 SECONDS,99,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 50 SECONDS,100,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 49 SECONDS,101,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 48 SECONDS,102,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 47 SECONDS,103,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 46 SECONDS,104,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 45 SECONDS,105,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 44 SECONDS,106,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 43 SECONDS,107,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 42 SECONDS,108,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 41 SECONDS,109,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 40 SECONDS,110,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 39 SECONDS,111,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 38 SECONDS,112,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 37 SECONDS,113,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 36 SECONDS,114,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 35 SECONDS,115,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 34 SECONDS,116,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 33 SECONDS,117,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 32 SECONDS,118,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 31 SECONDS,119,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 30 SECONDS,120,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 29 SECONDS,121,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 28 SECONDS,122,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 27 SECONDS,123,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 26 SECONDS,124,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 25 SECONDS,125,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 24 SECONDS,126,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 23 SECONDS,127,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 22 SECONDS,128,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 21 SECONDS,129,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 20 SECONDS,130,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 19 SECONDS,131,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 18 SECONDS,132,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 17 SECONDS,133,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 16 SECONDS,134,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 15 SECONDS,135,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 14 SECONDS,136,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 13 SECONDS,137,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 12 SECONDS,138,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 11 SECONDS,139,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 10 SECONDS,140,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 9 SECONDS,141,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 8 SECONDS,142,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 7 SECONDS,143,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 6 SECONDS,144,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 5 SECONDS,145,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 4 SECONDS,146,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 3 SECONDS,147,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 2 SECONDS,148,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 1 SECOND,149,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 0 SECOND,150,1" + "OnUser1" "global_hud_hint,AddOutput,message ,151,1" "OnUser2" "!self,Display,,0.01,-1" "OnUser2" "!self,FireUser2,,1,-1" - "OnUser1" "spawn_teleport_mass,AddOutput,target stage_4_info1final,90,1" + "OnUser1" "spawn_teleport_mass,AddOutput,target stage_4_info1final,85,1" + "OnUser1" "stage_4_info1,FireUser2,,85,1" + "OnUser1" "spawn_tele_zombis,FireUser2,,85,1" } modify: { @@ -3072,46 +3585,63 @@ modify: delete: { "OnTrigger" "stage_4_trigger_ext,Enable,,5,1" + "OnTrigger" "musica_muteAll,Trigger,,0,-1" + "OnTrigger" "musica_extreme,PlaySound,,0,1" } insert: { "OnTrigger" "stage_4_trigger_ext,FireUser1,,5,1" + "OnTrigger" "stage_4_trigger_ext,FireUser2,,4.99,1" } } -modify: +filter: { - match: - { - "targetname" "stage_4_trigger_ext" - "classname" "trigger_multiple" - "origin" "4714 62 -1632" - } - delete: - { - "OnStartTouch" "!self,Disable,,0,-1" - "OnStartTouch" "!self,Enable,,1.5,-1" - } - insert: - { - "OnUser1" "!self,Enable,,0,-1" - "OnUser1" "!self,Disable,,1.5,-1" - "OnUser1" "!self,FireUser1,,1.6,-1" - } + "targetname" "stage_4_trigger_ext" + "classname" "trigger_multiple" + "origin" "4714 62 -1632" } add: { - "model" "*381" - "wait" "3" + "wait" "1" "targetname" "stage_4_trigger_ext" "StartDisabled" "1" "spawnflags" "1" - "origin" "4714 62 -2056" + "origin" "4504 -256 -1248" "filtername" "humanos" "classname" "trigger_multiple" "OnStartTouch" "dar_municion,Use,,0,-1" "OnUser1" "!self,Enable,,0,-1" "OnUser1" "!self,Disable,,1.5,-1" "OnUser1" "!self,FireUser1,,1.6,-1" + "OnUser2" "!self,AddOutput,solid 3,0,1" + "OnUser2" "!self,AddOutput,mins -6264 -2656 -1728,0,1" + "OnUser2" "!self,AddOutput,maxs 6264 2656 1728,0,1" +} +modify: +{ + match: + { + "origin" "4784 1642.69 -7216" + "targetname" "luz_1" + "classname" "light" + } + replace: + { + "spawnflags" "1" + } +} +modify: +{ + match: + { + "origin" "6508.01 3293.94 -7216" + "targetname" "luz_2" + "classname" "light" + } + replace: + { + "spawnflags" "1" + } } modify: { @@ -3188,6 +3718,7 @@ modify: delete: { "Template04" "stage_4_cata_noT" + "Template05" "stage_4_zonaoscura_ayuda2" } } modify: @@ -3201,6 +3732,7 @@ modify: delete: { "Template04" "n2stage_4_cata_noT" + "Template05" "stage_4_zonaoscura_ayuda1" } } filter: @@ -3235,11 +3767,13 @@ modify: insert: { "Case01" "1" - "Case02" "2" + "Case03" "2" + "OnCase01" "!self,Kill,,0,1" "OnCase01" "stripper_temp_debris,FireUser3,,0,1" "OnCase01" "stage_4_light_summon_1,ForceSpawn,,0.05,1" "OnCase01" "stage_4_cata_noT,Break,,0.07,1" "OnCase01" "stage_4_breakabla_1,Break,,0.07,1" + "OnCase03" "!self,Kill,,0,1" "OnCase03" "stripper_temp_debris,FireUser4,,0,1" "OnCase03" "n2stage_4_light_summon_1,ForceSpawn,,0.05,1" "OnCase03" "stage_4_breakabla_3,Break,,0.07,1" @@ -3250,7 +3784,39 @@ modify: { match: { - "model" "*274" + "origin" "6541.95 4128 -6380" + "classname" "prop_door_rotating" + } + delete: + { + "OnOpen" "!self,Unlock,,1,-1" + } + insert: + { + "targetname" "stripper_stage_4_door_1" + } +} +modify: +{ + match: + { + "origin" "6453.3 4298.3 -6380" + "classname" "prop_door_rotating" + } + delete: + { + "OnOpen" "!self,Unlock,,1,-1" + } + insert: + { + "targetname" "stripper_stage_4_door_2" + } +} +modify: +{ + match: + { + "classname" "func_breakable" "targetname" "stage_4_breakable_4" "origin" "6689.76 3852.81 -5981.75" } @@ -3322,6 +3888,67 @@ modify: "OnPass" "stage_4_breakable_5,Break,,5,1" } } +modify: +{ + match: + { + "origin" "7884 3564 -6123.95" + "targetname" "stage_4_breakable_5" + "classname" "func_breakable" + } + delete: + { + "OnBreak" "spawn_teleport_mass,AddOutput,target stage_4_info1,2,-1" + } +} +modify: +{ + match: + { + "origin" "-640 -272 -5320" + "classname" "trigger_push" + } + insert: + { + "targetname" "stripper_stage_4_push" + } +} +modify: +{ + match: + { + "origin" "-912 -2096 -5008" + "classname" "trigger_push" + } + insert: + { + "targetname" "stripper_stage_4_push" + } +} +modify: +{ + match: + { + "origin" "-1704 -256 -5008" + "classname" "trigger_push" + } + insert: + { + "targetname" "stripper_stage_4_push" + } +} +modify: +{ + match: + { + "origin" "-880 1784 -5008" + "classname" "trigger_push" + } + insert: + { + "targetname" "stripper_stage_4_push" + } +} add: { "model" "*281" @@ -3456,18 +4083,46 @@ filter: "targetname" "stage_4_logic_1" "classname" "logic_relay" } +filter: +{ + "origin" "5779.64 -1376.79 -8124.38" + "targetname" "stage_4_retreat_1" + "classname" "logic_relay" +} modify: { match: { - "model" "*268" - "origin" "6096 -1462 -7996" - "classname" "trigger_once" + "targetname" "stage_4_ret" + "origin" "5800 -1258 -7996" + "classname" "func_wall_toggle" } insert: { + "OnUser1" "!self,Kill,,0,1" + "OnUser1" "consola,Command,say ** FALL BACK! **,0,1" + "OnUser1" "global_horn,PlaySound,,0,1" + "OnUser1" "stage_4_door_2,Unlock,,0,1" + "OnUser1" "stage_4_door_2,Open,,0.1,1" + } +} +modify: +{ + match: + { + "origin" "6096 -1462 -7996" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "stage_4_retreat_1,Trigger,,30,-1" + } + insert: + { + "targetname" "stripper_stage_4_trigger_1" "OnStartTouch" "STAGE_4_DOORS,FireUser1,,0.1,1" "OnStartTouch" "consola,Command,say ** (DUNGEONS) ** THE DOOR IS UNLOCKED NOW **,5.1,1" + "OnStartTouch" "stage_4_ret,FireUser1,,30,1" } } modify: @@ -3516,6 +4171,12 @@ add: "targetname" "stripper_fix_lift" "rendermode" "10" } +filter: +{ + "origin" "5199.49 1576.32 -7756.38" + "targetname" "stage_4_relay" + "classname" "logic_relay" +} modify: { match: @@ -3530,10 +4191,19 @@ modify: delete: { "OnTimer" "!self,Disable,,0,-1" + "OnTimer" "stage_4_relay,Trigger,,0,-1" } insert: { "OnTimer" "!self,Kill,,0,1" + "OnTimer" "stage_4_cata_random,PickRandom,,0,1" + "OnTimer" "global_shake_2,StartShake,,0,1" + "OnTimer" "global_explosion_case_strong,PickRandom,,0,1" + "OnTimer" "consola,Command,say ** THE CEILING HAS COLLAPSED ** CLIMB THE BROKEN WALL! **,0,1" + "OnTimer" "stage_4_trigger_hu,Enable,,0,1" + "OnTimer" "musica_muteAll,Trigger,,0,1" + "OnTimer" "musica_st_4_2,PlaySound,,0.1,1" + "OnTimer" "stage_4_trigger_hu,Disable,,20,1" } } modify: @@ -3568,17 +4238,29 @@ modify: "OnUser1" "!self,AddOutput,origin 4222 2052 -6630,15,1" } } +filter: +{ + "origin" "7812.49 4940.94 -6390.97" + "targetname" "stage_4_ghostes" + "classname" "info_particle_system" +} modify: { match: { - "targetname" "stage_4_trigger_4" - "classname" "trigger_once" - "origin" "7504 4872 -6316" + "origin" "4784 -381.99 -7592" + "targetname" "stage_4_limits" + "classname" "func_brush" } - insert: + replace: { - "OnStartTouch" "stage_4_teleport_2,FireUser1,,0,1" + "classname" "func_wall_toggle" + } + delete: + { + "solidbsp" "0" + "Solidity" "0" + "StartDisabled" "0" } } ;--------------------- @@ -3798,6 +4480,7 @@ modify: "OnPlayerPickup" "item_balrog_map_counter,FireUser1,,0.09,1" "OnPlayerPickup" "item_balrog_hp_relay,Trigger,,0.01,1" "OnPlayerPickup" "item_balrog_nade,SetDamageFilter,filter_granada,0,1" + "OnPlayerPickup" "consola,Command,zr_ztele_delay_zombie 7,0,1" } } modify: @@ -4140,6 +4823,7 @@ modify: "OnBreak" "item_balrog_kill_relay,CancelPending,,1,1" "OnBreak" "item_balrog_kill_relay,Kill,,1.01,1" "OnHealthChanged" "item_balrog_hp_remap,InValue,,0,-1" + "OnUser2" "consola,Command,zr_ztele_delay_zombie 7,0,-1" } } add: @@ -4218,11 +4902,16 @@ modify: { "origin" "12808 3504 12856" "targetname" "item_balrog_ui" - "PressedAttack2" "item_balrog_attack_2,Compare,,0,-1" - "PressedAttack" "item_balrog_attack_1,Compare,,0,-1" + } + delete: + { + "PressedAttack" "item_balrog_7,Trigger,,0,-1" + "PressedAttack2" "item_balrog_8,Trigger,,0,-1" } insert: { + "PressedAttack" "item_balrog_attack_1,Compare,,0,-1" + "PressedAttack2" "item_balrog_attack_2,Compare,,0,-1" "YAxis" "item_balrog_case_yaxis,InValue,,0,-1" "XAxis" "item_balrog_case_xaxis,InValue,,0,-1" } @@ -4320,6 +5009,8 @@ add: "OnUser1" "item_balrog_attack_1_relay,Kill,,0,1" "OnUser1" "item_balrog_fix_1,Kill,,0,1" "OnUser1" "item_balrog_nade,Kill,,0,1" + "OnUser1" "consola,Command,zr_ztele_delay_zombie 3,0,1" + "OnUser1" "item_balrog_physbox*,FireUser2,,0.01,1" "OnUser2" "item_balrog_sword_cooldown,Display,,0,-1" "OnSpawn" "item_balrog_hurt,FireUser1,,0,1" "OnSpawn" "item_balrog_roar_trigger,FireUser1,,0,1" @@ -4739,12 +5430,15 @@ add: "min" "0" "max" "1" "classname" "math_counter" - "OutValue" "stripper_balrog_case,InValue,,0.01,-1" + "OnGetValue" "stripper_balrog_case,InValue,,0,-1" "OnHitMax" "stripper_shop_balrog,Disable,,0,-1" "OnHitMax" "stage_4_balrog_model,Disable,,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "stripper_shop_balrog,Enable,,0,-1" "OnUser4" "stage_4_balrog_model,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,2,0,-1" + "OnUser3" "stripper_shop_balrog,Enable,,0,-1" + "OnUser3" "stage_4_balrog_model,Enable,,0,-1" } add: { @@ -4760,7 +5454,6 @@ add: { "origin" "12960 3594 12766" "targetname" "stripper_balrog_case" - "Case16" "0" "Case04" "4" "Case03" "3" "Case02" "2" @@ -4768,14 +5461,12 @@ add: "classname" "logic_case" "OnCase01" "stripper_balrog_counter_2,Add,1,0,-1" "OnCase01" "item_balrog_map_case*,FireUser1,,0,-1" - "OnCase01" "consola,Command,zr_ztele_delay_zombie 7,0,-1" "OnCase02" "stripper_balrog_counter_2,Add,2,0,-1" "OnCase02" "item_balrog_map_case*,FireUser2,,0,-1" "OnCase03" "stripper_balrog_counter_2,Add,4,0,-1" "OnCase03" "item_balrog_map_case*,FireUser3,,0,-1" "OnCase04" "stripper_balrog_counter_2,Add,8,0,-1" "OnCase04" "item_balrog_map_case*,FireUser4,,0,-1" - "OnCase16" "consola,Command,zr_ztele_delay_zombie 3,0,-1" } add: { @@ -4902,7 +5593,6 @@ add: "OnPass" "!activator,AddOutput,health 9000,0,-1" "OnPass" "quitarTodo,StripWeaponsAndSuit,,0,-1" "OnPass" "darCuchillo,Use,,0.5,-1" - "OnPass" "stripper_zitem_counter_balrog,Add,1,0,-1" "OnPass" "stripper_temp_item_balrog,ForceSpawn,,0,-1" "OnPass" "!activator,SetDamageFilter,,0,-1" "OnPass" "speedMod,ModifySpeed,1,0,-1" @@ -4910,6 +5600,8 @@ add: "OnPass" "!activator,AddOutput,rendermode 0,0,-1" "OnPass" "!activator,AddOutput,gravity 1,0,-1" "OnPass" "!activator,AddOutput,origin 12664 3456 12848,0,-1" + "OnPass" "stripper_zitem_counter_balrog,Add,1,0,-1" + "OnPass" "stripper_zitem_counter_balrog,GetValue,,0.01,-1" } modify: { @@ -4984,6 +5676,8 @@ modify: { "OnUser1" "!self,AddOutput,origin 5324 2184 -4680,0,1" "OnUser1" "!self,AddOutput,angles 0 225 0,0,1" + "OnUser2" "!self,AddOutput,origin 4904.23 -368 -3520,0,1" + "OnUser2" "!self,AddOutput,angles 0 180 0,0,1" } } modify: @@ -4996,12 +5690,17 @@ modify: } replace: { - "origin" "12752 848 10048" + "origin" "7248 1024 10032" + "angles" "0 0 0" } insert: { "OnUser1" "!self,AddOutput,origin 5324 2184 -4680,0,1" "OnUser1" "!self,AddOutput,angles 0 225 0,0,1" + "OnUser2" "!self,AddOutput,origin 4904.23 -368 -3520,0,1" + "OnUser2" "!self,AddOutput,angles 0 180 0,0,1" + "OnUser3" "!self,AddOutput,origin 12752 848 10048,0,1" + "OnUser3" "!self,AddOutput,angles 0 180 0,0,1" } } modify: @@ -5026,6 +5725,7 @@ modify: "OnTrigger" "!self,Kill,,0,1" "OnTrigger" "stripper_shop_balrog,AddOutput,origin 5440 2308 -4646.5,0,1" "OnTrigger" "stage_4_balrog_model,AddOutput,origin 5440 2308 -4680,0,1" + "OnTrigger" "filter_5_balrog,AddOutput,OnFail filter_no_h_monster:TestActivator::0:-1,0,1" "OnTrigger" "stage_4_info1,FireUser1,,0,1" "OnTrigger" "spawn_tele_zombis,FireUser1,,0,1" } @@ -5753,6 +6453,9 @@ modify: "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "triggers_spawant,Enable,,0,-1" "OnUser4" "triggers_spawan2t,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,3,0,-1" + "OnUser3" "triggers_spawant,Enable,,0,-1" + "OnUser3" "triggers_spawan2t,Enable,,0,-1" } } filter: @@ -6199,7 +6902,7 @@ modify: { "origin" "9704 1504 12664" "spawnflags" "48" - "radius" "4500" + "radius" "15000" } delete: { @@ -6438,6 +7141,7 @@ add: "OnUser1" "item_tnt_10,Kill,,0,1" "OnUser1" "item_tnt_cooldown,Kill,,0,1" "OnUser1" "item_tnt_mode,Kill,,0,1" + "OnUser1" "sonido_risa,Kill,,0,1" "OnUser1" "stripper_zitem_counter_tnt,Subtract,1,65,1" "OnUser1" "triggers_spawan_tnt,Enable,,65,1" "OnUser1" "triggers_spawan2_tnt,Enable,,65,1" @@ -6592,6 +7296,9 @@ add: "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "triggers_spawan_tnt,Enable,,0,-1" "OnUser4" "triggers_spawan2_tnt,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,2,0,-1" + "OnUser3" "triggers_spawan_tnt,Enable,,0,-1" + "OnUser3" "triggers_spawan2_tnt,Enable,,0,-1" } filter: { @@ -6768,6 +7475,9 @@ add: "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "triggers_spawan_totem,Enable,,0,-1" "OnUser4" "triggers_spawan2_totem,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,8,0,-1" + "OnUser3" "triggers_spawan_totem,Enable,,0,-1" + "OnUser3" "triggers_spawan2_totem,Enable,,0,-1" } ;----------- ;FIX NAZGUL @@ -7501,6 +8211,8 @@ modify: { "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "stage_1_triggerx,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,6,0,-1" + "OnUser3" "stage_1_triggerx,Enable,,0,-1" } } add: @@ -7705,6 +8417,7 @@ modify: "OnPlayerPickup" "!activator,SetDamageFilter,nozombies,0,1" "OnPlayerPickup" "!activator,AddOutput,health 90000,0,1" "OnPlayerPickup" "!self,AddOutput,rendermode 10,0,1" + "OnPlayerPickup" "!activator,SetDamageFilter,nozombies,3,1" } } modify: @@ -8692,6 +9405,8 @@ add: "OnHitMax" "stripper_shop_wk,Disable,,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "stripper_shop_wk,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,2,0,-1" + "OnUser3" "stripper_shop_wk,Enable,,0,-1" } ;------------ ;FIX GANDALF @@ -8809,6 +9524,7 @@ modify: "OnPlayerPickup" "item_gandalf_physbox,SetDamageFilter,zombies_y_items,0,1" "OnPlayerPickup" "item_gandalf_fix,FireUser1,,0,1" "OnPlayerPickup" "item_gandalf_fix,FireUser2,,0,1" + "OnPlayerPickup" "!activator,SetDamageFilter,nozombies,3,1" } } modify: @@ -9767,6 +10483,8 @@ add: "OnHitMax" "h_item_6_t,Disable,,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "h_item_6_t,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,2,0,-1" + "OnUser3" "h_item_6_t,Enable,,0,-1" } ;---------- ;FIX HORSE @@ -9953,6 +10671,8 @@ modify: "OnPlayerPickup" "item_horse_push_1,Enable,,0,1" "OnPlayerPickup" "item_horse_push_2,Enable,,0,1" "OnPlayerPickup" "item_horse_fix,FireUser3,,0,1" + "OnPlayerPickup" "!activator,SetDamageFilter,nozombies,3,1" + "OnPlayerPickup" "speedMod,ModifySpeed,1.35,3,1" } } modify: @@ -10667,6 +11387,8 @@ add: "OnHitMax" "h_item_5_t,Disable,,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "h_item_5_t,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,4,0,-1" + "OnUser3" "h_item_5_t,Enable,,0,-1" } ;-------- ;FIX OIL @@ -10695,6 +11417,12 @@ filter: "targetname" "item_oil_15" "origin" "9395.36 1752.82 12818.6" } +filter: +{ + "classname" "logic_compare" + "targetname" "item_oil_4" + "origin" "9268.37 1820.03 12823.6" +} modify: { match: @@ -10923,7 +11651,8 @@ modify: "health" "0" "DisableBoneFollowers" "1" "OnUser2" "!self,FireUser2,,1.5,-1" - "OnUser2" "item_oil_cooldown,Display,,0,-1" + "OnUser2" "item_oil_cooldown_2,Display,,0,-1" + "OnUser2" "item_oil_cooldown_1,Display,,0,-1" "OnUser1" "!self,FireUser1,,0.1,-1" "OnUser1" "item_oil_kill_relay,Trigger,,0.05,-1" "OnUser1" "item_oil_kill_relay,CancelPending,,0,-1" @@ -10972,36 +11701,6 @@ modify: } } modify: -{ - match: - { - "classname" "logic_compare" - "targetname" "item_oil_4" - "origin" "9268.37 1820.03 12823.6" - } - replace: - { - "origin" "9240 1864 12824" - "targetname" "item_oil_compare" - } - delete: - { - "OnEqualTo" "item_oil_6,ForceSpawn,,0.5,-1" - "OnEqualTo" "item_oil_2,Start,,0,-1" - "OnEqualTo" "item_oil_2,Stop,,1,-1" - "OnEqualTo" "item_oil_8,Add,1,0,-1" - } - insert: - { - "OnEqualTo" "!self,SetValue,0,0.5,-1" - "OnEqualTo" "item_oil_particle,Stop,,0.4,-1" - "OnEqualTo" "item_oil_maker,ForceSpawn,,0.3,-1" - "OnEqualTo" "!self,SetValue,1,0,-1" - "OnEqualTo" "item_oil_counter,Add,1,0,-1" - "OnEqualTo" "item_oil_particle,Start,,0,-1" - } -} -modify: { match: { @@ -11020,7 +11719,9 @@ modify: } insert: { - "PressedAttack2" "item_oil_compare,Compare,,0,-1" + "PressedAttack2" "!self,FireUser1,,0,1" + "OnUser1" "item_oil_counter,GetValue,,0,-1" + "OnUser1" "!self,AddOutput,PressedAttack2 !self:FireUser1::0:1,0.5,-1" } } modify: @@ -11035,6 +11736,7 @@ modify: { "origin" "9240 1896 12824" "targetname" "item_oil_counter" + "max" "3" } delete: { @@ -11046,133 +11748,7 @@ modify: } insert: { - "OnHitMax" "item_oil_particle,Stop,,60.1,-1" - "OnHitMax" "item_oil_cooldown,Display,,60.01,-1" - "OnHitMax" "item_oil_compare,SetCompareValue,0,60,-1" - "OnHitMax" "!self,SetValue,0,60,-1" - "OnHitMax" "item_oil_particle,Start,,60,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Ready !,60,-1" - "OnHitMax" "item_oil_cooldown,Display,,59.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 1s,59,-1" - "OnHitMax" "item_oil_cooldown,Display,,58.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 2s,58,-1" - "OnHitMax" "item_oil_cooldown,Display,,57.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 3s,57,-1" - "OnHitMax" "item_oil_cooldown,Display,,56.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 4s,56,-1" - "OnHitMax" "item_oil_cooldown,Display,,55.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 5s,55,-1" - "OnHitMax" "item_oil_cooldown,Display,,54.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 6s,54,-1" - "OnHitMax" "item_oil_cooldown,Display,,53.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 7s,53,-1" - "OnHitMax" "item_oil_cooldown,Display,,52.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 8s,52,-1" - "OnHitMax" "item_oil_cooldown,Display,,51.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 9s,51,-1" - "OnHitMax" "item_oil_cooldown,Display,,50.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 10s,50,-1" - "OnHitMax" "item_oil_cooldown,Display,,49.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 11s,49,-1" - "OnHitMax" "item_oil_cooldown,Display,,48.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 12s,48,-1" - "OnHitMax" "item_oil_cooldown,Display,,47.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 13s,47,-1" - "OnHitMax" "item_oil_cooldown,Display,,46.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 14s,46,-1" - "OnHitMax" "item_oil_cooldown,Display,,45.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 15s,45,-1" - "OnHitMax" "item_oil_cooldown,Display,,44.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 16s,44,-1" - "OnHitMax" "item_oil_cooldown,Display,,43.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 17s,43,-1" - "OnHitMax" "item_oil_cooldown,Display,,42.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 18s,42,-1" - "OnHitMax" "item_oil_cooldown,Display,,41.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 19s,41,-1" - "OnHitMax" "item_oil_cooldown,Display,,40.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 20s,40,-1" - "OnHitMax" "item_oil_cooldown,Display,,39.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 21s,39,-1" - "OnHitMax" "item_oil_cooldown,Display,,38.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 22s,38,-1" - "OnHitMax" "item_oil_cooldown,Display,,37.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 23s,37,-1" - "OnHitMax" "item_oil_cooldown,Display,,36.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 24s,36,-1" - "OnHitMax" "item_oil_cooldown,Display,,35.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 25s,35,-1" - "OnHitMax" "item_oil_cooldown,Display,,34.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 26s,34,-1" - "OnHitMax" "item_oil_cooldown,Display,,33.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 27s,33,-1" - "OnHitMax" "item_oil_cooldown,Display,,32.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 28s,32,-1" - "OnHitMax" "item_oil_cooldown,Display,,31.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 29s,31,-1" - "OnHitMax" "item_oil_cooldown,Display,,30.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 30s,30,-1" - "OnHitMax" "item_oil_cooldown,Display,,29.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 31s,29,-1" - "OnHitMax" "item_oil_cooldown,Display,,28.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 32s,28,-1" - "OnHitMax" "item_oil_cooldown,Display,,27.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 33s,27,-1" - "OnHitMax" "item_oil_cooldown,Display,,26.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 34s,26,-1" - "OnHitMax" "item_oil_cooldown,Display,,25.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 35s,25,-1" - "OnHitMax" "item_oil_cooldown,Display,,24.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 36s,24,-1" - "OnHitMax" "item_oil_cooldown,Display,,23.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 37s,23,-1" - "OnHitMax" "item_oil_cooldown,Display,,22.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 38s,22,-1" - "OnHitMax" "item_oil_cooldown,Display,,21.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 39s,21,-1" - "OnHitMax" "item_oil_cooldown,Display,,20.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 40s,20,-1" - "OnHitMax" "item_oil_cooldown,Display,,19.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 41s,19,-1" - "OnHitMax" "item_oil_cooldown,Display,,18.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 42s,18,-1" - "OnHitMax" "item_oil_cooldown,Display,,17.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 43s,17,-1" - "OnHitMax" "item_oil_cooldown,Display,,16.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 44s,16,-1" - "OnHitMax" "item_oil_cooldown,Display,,15.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 45s,15,-1" - "OnHitMax" "item_oil_cooldown,Display,,14.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 46s,14,-1" - "OnHitMax" "item_oil_cooldown,Display,,13.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 47s,13,-1" - "OnHitMax" "item_oil_cooldown,Display,,12.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 48s,12,-1" - "OnHitMax" "item_oil_cooldown,Display,,11.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 49s,11,-1" - "OnHitMax" "item_oil_cooldown,Display,,10.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 50s,10,-1" - "OnHitMax" "item_oil_cooldown,Display,,9.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 51s,9,-1" - "OnHitMax" "item_oil_cooldown,Display,,8.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 52s,8,-1" - "OnHitMax" "item_oil_cooldown,Display,,7.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 53s,7,-1" - "OnHitMax" "item_oil_cooldown,Display,,6.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 54s,6,-1" - "OnHitMax" "item_oil_cooldown,Display,,5.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 55s,5,-1" - "OnHitMax" "item_oil_cooldown,Display,,4.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 56s,4,-1" - "OnHitMax" "item_oil_cooldown,Display,,3.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 57s,3,-1" - "OnHitMax" "item_oil_cooldown,Display,,2.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 58s,2,-1" - "OnHitMax" "item_oil_cooldown,Display,,1.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 59s,1,-1" - "OnHitMax" "item_oil_cooldown,Display,,0.01,-1" - "OnHitMax" "item_oil_compare,SetCompareValue,-1,0,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 60s,0,-1" + "OnGetValue" "item_oil_case,InValue,,0,-1" } } modify: @@ -11200,6 +11776,278 @@ modify: } } add: +{ + "classname" "logic_case" + "targetname" "item_oil_case" + "origin" "9240 1864 12824" + "Case01" "0" + "Case02" "1" + "Case03" "2" + "Case04" "oil1" + "OnCase01" "!self,InValue,oil1,0,-1" + "OnCase03" "!self,InValue,oil1,0,-1" + "OnCase04" "!self,AddOutput,Case04 cooldown,0,-1" + "OnCase04" "item_oil_particle,Start,,0,-1" + "OnCase04" "item_oil_counter,Add,1,0,-1" + "OnCase04" "item_oil_maker,ForceSpawn,,0.3,-1" + "OnCase04" "item_oil_particle,Stop,,0.4,-1" + "OnCase04" "item_oil_particle,Start,,59.90,-1" + "OnCase04" "item_oil_counter,Subtract,1,60,-1" + "OnCase04" "item_oil_particle,Stop,,60,-1" + "OnCase04" "!self,AddOutput,Case04 oil1,60,-1" + "OnCase04" "item_oil_cooldown_1,Display,,60.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Ready !,60,-1" + "OnCase04" "item_oil_cooldown_1,Display,,59.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 1s,59,-1" + "OnCase04" "item_oil_cooldown_1,Display,,58.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 2s,58,-1" + "OnCase04" "item_oil_cooldown_1,Display,,57.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 3s,57,-1" + "OnCase04" "item_oil_cooldown_1,Display,,56.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 4s,56,-1" + "OnCase04" "item_oil_cooldown_1,Display,,55.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 5s,55,-1" + "OnCase04" "item_oil_cooldown_1,Display,,54.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 6s,54,-1" + "OnCase04" "item_oil_cooldown_1,Display,,53.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 7s,53,-1" + "OnCase04" "item_oil_cooldown_1,Display,,52.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 8s,52,-1" + "OnCase04" "item_oil_cooldown_1,Display,,51.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 9s,51,-1" + "OnCase04" "item_oil_cooldown_1,Display,,50.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 10s,50,-1" + "OnCase04" "item_oil_cooldown_1,Display,,49.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 11s,49,-1" + "OnCase04" "item_oil_cooldown_1,Display,,48.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 12s,48,-1" + "OnCase04" "item_oil_cooldown_1,Display,,47.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 13s,47,-1" + "OnCase04" "item_oil_cooldown_1,Display,,46.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 14s,46,-1" + "OnCase04" "item_oil_cooldown_1,Display,,45.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 15s,45,-1" + "OnCase04" "item_oil_cooldown_1,Display,,44.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 16s,44,-1" + "OnCase04" "item_oil_cooldown_1,Display,,43.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 17s,43,-1" + "OnCase04" "item_oil_cooldown_1,Display,,42.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 18s,42,-1" + "OnCase04" "item_oil_cooldown_1,Display,,41.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 19s,41,-1" + "OnCase04" "item_oil_cooldown_1,Display,,40.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 20s,40,-1" + "OnCase04" "item_oil_cooldown_1,Display,,39.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 21s,39,-1" + "OnCase04" "item_oil_cooldown_1,Display,,38.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 22s,38,-1" + "OnCase04" "item_oil_cooldown_1,Display,,37.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 23s,37,-1" + "OnCase04" "item_oil_cooldown_1,Display,,36.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 24s,36,-1" + "OnCase04" "item_oil_cooldown_1,Display,,35.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 25s,35,-1" + "OnCase04" "item_oil_cooldown_1,Display,,34.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 26s,34,-1" + "OnCase04" "item_oil_cooldown_1,Display,,33.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 27s,33,-1" + "OnCase04" "item_oil_cooldown_1,Display,,32.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 28s,32,-1" + "OnCase04" "item_oil_cooldown_1,Display,,31.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 29s,31,-1" + "OnCase04" "item_oil_cooldown_1,Display,,30.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 30s,30,-1" + "OnCase04" "item_oil_cooldown_1,Display,,29.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 31s,29,-1" + "OnCase04" "item_oil_cooldown_1,Display,,28.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 32s,28,-1" + "OnCase04" "item_oil_cooldown_1,Display,,27.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 33s,27,-1" + "OnCase04" "item_oil_cooldown_1,Display,,26.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 34s,26,-1" + "OnCase04" "item_oil_cooldown_1,Display,,25.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 35s,25,-1" + "OnCase04" "item_oil_cooldown_1,Display,,24.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 36s,24,-1" + "OnCase04" "item_oil_cooldown_1,Display,,23.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 37s,23,-1" + "OnCase04" "item_oil_cooldown_1,Display,,22.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 38s,22,-1" + "OnCase04" "item_oil_cooldown_1,Display,,21.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 39s,21,-1" + "OnCase04" "item_oil_cooldown_1,Display,,20.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 40s,20,-1" + "OnCase04" "item_oil_cooldown_1,Display,,19.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 41s,19,-1" + "OnCase04" "item_oil_cooldown_1,Display,,18.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 42s,18,-1" + "OnCase04" "item_oil_cooldown_1,Display,,17.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 43s,17,-1" + "OnCase04" "item_oil_cooldown_1,Display,,16.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 44s,16,-1" + "OnCase04" "item_oil_cooldown_1,Display,,15.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 45s,15,-1" + "OnCase04" "item_oil_cooldown_1,Display,,14.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 46s,14,-1" + "OnCase04" "item_oil_cooldown_1,Display,,13.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 47s,13,-1" + "OnCase04" "item_oil_cooldown_1,Display,,12.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 48s,12,-1" + "OnCase04" "item_oil_cooldown_1,Display,,11.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 49s,11,-1" + "OnCase04" "item_oil_cooldown_1,Display,,10.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 50s,10,-1" + "OnCase04" "item_oil_cooldown_1,Display,,9.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 51s,9,-1" + "OnCase04" "item_oil_cooldown_1,Display,,8.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 52s,8,-1" + "OnCase04" "item_oil_cooldown_1,Display,,7.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 53s,7,-1" + "OnCase04" "item_oil_cooldown_1,Display,,6.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 54s,6,-1" + "OnCase04" "item_oil_cooldown_1,Display,,5.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 55s,5,-1" + "OnCase04" "item_oil_cooldown_1,Display,,4.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 56s,4,-1" + "OnCase04" "item_oil_cooldown_1,Display,,3.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 57s,3,-1" + "OnCase04" "item_oil_cooldown_1,Display,,2.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 58s,2,-1" + "OnCase04" "item_oil_cooldown_1,Display,,1.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 59s,1,-1" + "OnCase04" "item_oil_cooldown_1,Display,,0.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 60s,0,-1" + "OnCase02" "item_oil_particle,Start,,0,-1" + "OnCase02" "item_oil_counter,Add,2,0,-1" + "OnCase02" "item_oil_maker,ForceSpawn,,0.3,-1" + "OnCase02" "item_oil_particle,Stop,,0.4,-1" + "OnCase02" "item_oil_particle,Start,,59.90,-1" + "OnCase02" "item_oil_counter,Subtract,2,60,-1" + "OnCase02" "item_oil_particle,Stop,,60,-1" + "OnCase02" "item_oil_cooldown_2,Display,,60.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Ready !,60,-1" + "OnCase02" "item_oil_cooldown_2,Display,,59.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 1s,59,-1" + "OnCase02" "item_oil_cooldown_2,Display,,58.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 2s,58,-1" + "OnCase02" "item_oil_cooldown_2,Display,,57.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 3s,57,-1" + "OnCase02" "item_oil_cooldown_2,Display,,56.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 4s,56,-1" + "OnCase02" "item_oil_cooldown_2,Display,,55.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 5s,55,-1" + "OnCase02" "item_oil_cooldown_2,Display,,54.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 6s,54,-1" + "OnCase02" "item_oil_cooldown_2,Display,,53.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 7s,53,-1" + "OnCase02" "item_oil_cooldown_2,Display,,52.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 8s,52,-1" + "OnCase02" "item_oil_cooldown_2,Display,,51.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 9s,51,-1" + "OnCase02" "item_oil_cooldown_2,Display,,50.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 10s,50,-1" + "OnCase02" "item_oil_cooldown_2,Display,,49.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 11s,49,-1" + "OnCase02" "item_oil_cooldown_2,Display,,48.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 12s,48,-1" + "OnCase02" "item_oil_cooldown_2,Display,,47.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 13s,47,-1" + "OnCase02" "item_oil_cooldown_2,Display,,46.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 14s,46,-1" + "OnCase02" "item_oil_cooldown_2,Display,,45.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 15s,45,-1" + "OnCase02" "item_oil_cooldown_2,Display,,44.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 16s,44,-1" + "OnCase02" "item_oil_cooldown_2,Display,,43.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 17s,43,-1" + "OnCase02" "item_oil_cooldown_2,Display,,42.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 18s,42,-1" + "OnCase02" "item_oil_cooldown_2,Display,,41.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 19s,41,-1" + "OnCase02" "item_oil_cooldown_2,Display,,40.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 20s,40,-1" + "OnCase02" "item_oil_cooldown_2,Display,,39.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 21s,39,-1" + "OnCase02" "item_oil_cooldown_2,Display,,38.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 22s,38,-1" + "OnCase02" "item_oil_cooldown_2,Display,,37.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 23s,37,-1" + "OnCase02" "item_oil_cooldown_2,Display,,36.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 24s,36,-1" + "OnCase02" "item_oil_cooldown_2,Display,,35.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 25s,35,-1" + "OnCase02" "item_oil_cooldown_2,Display,,34.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 26s,34,-1" + "OnCase02" "item_oil_cooldown_2,Display,,33.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 27s,33,-1" + "OnCase02" "item_oil_cooldown_2,Display,,32.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 28s,32,-1" + "OnCase02" "item_oil_cooldown_2,Display,,31.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 29s,31,-1" + "OnCase02" "item_oil_cooldown_2,Display,,30.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 30s,30,-1" + "OnCase02" "item_oil_cooldown_2,Display,,29.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 31s,29,-1" + "OnCase02" "item_oil_cooldown_2,Display,,28.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 32s,28,-1" + "OnCase02" "item_oil_cooldown_2,Display,,27.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 33s,27,-1" + "OnCase02" "item_oil_cooldown_2,Display,,26.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 34s,26,-1" + "OnCase02" "item_oil_cooldown_2,Display,,25.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 35s,25,-1" + "OnCase02" "item_oil_cooldown_2,Display,,24.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 36s,24,-1" + "OnCase02" "item_oil_cooldown_2,Display,,23.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 37s,23,-1" + "OnCase02" "item_oil_cooldown_2,Display,,22.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 38s,22,-1" + "OnCase02" "item_oil_cooldown_2,Display,,21.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 39s,21,-1" + "OnCase02" "item_oil_cooldown_2,Display,,20.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 40s,20,-1" + "OnCase02" "item_oil_cooldown_2,Display,,19.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 41s,19,-1" + "OnCase02" "item_oil_cooldown_2,Display,,18.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 42s,18,-1" + "OnCase02" "item_oil_cooldown_2,Display,,17.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 43s,17,-1" + "OnCase02" "item_oil_cooldown_2,Display,,16.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 44s,16,-1" + "OnCase02" "item_oil_cooldown_2,Display,,15.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 45s,15,-1" + "OnCase02" "item_oil_cooldown_2,Display,,14.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 46s,14,-1" + "OnCase02" "item_oil_cooldown_2,Display,,13.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 47s,13,-1" + "OnCase02" "item_oil_cooldown_2,Display,,12.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 48s,12,-1" + "OnCase02" "item_oil_cooldown_2,Display,,11.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 49s,11,-1" + "OnCase02" "item_oil_cooldown_2,Display,,10.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 50s,10,-1" + "OnCase02" "item_oil_cooldown_2,Display,,9.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 51s,9,-1" + "OnCase02" "item_oil_cooldown_2,Display,,8.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 52s,8,-1" + "OnCase02" "item_oil_cooldown_2,Display,,7.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 53s,7,-1" + "OnCase02" "item_oil_cooldown_2,Display,,6.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 54s,6,-1" + "OnCase02" "item_oil_cooldown_2,Display,,5.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 55s,5,-1" + "OnCase02" "item_oil_cooldown_2,Display,,4.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 56s,4,-1" + "OnCase02" "item_oil_cooldown_2,Display,,3.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 57s,3,-1" + "OnCase02" "item_oil_cooldown_2,Display,,2.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 58s,2,-1" + "OnCase02" "item_oil_cooldown_2,Display,,1.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 59s,1,-1" + "OnCase02" "item_oil_cooldown_2,Display,,0.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 60s,0,-1" +} +add: { "origin" "9240 1928 12824" "targetname" "item_oil_kill_relay" @@ -11209,12 +12057,13 @@ add: "OnTrigger" "!self,FireUser1,,0.1,-1" "OnUser1" "!self,Kill,,0,1" "OnUser1" "item_oil_ui,Kill,,0,1" - "OnUser1" "item_oil_compare,Kill,,0,1" + "OnUser1" "item_oil_case,Kill,,0,1" "OnUser1" "item_oil_counter,Kill,,0,1" "OnUser1" "item_oil_particle,Kill,,0,1" "OnUser1" "item_oil_model,Kill,,0,1" "OnUser1" "item_oil_maker,Kill,,0,1" - "OnUser1" "item_oil_cooldown,Kill,,0,1" + "OnUser1" "item_oil_cooldown_1,Kill,,0,1" + "OnUser1" "item_oil_cooldown_2,Kill,,0,1" } add: { @@ -11229,9 +12078,9 @@ add: "origin" "9240 1912 12824" "y" "0.25" "x" "0.02" - "targetname" "item_oil_cooldown" + "targetname" "item_oil_cooldown_1" "spawnflags" "0" - "message" "Oil Ready !" + "message" "Oil 1 Ready !" "holdtime" "3" "fxtime" "0.25" "fadeout" "0" @@ -11243,6 +12092,24 @@ add: "classname" "game_text" } add: +{ + "origin" "9240 1912 12824" + "y" "0.28" + "x" "0.02" + "targetname" "item_oil_cooldown_2" + "spawnflags" "0" + "message" "Oil 2 Ready !" + "holdtime" "3" + "fxtime" "0.25" + "fadeout" "0" + "fadein" "0" + "effect" "0" + "color2" "128 255 255" + "color" "0 255 255" + "channel" "1" + "classname" "game_text" +} +add: { "targetname" "extra_oil_hurt" "StartDisabled" "1" @@ -11287,6 +12154,8 @@ add: "OnHitMax" "stripper_temp_item_oil,AddOutput,targetname stripper_temp_item_oil_d,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "stripper_temp_item_oil_d,AddOutput,targetname stripper_temp_item_oil,0,-1" + "OnUser3" "!self,SetHitMax,2,0,-1" + "OnUser3" "stripper_temp_item_oil_d,AddOutput,targetname stripper_temp_item_oil,0,-1" } ;--------- ;FIX AMMO @@ -11511,6 +12380,10 @@ modify: "OnEqualTo" "item_supply_cooldown,Display,,60.01,-1" "OnEqualTo" "item_supply_sound_2,PlaySound,,60,-1" "OnEqualTo" "!self,SetValue,0,60,-1" + "OnEqualTo" "item_supply_sound_2,PlaySound,,0,-1" + "OnEqualTo" "!self,SetValue,1,0,-1" + "OnEqualTo" "item_supply_sound_1,PlaySound,,0,-1" + "OnEqualTo" "item_supply_maker,ForceSpawn,,0,-1" "OnEqualTo" "item_supply_cooldown,AddOutput,message Ammo Ready !,60,-1" "OnEqualTo" "item_supply_cooldown,Display,,59.01,-1" "OnEqualTo" "item_supply_cooldown,AddOutput,message Ammo Cooldown - 1s,59,-1" @@ -11630,11 +12503,7 @@ modify: "OnEqualTo" "item_supply_cooldown,AddOutput,message Ammo Cooldown - 58s,2,-1" "OnEqualTo" "item_supply_cooldown,Display,,1.01,-1" "OnEqualTo" "item_supply_cooldown,AddOutput,message Ammo Cooldown - 59s,1,-1" - "OnEqualTo" "item_supply_sound_2,PlaySound,,0,-1" "OnEqualTo" "item_supply_cooldown,Display,,0.01,-1" - "OnEqualTo" "!self,SetValue,1,0,-1" - "OnEqualTo" "item_supply_sound_1,PlaySound,,0,-1" - "OnEqualTo" "item_supply_maker,ForceSpawn,,0,-1" "OnEqualTo" "item_supply_cooldown,AddOutput,message Ammo Cooldown - 60s,0,-1" } } @@ -11862,6 +12731,8 @@ add: "OnHitMax" "h_item_ammo,Disable,,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "h_item_ammo,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,2,0,-1" + "OnUser3" "h_item_ammo,Enable,,0,-1" } ;---------- ;FIX ARMOR @@ -12287,6 +13158,8 @@ add: "OnHitMax" "h_item_2_t,Disable,,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "h_item_2_t,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,4,0,-1" + "OnUser3" "h_item_2_t,Enable,,0,-1" } ;--------- ;FIX FLAG @@ -12430,6 +13303,8 @@ add: "OnHitMax" "stripper_temp_item_flag,AddOutput,targetname stripper_temp_item_flag_d,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "stripper_temp_item_flag_d,AddOutput,targetname stripper_temp_item_flag,0,-1" + "OnUser3" "!self,SetHitMax,10,0,-1" + "OnUser3" "stripper_temp_item_flag_d,AddOutput,targetname stripper_temp_item_flag,0,-1" } ;---------------------- ;FIX BARRICADE PHYSICS @@ -12525,7 +13400,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_45" "spawnflags" "9235457" - "origin" "-13824 -2916 5815" + "origin" "-13823.5 -2916.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -12652,7 +13527,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_42" "spawnflags" "9235457" - "origin" "-13824 -3004 5815" + "origin" "-13823.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -12783,7 +13658,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_39" "spawnflags" "9235457" - "origin" "-13696 -2916 5815" + "origin" "-13695.5 -2916.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -12909,7 +13784,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_36" "spawnflags" "9235457" - "origin" "-13696 -3004 5815" + "origin" "-13695.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13035,7 +13910,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_33" "spawnflags" "9235457" - "origin" "-13568 -2916 5815" + "origin" "-13567.5 -2916.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13159,7 +14034,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_27" "spawnflags" "9235457" - "origin" "-13440 -2916 5815" + "origin" "-13439.5 -2916.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13286,7 +14161,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_24" "spawnflags" "9235457" - "origin" "-13440 -3004 5815" + "origin" "-13439.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13412,7 +14287,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_9" "spawnflags" "9235457" - "origin" "-13312 -3004 5815" + "origin" "-13311.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13556,7 +14431,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_18" "spawnflags" "9235457" - "origin" "-13184 -2916 5815" + "origin" "-13183.5 -2916.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13682,7 +14557,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_6" "spawnflags" "9235457" - "origin" "-13184 -3004 5815" + "origin" "-13183.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13808,7 +14683,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_2" "spawnflags" "9235457" - "origin" "-13056 -3004 5815" + "origin" "-13055.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13933,7 +14808,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_12" "spawnflags" "9235457" - "origin" "-12928 -2916 5815" + "origin" "-12927.5 -2916.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -14060,7 +14935,7 @@ add: "model" "*95" "targetname" "stage_1_barricade_1_0" "spawnflags" "9235457" - "origin" "-12928 -3004 5815" + "origin" "-12927.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -14184,7 +15059,7 @@ add: "model" "*95" "targetname" "prop_explosive_temp1" "spawnflags" "9235457" - "origin" "-12736 -3004 5815" + "origin" "-12735.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -14591,7 +15466,7 @@ add: "OnUser1" "less_case,AddOutput,OnCase13 map_meteor_relay_2:FireUser1::0:-1,0.16,-1" "OnUser1" "less_case,AddOutput,OnCase14 map_meteor_relay_2:FireUser1::0:-1,0.16,-1" "OnUser1" "less_case,AddOutput,OnCase15 map_meteor_relay_2:FireUser1::0:-1,0.16,-1" - "OnUser1" "less_case,AddOutput,OnCase16 map_meteor_relay_2:FireUser1::0:-1,0.04,-1" + "OnUser1" "less_case,AddOutput,OnCase16 map_meteor_relay_2:FireUser1::0:-1,0.16,-1" "OnUser1" "less_case,AddOutput,targetname map_meteor_case_6,0.17,-1" "OnUser1" "!self,ForceSpawn,,0.18,-1" "OnUser1" "less_case,AddOutput,OnCase01 map_meteor_relay_2:FireUser1::0:-1,0.19,-1" @@ -15560,6 +16435,103 @@ add: ;------------- ;OPTIMIZATION ;------------- +modify: +{ + match: + { + "origin" "-2431.4 224.918 13104.3" + "targetname" "stage_1_prop_dynamics2" + "classname" "prop_dynamic" + "model" "models/player/slow/hannibal/fell_beast_skybox/slow.mdl" + } + replace: + { + "solid" "0" + } + insert: + { + "DisableBoneFollowers" "1" + } +} +modify: +{ + match: + { + "origin" "-2487.4 397.376 13067.8" + "targetname" "stage_1_prop_dynamics2" + "classname" "prop_dynamic" + "model" "models/player/slow/hannibal/fell_beast_skybox/slow.mdl" + } + replace: + { + "solid" "0" + } + insert: + { + "DisableBoneFollowers" "1" + } +} +modify: +{ + match: + { + "origin" "-480 456 13064" + "targetname" "stage_1_prop_dynamics2" + "classname" "prop_dynamic" + "model" "models/lotr/minas_planura1.mdl" + } + replace: + { + "solid" "0" + } + insert: + { + "DisableBoneFollowers" "1" + } +} +modify: +{ + match: + { + "origin" "664.007 296.001 13068.8" + "targetname" "minas_prop_1" + "classname" "prop_dynamic" + } + replace: + { + "solid" "0" + } + insert: + { + "DisableBoneFollowers" "1" + } +} +modify: +{ + match: + { + "targetname" "army_" + "classname" "func_wall_toggle" + } + replace: + { + "spawnflags" "0" + } +} +modify: +{ + match: + { + "origin" "8609.43 -242.911 -1864" + "targetname" "musica_extreme" + "classname" "ambient_generic" + } + insert: + { + "OnUser1" "musica_muteAll,Trigger,,0,1" + "OnUser1" "!self,PlaySound,,0,1" + } +} filter: { "classname" "prop_dynamic" @@ -15867,16 +16839,6 @@ add: "OnUser3" "!self,ForceSpawn,,0.01,1" "OnUser3" "less_catapult,AddOutput,targetname less_catapult_done,0.02,1" } -add: -{ - "origin" "8930 718 12669" - "targetname" "skin_fix_relay" - "classname" "logic_relay" - "spawnflags" "2" - "StartDisabled" "1" - "OnTrigger" "!activator,SetDamageFilter,,0,-1" - "OnTrigger" "!activator,SetHealth,0,0.01,-1" -} modify: { match: @@ -15913,210 +16875,29 @@ add: "spawnflags" "1" "classname" "game_player_equip" } -modify: +filter: { - match: - { - "targetname" "logica_nivel_1" - "classname" "logic_relay" - } - delete: - { - "OnTrigger" "consola,Command,sv_turbophysics 1,0,-1" - "OnTrigger" "consola,Command,say **CURRENT STAGE >> PART 1 >> OSGILIATH **,0,-1" - } - insert: - { - "OnTrigger" "stripper_stage_1_door_3,FireUser2,,0,1" - "OnTrigger" "shortcut_stage_2*,Kill,,0,1" - "OnTrigger" "shortcut_stage_3*,Kill,,0,1" - "OnTrigger" "shortcut_stage_4*,Kill,,0,1" - "OnTrigger" "stripper_fix_stage_3,Kill,,0,1" - "OnTrigger" "stripper_fix_stage_4_glitch_win,Kill,,0,1" - "OnTrigger" "stripper_fix_lift,Kill,,0,1" - "OnTrigger" "stripper_temp_debris,Kill,,0,1" - "OnTrigger" "stripper_stage_3_teleport,FireUser1,,5,1" - "OnTrigger" "zd_template,FireUser1,,35,1" - "OnTrigger" "stage_2_brushes,Disable,,0,1" - "OnTrigger" "consola,Command,say ** CURRENT STAGE >> PART 1 >> OSGILIATH **,4,1" - "OnTrigger" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,5,1" - "OnTrigger" "worldspawn,FireUser1,,0,1" - "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0:1,0.02,1" - "OnTrigger" "Temp_Stripper_MinMax,FireUser1,,4,1" - "OnTrigger" "stripper_temp_less_grue,FireUser1,,0,1" - } + "origin" "13213.3 -1941.26 12466.9" + "targetname" "logica_nivel_1" + "classname" "logic_relay" } -modify: +filter: { - match: - { - "targetname" "logica_nivel_2" - "classname" "logic_relay" - } - delete: - { - "OnTrigger" "consola,Command,sv_turbophysics 1,0,-1" - "OnTrigger" "consola,Command,say **CURRENT STAGE >> PART 2 >> MAIN GATES **,0,-1" - } - insert: - { - "OnTrigger" "stripper_stage_1_door_3,Kill,,0,1" - "OnTrigger" "shortcut_stage_1*,Kill,,0,1" - "OnTrigger" "shortcut_stage_3*,Kill,,0,1" - "OnTrigger" "shortcut_stage_4*,Kill,,0,1" - "OnTrigger" "stripper_stage_1_particles,Kill,,0,1" - "OnTrigger" "stripper_fix_stage_3,Kill,,0,1" - "OnTrigger" "stripper_fix_stage_4_glitch_win,Kill,,0,1" - "OnTrigger" "stripper_fix_lift,Kill,,0,1" - "OnTrigger" "nazgul_speed_relay,Kill,,0,1" - "OnTrigger" "stage_1_boats_track,Kill,,0,1" - "OnTrigger" "stage_1_catapult_rock1*,Kill,,0,1" - "OnTrigger" "stage_1_fall*,Kill,,0,1" - "OnTrigger" "stage_1_retreat,Kill,,0,1" - "OnTrigger" "stage_1_teleport*,Kill,,0,1" - "OnTrigger" "stage_1_rocas_1,Kill,,0,1" - "OnTrigger" "stage_1_enough,Kill,,0,1" - "OnTrigger" "puerta1,Kill,,0,1" - "OnTrigger" "stage_1_door*,Kill,,0,1" - "OnTrigger" "stage_1_barcos_relay,Kill,,0,1" - "OnTrigger" "stage_1_gan*,Kill,,0,1" - "OnTrigger" "stage_1_relay_1,Kill,,0,1" - "OnTrigger" "stage_1_hors*,Kill,,0,1" - "OnTrigger" "stage_1_trigger_1,Kill,,0,1" - "OnTrigger" "stage_1_retreat_door_3,Kill,,0,1" - "OnTrigger" "stage_1_catapults,Kill,,0,1" - "OnTrigger" "stage_1_item_naz_tele,Kill,,0,1" - "OnTrigger" "stage_1_nazgul_maker,Kill,,0,1" - "OnTrigger" "stage_1_path*,Kill,,0.01,1" - "OnTrigger" "stage_1_track*,Kill,,0.01,1" - "OnTrigger" "stripper_stage_3_teleport,FireUser1,,5,1" - "OnTrigger" "zd_template,FireUser2,,35,1" - "OnTrigger" "stage_2_brushes,Disable,,0,1" - "OnTrigger" "consola,Command,say ** CURRENT STAGE >> PART 2 >> MAIN GATES **,4,1" - "OnTrigger" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,5,1" - "OnTrigger" "worldspawn,FireUser1,,0,1" - "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:3:0:1,0.02,1" - "OnTrigger" "Temp_Stripper_MinMax,FireUser2,,4,1" - "OnTrigger" "stripper_add_tower_wall,SetSpeed,90,7,1" - "OnTrigger" "stripper_add_tower_wall,Close,,19,1" - "OnTrigger" "stripper_temp_less_horse,FireUser1,,0,1" - "OnTrigger" "stripper_temp_less_catapult,FireUser1,,0,1" - } + "origin" "13213.3 -1973.26 12466.9" + "targetname" "logica_nivel_2" + "classname" "logic_relay" } -modify: +filter: { - match: - { - "targetname" "logica_nivel_3" - "classname" "logic_relay" - } - delete: - { - "OnTrigger" "consola,Command,sv_turbophysics 1,0,-1" - "OnTrigger" "consola,Command,say **CURRENT STAGE >> PART 3 >> CATAPULTS **,0,-1" - } - insert: - { - "OnTrigger" "stripper_stage_1_door_3,Kill,,0,1" - "OnTrigger" "shortcut_stage_1*,Kill,,0,1" - "OnTrigger" "shortcut_stage_2*,Kill,,0,1" - "OnTrigger" "shortcut_stage_4*,Kill,,0,1" - "OnTrigger" "stripper_stage_1_particles,Kill,,0,1" - "OnTrigger" "stripper_fix_stage_4_glitch_win,Kill,,0,1" - "OnTrigger" "stripper_fix_lift,Kill,,0,1" - "OnTrigger" "nazgul_speed_relay,Kill,,0,1" - "OnTrigger" "stage_1_boats_track,Kill,,0,1" - "OnTrigger" "stage_1_catapult_rock1*,Kill,,0,1" - "OnTrigger" "stage_1_fall*,Kill,,0,1" - "OnTrigger" "stage_1_retreat,Kill,,0,1" - "OnTrigger" "stage_1_teleport*,Kill,,0,1" - "OnTrigger" "stage_1_rocas_1,Kill,,0,1" - "OnTrigger" "stage_1_enough,Kill,,0,1" - "OnTrigger" "puerta1,Kill,,0,1" - "OnTrigger" "stage_1_door*,Kill,,0,1" - "OnTrigger" "stage_1_barcos_relay,Kill,,0,1" - "OnTrigger" "stage_1_gan*,Kill,,0,1" - "OnTrigger" "stage_1_relay_1,Kill,,0,1" - "OnTrigger" "stage_1_hors*,Kill,,0,1" - "OnTrigger" "stage_1_trigger_1,Kill,,0,1" - "OnTrigger" "stage_1_retreat_door_3,Kill,,0,1" - "OnTrigger" "stage_1_catapults,Kill,,0,1" - "OnTrigger" "stage_1_item_naz_tele,Kill,,0,1" - "OnTrigger" "stage_1_nazgul_maker,Kill,,0,1" - "OnTrigger" "stage_1_path*,Kill,,0.01,1" - "OnTrigger" "stage_1_track*,Kill,,0.01,1" - "OnTrigger" "stripper_stage_3_teleport,FireUser3,,5,1" - "OnTrigger" "zd_template,FireUser2,,35,1" - "OnTrigger" "stage_2_brushes,Disable,,0,1" - "OnTrigger" "stripper_point_hurt_generic,AddOutput,Damage 500,0,1" - "OnTrigger" "consola,Command,say ** CURRENT STAGE >> PART 3 >> CATAPULTS **,4,1" - "OnTrigger" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,5,1" - "OnTrigger" "worldspawn,FireUser1,,0,1" - "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0:1,0.02,1" - "OnTrigger" "Temp_Stripper_MinMax,FireUser3,,4,1" - "OnTrigger" "stripper_temp_less_grue,FireUser2,,0,1" - "OnTrigger" "stripper_temp_less_flag,FireUser1,,0,1" - "OnTrigger" "stripper_temp_less_horse,FireUser2,,0,1" - "OnTrigger" "stripper_temp_less_catapult,FireUser2,,0,1" - } + "origin" "13213.3 -2005.26 12466.9" + "targetname" "logica_nivel_3" + "classname" "logic_relay" } -modify: +filter: { - match: - { - "targetname" "logica_nivel_4" - "classname" "logic_relay" - } - delete: - { - "OnTrigger" "consola,Command,sv_turbophysics 1,0,-1" - "OnTrigger" "consola,Command,say ** CURRENT STAGE >> PART 4 >> THE LAST STAND **,0,-1" - "OnTrigger" "spawn_teleport_mass_z,AddOutput,target stage_4_teleport_z,0,-1" - } - insert: - { - "OnTrigger" "stripper_stage_1_door_3,Kill,,0,1" - "OnTrigger" "shortcut_stage_1*,Kill,,0,1" - "OnTrigger" "shortcut_stage_2*,Kill,,0,1" - "OnTrigger" "shortcut_stage_3*,Kill,,0,1" - "OnTrigger" "stripper_stage_1_particles,Kill,,0,1" - "OnTrigger" "stripper_fix_stage_3,Kill,,0,1" - "OnTrigger" "stage_1_boats_track,Kill,,0,1" - "OnTrigger" "stage_1_catapult_rock1*,Kill,,0,1" - "OnTrigger" "stage_1_fall*,Kill,,0,1" - "OnTrigger" "stage_1_retreat,Kill,,0,1" - "OnTrigger" "stage_1_teleport*,Kill,,0,1" - "OnTrigger" "stage_1_rocas_1,Kill,,0,1" - "OnTrigger" "stage_1_enough,Kill,,0,1" - "OnTrigger" "puerta1,Kill,,0,1" - "OnTrigger" "stage_1_door*,Kill,,0,1" - "OnTrigger" "stage_1_barcos_relay,Kill,,0,1" - "OnTrigger" "stage_1_gan*,Kill,,0,1" - "OnTrigger" "stage_1_relay_1,Kill,,0,1" - "OnTrigger" "stage_1_hors*,Kill,,0,1" - "OnTrigger" "stage_1_trigger_1,Kill,,0,1" - "OnTrigger" "stage_1_retreat_door_3,Kill,,0,1" - "OnTrigger" "stage_1_catapults,Kill,,0,1" - "OnTrigger" "stage_1_item_naz_tele,Kill,,0,1" - "OnTrigger" "stage_1_nazgul_maker,Kill,,0,1" - "OnTrigger" "stage_1_path*,Kill,,0.01,1" - "OnTrigger" "stage_1_track*,Kill,,0.01,1" - "OnTrigger" "global_aviso_antorcha,FireUser1,,0,1" - "OnTrigger" "stripper_stage_3_teleport,FireUser1,,5,1" - "OnTrigger" "zd_template,FireUser1,,35,1" - "OnTrigger" "stage_2_brushes,Disable,,0,1" - "OnTrigger" "consola,Command,say ** CURRENT STAGE >> PART 4 >> THE LAST STAND **,4,1" - "OnTrigger" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,5,1" - "OnTrigger" "worldspawn,FireUser1,,0,1" - "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:5:0:1,0.02,1" - "OnTrigger" "stage_1_item_naz_tele2,FireUser1,,0,1" - "OnTrigger" "Temp_Stripper_MinMax,FireUser4,,4,1" - "OnTrigger" "spawn_teleport_mass_z,AddOutput,target stage_4_teleport_z2,0,1" - "OnTrigger" "stripper_temp_less_grue,FireUser3,,0,1" - "OnTrigger" "stripper_temp_less_flag,FireUser2,,0,1" - "OnTrigger" "stripper_temp_less_horse,FireUser3,,0,1" - "OnTrigger" "stripper_temp_less_catapult,FireUser3,,0,1" - } + "origin" "13213.3 -2037.26 12466.9" + "targetname" "logica_nivel_4" + "classname" "logic_relay" } modify: { @@ -16131,6 +16912,8 @@ modify: "OnNewGame" "orcos_s_stage2,Stop,,0.5,-1" "OnNewGame" "esconder_,Open,,1,-1" "OnNewGame" "consola,Command,say ** Thanks to Kaemon **,5,-1" + "OnNewGame" "luz_1,TurnOff,,0,-1" + "OnNewGame" "luz_2,TurnOff,,0,-1" } insert: { @@ -16179,8 +16962,8 @@ modify: "OnNewGame" "consola,Command,ammo_45acp_max 4000,0,1" "OnNewGame" "consola,Command,ammo_357sig_max 4000,0,1" "OnNewGame" "consola,Command,ammo_57mm_max 4000,0,1" - "OnNewGame" "consola,Command,say ** MAP BY Hannibal [SPA] (Rafuron) / Fixed by Noctali (31/05/19) **,1,1" - "OnNewGame" "consola,Command,say ** Thanks to Kaemon **,2,1" + "OnNewGame" "consola,Command,say ** MAP BY Hannibal [SPA] (Rafuron) / Fixed by Noctali (25/08/19) **,1.02,1" + "OnNewGame" "consola,Command,say ** Thanks to Kaemon **,2.02,1" "OnNewGame" "monster_balrog,AddOutput,classname player,0,1" "OnNewGame" "monster_nazgul,AddOutput,classname player,0,1" "OnNewGame" "monster_troll,AddOutput,classname player,0,1" @@ -16192,11 +16975,9 @@ modify: "OnNewGame" "player,AddOutput,rendermode 0,0.01,1" "OnNewGame" "player,AddOutput,renderfx 0,0.01,1" "OnNewGame" "player,SetDamageFilter,,0.01,1" - "OnNewGame" "skin_fix_relay,Enable,,1,1" "OnNewGame" "stripper_spawn_shop_protect,Break,,16,1" "OnNewGame" "logica_start,Trigger,,25,1" "OnNewGame" "musica_st_spawn,PlaySound,,2,1" - "OnNewGame" "stage_2_bridge_4,Disable,,2,1" "OnNewGame" "stage_2_portal2,FireUser1,,0,1" "OnNewGame" "spawn_brush4,Disable,,0,1" "OnNewGame" "worldspawn,FireUser1,,0,1" @@ -16206,39 +16987,42 @@ modify: "OnNewGame" "Diff_Counter,GetValue,,0.02,1" "OnNewGame" "Stripper_Zone_Hp,CountPlayersInZone,,0.02,1" "OnNewGame" "Stripper_Zone_Hp,FireUser1,,16,1" - "OnNewGame" "Temp_Stripper_MinMax,AddOutput,origin 6176 752 11008,0.25,1" - "OnNewGame" "Temp_Stripper_MinMax,ForceSpawn,,0.26,1" + "OnNewGame" "stripper_temp_minmax,AddOutput,origin 6176 752 11008,0.25,1" + "OnNewGame" "stripper_temp_minmax,ForceSpawn,,0.26,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:mins -768 -688 -992:0:1,0.27,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:maxs 768 688 992:0:1,0.27,1" "OnNewGame" "stripper_minmax_teleport,FireUser1,,0.28,1" - "OnNewGame" "Temp_Stripper_MinMax,AddOutput,origin 8200 752 11008,0.29,1" - "OnNewGame" "Temp_Stripper_MinMax,ForceSpawn,,0.3,1" + "OnNewGame" "stripper_temp_minmax,AddOutput,origin 8200 752 11008,0.29,1" + "OnNewGame" "stripper_temp_minmax,ForceSpawn,,0.3,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:mins -920 -688 -992:0:1,0.31,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:maxs 920 688 992:0:1,0.31,1" "OnNewGame" "stripper_minmax_teleport,FireUser1,,0.32,1" - "OnNewGame" "Temp_Stripper_MinMax,AddOutput,origin 9792 4400 11008,0.33,1" - "OnNewGame" "Temp_Stripper_MinMax,ForceSpawn,,0.34,1" + "OnNewGame" "stripper_temp_minmax,AddOutput,origin 9792 4400 11008,0.33,1" + "OnNewGame" "stripper_temp_minmax,ForceSpawn,,0.34,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:mins -672 -688 -992:0:1,0.35,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:maxs 672 688 992:0:1,0.35,1" "OnNewGame" "stripper_minmax_teleport,FireUser1,,0.36,1" - "OnNewGame" "Temp_Stripper_MinMax,AddOutput,origin 9792 1944 11008,0.37,1" - "OnNewGame" "Temp_Stripper_MinMax,ForceSpawn,,0.38,1" + "OnNewGame" "stripper_temp_minmax,AddOutput,origin 9792 1944 11008,0.37,1" + "OnNewGame" "stripper_temp_minmax,ForceSpawn,,0.38,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:mins -672 -1462 -992:0:1,0.39,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:maxs 672 1462 992:0:1,0.39,1" "OnNewGame" "stripper_minmax_teleport,FireUser1,,0.4,1" - "OnNewGame" "Temp_Stripper_MinMax,AddOutput,origin 13440 784 11008,0.41,1" - "OnNewGame" "Temp_Stripper_MinMax,ForceSpawn,,0.42,1" + "OnNewGame" "stripper_temp_minmax,AddOutput,origin 13440 784 11008,0.41,1" + "OnNewGame" "stripper_temp_minmax,ForceSpawn,,0.42,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:mins -736 -688 -992:0:1,0.43,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:maxs 736 688 992:0:1,0.43,1" "OnNewGame" "stripper_minmax_teleport,FireUser1,,0.44,1" - "OnNewGame" "Temp_Stripper_MinMax,AddOutput,origin 11328 784 11008,0.45,1" - "OnNewGame" "Temp_Stripper_MinMax,ForceSpawn,,0.46,1" + "OnNewGame" "stripper_temp_minmax,AddOutput,origin 11328 784 11008,0.45,1" + "OnNewGame" "stripper_temp_minmax,ForceSpawn,,0.46,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:mins -864 -688 -992:0:1,0.47,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:maxs 864 688 992:0:1,0.47,1" "OnNewGame" "stripper_minmax_teleport,FireUser1,,0.48,1" "OnNewGame" "stripper_temp_less_horse,AddOutput,origin 8608 2144 10057.6,0.00,1" "OnNewGame" "stripper_temp_less_horse,AddOutput,angles 0 323 0,0.00,1" "OnNewGame" "stripper_temp_less_horse,ForceSpawn,,0.01,1" + "OnNewGame" "stripper_spawn_teleport,FireUser1,,0,1" + "OnNewGame" "stripper_spawn_teleport,FireUser2,,16,1" + "OnNewGame" "spawn_trigger_extreme2,FireUser1,,0,1" } } modify: @@ -16268,99 +17052,17 @@ filter: "origin" "9663.29 915.928 10024" "classname" "logic_auto" } -modify: +filter: { - match: - { - "targetname" "logica_nivel_zm" - "classname" "logic_relay" - } - replace: - { - "spawnflags" "0" - } - delete: - { - "OnTrigger" "brush_dif_ZM,Enable,,0,-1" - "OnTrigger" "consola,Command,sv_turbophysics 1,0,-1" - "OnTrigger" "consola,Command,zr_ztele_zombie 1,0.03,-1" - "OnTrigger" "consola,Command,zr_infect_weapons_drop 1,0.03,-1" - "OnTrigger" "consola,Command,zr_mzombie_min_time 12,0.02,-1" - "OnTrigger" "consola,Command,zr_mzombie_max_time 12,0.02,-1" - "OnTrigger" "consola,Command,zr_mzombie_ratio 8,0.02,-1" - "OnTrigger" "consola,Command,zombie_teleport_zombies_only 1,0.01,-1" - "OnTrigger" "consola,Command,zombie_count_max 10,0.01,-1" - "OnTrigger" "consola,Command,zombie_regen_health 200,0.01,-1" - "OnTrigger" "consola,Command,zombie_regen_timer 5,0.01,-1" - "OnTrigger" "consola,Command,zombie_timer_min 12,0.01,-1" - "OnTrigger" "consola,Command,zombie_timer_max 12,0.01,-1" - "OnTrigger" "consola,Command,mp_roundtime 9,0,-1" - "OnTrigger" "consola,Command,mp_flashlight 0,0,-1" - "OnTrigger" "consola,Command,zr_infect_mzombie_respawn 25,0.03,-1" - "OnTrigger" "consola,Command,zr_respawn_team_zombie 1,0.03,-1" - "OnTrigger" "consola,Command,zr_zspawn_team_zombie 1,0.03,-1" - "OnTrigger" "consola,Command,zr_mzombie_respawn 1,0.02,-1" - "OnTrigger" "consola,Command,zombie_respawn_as_zombie 1,0.01,-1" - "OnTrigger" "consola,Command,zr_respawn 1,0.02,-1" - "OnTrigger" "consola,Command,zr_infect_mzombie_respawn 10,0.03,-1" - "OnTrigger" "consola,Command,zr_respawn_delay 25,0.02,-1" - "OnTrigger" "consola,Command,zombie_respawn_delay 25,0.01,-1" - "OnTrigger" "consola,Command,zr_infect_mzombie_ratio 8,0.03,-1" - "OnTrigger" "consola,Command,zr_infect_spawntime_min 12,0.03,-1" - "OnTrigger" "consola,Command,zr_infect_spawntime_max 12,0.03,-1" - "OnTrigger" "consola,Command,say ** Tip 1 : press +use on pickable objects to build barricades ** ,15,-1" - "OnTrigger" "consola,Command,say ** Tip 2 : reach and win the end of a stage to level up ** ,25,-1" - "OnTrigger" "consola,Command,say ** Tip 3 : take items at zombie and human shops in spawn ** ,35,-1" - "OnTrigger" "consola,Command,say ** Tip 4 : your current level is your score divided by 100 approximately **,45,-1" - "OnTrigger" "consola,Command,say ** Tip 5 : barricades health depends on the size and material **,55,-1" - "OnTrigger" "consola,Command,say ** Tip 6 : hold spots tend to be long * hold as much as possible at previous positions **,65,-1" - "OnTrigger" "consola,Command,say ** Tip 7 : guards work as stoppers * but you can shoot throught them **,70,-1" - "OnTrigger" "consola,Command,say ** WARMUP ROUND ** MASSIVE NUKE IN 60 SECONDS ** ,10,-1" - "OnTrigger" "consola,Command,say ** WARMUP ROUND ** MASSIVE NUKE IN 10 SECONDS ** ,65,-1" - "OnTrigger" "global_nuke_spawn,Enable,,75,-1" - } - insert: - { - "OnTrigger" "!self,FireUser1,,0,1" - "OnTrigger" "!self,FireUser2,,80,1" - "OnTrigger" "consola,Command,say ** WARMUP ROUND ** MASSIVE NUKE IN 70 SECONDS ** ,10,1" - "OnTrigger" "global_nuke_spawn,Enable,,80,1" - "OnTrigger" "store_push,Kill,,0,1" - "OnTrigger" "stripper_spawn_shop_protect,Break,,0,1" - "OnTrigger" "consola,Command,zr_respawn_delay 15,0,1" - "OnTrigger" "consola,Command,zr_infect_mzombie_ratio 6,0,1" - "OnTrigger" "consola,Command,zr_infect_spawntime_min 35,0,1" - "OnTrigger" "consola,Command,zr_infect_spawntime_max 35,0,1" - "OnTrigger" "consola,Command,zr_infect_spawntime_min 10,7,1" - "OnTrigger" "consola,Command,zr_infect_spawntime_max 10,7,1" - "OnTrigger" "consola,Command,say ** Tip 1 : Press +use on pickable objects to build barricades ** ,12.5,1" - "OnTrigger" "consola,Command,say ** Tip 2 : Barricades health depends on the size and material **,17.5,1" - "OnTrigger" "consola,Command,say ** Tip 3 : You can use barricades with any items * just need to look slightly up when you press +use **,22.5,1" - "OnTrigger" "consola,Command,say ** Tip 4 : Reach and win the end of a stage to level up ** ,27.5,1" - "OnTrigger" "consola,Command,say ** Tip 5 : Your current level is your score divided by 100 approximately **,32.5,1" - "OnTrigger" "consola,Command,say ** Tip 6 : Take items at zombie and human shops in spawn ** ,37.5,1" - "OnTrigger" "consola,Command,say ** Tip 7 : Guards work as stoppers * but you can shoot throught them **,42.5,1" - "OnTrigger" "consola,Command,say ** Tip 8 : The Tnt item is powerful * shooting this zombie should be your priority! **,47.5,1" - "OnTrigger" "consola,Command,say ** Tip 9 : You need to shoot the troll near the head to push him back **,52.5,1" - "OnTrigger" "consola,Command,say ** Tip 10 : Balrog scream heals near zombies and increases speed temporally **,57.5,1" - "OnTrigger" "consola,Command,say ** Tip 11 : Most zombie items respawn after a certain duration when they die **,62.5,1" - "OnTrigger" "consola,Command,say ** Tip 12 : As a zombie you can dodge the mass tp at spawn by waiting near a portal or in the item shop **,67.5,1" - "OnTrigger" "consola,Command,say ** Tip 13 : Horse and Armor (while shield is not broken) items can push zombies **,72.5,1" - "OnTrigger" "consola,Command,say ** Tip 14 : Gandalf +You shall not pass!+ is DAWDS and White Knight Nuke is AADDSWSW **,77.5,1" - "OnTrigger" "worldspawn,FireUser1,,0,1" - "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:1:0:1,0.02,1" - "OnTrigger" "worldspawn,FireUser1,,29.98,1" - "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0:1,30,1" - "OnUser1" "player,SetDamageFilter,nada,0,-1" - "OnUser1" "!self,FireUser1,,1,-1" - "OnUser2" "player,SetDamageFilter,,0,-1" - "OnUser2" "!self,FireUser2,,0.1,-1" - } + "targetname" "logica_nivel_zm" + "classname" "logic_relay" + "origin" "13217 -1882.98 12456" } filter: { "targetname" "logica_extreme" "classname" "logic_relay" + "origin" "-2188.33 -159.352 12458" } modify: { @@ -16588,16 +17290,41 @@ modify: { match: { - "model" "*226" "origin" "431.84 4754.45 -13134" "targetname" "stage_2_trigger" "classname" "trigger_once" } + delete: + { + "OnStartTouch" "consola,Command,say ** THIS IS THE LAST STAND AT FIRST LEVEL ** FIGHT UNTIL THE SIGNAL **,0,-1" + "OnStartTouch" "stage_2_logic_1,Trigger,,40,-1" + "OnStartTouch" "stage_2_brushes,Enable,,30,-1" + "OnStartTouch" "spawn_teleport_mass,AddOutput,target stage_2_teleport_target,6,1" + } insert: { - "OnStartTouch" "global_aviso,FireUser1,,0,1" + "OnTrigger" "global_aviso,FireUser1,,0,1" + "OnTrigger" "consola,Command,say ** THIS IS THE LAST STAND AT FIRST LEVEL ** FIGHT UNTIL THE SIGNAL **,0,1" + "OnTrigger" "spawn_teleport_mass,AddOutput,target stage_2_teleport_target,6,1" + "OnTrigger" "stage_2_teleport_target,AddOutput,origin 240 4472 -13384,30,1" + "OnTrigger" "stage_2_brushes,Toggle,,30,1" + "OnTrigger" "global_horn,PlaySound,,40,1" + "OnTrigger" "sonidos_gandalfsegundonivel,PlaySound,,40,1" + "OnTrigger" "stage_2_ret7,Toggle,,40,1" + "OnTrigger" "stage_2_door_f1,Unlock,,40.49,1" + "OnTrigger" "stage_2_door_f2,Unlock,,40.49,1" + "OnTrigger" "stage_2_door_f1,Open,,40.5,1" + "OnTrigger" "stage_2_door_f2,Open,,40.5,1" + "OnTrigger" "stage_2_door_7,Unlock,,41.99,1" + "OnTrigger" "stage_2_door_7,Open,,42,1" } } +filter: +{ + "origin" "964.432 5115.25 -13224" + "targetname" "stage_2_logic_1" + "classname" "logic_relay" +} modify: { match: @@ -16704,7 +17431,6 @@ modify: { match: { - "model" "*215" "classname" "trigger_multiple" "targetname" "stage_5_retx" } @@ -17537,21 +18263,360 @@ add: "Case03" "3" "Case04" "4" "Case05" "5" + "Case10" "killstage1" + "Case11" "killstage12" + "Case12" "killstage2" + "Case13" "killstage23" + "Case14" "killstage3" + "Case15" "killstage34" + "Case16" "killstage4" "OnDefault" "consola,Command,say ** There is an error in the level system **,0,1" - "OnCase01" "!self,Kill,,0,1" - "OnCase01" "logica_nivel_zm,Trigger,,0,1" - "OnCase02" "!self,Kill,,0,1" - "OnCase02" "logica_nivel_1,Enable,,5.96,1" - "OnCase02" "logica_nivel_1,Trigger,,5.98,1" - "OnCase03" "!self,Kill,,0,1" - "OnCase03" "logica_nivel_2,Enable,,5.96,1" - "OnCase03" "logica_nivel_2,Trigger,,5.98,1" - "OnCase04" "!self,Kill,,0,1" - "OnCase04" "logica_nivel_3,Enable,,5.96,1" - "OnCase04" "logica_nivel_3,Trigger,,5.98,1" - "OnCase05" "!self,Kill,,0,1" - "OnCase05" "logica_nivel_4,Enable,,5.96,1" - "OnCase05" "logica_nivel_4,Trigger,,5.98,1" + + "OnCase01" "!self,InValue,killstage1,0,1" + "OnCase01" "!self,InValue,killstage12,0,1" + "OnCase01" "!self,InValue,killstage2,0,1" + "OnCase01" "!self,InValue,killstage23,0,1" + "OnCase01" "!self,InValue,killstage3,0,1" + "OnCase01" "!self,InValue,killstage34,0,1" + "OnCase01" "!self,InValue,killstage4,0,1" + "OnCase01" "spawn_teleport_mass,Kill,,0,1" + "OnCase01" "spawn_teleport_mass_h,Kill,,0,1" + "OnCase01" "spawn_teleport_mass_z,Kill,,0,1" + "OnCase01" "logica_start,Kill,,0,1" + "OnCase01" "minas_prop_1,Kill,,0,1" + "OnCase01" "stage_1_prop_dynamics2,Kill,,0,1" + "OnCase01" "consola,Command,say ** WARMUP ROUND **,0,1" + "OnCase01" "consola,Command,say ** WARMUP ROUND ** MASSIVE NUKE IN 70 SECONDS ** ,10,1" + "OnCase01" "global_nuke_spawn,Enable,,80,1" + "OnCase01" "consola,Command,zr_respawn_delay 15,0,1" + "OnCase01" "consola,Command,zr_infect_mzombie_ratio 6,0,1" + "OnCase01" "consola,Command,zr_infect_spawntime_min 35,0,1" + "OnCase01" "consola,Command,zr_infect_spawntime_max 35,0,1" + "OnCase01" "consola,Command,zr_infect_spawntime_min 10,7,1" + "OnCase01" "consola,Command,zr_infect_spawntime_max 10,7,1" + "OnCase01" "consola,Command,say ** Tip 1 : Press +use on pickable objects to build barricades ** ,12.5,1" + "OnCase01" "consola,Command,say ** Tip 2 : Barricades health depends on the size and material **,17.5,1" + "OnCase01" "consola,Command,say ** Tip 3 : You can use barricades with any items * just need to look slightly up when you press +use **,22.5,1" + "OnCase01" "consola,Command,say ** Tip 4 : Reach and win the end of a stage to level up ** ,27.5,1" + "OnCase01" "consola,Command,say ** Tip 5 : Your current level is your score divided by 100 approximately **,32.5,1" + "OnCase01" "consola,Command,say ** Tip 6 : Take items at zombie and human shops in spawn ** ,37.5,1" + "OnCase01" "consola,Command,say ** Tip 7 : Guards work as stoppers * but you can shoot throught them **,42.5,1" + "OnCase01" "consola,Command,say ** Tip 8 : The Tnt item is powerful * shooting this zombie should be your priority! **,47.5,1" + "OnCase01" "consola,Command,say ** Tip 9 : You need to shoot the troll near the head to push him back **,52.5,1" + "OnCase01" "consola,Command,say ** Tip 10 : Balrog scream heals near zombies and increases speed temporally **,57.5,1" + "OnCase01" "consola,Command,say ** Tip 11 : Most zombie items respawn after a certain duration when they die **,62.5,1" + "OnCase01" "consola,Command,say ** Tip 12 : As a zombie you can dodge the mass tp at spawn by waiting near a portal or in the item shop **,67.5,1" + "OnCase01" "consola,Command,say ** Tip 13 : Horse and Armor (while shield is not broken) items can push zombies **,72.5,1" + "OnCase01" "consola,Command,say ** Tip 14 : Gandalf +You shall not pass!+ is DAWDS and White Knight Nuke is AADDSWSW **,77.5,1" + "OnCase01" "worldspawn,FireUser1,,0,1" + "OnCase01" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:1:0:1,0.02,1" + "OnCase01" "worldspawn,FireUser1,,29.98,1" + "OnCase01" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0:1,30,1" + "OnCase01" "!self,FireUser1,,0,1" + "OnCase01" "!self,FireUser2,,80,1" + "OnCase01" "stripper_spawn_shop_protect,Break,,0,1" + "OnCase01" "store_push,Kill,,0,1" + "OnCase03" "stripper_stage_3_teleport,FireUser1,,0,1" + "OnCase03" "nazgul_speed_relay,Kill,,0,1" + + "OnUser1" "player,SetDamageFilter,nada,0,-1" + "OnUser1" "!self,FireUser1,,1,-1" + "OnUser2" "player,SetDamageFilter,,0,-1" + "OnUser2" "!self,FireUser2,,0.1,-1" + + "OnCase02" "!self,Kill,,0.1,1" + "OnCase02" "!self,InValue,killstage2,0,1" + "OnCase02" "!self,InValue,killstage23,0,1" + "OnCase02" "!self,InValue,killstage3,0,1" + "OnCase02" "!self,InValue,killstage34,0,1" + "OnCase02" "!self,InValue,killstage4,0,1" + "OnCase02" "stripper_temp_debris,Kill,,0,1" + "OnCase02" "army_,Kill,,0,1" + "OnCase02" "texture_1,SetTextureIndex,0,0,1" + "OnCase02" "spawn_teleport_z2,AddOutput,target stage_1_teleport_z2,0,1" + "OnCase02" "spawn_teleport_z2_2,AddOutput,target stage_1_teleport_z,0,1" + "OnCase02" "spawn_teleport_z2_3,AddOutput,target stage_1_teleport_z3,0,1" + "OnCase02" "spawn_teleport_3,AddOutput,target stage_1_teleport_s3,0,1" + "OnCase02" "spawn_teleport_2,AddOutput,target stage_1_teleport_s2,0,1" + "OnCase02" "spawn_teleport_1,AddOutput,target stage_1_teleport_s3,0,1" + "OnCase02" "spawn_teleport_mass_z,AddOutput,target stage_1_teleport_z,0,1" + "OnCase02" "spawn_teleport_mass_h,AddOutput,target stage_1_teleport_s2,0,1" + "OnCase02" "spawn_teleport_mass,AddOutput,target stage_1_teleport,0,1" + "OnCase02" "consola,Command,say ** CURRENT STAGE >> PART 1 >> OSGILIATH **,10,1" + "OnCase02" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,11,1" + "OnCase02" "stage_1_barcos_relay,Trigger,,21,1" + "OnCase02" "stage_1_SPAWN_ENTS,ForceSpawn,,1,1" + "OnCase02" "stripper_temp_minmax,FireUser1,,1.5,1" + "OnCase02" "stripper_temp_less_grue,FireUser1,,2,1" + "OnCase02" "ultra_optimize,FireUser1,,2.5,1" + "OnCase02" "stripper_stage_1_door_3,FireUser2,,0,1" + "OnCase02" "zd_template,FireUser1,,41,1" + "OnCase02" "worldspawn,FireUser1,,0,1" + "OnCase02" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0:1,0.02,1" + "OnCase02" "stripper_stage_3_teleport,FireUser1,,0,1" + + "OnCase03" "!self,Kill,,0.1,1" + "OnCase03" "minas_prop_1,Kill,,0,1" + "OnCase03" "stage_1_prop_dynamics2,Kill,,0,1" + "OnCase03" "!self,InValue,killstage1,0,1" + "OnCase03" "!self,InValue,killstage3,0,1" + "OnCase03" "!self,InValue,killstage34,0,1" + "OnCase03" "!self,InValue,killstage4,0,1" + "OnCase03" "texture_1,SetTextureIndex,1,0,1" + "OnCase03" "spawn_teleport_z2_3,AddOutput,target stage_2_teleport_z,0,1" + "OnCase03" "spawn_teleport_z2_2,AddOutput,target stage_2_teleport_z,0,1" + "OnCase03" "spawn_teleport_z2,AddOutput,target stage_2_teleport_z,0,1" + "OnCase03" "spawn_teleport_1,AddOutput,target stage_2_teleport_s3,0,1" + "OnCase03" "spawn_teleport_2,AddOutput,target stage_2_teleport_s2,0,1" + "OnCase03" "spawn_teleport_3,AddOutput,target stage_2_teleport_s1,0,1" + "OnCase03" "spawn_teleport_mass_h,AddOutput,target stage_2_teleport_s2,0,1" + "OnCase03" "spawn_teleport_mass_z,AddOutput,target stage_2_teleport_z,0,1" + "OnCase03" "spawn_teleport_mass,AddOutput,target stage_2_teleport,0,1" + "OnCase03" "consola,Command,say ** CURRENT STAGE >> PART 2 >> MAIN GATES **,10,1" + "OnCase03" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,11,1" + "OnCase03" "escalerasGrond,Toggle,,0,1" + "OnCase03" "musica_muteAll,Trigger,,35.8,1" + "OnCase03" "stage_2_puerta_vida_timer,Enable,,36,1" + "OnCase03" "sonidos_denethor,PlaySound,,38,1" + "OnCase03" "sonidos_gandalf_preparaospara,PlaySound,,48,1" + "OnCase03" "musica_st_2_1,PlaySound,,50,1" + "OnCase03" "sonidos_grond,PlaySound,,50,1" + "OnCase03" "sonidos_grond,PlaySound,,77,1" + "OnCase03" "musica_st_2_1,PlaySound,,245,1" + "OnCase03" "stage_2_SPAWN_ENTS,ForceSpawn,,1,1" + "OnCase03" "stage_grond_tmp,ForceSpawn,,1.5,1" + "OnCase03" "stripper_temp_minmax,FireUser2,,2,1" + "OnCase03" "stripper_temp_less_horse,FireUser1,,2.5,1" + "OnCase03" "stripper_temp_less_catapult,FireUser1,,3,1" + "OnCase03" "stripper_temp_less_grue,FireUser2,,3.5,1" + "OnCase03" "ultra_optimize,FireUser2,,4,1" + "OnCase03" "zd_template,FireUser2,,41,1" + "OnCase03" "worldspawn,FireUser1,,0,1" + "OnCase03" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:3:0:1,0.02,1" + "OnCase03" "stripper_add_tower_wall,SetSpeed,90,13,1" + "OnCase03" "stripper_add_tower_wall,Close,,26,1" + "OnCase03" "stripper_stage_3_teleport,FireUser1,,0,1" + "OnCase03" "nazgul_speed_relay,Kill,,0,1" + + "OnCase04" "!self,Kill,,0.1,1" + "OnCase04" "!self,InValue,killstage1,0,1" + "OnCase04" "!self,InValue,killstage12,0,1" + "OnCase04" "!self,InValue,killstage2,0,1" + "OnCase04" "!self,InValue,killstage4,0,1" + "OnCase04" "minas_prop_1,Kill,,0,1" + "OnCase04" "stage_1_prop_dynamics2,Kill,,0,1" + "OnCase04" "texture_1,SetTextureIndex,2,0,1" + "OnCase04" "spawn_teleport_z2_3,AddOutput,target stage_3_teleport,0,1" + "OnCase04" "spawn_teleport_z2_2,AddOutput,target stage_3_teleport_z,0,1" + "OnCase04" "spawn_teleport_z2,AddOutput,target stage_3_teleport,0,1" + "OnCase04" "spawn_teleport_1,AddOutput,target stage_3_teleport_s1,0,1" + "OnCase04" "spawn_teleport_2,AddOutput,target stage_3_teleport_s2,0,1" + "OnCase04" "spawn_teleport_3,AddOutput,target stage_3_teleport_s3,0,1" + "OnCase04" "spawn_teleport_mass_h,AddOutput,target stage_3_teleport_s2,0,1" + "OnCase04" "spawn_teleport_mass_z,AddOutput,target stage_3_teleport,0,1" + "OnCase04" "spawn_teleport_mass,AddOutput,target stage_3_teleport,0,1" + "OnCase04" "consola,Command,say ** CURRENT STAGE >> PART 3 >> CATAPULTS **,10,1" + "OnCase04" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,11,1" + "OnCase04" "stripper_point_hurt_generic,AddOutput,Damage 500,0,1" + "OnCase04" "stage_2_brushes,Toggle,,0,1" + "OnCase04" "stage_2_door_7,Unlock,,0,1" + "OnCase04" "stage_2_door_7,Open,,0.01,1" + "OnCase04" "stage_3_door2,Break,,38,1" + "OnCase04" "stage_3_door1,Break,,41,1" + "OnCase04" "stage_3_SPAWN_ENTS,ForceSpawn,,1,1" + "OnCase04" "stage_3_template1,ForceSpawn,,1.5,1" + "OnCase04" "stripper_temp_minmax,FireUser3,,2,1" + "OnCase04" "stripper_temp_less_grue,FireUser2,,2.5,1" + "OnCase04" "stripper_temp_less_flag,FireUser1,,3,1" + "OnCase04" "stripper_temp_less_horse,FireUser2,,3.5,1" + "OnCase04" "stripper_temp_less_catapult,FireUser2,,4,1" + "OnCase04" "ultra_optimize,FireUser3,,4.5,1" + "OnCase04" "zd_template,FireUser2,,41,1" + "OnCase04" "worldspawn,FireUser1,,0,1" + "OnCase04" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0:1,0.02,1" + "OnCase04" "stripper_stage_3_teleport,FireUser3,,0,1" + "OnCase04" "nazgul_speed_relay,Kill,,0,1" + + "OnCase05" "!self,Kill,,0.1,1" + "OnCase05" "!self,InValue,killstage1,0,1" + "OnCase05" "!self,InValue,killstage12,0,1" + "OnCase05" "!self,InValue,killstage2,0,1" + "OnCase05" "!self,InValue,killstage23,0,1" + "OnCase05" "!self,InValue,killstage3,0,1" + "OnCase05" "minas_prop_1,Kill,,0,1" + "OnCase05" "stage_1_prop_dynamics2,Kill,,0,1" + "OnCase05" "texture_1,SetTextureIndex,3,0,1" + "OnCase05" "spawn_teleport_z2,AddOutput,target stage_4_teleport_z1,0,1" + "OnCase05" "spawn_teleport_z2_2,AddOutput,target stage_4_teleport_z2,0,1" + "OnCase05" "spawn_teleport_z2_3,AddOutput,target stage_4_teleport_z3,0,1" + "OnCase05" "spawn_teleport_1,AddOutput,target stage_4_teleport_s1,0,1" + "OnCase05" "spawn_teleport_2,AddOutput,target stage_4_teleport_s2,0,1" + "OnCase05" "spawn_teleport_3,AddOutput,target stage_4_teleport_s3,0,1" + "OnCase05" "spawn_teleport_mass_h,AddOutput,target stage_4_teleport_s2,0,1" + "OnCase05" "spawn_teleport_mass_z,AddOutput,target stage_4_teleport_z,0,1" + "OnCase05" "spawn_teleport_mass,AddOutput,target stage_4_teleport,0,1" + "OnCase05" "consola,Command,say ** CURRENT STAGE >> PART 4 >> THE LAST STAND **,10,1" + "OnCase05" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,11,1" + "OnCase05" "global_aviso_antorcha,FireUser1,,0,1" + "OnCase05" "stage_1_item_naz_tele2,FireUser1,,0,1" + "OnCase05" "spawn_teleport_mass_z,AddOutput,target stage_4_teleport_z2,0,1" + "OnCase05" "stage_4_door_noborrar,Unlock,,0,1" + "OnCase05" "stage_4_SPAWN_ENTS,ForceSpawn,,1,1" + "OnCase05" "stripper_temp_minmax,FireUser4,,1.5,1" + "OnCase05" "stripper_temp_less_grue,FireUser3,,2,1" + "OnCase05" "stripper_temp_less_flag,FireUser2,,2.5,1" + "OnCase05" "stripper_temp_less_horse,FireUser3,,3,1" + "OnCase05" "stripper_temp_less_catapult,FireUser3,,3.5,1" + "OnCase05" "ultra_optimize,FireUser4,,4,1" + "OnCase05" "zd_template,FireUser1,,41,1" + "OnCase05" "worldspawn,FireUser1,,0,1" + "OnCase05" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:5:0:1,0.02,1" + "OnCase05" "stripper_stage_3_teleport,FireUser1,,0,1" + + "OnCase10" "stage_1_path*,Kill,,0.01,1" + "OnCase10" "stage_1_track*,Kill,,0.01,1" + "OnCase10" "stage_1_boats_track,Kill,,0,1" + "OnCase10" "stage_1_catapult_rock1*,Kill,,0,1" + "OnCase10" "stage_1_fall*,Kill,,0,1" + "OnCase10" "stage_1_retreat,Kill,,0,1" + "OnCase10" "stage_1_teleport*,Kill,,0,1" + "OnCase10" "stage_1_rocas_1,Kill,,0,1" + "OnCase10" "stage_1_enough,Kill,,0,1" + "OnCase10" "puerta1,Kill,,0,1" + "OnCase10" "stage_1_door*,Kill,,0,1" + "OnCase10" "stage_1_barcos_relay,Kill,,0,1" + "OnCase10" "stage_1_gan*,Kill,,0,1" + "OnCase10" "stage_1_relay_1,Kill,,0,1" + "OnCase10" "stage_1_hors*,Kill,,0,1" + "OnCase10" "stage_1_retreat_door_3,Kill,,0,1" + "OnCase10" "stage_1_catapults,Kill,,0,1" + "OnCase10" "stage_1_item_naz_tele,Kill,,0,1" + "OnCase10" "stage_1_nazgul_maker,Kill,,0,1" + "OnCase10" "stage_1_aumento_trigger,Kill,,0,1" + "OnCase10" "stage_1_trigger_fin,Kill,,0,1" + "OnCase10" "stage_1_fin,Kill,,0,1" + "OnCase10" "stage_1_timer,Kill,,0,1" + "OnCase10" "stage_1_aumento_counter,Kill,,0,1" + "OnCase10" "stage_2_teleport_z2,Kill,,0,1" + "OnCase10" "stage_1_meteor_trigger,Kill,,0,1" + "OnCase10" "stripper_stage_1_measure_*,Kill,,0,1" + "OnCase10" "stripper_stage_1_gandalf,Kill,,0,1" + "OnCase10" "lightbaston,Kill,,0,1" + "OnCase10" "stage_1_limits,Kill,,0,1" + "OnCase10" "shortcut_stage_1*,Kill,,0,1" + "OnCase10" "stripper_stage_1_particles,Kill,,0,1" + "OnCase10" "stripper_stage_1_door_3,Kill,,0,1" + + "OnCase11" "stage_2_teleport_z,Kill,,0,1" + "OnCase11" "main_gates*,Kill,,0,1" + "OnCase11" "stage_2_teleport,Kill,,0,1" + "OnCase11" "stage_2_retreat_2,Kill,,0,1" + + "OnCase12" "stage_2_path_torre*,Kill,,0.01,1" + "OnCase12" "stage_2_teleport_s*,Kill,,0,1" + "OnCase12" "stage_2_puerta_vida*,Kill,,0,1" + "OnCase12" "stage_2_puerta_braek,Kill,,0,1" + "OnCase12" "stage_2_fin,Kill,,0,1" + "OnCase12" "stage_2_aumento_counter,Kill,,0,1" + "OnCase12" "stage_2_timerf,Kill,,0,1" + "OnCase12" "stage_2_relay,Kill,,0,1" + "OnCase12" "stage_2_portal2,FireUser3,,0,1" + "OnCase12" "stage_2_retreat_3,Kill,,0,1" + "OnCase12" "stage_2_almenara_*,Kill,,0,1" + "OnCase12" "stage_2_torre*,Kill,,0,1" + "OnCase12" "stage_2_teleport_1,Kill,,0,1" + "OnCase12" "stage_2_teleport_2x,Kill,,0,1" + "OnCase12" "stage_2_bridge_3,Kill,,0,1" + "OnCase12" "stage_2_aumento_trigger,Kill,,0,1" + "OnCase12" "stage_2_trigger_fin,Kill,,0,1" + "OnCase12" "stage_2_counter,Kill,,0,1" + "OnCase12" "stripper_stage_2_trigger_door,Kill,,0,1" + "OnCase12" "stripper_stage_2_door,Kill,,0,1" + "OnCase12" "stripper_stage_2_bridge,Kill,,0,1" + "OnCase12" "stage_5_retx,Kill,,0,1" + "OnCase12" "escalerasGrond,Kill,,0,1" + "OnCase12" "stage_2_bridge_4,Kill,,0,1" + "OnCase12" "stage_grond_tmp,Kill,,0,1" + "OnCase12" "stage_2_limits,Kill,,0,1" + "OnCase12" "shortcut_stage_2*,Kill,,0,1" + + "OnCase13" "stage_2_brushes,Kill,,0,1" + "OnCase13" "stage_3_prop_dynamic_kill,Kill,,0,1" + "OnCase13" "stage_2_door_f1,Kill,,0,1" + "OnCase13" "stage_2_door_f2,Kill,,0,1" + "OnCase13" "stage_2_door_7,Kill,,0,1" + "OnCase13" "stage_3_lift,Kill,,0,1" + "OnCase13" "stage_3_target,Kill,,0,1" + + "OnCase14" "stage_3_path_*,Kill,,0.01,1" + "OnCase14" "stage_3_teleport*,Kill,,0,1" + "OnCase14" "stage_3_template2,Kill,,0,1" + "OnCase14" "stage_3_trigger2,Kill,,0,1" + "OnCase14" "stage_3_counter,Kill,,0,1" + "OnCase14" "stage_3_breakable*,Kill,,0,1" + "OnCase14" "stage_4_template_x,Kill,,0,1" + "OnCase14" "stripper_stage_3_door_*,Kill,,0,1" + "OnCase14" "stage_3_template1,Kill,,0,1" + "OnCase14" "stage_3_door1*,Kill,,0,1" + "OnCase14" "stage_3_fin,Kill,,0,1" + "OnCase14" "stage_3_catapult_rock*,Kill,,0,1" + "OnCase14" "stage_2_catapult_rock2_5,Kill,,0,1" + "OnCase14" "stage_1_catapult_rock3_1,Kill,,0,1" + "OnCase14" "stripper_stage_3_measure_*,Kill,,0,1" + "OnCase14" "stage_3_tracktrain_*,Kill,,0,1" + "OnCase14" "stage_3_limits,Kill,,0,1" + "OnCase14" "shortcut_stage_3*,Kill,,0,1" + "OnCase14" "stripper_fix_stage_3,Kill,,0,1" + + "OnCase15" "stage_4_door_noborrar,Kill,,0,1" + "OnCase15" "stripper_fix_stage_4_tp,Kill,,0,1" + "OnCase15" "stripper_stage_4_hurt,Kill,,0,1" + + "OnCase16" "stage_4_path_*,Kill,,0.01,1" + "OnCase16" "stage_4_teleport*,Kill,,0,1" + "OnCase16" "stage_4_trigger*,Kill,,0,1" + "OnCase16" "stripper_stage_4_trigger_*,Kill,,0,1" + "OnCase16" "stage_4_puerta2,Kill,,0,1" + "OnCase16" "stage_4_ret,Kill,,0,1" + "OnCase16" "STAGE_4_DOORS,Kill,,0,1" + "OnCase16" "stripper_fix_stage_4_door,Kill,,0,1" + "OnCase16" "stage_4_door_2,Kill,,0,1" + "OnCase16" "stripper_stage_4_physbox_*,Kill,,0,1" + "OnCase16" "stage_4_timer,Kill,,0,1" + "OnCase16" "stage_4_cata_random,Kill,,0,1" + "OnCase16" "stage_4_light_summon_1,Kill,,0,1" + "OnCase16" "n2stage_4_light_summon_1,Kill,,0,1" + "OnCase16" "stage_4_fix*,Kill,,0,1" + "OnCase16" "stage_4_escaleras,Kill,,0,1" + "OnCase16" "luz_*,Kill,,0,1" + "OnCase16" "stage_4_breakabla_*,Kill,,0,1" + "OnCase16" "stage_4_preventKillall*,Kill,,0,1" + "OnCase16" "spawn_trigger_extreme,Kill,,0,1" + "OnCase16" "stage_4_breakable_4,Kill,,0,1" + "OnCase16" "stripper_stage_4_door_*,Kill,,0,1" + "OnCase16" "stage_4_door_4,Kill,,0,1" + "OnCase16" "stage_4_lift1,Kill,,0,1" + "OnCase16" "stage_4_target*,Kill,,0,1" + "OnCase16" "stage_4_breakable_5,Kill,,0,1" + "OnCase16" "stage_4_info*,Kill,,0,1" + "OnCase16" "rampas,Kill,,0,1" + "OnCase16" "global_randomMusic*,Kill,,0,1" + "OnCase16" "stage_4_relay_3*,Kill,,0,1" + "OnCase16" "global_hud_hint,Kill,,0,1" + "OnCase16" "stage_4_breakable_6_1,Kill,,0,1" + "OnCase16" "extreme_fade,Kill,,0,1" + "OnCase16" "global_shake_largo,Kill,,0,1" + "OnCase16" "stage_4_extreme*,Kill,,0,1" + "OnCase16" "stage_4_end_of_all_things,Kill,,0,1" + "OnCase16" "stage_4_comprobarfinal,Kill,,0,1" + "OnCase16" "fade_final*,Kill,,0,1" + "OnCase16" "stage_4_nazgul_maker,Kill,,0,1" + "OnCase16" "stage_1_item_naz_tele2,Kill,,0,1" + "OnCase16" "stripper_stage_4_push,Kill,,0,1" + "OnCase16" "stage_4_limits,Kill,,0,1" + "OnCase16" "shortcut_stage_4*,Kill,,0,1" + "OnCase16" "stripper_fix_stage_4_glitch_win,Kill,,0,1" + "OnCase16" "stripper_fix_lift,Kill,,0,1" } add: { @@ -17594,15 +18659,15 @@ add: "OnCase02" "consola,Command,zr_infect_spawntime_min 6,0,1" "OnCase02" "consola,Command,zr_infect_spawntime_max 6,0,1" "OnCase02" "zd_template_disabled,AddOutput,targetname zd_template,0,1" - "OnCase02" "consola,Command,say ** EXTREME MODE : ON **,2.98,1" - "OnCase02" "consola,Command,say ** ENABLED BLUE COLORCORRECTION AND PARTICLES **,3.98,1" - "OnCase02" "consola,Command,say ** LVL 0 PLAYERS LEVEL UP TO 1 AUTOMATICALLY **,4.98,1" - "OnCase02" "consola,Command,say ** ALL ITEMS FOR ZOMBIE HAVE BEEN UNLOCKED BUT NOT LVL 5**,5.98,1" - "OnCase02" "consola,Command,say ** INCREASED NUMBER OF TOTEM/TROLL & NAZGULS **,6.98,1" - "OnCase02" "consola,Command,say ** CONSTANT METEOR HAS BEEN ENABLED **,7.98,1" - "OnCase02" "consola,Command,say ** ENABLED FAST RESPAWN **,8.98,1" + "OnCase02" "consola,Command,say ** EXTREME MODE : ON **,3,1" + "OnCase02" "consola,Command,say ** ENABLED BLUE COLORCORRECTION AND PARTICLES **,4,1" + "OnCase02" "consola,Command,say ** LVL 0 PLAYERS LEVEL UP TO 1 AUTOMATICALLY **,5,1" + "OnCase02" "consola,Command,say ** ALL ITEMS FOR ZOMBIE HAVE BEEN UNLOCKED BUT NOT LVL 5**,6,1" + "OnCase02" "consola,Command,say ** INCREASED NUMBER OF TOTEM/TROLL & NAZGULS **,7,1" + "OnCase02" "consola,Command,say ** CONSTANT METEOR HAS BEEN ENABLED **,8,1" + "OnCase02" "consola,Command,say ** ENABLED FAST RESPAWN **,9,1" "OnCase02" "stripper_spawn_shop_protect,Break,,12,1" - "OnCase02" "stage_2_brushes,Enable,,15,1" + "OnCase02" "stage_2_brushes,Toggle,,15,1" "OnCase02" "worldspawn,FireUser2,,0,1" "OnCase02" "worldspawn,AddOutput,OnUser2 Diff_Counter:SetValue:2:0:1,0.02,1" "OnCase02" "Stripper_Zone_Hp,FireUser1,,12,1" @@ -17613,6 +18678,8 @@ add: "OnCase02" "triggers_spawan2_tnt,Enable,,0,1" "OnCase02" "triggers_spawan2t,Enable,,0,1" "OnCase02" "stripper_add_tower_wall,SetSpeed,120,14,1" + "OnCase02" "stripper_spawn_teleport,FireUser2,,12,1" + "OnCase02" "global_hud_hint,AddOutput,OnUser1 musica_extreme:FireUser1::74:1,0,1" } modify: { @@ -17888,23 +18955,24 @@ add: "x" "-1" "y" "0.25" } -modify: +filter: { - match: - { - "targetname" "spawn_trigger_extreme2" - "origin" "9339.19 2064 11024" - "classname" "trigger_multiple" - } - delete: - { - "OnStartTouch" "!activator,AddOutput,targetname 5,0,-1" - "OnStartTouch" "!self,Disable,,1,-1" - } - insert: - { - "OnStartTouch" "filter_5_extra,TestActivator,,0,-1" - } + "targetname" "spawn_trigger_extreme2" + "origin" "9339.19 2064 11024" + "classname" "trigger_multiple" +} +add: +{ + "wait" "1" + "targetname" "spawn_trigger_extreme2" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "9792 2372 10992" + "classname" "trigger_multiple" + "OnStartTouch" "filter_5_extra,TestActivator,,0,-1" + "OnUser1" "!self,AddOutput,solid 3,0,1" + "OnUser1" "!self,AddOutput,mins -4384 -2716 -1008,0,1" + "OnUser1" "!self,AddOutput,maxs 4384 2716 1008,0,1" } modify: { @@ -17946,7 +19014,7 @@ modify: { "OnTrigger" "worldspawn,FireUser1,,0,1" "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:5:0:1,0.02,1" - "OnTrigger" "stripper_button_all_lvl5,FireUser1,,0,1" + "OnTrigger" "worldspawn,AddOutput,OnUser1 stripper_button_all_lvl5:FireUser1::0:1,0.02,1" } } modify: @@ -18094,18 +19162,6 @@ modify: } } modify: -{ - match: - { - "classname" "point_template" - "targetname" "stage_4_light_summon_1" - } - delete: - { - "Template05" "stage_4_zonaoscura_ayuda2" - } -} -modify: { match: { @@ -18154,18 +19210,6 @@ modify: } } modify: -{ - match: - { - "classname" "point_template" - "targetname" "n2stage_4_light_summon_1" - } - delete: - { - "Template05" "stage_4_zonaoscura_ayuda1" - } -} -modify: { match: { @@ -18274,7 +19318,7 @@ add: "classname" "point_template" "spawnflags" "2" "origin "188 2604 -13812" - "targetname" "Temp_Stripper_MinMax" + "targetname" "stripper_temp_minmax" "Template01" "stripper_minmax_cade" "Template02" "stripper_minmax_balrog" "Template03" "stripper_minmax_teleport" @@ -18371,6 +19415,7 @@ add: "OnUser2" "!self,ForceSpawn,,0.09,1" "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -30 -30 -57:0:1,0.1,1" "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 30 30 57:0:1,0.1,1" + "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:SetParent:stage_2_teleport_target:0:1,0.1,1" "OnUser2" "stripper_minmax_cade,FireUser1,,0.11,1" "OnUser2" "!self,AddOutput,origin -3672 2652 -13192,0.4,1" diff --git a/ze_lotr_minas_tirith_v3_3.cfg b/ze_lotr_minas_tirith_v3_3.cfg index 271140c..515f04d 100644 --- a/ze_lotr_minas_tirith_v3_3.cfg +++ b/ze_lotr_minas_tirith_v3_3.cfg @@ -1,7 +1,9 @@ ;----------------------------------------------------------------------------- ;STRIPPER CFG BY NOCTALI http://steamcommunity.com/profiles/76561198038569520 ;----------------------------------------------------------------------------- -;LAST UPDATE: 31/05/19 +;DON'T GIVE THE CFG TO PEOPLE PLS KEEP IT TO YOUR SERVER ONLY +;------------------------------------------------------------- +;LAST UPDATE: 25/08/19 ;---------------------- ;SPAWN TRIGGER ;-------------- @@ -55,6 +57,42 @@ filter: "origin" "9840 2416 10978.2" "classname" "trigger_teleport" } +add: +{ + "model" "*320" + "targetname" "stripper_spawn_teleport" + "StartDisabled" "0" + "spawnflags" "2" + "Solidity" "1" + "solidbsp" "0" + "rendermode" "0" + "renderfx" "0" + "rendercolor" "128 255 255" + "renderamt" "255" + "origin" "12256 942.03 10083.9" + "disableshadows" "1" + "disablereceiveshadows" "1" + "classname" "func_brush" + "angles" "0 28 0" + "OnUser1" "!self,AddOutput,origin 12256 942.03 10083.9,0,-1" + "OnUser1" "!self,Color,128 255 255,0,-1" + "OnUser2" "!self,AddOutput,origin 6984 968.03 10092.2,0,-1" + "OnUser2" "!self,Color,255 0 0,0,-1" +} +add: +{ + "classname" "trigger_teleport" + "targetname" "stripper_spawn_teleport" + "origin" "12256 942 10084" + "spawnflags" "1" + "StartDisabled" "0" + "target" "spawn_tele_zombis" + "OnUser1" "!self,AddOutput,solid 3,0,1" + "OnUser1" "!self,AddOutput,mins -44 -8 -68,0,1" + "OnUser1" "!self,AddOutput,maxs 44 8 68,0,1" + "OnUser2" "!self,AddOutput,origin 6984 968 10092,0,1" + "OnUser2" "spawn_tele_zombis,FireUser3,,0,1" +} filter: { "classname" "info_player_counterterrorist" @@ -468,6 +506,7 @@ modify: } delete: { + "filtername" "filter_5" "target" "z_item_5" "OnStartTouch" "!activator,SetDamageFilter,,0,-1" "OnStartTouch" "speedMod,ModifySpeed,1,0,-1" @@ -479,9 +518,18 @@ modify: { "wait" "0.25" "targetname" "stripper_shop_balrog" - "OnTrigger" "filter_no_h_monster,TestActivator,,0,-1" + "OnTrigger" "filter_5_balrog,TestActivator,,0,-1" } } +add: +{ + "origin" "9752.44 1972.33 10034.9" + "targetname" "filter_5_balrog" + "Negated" "0" + "filtername" "5" + "classname" "filter_activator_name" + "OnPass" "filter_no_h_monster,TestActivator,,0,-1" +} modify: { match: @@ -706,9 +754,14 @@ modify: "targetname" "stage_1_path_2" "classname" "path_track" } + delete: + { + "OnPass" "stage_1_retreat,Trigger,,20,-1" + } insert: { "OnPass" "shortcut_stage_1,Kill,,0,1" + "OnPass" "stage_1_retreat_door_3,FireUser1,,20,1" } } ;------------------- @@ -805,13 +858,74 @@ modify: { match: { - "origin" "-8903.69 2177.45 5699.62" - "targetname" "stage_1_enough" - "classname" "logic_relay" + "origin" "-8666 2016 5956" + "targetname" "defensa1tr" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "stage_1_trigger_2,Enable,,0,1" + "OnStartTouch" "stage_1_enough,Trigger,,30,1" } insert: { - "OnTrigger" "stripper_stage_1_door_3,FireUser1,,4,1" + "OnStartTouch" "defensa1tr,FireUser1,,0,1" + "OnStartTouch" "puerta1,FireUser1,,30,1" + } +} +modify: +{ + match: + { + "origin" "-8768 352.73 5848.5" + "targetname" "defensa1tr" + "classname" "trigger_once" + } + replace: + { + "origin" "-8708 2048 5852" + } + delete: + { + "model" "*447" + "OnStartTouch" "stage_1_enough,Trigger,,0,-1" + } + insert: + { + "OnStartTouch" "puerta1,FireUser1,,0,1" + "OnUser1" "!self,AddOutput,solid 3,0,1" + "OnUser1" "!self,AddOutput,mins -188 -320 -156,0,1" + "OnUser1" "!self,AddOutput,maxs 188 320 156,0,1" + "OnUser1" "!self,Enable,,0,1" + } +} +filter: +{ + "origin" "-8903.69 2177.45 5699.62" + "targetname" "stage_1_enough" + "classname" "logic_relay" +} +modify: +{ + match: + { + "targetname" "puerta1" + "origin" "-8512 2058 5890" + "classname" "func_breakable" + } + insert: + { + "OnBreak" "consola,Command,say ** TAKE THE HORSES (+USE ONCE THEN +FORWARD 3 TIMES) **,9,1" + "OnBreak" "Stripper_Zone_Speed_1,FireUser3,,16,1" + "OnBreak" "musica_st_1_2,PlaySound,,9.1,1" + "OnBreak" "musica_muteAll,Trigger,,9,1" + "OnBreak" "stage_1_relay_1,Trigger,,9.1,1" + "OnBreak" "musica_st_4_v1,PlaySound,,60,1" + "OnUser1" "sonidos_replegamosMinas,PlaySound,,2,1" + "OnUser1" "consola,Command,say ** OSGILIATH IS LOST ** RETREAT ! **,3,1" + "OnUser1" "!self,Break,,3,-1" + "OnUser1" "stage_1_door_2,Break,,3,1" + "OnUser1" "stripper_stage_1_door_3,FireUser1,,4,1" } } modify: @@ -918,16 +1032,30 @@ modify: { match: { - "model" "*222" "origin" "-2628 2458 -13250.8" "classname" "func_door_rotating" } insert: { + "targetname" "stripper_stage_2_door" "OnOpen" "shortcut_stage_2,Kill,,10,1" "OnOpen" "shortcut_stage_2_2,Kill,,10,1" "OnOpen" "shortcut_stage_2_3,Kill,,10,1" - "OnOpen" "logica_nivel_2,CancelPending,,0,1" + "OnOpen" "musica_st_2_1,AddOutput,targetname musica_st_2_1_disabled,0,1" + "OnOpen" "musica_st_2_1_disabled,Volume,0,0.01,1" + "OnOpen" "musica_st_2_1_disabled,Kill,0,0.02,1" + } +} +modify: +{ + match: + { + "origin" "-2206 2454 -13250.8" + "classname" "func_door_rotating" + } + insert: + { + "targetname" "stripper_stage_2_door" } } ;------------------- @@ -972,21 +1100,68 @@ add: "angles" "0 0 90" "OnStartTouch" "!activator,AddOutput,origin 3443 4938 -12870,0,-1" } +filter: +{ + "targetname" "stage_3_relay" + "classname" "logic_relay" + "origin" "2434.39 4640.54 -12984" +} modify: { match: { - "targetname" "stage_3_relay" - "classname" "logic_relay" + "targetname" "stage_3_lift" + "classname" "func_tracktrain" + "origin" "1192 3296 -12496" } insert: { - "OnTrigger" "stage_1_barricade*,FireUser3,,61,1" - "OnTrigger" "shortcut_stage_3_1,Kill,,65,1" - "OnTrigger" "shortcut_stage_3_1_1,Kill,,65,1" - "OnTrigger" "shortcut_stage_3_1_2,Kill,,65,1" - "OnTrigger" "map_meteor_trigger_2,AddOutput,OnTrigger map_meteor_*:Kill::0:1,65,1" - "OnTrigger" "map_meteor_trigger_2,AddOutput,OnTrigger zd_template:FireUser1::6:1,65,1" + "OnUser1" "global_horn,PlaySound,,10,1" + "OnUser1" "consola,Command,say ** THEY ARE IN! RETREAT! **,10,1" + "OnUser1" "stage_3_ret,Toggle,,10,1" + "OnUser1" "consola,Command,say ** THE LIFT IS LEAVING IN 10 SECONDS **,11,1" + "OnUser1" "stage_3_lift,StartForward,,20,1" + "OnUser1" "stage_3_prop_dynamicfix,Enable,,27,1" + "OnUser1" "stage_1_barricade*,FireUser3,,61,1" + "OnUser1" "shortcut_stage_3_1,Kill,,65,1" + "OnUser1" "shortcut_stage_3_1_1,Kill,,65,1" + "OnUser1" "shortcut_stage_3_1_2,Kill,,65,1" + "OnUser1" "map_meteor_trigger_2,AddOutput,OnTrigger map_meteor_*:Kill::0:1,65,1" + "OnUser1" "map_meteor_trigger_2,AddOutput,OnTrigger zd_template:FireUser1::6:1,65,1" + } +} +modify: +{ + match: + { + "targetname" "stage_3_door1" + "classname" "func_physbox" + "origin" "2276.06 4976.46 -12856.4" + } + delete: + { + "OnBreak" "stage_3_relay,Trigger,,0,-1" + } + insert: + { + "OnBreak" "stage_3_lift,FireUser1,,0,1" + } +} +modify: +{ + match: + { + "targetname" "stage_3_door2" + "classname" "func_physbox" + "origin" "2048.83 4680.86 -12856.4" + } + delete: + { + "OnBreak" "stage_3_relay,Trigger,,0,-1" + } + insert: + { + "OnBreak" "stage_3_lift,FireUser1,,0,1" } } ;------------------- @@ -1012,7 +1187,8 @@ modify: } insert: { - "OnHitMax" "shortcut_stage_3_2,Kill,,10,-1" + "OnHitMax" "!self,Kill,,0,1" + "OnHitMax" "shortcut_stage_3_2,Kill,,10,1" } } ;------------------- @@ -1117,13 +1293,22 @@ modify: { match: { - "model" "*270" "origin" "6528 -1492 -7607.5" "classname" "trigger_once" } + replace: + { + "filtername" "humanos" + } + delete: + { + "OnStartTouch" "stage_4_retreat_1,Trigger,,40,-1" + } insert: { + "targetname" "stripper_stage_4_trigger_2" "OnStartTouch" "stripper_fix_stage_4_door,Open,,5,1" + "OnStartTouch" "stage_4_ret,FireUser1,,40,1" } } ;------------------- @@ -1144,12 +1329,27 @@ modify: { match: { - "targetname" "stage_4_relay_2" - "classname" "logic_relay" + "targetname" "stage_4_trigger_4" + "classname" "trigger_once" + "origin" "7504 4872 -6316" + } + delete: + { + "wait" "-1" + "OnStartTouch" "consola,Command,say ** WE ARE NEAR THE TOP OF MINAS TIRITH ** HOLD THIS PLACE FOR 30 SECONDS **,0,-1" + "OnStartTouch" "stage_4_relay_2,Trigger,,30,-1" } insert: { - "OnTrigger" "shortcut_stage_4_2,Kill,,0,1" + "OnStartTouch" "consola,Command,say ** WE ARE NEAR THE TOP OF MINAS TIRITH ** HOLD THIS PLACE FOR 30 SECONDS **,0,1" + "OnStartTouch" "stage_4_teleport_2,FireUser1,,0,1" + "OnStartTouch" "consola,Command,say ** LIFT IS LEAVING IN 10 SECONDS **,30,1" + "OnStartTouch" "global_horn,PlaySound,,30,1" + "OnStartTouch" "stage_4_door_4,Unlock,,30,1" + "OnStartTouch" "stage_4_door_4,Open,,30.1,1" + "OnStartTouch" "sonidos_gandalf_retirada,PlaySound,,35,1" + "OnStartTouch" "stage_4_lift1,StartForward,,40,1" + "OnStartTouch" "shortcut_stage_4_2,Kill,,30,1" } } ;------------------- @@ -1198,6 +1398,105 @@ add: ;-------------------- ;FIX STAGE 1 TRIGGER ;-------------------- +modify: +{ + match: + { + "targetname" "stage_1_spawnear" + "classname" "trigger_once" + "origin" "-9168 10712 6168.25" + } + replace: + { + "origin" "-9184 9836 6168" + } + delete: + { + "model" "*446" + "OnStartTouch" "stage_1_retreat,Trigger,,0,-1" + } + insert: + { + "OnStartTouch" "stage_1_retreat_door_3,FireUser1,,0,1" + "OnUser1" "!self,AddOutput,solid 3,0,1" + "OnUser1" "!self,AddOutput,mins -224 -108 -152,0,1" + "OnUser1" "!self,AddOutput,maxs 224 108 152,0,1" + } +} +modify: +{ + match: + { + "targetname" "stage_1_retreat_door_3" + "classname" "func_breakable" + "origin" "-9072 10772 6088" + } + insert: + { + "OnUser1" "consola,Command,say ** RETREAT !! RIVER ZONE IS LOST **,0,1" + "OnUser1" "sonidos_replegamos,PlaySound,,0,1" + "OnUser1" "!self,Break,,3,1" + "OnUser1" "stage_1_skybox_track_1,StartForward,,3,1" + "OnUser1" "global_sound_nazgul,PlaySound,,5,1" + "OnUser1" "consola,Command,say ** WATCH OUT! WE ARE UNDER SIEGE **,14,1" + "OnUser1" "stage_1_teleport_barcos,Enable,,25,1" + } +} +filter: +{ + "origin" "-9680 10432 6024" + "targetname" "stage_1_retreat" + "classname" "logic_relay" +} +modify: +{ + match: + { + "origin" "13680 2112 6330.41" + "classname" "prop_dynamic" + "model" "models/player/slow/amberlyn/lotr/gandalf/slow_hannibal_rafuron.mdl" + } + insert: + { + "targetname" "stripper_stage_1_gandalf" + } +} +modify: +{ + match: + { + "origin" "-14063.7 10515.8 9293.86" + "classname" "logic_measure_movement" + } + insert: + { + "targetname" "stripper_stage_1_measure_1" + } +} +modify: +{ + match: + { + "origin" "-15215.7 9651.8 8717.86" + "classname" "logic_measure_movement" + } + insert: + { + "targetname" "stripper_stage_1_measure_2" + } +} +modify: +{ + match: + { + "origin" "-15311.7 12227.8 8413.86" + "classname" "logic_measure_movement" + } + insert: + { + "targetname" "stripper_stage_1_measure_3" + } +} filter: { "origin" "-6836 2180 6937.38" @@ -1333,24 +1632,6 @@ add: "filtername" "humanos" "classname" "trigger_teleport" } -modify: -{ - match: - { - "targetname" "puerta1" - "origin" "-8512 2058 5890" - "classname" "func_breakable" - } - insert: - { - "OnBreak" "consola,Command,say ** TAKE THE HORSES (+USE THEN +FORWARD KEY) **,9,1" - "OnBreak" "Stripper_Zone_Speed_1,FireUser3,,16,1" - "OnBreak" "musica_st_1_2,PlaySound,,9.1,1" - "OnBreak" "musica_muteAll,Trigger,,9,1" - "OnBreak" "stage_1_relay_1,Trigger,,9.1,1" - "OnBreak" "musica_st_4_v1,PlaySound,,60,1" - } -} filter: { "targetname" "stage_1_spawnear" @@ -1459,6 +1740,25 @@ modify: "OnEntitySpawned" "object_meteor2_particle_2*,FireUser1,,0,-1" } } +modify: +{ + match: + { + "origin" "-3072 1456 -13525" + "targetname" "stage_1_limits" + "classname" "func_brush" + } + replace: + { + "classname" "func_wall_toggle" + } + delete: + { + "solidbsp" "0" + "Solidity" "0" + "StartDisabled" "0" + } +} ;-------------------- ;FIX STAGE 2 TRIGGER ;-------------------- @@ -1551,28 +1851,6 @@ modify: } } modify: -{ - match: - { - "origin" "964.432 5115.25 -13224" - "targetname" "stage_2_logic_1" - "classname" "logic_relay" - } - delete: - { - "OnTrigger" "stage_2_door_7,Unlock,,2,-1" - } - insert: - { - "OnTrigger" "stage_2_door_f1,Unlock,,0.49,1" - "OnTrigger" "stage_2_door_f2,Unlock,,0.49,1" - "OnTrigger" "stage_2_door_f1,Open,,0.5,1" - "OnTrigger" "stage_2_door_f2,Open,,0.5,1" - "OnTrigger" "stage_2_door_7,Unlock,,1.99,1" - "OnTrigger" "stage_2_door_7,Open,,2,1" - } -} -modify: { match: { @@ -1658,7 +1936,6 @@ modify: { match: { - "model" "*227" "origin" "1988 4268 -12919.5" "classname" "trigger_once" } @@ -1669,6 +1946,7 @@ modify: } insert: { + "targetname" "stripper_stage_2_trigger_door" "OnStartTouch" "stage_2_door_7,FireUser1,,0,1" } } @@ -1686,13 +1964,54 @@ modify: "targetname" "stage_2_puerta_braek" "classname" "logic_relay" } + delete: + { + "OnTrigger" "stage_2_trigger_extra,Disable,,0,-1" + } insert: { + "OnTrigger" "stage_2_trigger_extra,Kill,,0,1" "OnTrigger" "map_meteor_trigger_2,AddOutput,OnTrigger map_meteor_*:Kill::0:1,10,1" "OnTrigger" "map_meteor_trigger_2,AddOutput,OnTrigger zd_template:FireUser1::6:1,10,1" } } modify: +{ + match: + { + "origin" "-3888 88 -13640" + "targetname" "stage_2_trigger_extra" + "classname" "trigger_once" + } + replace: + { + "origin" "-3853.5 140 -13640" + } + delete: + { + "model" "*448" + } + insert: + { + "OnUser1" "!self,AddOutput,solid 3,0,1" + "OnUser1" "!self,AddOutput,mins -757.5 -668 -344,0,1" + "OnUser1" "!self,AddOutput,maxs 757.5 668 344,0,1" + } +} +modify: +{ + match: + { + "origin" "13252 -1960 12456" + "targetname" "stage_2_SPAWN_ENTS" + "classname" "point_template" + } + insert: + { + "OnEntitySpawned" "stage_2_trigger_extra,FireUser1,,0,1" + } +} +modify: { match: { @@ -1727,7 +2046,7 @@ modify: "OnTrigger" "stage_2_torre,StartForward,,20,1" "OnTrigger" "sonidos_gandalf_resistid,PlaySound,,25,1" "OnTrigger" "spawn_teleport_mass,AddOutput,target stage_2_teleport_2,21,1" - "OnTrigger" "stage_5_retx,Disable,,25,1" + "OnTrigger" "stage_5_retx,Kill,,25,1" "OnTrigger" "stage_2_door_1,Unlock,,35,1" "OnTrigger" "stage_2_door_2,Unlock,,40,1" "OnTrigger" "stage_2torres,Trigger,,70,1" @@ -1766,10 +2085,10 @@ modify: } insert: { - "OnStartTouch" "map_maker_meteor,AddOutput,origin -3071.73 2297.29 -13832,0,1" - "OnStartTouch" "map_maker_meteor,ForceSpawn,,0.01,1" - "OnStartTouch" "map_maker_meteor,AddOutput,origin -3068.84 2993.25 -13789.7,3.99,1" - "OnStartTouch" "map_maker_meteor,ForceSpawn,,4,1" + "OnStartTouch" "map_maker_meteor,AddOutput,origin -3071.73 2297.29 -13832,0.49,1" + "OnStartTouch" "map_maker_meteor,ForceSpawn,,0.5,1" + "OnStartTouch" "map_maker_meteor,AddOutput,origin -3068.84 2993.25 -13789.7,4.99,1" + "OnStartTouch" "map_maker_meteor,ForceSpawn,,5,1" } } filter: @@ -1857,9 +2176,14 @@ modify: "damagefilter" "fix_bridge_filter" "spawnflags" "49152" } + delete: + { + "OnBreak" "stage_2_relay,Trigger,,0,-1" + } insert: { "targetname" "stripper_stage_2_bridge" + "OnBreak" "stage_2_ret5,FireUser1,,0,1" "OnBreak" "stage_2_bridge_2,Break,,0,1" "OnBreak" "stage_2_bridge_2_done,Kill,,8,1" } @@ -1952,10 +2276,19 @@ modify: { "targetname" "stage_2_bridge_4" "classname" "func_brush" + "origin" "-4488 2216 -13367.1" } replace: { "origin" "-4488 2213 -13369.13" + "classname" "func_wall_toggle" + "spawnflags" "1" + } + delete: + { + "StartDisabled" "1" + "Solidity" "0" + "solidbsp" "0" } } modify: @@ -1990,23 +2323,47 @@ modify: "OnUser2" "stage_2_teleport_2x,AddOutput,origin -3392 2652 -13508,0.02,1" "OnUser2" "stage_2_teleport_2x,AddOutput,angles 0 0 0,0.02,1" "OnUser2" "!self,Enable,,0.03,1" + "OnUser3" "!self,Kill,,0,1" + } +} +filter: +{ + "targetname" "stage_2_relay" + "classname" "logic_relay" + "origin" "-3936.3 2176.72 -13230.4" +} +modify: +{ + match: + { + "targetname" "stage_2_ret5" + "classname" "func_wall_toggle" + "origin" "-3721.76 2354.93 -13122" + } + insert: + { + "OnUser1" "consola,Command,say ** RETREAT! **,0,1" + "OnUser1" "!self,Kill,,0,1" + "OnUser1" "stage_2_portal2,FireUser2,,6,1" + "OnUser1" "stage_2_bridge_4,Toggle,,10,1" + "OnUser1" "stage_2_triggerx,Break,,4,1" } } modify: { match: { - "targetname" "stage_2_relay" - "classname" "logic_relay" + "targetname" "stage_2_trigger" + "classname" "trigger_once" + "origin" "-4156 2516 -13116" } delete: { - "OnTrigger" "stage_2_ret5,Toggle,,0,-1" + "OnTrigger" "stage_2_relay,Trigger,,45,-1" } insert: { - "OnTrigger" "stage_2_ret5,Kill,,0,1" - "OnTrigger" "stage_2_portal2,FireUser2,,6,1" + "OnTrigger" "stage_2_ret5,FireUser1,,45,1" } } modify: @@ -2097,6 +2454,57 @@ modify: "OnBreak" "map_maker_meteor,ForceSpawn,,0.01,1" } } +modify: +{ + match: + { + "origin" "-5833.5 -1359 -13042" + "classname" "trigger_teleport" + } + insert: + { + "targetname" "stripper_stage_2_teleport" + } +} +modify: +{ + match: + { + "origin" "2304 3728 -11904" + "targetname" "stage_2_limits" + "classname" "func_brush" + } + replace: + { + "classname" "func_wall_toggle" + } + delete: + { + "solidbsp" "0" + "Solidity" "0" + "StartDisabled" "0" + } +} +modify: +{ + match: + { + "origin" "537.55 4565.1 -13280" + "targetname" "stage_2_brushes" + "classname" "func_brush" + } + replace: + { + "classname" "func_wall_toggle" + "spawnflags" "1" + } + delete: + { + "solidbsp" "0" + "Solidity" "0" + "StartDisabled" "1" + } +} ;-------------------- ;FIX STAGE 3 TRIGGER ;-------------------- @@ -2129,7 +2537,6 @@ modify: { match: { - "model" "*252" "classname" "trigger_once" "origin" "2016 -1376 -8557.2" "targetname" "stage_3_trigger8" @@ -2153,7 +2560,6 @@ modify: { match: { - "model" "*251" "classname" "trigger_once" "origin" "2016 -1440 -8557.2" "targetname" "stage_3_trigger7" @@ -2161,6 +2567,8 @@ modify: insert: { "OnStartTouch" "stage_3_trigger8,Kill,,30,1" + "OnStartTouch" "stripper_stage_3_door_1,Open,,5,1" + "OnStartTouch" "stripper_stage_3_door_2,Open,,5,1" } } filter: @@ -2320,7 +2728,7 @@ modify: } insert: { - "targetname" "stage_3_prop_dynamic" + "targetname" "stage_3_prop_dynamic_kill" } } add: @@ -2378,9 +2786,179 @@ modify: "origin" "1656.51 -4688 -10408" } } +modify: +{ + match: + { + "origin" "2499.44 -3002.52 -8660.2" + "classname" "prop_door_rotating" + "model" "models/props/furnitures/doors/door_ow2_l.mdl" + } + delete: + { + "OnOpen" "!self,Unlock,,1,-1" + "OnOpen" "!self,Lock,,0,-1" + } + insert: + { + "targetname" "stripper_stage_3_door_1" + "OnOpen" "!self,Lock,,0,1" + } +} +modify: +{ + match: + { + "origin" "3319.8 -3327.2 -8819.95" + "classname" "prop_door_rotating" + "model" "models/props/furnitures/doors/door_ow2_l.mdl" + } + delete: + { + "OnOpen" "!self,Unlock,,1,-1" + "OnOpen" "!self,Lock,,0,-1" + } + insert: + { + "targetname" "stripper_stage_3_door_2" + "OnOpen" "!self,Lock,,0,1" + } +} +modify: +{ + match: + { + "origin" "144 4336 -13040" + "targetname" "stage_3_limits" + "classname" "func_brush" + } + replace: + { + "classname" "func_wall_toggle" + } + delete: + { + "solidbsp" "0" + "Solidity" "0" + "StartDisabled" "0" + } +} +filter: +{ + "origin" "3773.63 -3513.27 -10044.4" + "targetname" "stage_3_relay2" + "classname" "logic_relay" +} +modify: +{ + match: + { + "origin" "3800 -3356 -10007.5" + "targetname" "stage_3_prop_dynamic" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "consola,Command,say ** DEFEND THIS PLACE FOR 35 SECONDS **,0,-1" + "OnStartTouch" "stage_3_door8,Break,,35,-1" + } + insert: + { + "OnStartTouch" "consola,Command,say ** DEFEND THIS PLACE FOR 35 SECONDS **,0,1" + "OnStartTouch" "stage_3_door8,Break,,35,1" + "OnStartTouch" "consola,Command,say ** DOORS ARE OPEN ** RUN UPSTAIRS **,35,1" + "OnStartTouch" "global_horn,PlaySound,,35,1" + } +} +modify: +{ + match: + { + "origin" "-3106.7 -3579.89 -7234.14" + "classname" "logic_measure_movement" + } + insert: + { + "targetname" "stripper_stage_3_measure_1" + } +} +modify: +{ + match: + { + "origin" "-2658.7 -4864 -7234.14" + "classname" "logic_measure_movement" + } + insert: + { + "targetname" "stripper_stage_3_measure_2" + } +} +modify: +{ + match: + { + "origin" "-2322.7 -5568 -7234.14" + "classname" "logic_measure_movement" + } + insert: + { + "targetname" "stripper_stage_3_measure_3" + } +} +modify: +{ + match: + { + "origin" "1946.85 5037.86 -12929.4" + "targetname" "stage_3_teleport_z" + "classname" "info_teleport_destination" + } + replace: + { + "angles" "0 0 0" + "origin" "142 4484 -13096" + } +} ;-------------------- ;FIX STAGE 4 TRIGGER ;-------------------- +modify: +{ + match: + { + "origin" "6462.26 -754.5 -7555.47" + "classname" "func_physbox" + } + insert: + { + "targetname" "stripper_stage_4_physbox_1" + } +} +modify: +{ + match: + { + "origin" "6736 -753.5 -7585.99" + "classname" "func_physbox" + } + insert: + { + "targetname" "stripper_stage_4_physbox_2" + } +} +filter: +{ + "origin" "7745.11 4444.21 -6244.38" + "targetname" "stage_4_relay_2" + "classname" "logic_relay" +} +filter: +{ + "origin" "5650.48 297.999 -8264.38" + "targetname" "stage_4_inicio" + "classname" "logic_relay" +} filter: { "origin" "7660.78 3797.21 -6059.08" @@ -2403,6 +2981,24 @@ filter: "targetname" "stage_4_rope2" "classname" "move_rope" } +filter: +{ + "origin" "8108.78 3797.21 -6059.08" + "targetname" "stage_4_rope2" + "classname" "move_rope" +} +filter: +{ + "origin" "8112.55 3792 -4384.84" + "targetname" "stage_4_rope1" + "classname" "keyframe_rope" +} +filter: +{ + "origin" "7664.55 3792 -4384.84" + "targetname" "stage_4_rope3_2" + "classname" "keyframe_rope" +} modify: { match: @@ -2514,6 +3110,18 @@ add: "BoltWidth" "2" } modify: +{ + match: + { + "classname" "trigger_hurt" + "origin" "4120 -708 -7552" + } + insert: + { + "targetname" "stripper_stage_4_hurt" + } +} +modify: { match: { @@ -2536,9 +3144,6 @@ modify: insert: { "OnTrigger" "!self,AddOutput,targetname stage_4_end_no_glitch,5,1" - "OnTrigger" "skin_fix_relay,CancelPending,,5,1" - "OnTrigger" "skin_fix_relay,Disable,,5,1" - "OnTrigger" "skin_fix_relay,Kill,,5.01,1" "OnTrigger" "stripper_fix_stage_4_tp,Kill,,5.5,1" } } @@ -2558,161 +3163,163 @@ add: "spawnflags" "1" "x" "-1" "y" "0.88" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 150 SECONDS,0,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 149 SECONDS,1,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 148 SECONDS,2,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 147 SECONDS,3,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 146 SECONDS,4,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 145 SECONDS,5,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 144 SECONDS,6,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 143 SECONDS,7,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 142 SECONDS,8,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 141 SECONDS,9,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 140 SECONDS,10,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 139 SECONDS,11,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 138 SECONDS,12,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 137 SECONDS,13,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 136 SECONDS,14,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 135 SECONDS,15,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 134 SECONDS,16,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 133 SECONDS,17,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 132 SECONDS,18,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 131 SECONDS,19,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 130 SECONDS,20,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 129 SECONDS,21,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 128 SECONDS,22,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 127 SECONDS,23,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 126 SECONDS,24,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 125 SECONDS,25,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 124 SECONDS,26,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 123 SECONDS,27,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 122 SECONDS,28,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 121 SECONDS,29,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 120 SECONDS,30,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 119 SECONDS,31,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 118 SECONDS,32,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 117 SECONDS,33,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 116 SECONDS,34,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 115 SECONDS,35,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 114 SECONDS,36,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 113 SECONDS,37,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 112 SECONDS,38,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 111 SECONDS,39,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 110 SECONDS,40,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 109 SECONDS,41,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 108 SECONDS,42,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 107 SECONDS,43,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 106 SECONDS,44,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 105 SECONDS,45,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 104 SECONDS,46,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 103 SECONDS,47,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 102 SECONDS,48,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 101 SECONDS,49,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 100 SECONDS,50,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 99 SECONDS,51,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 98 SECONDS,52,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 97 SECONDS,53,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 96 SECONDS,54,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 95 SECONDS,55,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 94 SECONDS,56,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 93 SECONDS,57,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 92 SECONDS,58,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 91 SECONDS,59,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 90 SECONDS,60,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 89 SECONDS,61,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 88 SECONDS,62,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 87 SECONDS,63,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 86 SECONDS,64,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 85 SECONDS,65,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 84 SECONDS,66,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 83 SECONDS,67,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 82 SECONDS,68,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 81 SECONDS,69,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 80 SECONDS,70,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 79 SECONDS,71,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 78 SECONDS,72,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 77 SECONDS,73,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 76 SECONDS,74,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 75 SECONDS,75,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 74 SECONDS,76,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 73 SECONDS,77,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 72 SECONDS,78,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 71 SECONDS,79,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 70 SECONDS,80,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 69 SECONDS,81,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 68 SECONDS,82,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 67 SECONDS,83,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 66 SECONDS,84,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 65 SECONDS,85,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 64 SECONDS,86,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 63 SECONDS,87,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 62 SECONDS,88,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 61 SECONDS,89,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 60 SECONDS,90,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 59 SECONDS,91,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 58 SECONDS,92,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 57 SECONDS,93,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 56 SECONDS,94,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 55 SECONDS,95,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 54 SECONDS,96,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 53 SECONDS,97,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 52 SECONDS,98,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 51 SECONDS,99,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 50 SECONDS,100,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 49 SECONDS,101,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 48 SECONDS,102,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 47 SECONDS,103,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 46 SECONDS,104,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 45 SECONDS,105,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 44 SECONDS,106,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 43 SECONDS,107,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 42 SECONDS,108,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 41 SECONDS,109,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 40 SECONDS,110,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 39 SECONDS,111,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 38 SECONDS,112,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 37 SECONDS,113,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 36 SECONDS,114,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 35 SECONDS,115,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 34 SECONDS,116,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 33 SECONDS,117,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 32 SECONDS,118,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 31 SECONDS,119,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 30 SECONDS,120,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 29 SECONDS,121,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 28 SECONDS,122,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 27 SECONDS,123,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 26 SECONDS,124,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 25 SECONDS,125,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 24 SECONDS,126,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 23 SECONDS,127,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 22 SECONDS,128,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 21 SECONDS,129,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 20 SECONDS,130,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 19 SECONDS,131,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 18 SECONDS,132,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 17 SECONDS,133,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 16 SECONDS,134,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 15 SECONDS,135,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 14 SECONDS,136,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 13 SECONDS,137,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 12 SECONDS,138,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 11 SECONDS,139,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 10 SECONDS,140,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 9 SECONDS,141,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 8 SECONDS,142,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 7 SECONDS,143,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 6 SECONDS,144,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 5 SECONDS,145,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 4 SECONDS,146,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 3 SECONDS,147,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 2 SECONDS,148,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 1 SECOND,149,-1" - "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 0 SECOND,150,-1" - "OnUser1" "global_hud_hint,AddOutput,message ,151,-1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 150 SECONDS,0,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 149 SECONDS,1,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 148 SECONDS,2,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 147 SECONDS,3,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 146 SECONDS,4,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 145 SECONDS,5,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 144 SECONDS,6,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 143 SECONDS,7,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 142 SECONDS,8,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 141 SECONDS,9,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 140 SECONDS,10,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 139 SECONDS,11,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 138 SECONDS,12,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 137 SECONDS,13,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 136 SECONDS,14,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 135 SECONDS,15,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 134 SECONDS,16,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 133 SECONDS,17,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 132 SECONDS,18,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 131 SECONDS,19,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 130 SECONDS,20,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 129 SECONDS,21,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 128 SECONDS,22,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 127 SECONDS,23,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 126 SECONDS,24,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 125 SECONDS,25,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 124 SECONDS,26,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 123 SECONDS,27,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 122 SECONDS,28,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 121 SECONDS,29,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 120 SECONDS,30,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 119 SECONDS,31,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 118 SECONDS,32,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 117 SECONDS,33,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 116 SECONDS,34,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 115 SECONDS,35,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 114 SECONDS,36,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 113 SECONDS,37,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 112 SECONDS,38,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 111 SECONDS,39,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 110 SECONDS,40,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 109 SECONDS,41,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 108 SECONDS,42,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 107 SECONDS,43,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 106 SECONDS,44,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 105 SECONDS,45,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 104 SECONDS,46,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 103 SECONDS,47,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 102 SECONDS,48,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 101 SECONDS,49,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 100 SECONDS,50,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 99 SECONDS,51,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 98 SECONDS,52,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 97 SECONDS,53,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 96 SECONDS,54,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 95 SECONDS,55,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 94 SECONDS,56,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 93 SECONDS,57,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 92 SECONDS,58,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 91 SECONDS,59,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 90 SECONDS,60,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 89 SECONDS,61,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 88 SECONDS,62,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 87 SECONDS,63,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 86 SECONDS,64,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 85 SECONDS,65,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 84 SECONDS,66,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 83 SECONDS,67,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 82 SECONDS,68,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 81 SECONDS,69,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 80 SECONDS,70,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 79 SECONDS,71,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 78 SECONDS,72,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 77 SECONDS,73,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 76 SECONDS,74,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 75 SECONDS,75,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 74 SECONDS,76,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 73 SECONDS,77,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 72 SECONDS,78,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 71 SECONDS,79,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 70 SECONDS,80,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 69 SECONDS,81,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 68 SECONDS,82,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 67 SECONDS,83,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 66 SECONDS,84,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 65 SECONDS,85,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 64 SECONDS,86,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 63 SECONDS,87,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 62 SECONDS,88,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 61 SECONDS,89,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 60 SECONDS,90,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 59 SECONDS,91,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 58 SECONDS,92,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 57 SECONDS,93,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 56 SECONDS,94,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 55 SECONDS,95,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 54 SECONDS,96,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 53 SECONDS,97,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 52 SECONDS,98,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 51 SECONDS,99,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 50 SECONDS,100,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 49 SECONDS,101,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 48 SECONDS,102,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 47 SECONDS,103,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 46 SECONDS,104,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 45 SECONDS,105,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 44 SECONDS,106,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 43 SECONDS,107,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 42 SECONDS,108,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 41 SECONDS,109,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 40 SECONDS,110,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 39 SECONDS,111,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 38 SECONDS,112,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 37 SECONDS,113,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 36 SECONDS,114,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 35 SECONDS,115,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 34 SECONDS,116,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 33 SECONDS,117,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 32 SECONDS,118,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 31 SECONDS,119,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 30 SECONDS,120,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 29 SECONDS,121,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 28 SECONDS,122,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 27 SECONDS,123,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 26 SECONDS,124,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 25 SECONDS,125,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 24 SECONDS,126,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 23 SECONDS,127,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 22 SECONDS,128,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 21 SECONDS,129,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 20 SECONDS,130,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 19 SECONDS,131,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 18 SECONDS,132,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 17 SECONDS,133,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 16 SECONDS,134,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 15 SECONDS,135,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 14 SECONDS,136,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 13 SECONDS,137,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 12 SECONDS,138,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 11 SECONDS,139,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 10 SECONDS,140,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 9 SECONDS,141,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 8 SECONDS,142,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 7 SECONDS,143,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 6 SECONDS,144,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 5 SECONDS,145,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 4 SECONDS,146,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 3 SECONDS,147,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 2 SECONDS,148,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 1 SECOND,149,1" + "OnUser1" "global_hud_hint,AddOutput,message TIME UNTIL GHOST ARMY ARRIVAL : 0 SECOND,150,1" + "OnUser1" "global_hud_hint,AddOutput,message ,151,1" "OnUser2" "!self,Display,,0.01,-1" "OnUser2" "!self,FireUser2,,1,-1" - "OnUser1" "spawn_teleport_mass,AddOutput,target stage_4_info1final,90,1" + "OnUser1" "spawn_teleport_mass,AddOutput,target stage_4_info1final,85,1" + "OnUser1" "stage_4_info1,FireUser2,,85,1" + "OnUser1" "spawn_tele_zombis,FireUser2,,85,1" } modify: { @@ -2792,46 +3399,63 @@ modify: delete: { "OnTrigger" "stage_4_trigger_ext,Enable,,5,1" + "OnTrigger" "musica_muteAll,Trigger,,0,-1" + "OnTrigger" "musica_extreme,PlaySound,,0,1" } insert: { "OnTrigger" "stage_4_trigger_ext,FireUser1,,5,1" + "OnTrigger" "stage_4_trigger_ext,FireUser2,,4.99,1" } } -modify: +filter: { - match: - { - "targetname" "stage_4_trigger_ext" - "classname" "trigger_multiple" - "origin" "4714 62 -1632" - } - delete: - { - "OnStartTouch" "!self,Disable,,0,-1" - "OnStartTouch" "!self,Enable,,1.5,-1" - } - insert: - { - "OnUser1" "!self,Enable,,0,-1" - "OnUser1" "!self,Disable,,1.5,-1" - "OnUser1" "!self,FireUser1,,1.6,-1" - } + "targetname" "stage_4_trigger_ext" + "classname" "trigger_multiple" + "origin" "4714 62 -1632" } add: { - "model" "*380" - "wait" "3" + "wait" "1" "targetname" "stage_4_trigger_ext" "StartDisabled" "1" "spawnflags" "1" - "origin" "4714 62 -2056" + "origin" "4504 -256 -1248" "filtername" "humanos" "classname" "trigger_multiple" "OnStartTouch" "dar_municion,Use,,0,-1" "OnUser1" "!self,Enable,,0,-1" "OnUser1" "!self,Disable,,1.5,-1" "OnUser1" "!self,FireUser1,,1.6,-1" + "OnUser2" "!self,AddOutput,solid 3,0,1" + "OnUser2" "!self,AddOutput,mins -6264 -2656 -1728,0,1" + "OnUser2" "!self,AddOutput,maxs 6264 2656 1728,0,1" +} +modify: +{ + match: + { + "origin" "4784 1642.69 -7216" + "targetname" "luz_1" + "classname" "light" + } + replace: + { + "spawnflags" "1" + } +} +modify: +{ + match: + { + "origin" "6508.01 3293.94 -7216" + "targetname" "luz_2" + "classname" "light" + } + replace: + { + "spawnflags" "1" + } } modify: { @@ -2844,6 +3468,7 @@ modify: delete: { "Template04" "stage_4_cata_noT" + "Template05" "stage_4_zonaoscura_ayuda2" } } modify: @@ -2857,6 +3482,7 @@ modify: delete: { "Template04" "n2stage_4_cata_noT" + "Template05" "stage_4_zonaoscura_ayuda1" } } filter: @@ -2891,11 +3517,13 @@ modify: insert: { "Case01" "1" - "Case02" "2" + "Case03" "2" + "OnCase01" "!self,Kill,,0,1" "OnCase01" "stripper_temp_debris,FireUser3,,0,1" "OnCase01" "stage_4_light_summon_1,ForceSpawn,,0.05,1" "OnCase01" "stage_4_cata_noT,Break,,0.07,1" "OnCase01" "stage_4_breakabla_1,Break,,0.07,1" + "OnCase03" "!self,Kill,,0,1" "OnCase03" "stripper_temp_debris,FireUser4,,0,1" "OnCase03" "n2stage_4_light_summon_1,ForceSpawn,,0.05,1" "OnCase03" "stage_4_breakabla_3,Break,,0.07,1" @@ -2906,7 +3534,39 @@ modify: { match: { - "model" "*274" + "origin" "6541.95 4128 -6380" + "classname" "prop_door_rotating" + } + delete: + { + "OnOpen" "!self,Unlock,,1,-1" + } + insert: + { + "targetname" "stripper_stage_4_door_1" + } +} +modify: +{ + match: + { + "origin" "6453.3 4298.3 -6380" + "classname" "prop_door_rotating" + } + delete: + { + "OnOpen" "!self,Unlock,,1,-1" + } + insert: + { + "targetname" "stripper_stage_4_door_2" + } +} +modify: +{ + match: + { + "classname" "func_breakable" "targetname" "stage_4_breakable_4" "origin" "6689.76 3852.81 -5981.75" } @@ -2977,6 +3637,67 @@ modify: "OnPass" "stage_4_breakable_5,Break,,5,1" } } +modify: +{ + match: + { + "origin" "7884 3564 -6123.95" + "targetname" "stage_4_breakable_5" + "classname" "func_breakable" + } + delete: + { + "OnBreak" "spawn_teleport_mass,AddOutput,target stage_4_info1,2,-1" + } +} +modify: +{ + match: + { + "origin" "-640 -272 -5320" + "classname" "trigger_push" + } + insert: + { + "targetname" "stripper_stage_4_push" + } +} +modify: +{ + match: + { + "origin" "-912 -2096 -5008" + "classname" "trigger_push" + } + insert: + { + "targetname" "stripper_stage_4_push" + } +} +modify: +{ + match: + { + "origin" "-1704 -256 -5008" + "classname" "trigger_push" + } + insert: + { + "targetname" "stripper_stage_4_push" + } +} +modify: +{ + match: + { + "origin" "-880 1784 -5008" + "classname" "trigger_push" + } + insert: + { + "targetname" "stripper_stage_4_push" + } +} add: { "model" "*280" @@ -3111,18 +3832,46 @@ filter: "targetname" "stage_4_logic_1" "classname" "logic_relay" } +filter: +{ + "origin" "5779.64 -1376.79 -8124.38" + "targetname" "stage_4_retreat_1" + "classname" "logic_relay" +} modify: { match: { - "model" "*268" - "origin" "6096 -1462 -7996" - "classname" "trigger_once" + "targetname" "stage_4_ret" + "origin" "5800 -1258 -7996" + "classname" "func_wall_toggle" } insert: { + "OnUser1" "!self,Kill,,0,1" + "OnUser1" "consola,Command,say ** FALL BACK! **,0,1" + "OnUser1" "global_horn,PlaySound,,0,1" + "OnUser1" "stage_4_door_2,Unlock,,0,1" + "OnUser1" "stage_4_door_2,Open,,0.1,1" + } +} +modify: +{ + match: + { + "origin" "6096 -1462 -7996" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "stage_4_retreat_1,Trigger,,30,-1" + } + insert: + { + "targetname" "stripper_stage_4_trigger_1" "OnStartTouch" "STAGE_4_DOORS,FireUser1,,0.1,1" "OnStartTouch" "consola,Command,say ** (DUNGEONS) ** THE DOOR IS UNLOCKED NOW **,5.1,1" + "OnStartTouch" "stage_4_ret,FireUser1,,30,1" } } modify: @@ -3171,6 +3920,12 @@ add: "targetname" "stripper_fix_lift" "rendermode" "10" } +filter: +{ + "origin" "5199.49 1576.32 -7756.38" + "targetname" "stage_4_relay" + "classname" "logic_relay" +} modify: { match: @@ -3185,10 +3940,19 @@ modify: delete: { "OnTimer" "!self,Disable,,0,-1" + "OnTimer" "stage_4_relay,Trigger,,0,-1" } insert: { "OnTimer" "!self,Kill,,0,1" + "OnTimer" "stage_4_cata_random,PickRandom,,0,1" + "OnTimer" "global_shake_2,StartShake,,0,1" + "OnTimer" "global_explosion_case_strong,PickRandom,,0,1" + "OnTimer" "consola,Command,say ** THE CEILING HAS COLLAPSED ** CLIMB THE BROKEN WALL! **,0,1" + "OnTimer" "stage_4_trigger_hu,Enable,,0,1" + "OnTimer" "musica_muteAll,Trigger,,0,1" + "OnTimer" "musica_st_4_2,PlaySound,,0.1,1" + "OnTimer" "stage_4_trigger_hu,Disable,,20,1" } } modify: @@ -3223,17 +3987,29 @@ modify: "OnUser1" "!self,AddOutput,origin 4222 2052 -6630,15,1" } } +filter: +{ + "origin" "7812.49 4940.94 -6390.97" + "targetname" "stage_4_ghostes" + "classname" "info_particle_system" +} modify: { match: { - "targetname" "stage_4_trigger_4" - "classname" "trigger_once" - "origin" "7504 4872 -6316" + "origin" "4784 -381.99 -7592" + "targetname" "stage_4_limits" + "classname" "func_brush" } - insert: + replace: { - "OnStartTouch" "stage_4_teleport_2,FireUser1,,0,1" + "classname" "func_wall_toggle" + } + delete: + { + "solidbsp" "0" + "Solidity" "0" + "StartDisabled" "0" } } ;--------------------- @@ -3447,12 +4223,12 @@ modify: "OnPlayerPickup" "!activator,AddOutput,rendermode 10,0,1" "OnPlayerPickup" "!activator,AddOutput,renderfx 6,0,1" "OnPlayerPickup" "!activator,AddOutput,health 90000,0,1" - "OnPlayerPickup" "speedMod,ModifySpeed,0.8,0,1" "OnPlayerPickup" "!activator,SetDamageFilter,nohumanos,0,1" "OnPlayerPickup" "!self,AddOutput,rendermode 10,0,1" "OnPlayerPickup" "item_balrog_map_counter,FireUser1,,0.09,1" "OnPlayerPickup" "item_balrog_hp_relay,Trigger,,0.01,1" "OnPlayerPickup" "item_balrog_nade,SetDamageFilter,filter_granada,0,1" + "OnPlayerPickup" "consola,Command,zr_ztele_delay_zombie 7,0,1" } } modify: @@ -3795,6 +4571,7 @@ modify: "OnBreak" "item_balrog_kill_relay,CancelPending,,1,1" "OnBreak" "item_balrog_kill_relay,Kill,,1.01,1" "OnHealthChanged" "item_balrog_hp_remap,InValue,,0,-1" + "OnUser2" "consola,Command,zr_ztele_delay_zombie 7,0,-1" } } add: @@ -3873,11 +4650,16 @@ modify: { "origin" "12808 3504 12856" "targetname" "item_balrog_ui" - "PressedAttack2" "item_balrog_attack_2,Compare,,0,-1" - "PressedAttack" "item_balrog_attack_1,Compare,,0,-1" + } + delete: + { + "PressedAttack" "item_balrog_7,Trigger,,0,-1" + "PressedAttack2" "item_balrog_8,Trigger,,0,-1" } insert: { + "PressedAttack" "item_balrog_attack_1,Compare,,0,-1" + "PressedAttack2" "item_balrog_attack_2,Compare,,0,-1" "YAxis" "item_balrog_case_yaxis,InValue,,0,-1" "XAxis" "item_balrog_case_xaxis,InValue,,0,-1" } @@ -3975,6 +4757,8 @@ add: "OnUser1" "item_balrog_attack_1_relay,Kill,,0,1" "OnUser1" "item_balrog_fix_1,Kill,,0,1" "OnUser1" "item_balrog_nade,Kill,,0,1" + "OnUser1" "consola,Command,zr_ztele_delay_zombie 3,0,1" + "OnUser1" "item_balrog_physbox*,FireUser2,,0.01,1" "OnUser2" "item_balrog_sword_cooldown,Display,,0,-1" "OnSpawn" "item_balrog_hurt,FireUser1,,0,1" "OnSpawn" "item_balrog_roar_trigger,FireUser1,,0,1" @@ -4168,7 +4952,6 @@ add: "OnUser2" "!self,FireUser2,,1.5,-1" "OnUser2" "item_balrog_roar_cooldown,Display,,0,-1" "OnUser2" "item_balrog_sword_cooldown,Display,,0,-1" - "OnUser2" "!activator,AddOutput,gravity 2,0,-1" "OnUser1" "!self,FireUser1,,0.1,-1" "OnUser1" "item_balrog_kill_relay,Trigger,,0.05,-1" "OnUser1" "item_balrog_kill_relay,CancelPending,,0,-1" @@ -4394,12 +5177,15 @@ add: "min" "0" "max" "1" "classname" "math_counter" - "OutValue" "stripper_balrog_case,InValue,,0.01,-1" + "OnGetValue" "stripper_balrog_case,InValue,,0,-1" "OnHitMax" "stripper_shop_balrog,Disable,,0,-1" "OnHitMax" "stage_4_balrog_model,Disable,,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "stripper_shop_balrog,Enable,,0,-1" "OnUser4" "stage_4_balrog_model,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,2,0,-1" + "OnUser3" "stripper_shop_balrog,Enable,,0,-1" + "OnUser3" "stage_4_balrog_model,Enable,,0,-1" } add: { @@ -4415,7 +5201,6 @@ add: { "origin" "12960 3594 12766" "targetname" "stripper_balrog_case" - "Case16" "0" "Case04" "4" "Case03" "3" "Case02" "2" @@ -4423,14 +5208,12 @@ add: "classname" "logic_case" "OnCase01" "stripper_balrog_counter_2,Add,1,0,-1" "OnCase01" "item_balrog_map_case*,FireUser1,,0,-1" - "OnCase01" "consola,Command,zr_ztele_delay_zombie 7,0,-1" "OnCase02" "stripper_balrog_counter_2,Add,2,0,-1" "OnCase02" "item_balrog_map_case*,FireUser2,,0,-1" "OnCase03" "stripper_balrog_counter_2,Add,4,0,-1" "OnCase03" "item_balrog_map_case*,FireUser3,,0,-1" "OnCase04" "stripper_balrog_counter_2,Add,8,0,-1" "OnCase04" "item_balrog_map_case*,FireUser4,,0,-1" - "OnCase16" "consola,Command,zr_ztele_delay_zombie 3,0,-1" } add: { @@ -4528,7 +5311,7 @@ add: "targetname" "filter_monster_balrog" "filterclass" "monster_balrog" "Negated" "0" - "OnPass" "speedMod,ModifySpeed,0.8,0,-1" + "OnPass" "speedMod,ModifySpeed,1.0,0,-1" } add: { @@ -4557,7 +5340,6 @@ add: "OnPass" "!activator,AddOutput,health 9000,0,-1" "OnPass" "quitarTodo,StripWeaponsAndSuit,,0,-1" "OnPass" "darCuchillo,Use,,0.5,-1" - "OnPass" "stripper_zitem_counter_balrog,Add,1,0,-1" "OnPass" "stripper_temp_item_balrog,ForceSpawn,,0,-1" "OnPass" "!activator,SetDamageFilter,,0,-1" "OnPass" "speedMod,ModifySpeed,1,0,-1" @@ -4565,6 +5347,8 @@ add: "OnPass" "!activator,AddOutput,rendermode 0,0,-1" "OnPass" "!activator,AddOutput,gravity 1,0,-1" "OnPass" "!activator,AddOutput,origin 12664 3456 12848,0,-1" + "OnPass" "stripper_zitem_counter_balrog,Add,1,0,-1" + "OnPass" "stripper_zitem_counter_balrog,GetValue,,0.01,-1" } modify: { @@ -4582,7 +5366,7 @@ modify: insert: { "OnStartTouch" "spawn_teleport_mass,AddOutput,target stage_4_teleport_2,10,1" - "OnStartTouch" "balrog_disabled,Disable,,9,1" + "OnStartTouch" "balrog_disabled,Kill,,9,1" } } filter: @@ -4637,6 +5421,8 @@ modify: { "OnUser1" "!self,AddOutput,origin 5324 2184 -4680,0,1" "OnUser1" "!self,AddOutput,angles 0 225 0,0,1" + "OnUser2" "!self,AddOutput,origin 4904.23 -368 -3520,0,1" + "OnUser2" "!self,AddOutput,angles 0 180 0,0,1" } } modify: @@ -4649,12 +5435,17 @@ modify: } replace: { - "origin" "12752 848 10048" + "origin" "7248 1024 10032" + "angles" "0 0 0" } insert: { "OnUser1" "!self,AddOutput,origin 5324 2184 -4680,0,1" "OnUser1" "!self,AddOutput,angles 0 225 0,0,1" + "OnUser2" "!self,AddOutput,origin 4904.23 -368 -3520,0,1" + "OnUser2" "!self,AddOutput,angles 0 180 0,0,1" + "OnUser3" "!self,AddOutput,origin 12752 848 10048,0,1" + "OnUser3" "!self,AddOutput,angles 0 180 0,0,1" } } modify: @@ -4679,6 +5470,7 @@ modify: "OnTrigger" "!self,Kill,,0,1" "OnTrigger" "stripper_shop_balrog,AddOutput,origin 5440 2308 -4646.5,0,1" "OnTrigger" "stage_4_balrog_model,AddOutput,origin 5440 2308 -4680,0,1" + "OnTrigger" "filter_5_balrog,AddOutput,OnFail filter_no_h_monster:TestActivator::0:-1,0,1" "OnTrigger" "stage_4_info1,FireUser1,,0,1" "OnTrigger" "spawn_tele_zombis,FireUser1,,0,1" } @@ -5406,6 +6198,9 @@ modify: "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "triggers_spawant,Enable,,0,-1" "OnUser4" "triggers_spawan2t,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,3,0,-1" + "OnUser3" "triggers_spawant,Enable,,0,-1" + "OnUser3" "triggers_spawan2t,Enable,,0,-1" } } filter: @@ -5540,7 +6335,7 @@ add: "Negated" "0" "OnPass" "speedMod,ModifySpeed,1.15,0,-1" "OnPass" "speedMod,ModifySpeed,1.1,10,-1" - "OnFail" "speedMod,ModifySpeed,1.5,0,-1" + "OnFail" "speedMod,ModifySpeed,1.35,0,-1" "OnFail" "speedMod,ModifySpeed,1.15,10,-1" "OnFail" "!activator,AddOutput,max_health 9750,0,-1" "OnFail" "!activator,AddOutput,max_health 100,0.01,-1" @@ -5696,7 +6491,7 @@ modify: } replace: { - "origin" "9912 768 12924" + "origin" "9896 768 12924" "angles" "-6 180 0" } delete: @@ -5823,7 +6618,7 @@ modify: replace: { "spawnflags" "8713216" - "origin" "9909.27 768.13 12936.7" + "origin" "9893.27 768.13 12936.7" "health" "2500" "disableshadows" "1" "disablereceiveshadows" "1" @@ -5841,7 +6636,7 @@ modify: "OnBreak" "item_ladder_cooldown,Kill,,0,1" "OnBreak" "item_escalera_model,Kill,,0,1" "OnBreak" "item_ladder_trigger,Kill,,0,1" - "OnBreak" "item_ladder_button,Kill,,0,1" + "OnBreak" "item_ladder_relay,Kill,,0,1" "OnUser1" "item_ladder_kill_relay,CancelPending,,0,-1" "OnUser1" "item_ladder_kill_relay,Trigger,,0.05,-1" "OnUser1" "!self,FireUser1,,0.1,-1" @@ -5865,7 +6660,7 @@ add: "OnUser1" "item_escalera_model,Kill,,0,1" "OnUser1" "item_ladder_cooldown,Kill,,0,1" "OnUser1" "item_ladder_trigger,Kill,,0,1" - "OnUser1" "item_ladder_button,Kill,,0,1" + "OnUser1" "item_ladder_relay,Kill,,0,1" "OnUser1" "stripper_zitem_counter_ladder,Subtract,1,35,1" "OnUser1" "triggers_spawan_ladder,Enable,,35,1" "OnUser1" "triggers_spawan2_ladder,Enable,,35,1" @@ -5875,7 +6670,7 @@ add: "origin" "8602 1086 12933" "targetname" "item_ladder_cooldown" "classname" "game_text" - "message" "You can break a ladder in front of you by pressing +use" + "message" "You can break a ladder in front of you by pressing back twice" "channel" "0" "color" "0 255 255" "color2" "128 255 255" @@ -5898,7 +6693,7 @@ add: add: { "origin" "9944 768 12880" - "Template10" "item_ladder_button" + "Template10" "item_ladder_relay" "Template09" "item_ladder_trigger" "Template08" "item_ladder_kill_relay" "Template07" "item_ladder_cooldown" @@ -5927,19 +6722,30 @@ add: "OnUser1" "!self,AddOutput,mins -28 -16 -36,0,1" "OnUser1" "!self,AddOutput,maxs 28 16 36,0,1" } +modify: +{ + match: + { + "origin" "9985.45 766.3 12888.8" + "targetname" "item_escalera_2" + "classname" "game_ui" + } + insert: + { + "PressedBack" "item_ladder_relay,Trigger,,0,-1" + "PressedBack" "item_ladder_relay,Enable,,0.01,-1" + "PressedBack" "item_ladder_relay,Disable,,0.25,-1" + } +} add: { - "model" "*99" - "targetname" "item_ladder_button" - "spawnflags" "9235457" - "origin" "9944 768 12912" - "disableshadows" "1" - "disablereceiveshadows" "1" - "classname" "func_physbox_multiplayer" - "parentname" "item_escalera_1" - "OnPlayerUse" "item_ladder_trigger,Enable,,0,-1" - "OnPlayerUse" "item_ladder_trigger,Disable,,0.01,-1" - "hammerid" "1000015" + "origin" "10024 720 12856" + "targetname" "item_ladder_relay" + "StartDisabled" "1" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "item_ladder_trigger,Enable,,0,-1" + "OnTrigger" "item_ladder_trigger,Disable,,0.01,-1" } modify: { @@ -5991,6 +6797,9 @@ add: "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "triggers_spawan_ladder,Enable,,0,-1" "OnUser4" "triggers_spawan2_ladder,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,4,0,-1" + "OnUser3" "triggers_spawan_ladder,Enable,,0,-1" + "OnUser3" "triggers_spawan2_ladder,Enable,,0,-1" } filter: { @@ -6305,7 +7114,7 @@ modify: { "origin" "9704 1504 12664" "spawnflags" "48" - "radius" "4500" + "radius" "15000" } delete: { @@ -6544,6 +7353,7 @@ add: "OnUser1" "item_tnt_10,Kill,,0,1" "OnUser1" "item_tnt_cooldown,Kill,,0,1" "OnUser1" "item_tnt_mode,Kill,,0,1" + "OnUser1" "sonido_risa,Kill,,0,1" "OnUser1" "stripper_zitem_counter_tnt,Subtract,1,65,1" "OnUser1" "triggers_spawan_tnt,Enable,,65,1" "OnUser1" "triggers_spawan2_tnt,Enable,,65,1" @@ -6698,6 +7508,9 @@ add: "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "triggers_spawan_tnt,Enable,,0,-1" "OnUser4" "triggers_spawan2_tnt,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,2,0,-1" + "OnUser3" "triggers_spawan_tnt,Enable,,0,-1" + "OnUser3" "triggers_spawan2_tnt,Enable,,0,-1" } filter: { @@ -6874,6 +7687,9 @@ add: "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "triggers_spawan_totem,Enable,,0,-1" "OnUser4" "triggers_spawan2_totem,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,8,0,-1" + "OnUser3" "triggers_spawan_totem,Enable,,0,-1" + "OnUser3" "triggers_spawan2_totem,Enable,,0,-1" } ;----------- ;FIX NAZGUL @@ -7510,7 +8326,7 @@ modify: } insert: { - "OnStartTouch" "stage_1_nazgul_maker,ForceSpawn,,0,-1" + "OnStartTouch" "stage_1_nazgul_maker,ForceSpawnAtEntityOrigin,!activator,0,-1" "OnStartTouch" "stripper_zitem_counter_nazgul,Add,1,0,-1" } } @@ -7547,7 +8363,7 @@ modify: } insert: { - "OnStartTouch" "stage_4_nazgul_maker,ForceSpawn,,0,-1" + "OnStartTouch" "stage_4_nazgul_maker,ForceSpawnAtEntityOrigin,!activator,0,-1" "OnStartTouch" "stripper_zitem_counter_nazgul,Add,1,0,-1" } } @@ -7596,6 +8412,8 @@ modify: { "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "stage_1_triggerx,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,6,0,-1" + "OnUser3" "stage_1_triggerx,Enable,,0,-1" } } add: @@ -7800,6 +8618,7 @@ modify: "OnPlayerPickup" "!activator,SetDamageFilter,nozombies,0,1" "OnPlayerPickup" "!activator,AddOutput,health 90000,0,1" "OnPlayerPickup" "!self,AddOutput,rendermode 10,0,1" + "OnPlayerPickup" "!activator,SetDamageFilter,nozombies,3,1" } } modify: @@ -8887,6 +9706,8 @@ add: "OnHitMax" "stripper_shop_wk,Disable,,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "stripper_shop_wk,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,2,0,-1" + "OnUser3" "stripper_shop_wk,Enable,,0,-1" } ;------------ ;FIX GANDALF @@ -9004,6 +9825,7 @@ modify: "OnPlayerPickup" "item_gandalf_physbox,SetDamageFilter,zombies_y_items,0,1" "OnPlayerPickup" "item_gandalf_fix,FireUser1,,0,1" "OnPlayerPickup" "item_gandalf_fix,FireUser2,,0,1" + "OnPlayerPickup" "!activator,SetDamageFilter,nozombies,3,1" } } modify: @@ -9962,6 +10784,8 @@ add: "OnHitMax" "h_item_6_t,Disable,,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "h_item_6_t,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,2,0,-1" + "OnUser3" "h_item_6_t,Enable,,0,-1" } ;---------- ;FIX HORSE @@ -10148,6 +10972,8 @@ modify: "OnPlayerPickup" "item_horse_push_1,Enable,,0,1" "OnPlayerPickup" "item_horse_push_2,Enable,,0,1" "OnPlayerPickup" "item_horse_fix,FireUser3,,0,1" + "OnPlayerPickup" "!activator,SetDamageFilter,nozombies,3,1" + "OnPlayerPickup" "speedMod,ModifySpeed,1.35,3,1" } } modify: @@ -10862,6 +11688,8 @@ add: "OnHitMax" "h_item_5_t,Disable,,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "h_item_5_t,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,4,0,-1" + "OnUser3" "h_item_5_t,Enable,,0,-1" } ;-------- ;FIX OIL @@ -10890,6 +11718,12 @@ filter: "targetname" "item_oil_15" "origin" "9395.36 1752.82 12818.6" } +filter: +{ + "classname" "logic_compare" + "targetname" "item_oil_4" + "origin" "9268.37 1820.03 12823.6" +} modify: { match: @@ -11118,7 +11952,8 @@ modify: "health" "0" "DisableBoneFollowers" "1" "OnUser2" "!self,FireUser2,,1.5,-1" - "OnUser2" "item_oil_cooldown,Display,,0,-1" + "OnUser2" "item_oil_cooldown_2,Display,,0,-1" + "OnUser2" "item_oil_cooldown_1,Display,,0,-1" "OnUser1" "!self,FireUser1,,0.1,-1" "OnUser1" "item_oil_kill_relay,Trigger,,0.05,-1" "OnUser1" "item_oil_kill_relay,CancelPending,,0,-1" @@ -11167,36 +12002,6 @@ modify: } } modify: -{ - match: - { - "classname" "logic_compare" - "targetname" "item_oil_4" - "origin" "9268.37 1820.03 12823.6" - } - replace: - { - "origin" "9240 1864 12824" - "targetname" "item_oil_compare" - } - delete: - { - "OnEqualTo" "item_oil_6,ForceSpawn,,0.5,-1" - "OnEqualTo" "item_oil_2,Start,,0,-1" - "OnEqualTo" "item_oil_2,Stop,,1,-1" - "OnEqualTo" "item_oil_8,Add,1,0,-1" - } - insert: - { - "OnEqualTo" "!self,SetValue,0,0.5,-1" - "OnEqualTo" "item_oil_particle,Stop,,0.4,-1" - "OnEqualTo" "item_oil_maker,ForceSpawn,,0.3,-1" - "OnEqualTo" "!self,SetValue,1,0,-1" - "OnEqualTo" "item_oil_counter,Add,1,0,-1" - "OnEqualTo" "item_oil_particle,Start,,0,-1" - } -} -modify: { match: { @@ -11215,7 +12020,9 @@ modify: } insert: { - "PressedAttack2" "item_oil_compare,Compare,,0,-1" + "PressedAttack2" "!self,FireUser1,,0,1" + "OnUser1" "item_oil_counter,GetValue,,0,-1" + "OnUser1" "!self,AddOutput,PressedAttack2 !self:FireUser1::0:1,0.5,-1" } } modify: @@ -11230,6 +12037,7 @@ modify: { "origin" "9240 1896 12824" "targetname" "item_oil_counter" + "max" "3" } delete: { @@ -11241,133 +12049,7 @@ modify: } insert: { - "OnHitMax" "item_oil_particle,Stop,,60.1,-1" - "OnHitMax" "item_oil_cooldown,Display,,60.01,-1" - "OnHitMax" "item_oil_compare,SetCompareValue,0,60,-1" - "OnHitMax" "!self,SetValue,0,60,-1" - "OnHitMax" "item_oil_particle,Start,,60,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Ready !,60,-1" - "OnHitMax" "item_oil_cooldown,Display,,59.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 1s,59,-1" - "OnHitMax" "item_oil_cooldown,Display,,58.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 2s,58,-1" - "OnHitMax" "item_oil_cooldown,Display,,57.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 3s,57,-1" - "OnHitMax" "item_oil_cooldown,Display,,56.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 4s,56,-1" - "OnHitMax" "item_oil_cooldown,Display,,55.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 5s,55,-1" - "OnHitMax" "item_oil_cooldown,Display,,54.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 6s,54,-1" - "OnHitMax" "item_oil_cooldown,Display,,53.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 7s,53,-1" - "OnHitMax" "item_oil_cooldown,Display,,52.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 8s,52,-1" - "OnHitMax" "item_oil_cooldown,Display,,51.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 9s,51,-1" - "OnHitMax" "item_oil_cooldown,Display,,50.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 10s,50,-1" - "OnHitMax" "item_oil_cooldown,Display,,49.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 11s,49,-1" - "OnHitMax" "item_oil_cooldown,Display,,48.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 12s,48,-1" - "OnHitMax" "item_oil_cooldown,Display,,47.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 13s,47,-1" - "OnHitMax" "item_oil_cooldown,Display,,46.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 14s,46,-1" - "OnHitMax" "item_oil_cooldown,Display,,45.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 15s,45,-1" - "OnHitMax" "item_oil_cooldown,Display,,44.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 16s,44,-1" - "OnHitMax" "item_oil_cooldown,Display,,43.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 17s,43,-1" - "OnHitMax" "item_oil_cooldown,Display,,42.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 18s,42,-1" - "OnHitMax" "item_oil_cooldown,Display,,41.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 19s,41,-1" - "OnHitMax" "item_oil_cooldown,Display,,40.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 20s,40,-1" - "OnHitMax" "item_oil_cooldown,Display,,39.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 21s,39,-1" - "OnHitMax" "item_oil_cooldown,Display,,38.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 22s,38,-1" - "OnHitMax" "item_oil_cooldown,Display,,37.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 23s,37,-1" - "OnHitMax" "item_oil_cooldown,Display,,36.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 24s,36,-1" - "OnHitMax" "item_oil_cooldown,Display,,35.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 25s,35,-1" - "OnHitMax" "item_oil_cooldown,Display,,34.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 26s,34,-1" - "OnHitMax" "item_oil_cooldown,Display,,33.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 27s,33,-1" - "OnHitMax" "item_oil_cooldown,Display,,32.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 28s,32,-1" - "OnHitMax" "item_oil_cooldown,Display,,31.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 29s,31,-1" - "OnHitMax" "item_oil_cooldown,Display,,30.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 30s,30,-1" - "OnHitMax" "item_oil_cooldown,Display,,29.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 31s,29,-1" - "OnHitMax" "item_oil_cooldown,Display,,28.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 32s,28,-1" - "OnHitMax" "item_oil_cooldown,Display,,27.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 33s,27,-1" - "OnHitMax" "item_oil_cooldown,Display,,26.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 34s,26,-1" - "OnHitMax" "item_oil_cooldown,Display,,25.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 35s,25,-1" - "OnHitMax" "item_oil_cooldown,Display,,24.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 36s,24,-1" - "OnHitMax" "item_oil_cooldown,Display,,23.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 37s,23,-1" - "OnHitMax" "item_oil_cooldown,Display,,22.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 38s,22,-1" - "OnHitMax" "item_oil_cooldown,Display,,21.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 39s,21,-1" - "OnHitMax" "item_oil_cooldown,Display,,20.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 40s,20,-1" - "OnHitMax" "item_oil_cooldown,Display,,19.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 41s,19,-1" - "OnHitMax" "item_oil_cooldown,Display,,18.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 42s,18,-1" - "OnHitMax" "item_oil_cooldown,Display,,17.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 43s,17,-1" - "OnHitMax" "item_oil_cooldown,Display,,16.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 44s,16,-1" - "OnHitMax" "item_oil_cooldown,Display,,15.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 45s,15,-1" - "OnHitMax" "item_oil_cooldown,Display,,14.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 46s,14,-1" - "OnHitMax" "item_oil_cooldown,Display,,13.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 47s,13,-1" - "OnHitMax" "item_oil_cooldown,Display,,12.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 48s,12,-1" - "OnHitMax" "item_oil_cooldown,Display,,11.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 49s,11,-1" - "OnHitMax" "item_oil_cooldown,Display,,10.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 50s,10,-1" - "OnHitMax" "item_oil_cooldown,Display,,9.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 51s,9,-1" - "OnHitMax" "item_oil_cooldown,Display,,8.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 52s,8,-1" - "OnHitMax" "item_oil_cooldown,Display,,7.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 53s,7,-1" - "OnHitMax" "item_oil_cooldown,Display,,6.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 54s,6,-1" - "OnHitMax" "item_oil_cooldown,Display,,5.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 55s,5,-1" - "OnHitMax" "item_oil_cooldown,Display,,4.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 56s,4,-1" - "OnHitMax" "item_oil_cooldown,Display,,3.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 57s,3,-1" - "OnHitMax" "item_oil_cooldown,Display,,2.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 58s,2,-1" - "OnHitMax" "item_oil_cooldown,Display,,1.01,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 59s,1,-1" - "OnHitMax" "item_oil_cooldown,Display,,0.01,-1" - "OnHitMax" "item_oil_compare,SetCompareValue,-1,0,-1" - "OnHitMax" "item_oil_cooldown,AddOutput,message Oil Cooldown - 60s,0,-1" + "OnGetValue" "item_oil_case,InValue,,0,-1" } } modify: @@ -11391,6 +12073,278 @@ modify: } } add: +{ + "classname" "logic_case" + "targetname" "item_oil_case" + "origin" "9240 1864 12824" + "Case01" "0" + "Case02" "1" + "Case03" "2" + "Case04" "oil1" + "OnCase01" "!self,InValue,oil1,0,-1" + "OnCase03" "!self,InValue,oil1,0,-1" + "OnCase04" "!self,AddOutput,Case04 cooldown,0,-1" + "OnCase04" "item_oil_particle,Start,,0,-1" + "OnCase04" "item_oil_counter,Add,1,0,-1" + "OnCase04" "item_oil_maker,ForceSpawn,,0.3,-1" + "OnCase04" "item_oil_particle,Stop,,0.4,-1" + "OnCase04" "item_oil_particle,Start,,59.90,-1" + "OnCase04" "item_oil_counter,Subtract,1,60,-1" + "OnCase04" "item_oil_particle,Stop,,60,-1" + "OnCase04" "!self,AddOutput,Case04 oil1,60,-1" + "OnCase04" "item_oil_cooldown_1,Display,,60.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Ready !,60,-1" + "OnCase04" "item_oil_cooldown_1,Display,,59.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 1s,59,-1" + "OnCase04" "item_oil_cooldown_1,Display,,58.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 2s,58,-1" + "OnCase04" "item_oil_cooldown_1,Display,,57.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 3s,57,-1" + "OnCase04" "item_oil_cooldown_1,Display,,56.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 4s,56,-1" + "OnCase04" "item_oil_cooldown_1,Display,,55.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 5s,55,-1" + "OnCase04" "item_oil_cooldown_1,Display,,54.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 6s,54,-1" + "OnCase04" "item_oil_cooldown_1,Display,,53.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 7s,53,-1" + "OnCase04" "item_oil_cooldown_1,Display,,52.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 8s,52,-1" + "OnCase04" "item_oil_cooldown_1,Display,,51.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 9s,51,-1" + "OnCase04" "item_oil_cooldown_1,Display,,50.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 10s,50,-1" + "OnCase04" "item_oil_cooldown_1,Display,,49.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 11s,49,-1" + "OnCase04" "item_oil_cooldown_1,Display,,48.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 12s,48,-1" + "OnCase04" "item_oil_cooldown_1,Display,,47.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 13s,47,-1" + "OnCase04" "item_oil_cooldown_1,Display,,46.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 14s,46,-1" + "OnCase04" "item_oil_cooldown_1,Display,,45.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 15s,45,-1" + "OnCase04" "item_oil_cooldown_1,Display,,44.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 16s,44,-1" + "OnCase04" "item_oil_cooldown_1,Display,,43.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 17s,43,-1" + "OnCase04" "item_oil_cooldown_1,Display,,42.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 18s,42,-1" + "OnCase04" "item_oil_cooldown_1,Display,,41.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 19s,41,-1" + "OnCase04" "item_oil_cooldown_1,Display,,40.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 20s,40,-1" + "OnCase04" "item_oil_cooldown_1,Display,,39.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 21s,39,-1" + "OnCase04" "item_oil_cooldown_1,Display,,38.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 22s,38,-1" + "OnCase04" "item_oil_cooldown_1,Display,,37.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 23s,37,-1" + "OnCase04" "item_oil_cooldown_1,Display,,36.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 24s,36,-1" + "OnCase04" "item_oil_cooldown_1,Display,,35.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 25s,35,-1" + "OnCase04" "item_oil_cooldown_1,Display,,34.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 26s,34,-1" + "OnCase04" "item_oil_cooldown_1,Display,,33.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 27s,33,-1" + "OnCase04" "item_oil_cooldown_1,Display,,32.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 28s,32,-1" + "OnCase04" "item_oil_cooldown_1,Display,,31.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 29s,31,-1" + "OnCase04" "item_oil_cooldown_1,Display,,30.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 30s,30,-1" + "OnCase04" "item_oil_cooldown_1,Display,,29.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 31s,29,-1" + "OnCase04" "item_oil_cooldown_1,Display,,28.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 32s,28,-1" + "OnCase04" "item_oil_cooldown_1,Display,,27.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 33s,27,-1" + "OnCase04" "item_oil_cooldown_1,Display,,26.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 34s,26,-1" + "OnCase04" "item_oil_cooldown_1,Display,,25.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 35s,25,-1" + "OnCase04" "item_oil_cooldown_1,Display,,24.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 36s,24,-1" + "OnCase04" "item_oil_cooldown_1,Display,,23.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 37s,23,-1" + "OnCase04" "item_oil_cooldown_1,Display,,22.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 38s,22,-1" + "OnCase04" "item_oil_cooldown_1,Display,,21.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 39s,21,-1" + "OnCase04" "item_oil_cooldown_1,Display,,20.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 40s,20,-1" + "OnCase04" "item_oil_cooldown_1,Display,,19.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 41s,19,-1" + "OnCase04" "item_oil_cooldown_1,Display,,18.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 42s,18,-1" + "OnCase04" "item_oil_cooldown_1,Display,,17.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 43s,17,-1" + "OnCase04" "item_oil_cooldown_1,Display,,16.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 44s,16,-1" + "OnCase04" "item_oil_cooldown_1,Display,,15.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 45s,15,-1" + "OnCase04" "item_oil_cooldown_1,Display,,14.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 46s,14,-1" + "OnCase04" "item_oil_cooldown_1,Display,,13.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 47s,13,-1" + "OnCase04" "item_oil_cooldown_1,Display,,12.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 48s,12,-1" + "OnCase04" "item_oil_cooldown_1,Display,,11.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 49s,11,-1" + "OnCase04" "item_oil_cooldown_1,Display,,10.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 50s,10,-1" + "OnCase04" "item_oil_cooldown_1,Display,,9.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 51s,9,-1" + "OnCase04" "item_oil_cooldown_1,Display,,8.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 52s,8,-1" + "OnCase04" "item_oil_cooldown_1,Display,,7.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 53s,7,-1" + "OnCase04" "item_oil_cooldown_1,Display,,6.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 54s,6,-1" + "OnCase04" "item_oil_cooldown_1,Display,,5.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 55s,5,-1" + "OnCase04" "item_oil_cooldown_1,Display,,4.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 56s,4,-1" + "OnCase04" "item_oil_cooldown_1,Display,,3.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 57s,3,-1" + "OnCase04" "item_oil_cooldown_1,Display,,2.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 58s,2,-1" + "OnCase04" "item_oil_cooldown_1,Display,,1.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 59s,1,-1" + "OnCase04" "item_oil_cooldown_1,Display,,0.01,-1" + "OnCase04" "item_oil_cooldown_1,AddOutput,message Oil 1 Cooldown - 60s,0,-1" + "OnCase02" "item_oil_particle,Start,,0,-1" + "OnCase02" "item_oil_counter,Add,2,0,-1" + "OnCase02" "item_oil_maker,ForceSpawn,,0.3,-1" + "OnCase02" "item_oil_particle,Stop,,0.4,-1" + "OnCase02" "item_oil_particle,Start,,59.90,-1" + "OnCase02" "item_oil_counter,Subtract,2,60,-1" + "OnCase02" "item_oil_particle,Stop,,60,-1" + "OnCase02" "item_oil_cooldown_2,Display,,60.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Ready !,60,-1" + "OnCase02" "item_oil_cooldown_2,Display,,59.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 1s,59,-1" + "OnCase02" "item_oil_cooldown_2,Display,,58.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 2s,58,-1" + "OnCase02" "item_oil_cooldown_2,Display,,57.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 3s,57,-1" + "OnCase02" "item_oil_cooldown_2,Display,,56.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 4s,56,-1" + "OnCase02" "item_oil_cooldown_2,Display,,55.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 5s,55,-1" + "OnCase02" "item_oil_cooldown_2,Display,,54.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 6s,54,-1" + "OnCase02" "item_oil_cooldown_2,Display,,53.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 7s,53,-1" + "OnCase02" "item_oil_cooldown_2,Display,,52.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 8s,52,-1" + "OnCase02" "item_oil_cooldown_2,Display,,51.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 9s,51,-1" + "OnCase02" "item_oil_cooldown_2,Display,,50.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 10s,50,-1" + "OnCase02" "item_oil_cooldown_2,Display,,49.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 11s,49,-1" + "OnCase02" "item_oil_cooldown_2,Display,,48.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 12s,48,-1" + "OnCase02" "item_oil_cooldown_2,Display,,47.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 13s,47,-1" + "OnCase02" "item_oil_cooldown_2,Display,,46.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 14s,46,-1" + "OnCase02" "item_oil_cooldown_2,Display,,45.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 15s,45,-1" + "OnCase02" "item_oil_cooldown_2,Display,,44.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 16s,44,-1" + "OnCase02" "item_oil_cooldown_2,Display,,43.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 17s,43,-1" + "OnCase02" "item_oil_cooldown_2,Display,,42.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 18s,42,-1" + "OnCase02" "item_oil_cooldown_2,Display,,41.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 19s,41,-1" + "OnCase02" "item_oil_cooldown_2,Display,,40.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 20s,40,-1" + "OnCase02" "item_oil_cooldown_2,Display,,39.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 21s,39,-1" + "OnCase02" "item_oil_cooldown_2,Display,,38.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 22s,38,-1" + "OnCase02" "item_oil_cooldown_2,Display,,37.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 23s,37,-1" + "OnCase02" "item_oil_cooldown_2,Display,,36.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 24s,36,-1" + "OnCase02" "item_oil_cooldown_2,Display,,35.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 25s,35,-1" + "OnCase02" "item_oil_cooldown_2,Display,,34.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 26s,34,-1" + "OnCase02" "item_oil_cooldown_2,Display,,33.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 27s,33,-1" + "OnCase02" "item_oil_cooldown_2,Display,,32.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 28s,32,-1" + "OnCase02" "item_oil_cooldown_2,Display,,31.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 29s,31,-1" + "OnCase02" "item_oil_cooldown_2,Display,,30.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 30s,30,-1" + "OnCase02" "item_oil_cooldown_2,Display,,29.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 31s,29,-1" + "OnCase02" "item_oil_cooldown_2,Display,,28.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 32s,28,-1" + "OnCase02" "item_oil_cooldown_2,Display,,27.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 33s,27,-1" + "OnCase02" "item_oil_cooldown_2,Display,,26.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 34s,26,-1" + "OnCase02" "item_oil_cooldown_2,Display,,25.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 35s,25,-1" + "OnCase02" "item_oil_cooldown_2,Display,,24.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 36s,24,-1" + "OnCase02" "item_oil_cooldown_2,Display,,23.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 37s,23,-1" + "OnCase02" "item_oil_cooldown_2,Display,,22.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 38s,22,-1" + "OnCase02" "item_oil_cooldown_2,Display,,21.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 39s,21,-1" + "OnCase02" "item_oil_cooldown_2,Display,,20.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 40s,20,-1" + "OnCase02" "item_oil_cooldown_2,Display,,19.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 41s,19,-1" + "OnCase02" "item_oil_cooldown_2,Display,,18.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 42s,18,-1" + "OnCase02" "item_oil_cooldown_2,Display,,17.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 43s,17,-1" + "OnCase02" "item_oil_cooldown_2,Display,,16.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 44s,16,-1" + "OnCase02" "item_oil_cooldown_2,Display,,15.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 45s,15,-1" + "OnCase02" "item_oil_cooldown_2,Display,,14.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 46s,14,-1" + "OnCase02" "item_oil_cooldown_2,Display,,13.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 47s,13,-1" + "OnCase02" "item_oil_cooldown_2,Display,,12.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 48s,12,-1" + "OnCase02" "item_oil_cooldown_2,Display,,11.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 49s,11,-1" + "OnCase02" "item_oil_cooldown_2,Display,,10.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 50s,10,-1" + "OnCase02" "item_oil_cooldown_2,Display,,9.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 51s,9,-1" + "OnCase02" "item_oil_cooldown_2,Display,,8.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 52s,8,-1" + "OnCase02" "item_oil_cooldown_2,Display,,7.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 53s,7,-1" + "OnCase02" "item_oil_cooldown_2,Display,,6.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 54s,6,-1" + "OnCase02" "item_oil_cooldown_2,Display,,5.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 55s,5,-1" + "OnCase02" "item_oil_cooldown_2,Display,,4.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 56s,4,-1" + "OnCase02" "item_oil_cooldown_2,Display,,3.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 57s,3,-1" + "OnCase02" "item_oil_cooldown_2,Display,,2.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 58s,2,-1" + "OnCase02" "item_oil_cooldown_2,Display,,1.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 59s,1,-1" + "OnCase02" "item_oil_cooldown_2,Display,,0.01,-1" + "OnCase02" "item_oil_cooldown_2,AddOutput,message Oil 2 Cooldown - 60s,0,-1" +} +add: { "origin" "9240 1928 12824" "targetname" "item_oil_kill_relay" @@ -11400,12 +12354,13 @@ add: "OnTrigger" "!self,FireUser1,,0.1,-1" "OnUser1" "!self,Kill,,0,1" "OnUser1" "item_oil_ui,Kill,,0,1" - "OnUser1" "item_oil_compare,Kill,,0,1" + "OnUser1" "item_oil_case,Kill,,0,1" "OnUser1" "item_oil_counter,Kill,,0,1" "OnUser1" "item_oil_particle,Kill,,0,1" "OnUser1" "item_oil_model,Kill,,0,1" "OnUser1" "item_oil_maker,Kill,,0,1" - "OnUser1" "item_oil_cooldown,Kill,,0,1" + "OnUser1" "item_oil_cooldown_1,Kill,,0,1" + "OnUser1" "item_oil_cooldown_2,Kill,,0,1" } add: { @@ -11420,9 +12375,9 @@ add: "origin" "9240 1912 12824" "y" "0.25" "x" "0.02" - "targetname" "item_oil_cooldown" + "targetname" "item_oil_cooldown_1" "spawnflags" "0" - "message" "Oil Ready !" + "message" "Oil 1 Ready !" "holdtime" "3" "fxtime" "0.25" "fadeout" "0" @@ -11434,6 +12389,24 @@ add: "classname" "game_text" } add: +{ + "origin" "9240 1912 12824" + "y" "0.28" + "x" "0.02" + "targetname" "item_oil_cooldown_2" + "spawnflags" "0" + "message" "Oil 2 Ready !" + "holdtime" "3" + "fxtime" "0.25" + "fadeout" "0" + "fadein" "0" + "effect" "0" + "color2" "128 255 255" + "color" "0 255 255" + "channel" "1" + "classname" "game_text" +} +add: { "targetname" "extra_oil_hurt" "StartDisabled" "1" @@ -11478,6 +12451,8 @@ add: "OnHitMax" "stripper_temp_item_oil,AddOutput,targetname stripper_temp_item_oil_d,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "stripper_temp_item_oil_d,AddOutput,targetname stripper_temp_item_oil,0,-1" + "OnUser3" "!self,SetHitMax,2,0,-1" + "OnUser3" "stripper_temp_item_oil_d,AddOutput,targetname stripper_temp_item_oil,0,-1" } ;--------- ;FIX AMMO @@ -11702,6 +12677,10 @@ modify: "OnEqualTo" "item_supply_cooldown,Display,,60.01,-1" "OnEqualTo" "item_supply_sound_2,PlaySound,,60,-1" "OnEqualTo" "!self,SetValue,0,60,-1" + "OnEqualTo" "item_supply_sound_2,PlaySound,,0,-1" + "OnEqualTo" "!self,SetValue,1,0,-1" + "OnEqualTo" "item_supply_sound_1,PlaySound,,0,-1" + "OnEqualTo" "item_supply_maker,ForceSpawn,,0,-1" "OnEqualTo" "item_supply_cooldown,AddOutput,message Ammo Ready !,60,-1" "OnEqualTo" "item_supply_cooldown,Display,,59.01,-1" "OnEqualTo" "item_supply_cooldown,AddOutput,message Ammo Cooldown - 1s,59,-1" @@ -11821,11 +12800,7 @@ modify: "OnEqualTo" "item_supply_cooldown,AddOutput,message Ammo Cooldown - 58s,2,-1" "OnEqualTo" "item_supply_cooldown,Display,,1.01,-1" "OnEqualTo" "item_supply_cooldown,AddOutput,message Ammo Cooldown - 59s,1,-1" - "OnEqualTo" "item_supply_sound_2,PlaySound,,0,-1" "OnEqualTo" "item_supply_cooldown,Display,,0.01,-1" - "OnEqualTo" "!self,SetValue,1,0,-1" - "OnEqualTo" "item_supply_sound_1,PlaySound,,0,-1" - "OnEqualTo" "item_supply_maker,ForceSpawn,,0,-1" "OnEqualTo" "item_supply_cooldown,AddOutput,message Ammo Cooldown - 60s,0,-1" } } @@ -12053,6 +13028,8 @@ add: "OnHitMax" "h_item_ammo,Disable,,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "h_item_ammo,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,2,0,-1" + "OnUser3" "h_item_ammo,Enable,,0,-1" } ;---------- ;FIX ARMOR @@ -12473,6 +13450,8 @@ add: "OnHitMax" "h_item_2_t,Disable,,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "h_item_2_t,Enable,,0,-1" + "OnUser3" "!self,SetHitMax,4,0,-1" + "OnUser3" "h_item_2_t,Enable,,0,-1" } ;--------- ;FIX FLAG @@ -12616,6 +13595,8 @@ add: "OnHitMax" "stripper_temp_item_flag,AddOutput,targetname stripper_temp_item_flag_d,0,-1" "OnUser4" "!self,SetValue,0,0,-1" "OnUser4" "stripper_temp_item_flag_d,AddOutput,targetname stripper_temp_item_flag,0,-1" + "OnUser3" "!self,SetHitMax,10,0,-1" + "OnUser3" "stripper_temp_item_flag_d,AddOutput,targetname stripper_temp_item_flag,0,-1" } ;---------------------- ;FIX BARRICADE PHYSICS @@ -12711,7 +13692,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_45" "spawnflags" "9235457" - "origin" "-13824 -2916 5815" + "origin" "-13823.5 -2916.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -12837,7 +13818,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_42" "spawnflags" "9235457" - "origin" "-13824 -3004 5815" + "origin" "-13823.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -12967,7 +13948,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_39" "spawnflags" "9235457" - "origin" "-13696 -2916 5815" + "origin" "-13695.5 -2916.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13092,7 +14073,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_36" "spawnflags" "9235457" - "origin" "-13696 -3004 5815" + "origin" "-13695.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13217,7 +14198,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_33" "spawnflags" "9235457" - "origin" "-13568 -2916 5815" + "origin" "-13567.5 -2916.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13340,7 +14321,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_27" "spawnflags" "9235457" - "origin" "-13440 -2916 5815" + "origin" "-13439.5 -2916.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13466,7 +14447,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_24" "spawnflags" "9235457" - "origin" "-13440 -3004 5815" + "origin" "-13439.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13591,7 +14572,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_9" "spawnflags" "9235457" - "origin" "-13312 -3004 5815" + "origin" "-13311.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13734,7 +14715,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_18" "spawnflags" "9235457" - "origin" "-13184 -2916 5815" + "origin" "-13183.5 -2916.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13859,7 +14840,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_6" "spawnflags" "9235457" - "origin" "-13184 -3004 5815" + "origin" "-13183.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -13984,7 +14965,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_2" "spawnflags" "9235457" - "origin" "-13056 -3004 5815" + "origin" "-13055.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -14108,7 +15089,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_12" "spawnflags" "9235457" - "origin" "-12928 -2916 5815" + "origin" "-12927.5 -2916.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -14234,7 +15215,7 @@ add: "model" "*99" "targetname" "stage_1_barricade_1_0" "spawnflags" "9235457" - "origin" "-12928 -3004 5815" + "origin" "-12927.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -14357,7 +15338,7 @@ add: "model" "*99" "targetname" "prop_explosive_temp1" "spawnflags" "9235457" - "origin" "-12736 -3004 5815" + "origin" "-12735.5 -3004.5 5815" "disableshadows" "1" "disablereceiveshadows" "1" "classname" "func_physbox_multiplayer" @@ -14764,7 +15745,7 @@ add: "OnUser1" "less_case,AddOutput,OnCase13 map_meteor_relay_2:FireUser1::0:-1,0.16,-1" "OnUser1" "less_case,AddOutput,OnCase14 map_meteor_relay_2:FireUser1::0:-1,0.16,-1" "OnUser1" "less_case,AddOutput,OnCase15 map_meteor_relay_2:FireUser1::0:-1,0.16,-1" - "OnUser1" "less_case,AddOutput,OnCase16 map_meteor_relay_2:FireUser1::0:-1,0.04,-1" + "OnUser1" "less_case,AddOutput,OnCase16 map_meteor_relay_2:FireUser1::0:-1,0.16,-1" "OnUser1" "less_case,AddOutput,targetname map_meteor_case_6,0.17,-1" "OnUser1" "!self,ForceSpawn,,0.18,-1" "OnUser1" "less_case,AddOutput,OnCase01 map_meteor_relay_2:FireUser1::0:-1,0.19,-1" @@ -15042,8 +16023,8 @@ modify: "OnUser1" "object_meteor_door,AddOutput,mins -1 -1 -1,0,1" "OnUser1" "object_meteor_door,AddOutput,maxs 1 1 1,0,1" "OnUser1" "object_meteor_hurt,AddOutput,solid 3,0,1" - "OnUser1" "object_meteor_hurt,AddOutput,mins -91 -91 -95,0,1" - "OnUser1" "object_meteor_hurt,AddOutput,maxs 91 91 95,0,1" + "OnUser1" "object_meteor_hurt,AddOutput,mins -70 -70 -92,0,1" + "OnUser1" "object_meteor_hurt,AddOutput,maxs 70 70 92,0,1" "OnUser1" "object_meteor_door,Open,,0.01,1" "OnUser1" "!self,AddOutput,angles 0 0 0,0,1" "OnUser1" "object_meteor_model,Alpha,255,0.01,1" @@ -15121,7 +16102,7 @@ add: "wait" "-1" "unlocked_sentence" "0" "targetname" "object_meteor_door" - "speed" "3000" + "speed" "2000" "spawnpos" "0" "spawnflags" "4104" "rendermode" "0" @@ -15459,55 +16440,57 @@ modify: "DisableBoneFollowers" "1" } } -modify: +filter: { - match: - { - "classname" "prop_physics_multiplayer" - "targetname" "stage_1_cheap_1" - "origin" "-12661.6 -1274.56 5766.34" - "model" "models/lotr/debris_group_combo_2.mdl" - } - replace: - { - "origin" "-12673.15 -1152 5792" - "targetname" "object_meteor2_debris" - "spawnflags" "0" - "fademindist" "0" - "fademaxdist" "0.00001" - "angles" "0 0 0" - "classname" "prop_dynamic_override" - } - delete: - { - "shadowcastdist" "0" - "physicsmode" "0" - "physdamagescale" "0.1" - "overridescript" "mass,0.00001" - "nodamageforces" "0" - "minhealthdmg" "0" - "massScale" "0.0" - "inertiaScale" "1.0" - "forcetoenablemotion" "0" - "Damagetype" "0" - "damagetoenablemotion" "0" - "OnBreak" "global_shake_catapult,StartShake,,0,-1" - "OnBreak" "global_case_sound_cat,PickRandom,,0,-1" - "OnBreak" "global_sound_fallin2,Volume,0,0,-1" - "OnBreak" "newH_stage_1_cheap_16x,Start,,0,-1" - } - insert: - { - "solid" "0" - "SetBodyGroup" "0" - "RandomAnimation" "0" - "parentname" "object_meteor2_particle_2" - "MinAnimTime" "5" - "MaxAnimTime" "10" - "health" "0" - "DisableBoneFollowers" "1" - "damagefilter" "nada" - } + "classname" "prop_physics_multiplayer" + "targetname" "stage_1_cheap_1" + "origin" "-12661.6 -1274.56 5766.34" + "model" "models/lotr/debris_group_combo_2.mdl" +} +add: +{ + "model" "*189" + "targetname" "object_meteor2_physbox" + "spawnobject" "0" + "spawnflags" "8715264" + "rendermode" "0" + "renderfx" "0" + "rendercolor" "255 255 255" + "renderamt" "255" + "propdata" "0" + "pressuredelay" "0" + "preferredcarryangles" "0 0 0" + "PerformanceMode" "0" + "parentname" "object_meteor2_door" + "origin" "-12673.15 -1152 5792" + "notsolid" "0" + "nodamageforces" "0" + "material" "8" + "massScale" "0" + "health" "20" + "gibdir" "0 0 0" + "forcetoenablemotion" "0" + "explosion" "0" + "ExplodeRadius" "0" + "explodemagnitude" "0" + "ExplodeDamage" "0" + "disableshadows" "1" + "disablereceiveshadows" "1" + "damagetype" "0" + "damagetoenablemotion" "0" + "damagefilter" "nada" + "classname" "func_physbox_multiplayer" + "OnBreak" "object_meteor2_door,Kill,,0.01,1" + "OnBreak" "object_meteor2_particle_2,Kill,,0,1" + "OnBreak" "object_meteor2_sound_1,Kill,,0.01,1" + "OnBreak" "object_meteor2_sound_2,Kill,,0,1" + "OnBreak" "object_meteor2_shake,Kill,,0,1" + "OnBreak" "object_meteor2_debris,Break,,0,1" + "OnBreak" "object_meteor2_hurt,Kill,,0,1" + "OnBreak" "object_meteor2_model,Break,,0,1" + "OnBreak" "object_meteor2_particle_1,Kill,,0,1" + "OnBreak" "object_meteor2_particle_3,Kill,,0,1" + "OnBreak" "object_meteor2_sound_1,Volume,0,0,1" } modify: { @@ -15535,8 +16518,11 @@ modify: "OnUser1" "object_meteor2_door,AddOutput,mins -1 -1 -1,0,1" "OnUser1" "object_meteor2_door,AddOutput,maxs 1 1 1,0,1" "OnUser1" "object_meteor2_hurt,AddOutput,solid 3,0,1" - "OnUser1" "object_meteor2_hurt,AddOutput,mins -91 -91 -95,0,1" - "OnUser1" "object_meteor2_hurt,AddOutput,maxs 91 91 95,0,1" + "OnUser1" "object_meteor2_hurt,AddOutput,mins -70 -70 -92,0,1" + "OnUser1" "object_meteor2_hurt,AddOutput,maxs 70 70 92,0,1" + "OnUser1" "object_meteor2_physbox,SetDamageFilter,humanos_y_items,0.01,1" + "OnUser1" "object_meteor2_physbox,AddOutput,mins -100 -100 -100,0,1" + "OnUser1" "object_meteor2_physbox,AddOutput,maxs 100 100 100,0,1" "OnUser1" "!self,AddOutput,angles 0 0 0,0,1" } } @@ -15545,7 +16531,7 @@ add: "wait" "-1" "unlocked_sentence" "0" "targetname" "object_meteor2_door" - "speed" "3000" + "speed" "2000" "spawnpos" "0" "spawnflags" "4104" "rendermode" "0" @@ -15572,6 +16558,7 @@ add: "OnFullyOpen" "object_meteor2_shake,Kill,,0.01,1" "OnFullyOpen" "object_meteor2_debris,Break,,0,1" "OnFullyOpen" "object_meteor2_hurt,Kill,,0,1" + "OnFullyOpen" "object_meteor2_physbox,Kill,,0,1" "OnFullyOpen" "object_meteor2_model,Break,,0,1" "OnFullyOpen" "object_meteor2_particle_1,Kill,,0,1" "OnFullyOpen" "object_meteor2_particle_3,Kill,,0,1" @@ -15758,6 +16745,110 @@ add: ;------------- ;OPTIMIZATION ;------------- +modify: +{ + match: + { + "origin" "11095.5 1554 10216.4" + "targetname" "balrog_disabled" + "classname" "func_brush" + } + replace: + { + "classname" "func_wall_toggle" + "spawnflags" "1" + } + delete: + { + "solidbsp" "0" + "Solidity" "0" + "StartDisabled" "0" + "invert_exclusion" "0" + "InputFilter" "0" + "vrad_brush_cast_shadows" "0" + } +} +modify: +{ + match: + { + "origin" "-2431.4 224.918 13104.3" + "targetname" "stage_1_prop_dynamics2" + "classname" "prop_dynamic" + "model" "models/player/slow/hannibal/fell_beast_skybox/slow.mdl" + } + replace: + { + "solid" "0" + } +} +modify: +{ + match: + { + "origin" "-2487.4 397.376 13067.8" + "targetname" "stage_1_prop_dynamics2" + "classname" "prop_dynamic" + "model" "models/player/slow/hannibal/fell_beast_skybox/slow.mdl" + } + replace: + { + "solid" "0" + } +} +modify: +{ + match: + { + "origin" "-480 456 13064" + "targetname" "stage_1_prop_dynamics2" + "classname" "prop_dynamic" + "model" "models/lotr/minas_planura1.mdl" + } + replace: + { + "solid" "0" + } +} +modify: +{ + match: + { + "origin" "664.007 296.001 13068.8" + "targetname" "minas_prop_1" + "classname" "prop_dynamic" + } + replace: + { + "solid" "0" + } +} +modify: +{ + match: + { + "targetname" "army_" + "classname" "func_wall_toggle" + } + replace: + { + "spawnflags" "0" + } +} +modify: +{ + match: + { + "origin" "8609.43 -242.911 -1864" + "targetname" "musica_extreme" + "classname" "ambient_generic" + } + insert: + { + "OnUser1" "musica_muteAll,Trigger,,0,1" + "OnUser1" "!self,PlaySound,,0,1" + } +} filter: { "classname" "prop_dynamic" @@ -16077,16 +17168,6 @@ modify: "targetname" "stripper_spawn_brush" } } -add: -{ - "origin" "8930 718 12669" - "targetname" "skin_fix_relay" - "classname" "logic_relay" - "spawnflags" "2" - "StartDisabled" "1" - "OnTrigger" "!activator,SetDamageFilter,,0,-1" - "OnTrigger" "!activator,SetHealth,0,0.01,-1" -} modify: { match: @@ -16123,203 +17204,29 @@ add: "spawnflags" "1" "classname" "game_player_equip" } -modify: +filter: { - match: - { - "targetname" "logica_nivel_1" - "classname" "logic_relay" - } - delete: - { - "OnTrigger" "consola,Command,sv_turbophysics 1,0,-1" - "OnTrigger" "consola,Command,say **CURRENT STAGE >> PART 1 >> OSGILIATH **,0,-1" - } - insert: - { - "OnTrigger" "stripper_stage_1_door_3,FireUser2,,0,1" - "OnTrigger" "shortcut_stage_2*,Kill,,0,1" - "OnTrigger" "shortcut_stage_3*,Kill,,0,1" - "OnTrigger" "shortcut_stage_4*,Kill,,0,1" - "OnTrigger" "stripper_fix_stage_3,Kill,,0,1" - "OnTrigger" "stripper_fix_stage_4_glitch_win,Kill,,0,1" - "OnTrigger" "stripper_fix_lift,Kill,,0,1" - "OnTrigger" "stripper_temp_debris,Kill,,0,1" - "OnTrigger" "zd_template,FireUser1,,35,1" - "OnTrigger" "stage_2_brushes,Disable,,0,1" - "OnTrigger" "consola,Command,say ** CURRENT STAGE >> PART 1 >> OSGILIATH **,4,1" - "OnTrigger" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,5,1" - "OnTrigger" "worldspawn,FireUser1,,0,1" - "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0:1,0.02,1" - "OnTrigger" "balrog_disabled,Disable,,0,1" - "OnTrigger" "Temp_Stripper_MinMax,FireUser1,,4,1" - "OnTrigger" "stripper_temp_less_grue,FireUser1,,0,1" - } + "origin" "13213.3 -1941.26 12466.9" + "targetname" "logica_nivel_1" + "classname" "logic_relay" } -modify: +filter: { - match: - { - "targetname" "logica_nivel_2" - "classname" "logic_relay" - } - delete: - { - "OnTrigger" "consola,Command,sv_turbophysics 1,0,-1" - "OnTrigger" "consola,Command,say **CURRENT STAGE >> PART 2 >> MAIN GATES **,0,-1" - } - insert: - { - "OnTrigger" "stripper_stage_1_door_3,Kill,,0,1" - "OnTrigger" "shortcut_stage_1*,Kill,,0,1" - "OnTrigger" "shortcut_stage_3*,Kill,,0,1" - "OnTrigger" "shortcut_stage_4*,Kill,,0,1" - "OnTrigger" "stripper_stage_1_particles,Kill,,0,1" - "OnTrigger" "stripper_fix_stage_3,Kill,,0,1" - "OnTrigger" "stripper_fix_stage_4_glitch_win,Kill,,0,1" - "OnTrigger" "stripper_fix_lift,Kill,,0,1" - "OnTrigger" "stage_1_boats_track,Kill,,0,1" - "OnTrigger" "stage_1_catapult_rock1*,Kill,,0,1" - "OnTrigger" "stage_1_fall*,Kill,,0,1" - "OnTrigger" "stage_1_retreat,Kill,,0,1" - "OnTrigger" "stage_1_teleport*,Kill,,0,1" - "OnTrigger" "stage_1_rocas_1,Kill,,0,1" - "OnTrigger" "stage_1_enough,Kill,,0,1" - "OnTrigger" "puerta1,Kill,,0,1" - "OnTrigger" "stage_1_door*,Kill,,0,1" - "OnTrigger" "stage_1_barcos_relay,Kill,,0,1" - "OnTrigger" "stage_1_gan*,Kill,,0,1" - "OnTrigger" "stage_1_relay_1,Kill,,0,1" - "OnTrigger" "stage_1_hors*,Kill,,0,1" - "OnTrigger" "stage_1_retreat_door_3,Kill,,0,1" - "OnTrigger" "stage_1_catapults,Kill,,0,1" - "OnTrigger" "stage_1_item_naz_tele,Kill,,0,1" - "OnTrigger" "stage_1_nazgul_maker,Kill,,0,1" - "OnTrigger" "stage_1_path*,Kill,,0.01,1" - "OnTrigger" "stage_1_track*,Kill,,0.01,1" - "OnTrigger" "zd_template,FireUser2,,35,1" - "OnTrigger" "stage_2_brushes,Disable,,0,1" - "OnTrigger" "consola,Command,say ** CURRENT STAGE >> PART 2 >> MAIN GATES **,4,1" - "OnTrigger" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,5,1" - "OnTrigger" "worldspawn,FireUser1,,0,1" - "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:3:0:1,0.02,1" - "OnTrigger" "balrog_disabled,Disable,,0,1" - "OnTrigger" "Temp_Stripper_MinMax,FireUser2,,4,1" - "OnTrigger" "stripper_temp_less_horse,FireUser1,,0,1" - "OnTrigger" "stripper_temp_less_catapult,FireUser1,,0,1" - } + "origin" "13213.3 -1973.26 12466.9" + "targetname" "logica_nivel_2" + "classname" "logic_relay" } -modify: +filter: { - match: - { - "targetname" "logica_nivel_3" - "classname" "logic_relay" - } - delete: - { - "OnTrigger" "consola,Command,sv_turbophysics 1,0,-1" - "OnTrigger" "consola,Command,say **CURRENT STAGE >> PART 3 >> CATAPULTS **,0,-1" - } - insert: - { - "OnTrigger" "stripper_stage_1_door_3,Kill,,0,1" - "OnTrigger" "shortcut_stage_1*,Kill,,0,1" - "OnTrigger" "shortcut_stage_2*,Kill,,0,1" - "OnTrigger" "shortcut_stage_4*,Kill,,0,1" - "OnTrigger" "stripper_stage_1_particles,Kill,,0,1" - "OnTrigger" "stripper_fix_stage_4_glitch_win,Kill,,0,1" - "OnTrigger" "stripper_fix_lift,Kill,,0,1" - "OnTrigger" "stage_1_boats_track,Kill,,0,1" - "OnTrigger" "stage_1_catapult_rock1*,Kill,,0,1" - "OnTrigger" "stage_1_fall*,Kill,,0,1" - "OnTrigger" "stage_1_retreat,Kill,,0,1" - "OnTrigger" "stage_1_teleport*,Kill,,0,1" - "OnTrigger" "stage_1_rocas_1,Kill,,0,1" - "OnTrigger" "stage_1_enough,Kill,,0,1" - "OnTrigger" "puerta1,Kill,,0,1" - "OnTrigger" "stage_1_door*,Kill,,0,1" - "OnTrigger" "stage_1_barcos_relay,Kill,,0,1" - "OnTrigger" "stage_1_gan*,Kill,,0,1" - "OnTrigger" "stage_1_relay_1,Kill,,0,1" - "OnTrigger" "stage_1_hors*,Kill,,0,1" - "OnTrigger" "stage_1_retreat_door_3,Kill,,0,1" - "OnTrigger" "stage_1_catapults,Kill,,0,1" - "OnTrigger" "stage_1_item_naz_tele,Kill,,0,1" - "OnTrigger" "stage_1_nazgul_maker,Kill,,0,1" - "OnTrigger" "stage_1_path*,Kill,,0.01,1" - "OnTrigger" "stage_1_track*,Kill,,0.01,1" - "OnTrigger" "zd_template,FireUser2,,35,1" - "OnTrigger" "stage_2_brushes,Disable,,0,1" - "OnTrigger" "stripper_point_hurt_generic,AddOutput,Damage 500,0,1" - "OnTrigger" "consola,Command,say ** CURRENT STAGE >> PART 3 >> CATAPULTS **,4,1" - "OnTrigger" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,5,1" - "OnTrigger" "worldspawn,FireUser1,,0,1" - "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0:1,0.02,1" - "OnTrigger" "balrog_disabled,Disable,,0,1" - "OnTrigger" "Temp_Stripper_MinMax,FireUser3,,4,1" - "OnTrigger" "stripper_temp_less_grue,FireUser2,,0,1" - "OnTrigger" "stripper_temp_less_flag,FireUser1,,0,1" - "OnTrigger" "stripper_temp_less_horse,FireUser2,,0,1" - "OnTrigger" "stripper_temp_less_catapult,FireUser2,,0,1" - } + "origin" "13213.3 -2005.26 12466.9" + "targetname" "logica_nivel_3" + "classname" "logic_relay" } -modify: +filter: { - match: - { - "targetname" "logica_nivel_4" - "classname" "logic_relay" - } - delete: - { - "OnTrigger" "consola,Command,sv_turbophysics 1,0,-1" - "OnTrigger" "consola,Command,say ** CURRENT STAGE >> PART 4 >> THE LAST STAND **,0,-1" - "OnTrigger" "spawn_teleport_mass_z,AddOutput,target stage_4_teleport_z,0,-1" - } - insert: - { - "OnTrigger" "stripper_stage_1_door_3,Kill,,0,1" - "OnTrigger" "shortcut_stage_1*,Kill,,0,1" - "OnTrigger" "shortcut_stage_2*,Kill,,0,1" - "OnTrigger" "shortcut_stage_3*,Kill,,0,1" - "OnTrigger" "stripper_stage_1_particles,Kill,,0,1" - "OnTrigger" "stripper_fix_stage_3,Kill,,0,1" - "OnTrigger" "stage_1_boats_track,Kill,,0,1" - "OnTrigger" "stage_1_catapult_rock1*,Kill,,0,1" - "OnTrigger" "stage_1_fall*,Kill,,0,1" - "OnTrigger" "stage_1_retreat,Kill,,0,1" - "OnTrigger" "stage_1_teleport*,Kill,,0,1" - "OnTrigger" "stage_1_rocas_1,Kill,,0,1" - "OnTrigger" "stage_1_enough,Kill,,0,1" - "OnTrigger" "puerta1,Kill,,0,1" - "OnTrigger" "stage_1_door*,Kill,,0,1" - "OnTrigger" "stage_1_barcos_relay,Kill,,0,1" - "OnTrigger" "stage_1_gan*,Kill,,0,1" - "OnTrigger" "stage_1_relay_1,Kill,,0,1" - "OnTrigger" "stage_1_hors*,Kill,,0,1" - "OnTrigger" "stage_1_retreat_door_3,Kill,,0,1" - "OnTrigger" "stage_1_catapults,Kill,,0,1" - "OnTrigger" "stage_1_item_naz_tele,Kill,,0,1" - "OnTrigger" "stage_1_nazgul_maker,Kill,,0,1" - "OnTrigger" "stage_1_path*,Kill,,0.01,1" - "OnTrigger" "stage_1_track*,Kill,,0.01,1" - "OnTrigger" "global_aviso_antorcha,FireUser1,,0,1" - "OnTrigger" "zd_template,FireUser1,,35,1" - "OnTrigger" "stage_2_brushes,Disable,,0,1" - "OnTrigger" "consola,Command,say ** CURRENT STAGE >> PART 4 >> THE LAST STAND **,4,1" - "OnTrigger" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,5,1" - "OnTrigger" "worldspawn,FireUser1,,0,1" - "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:5:0:1,0.02,1" - "OnTrigger" "balrog_disabled,Enable,,0,1" - "OnTrigger" "stage_1_item_naz_tele2,FireUser1,,0,1" - "OnTrigger" "Temp_Stripper_MinMax,FireUser4,,4,1" - "OnTrigger" "spawn_teleport_mass_z,AddOutput,target stage_4_teleport_z2,0,1" - "OnTrigger" "stripper_temp_less_grue,FireUser3,,0,1" - "OnTrigger" "stripper_temp_less_flag,FireUser2,,0,1" - "OnTrigger" "stripper_temp_less_horse,FireUser3,,0,1" - "OnTrigger" "stripper_temp_less_catapult,FireUser3,,0,1" - } + "origin" "13213.3 -2037.26 12466.9" + "targetname" "logica_nivel_4" + "classname" "logic_relay" } modify: { @@ -16335,6 +17242,8 @@ modify: "OnNewGame" "esconder_,Open,,1,-1" "OnNewGame" "seguridad,Break,,13,-1" "OnNewGame" "consola,Command,say ** Thanks to Kaemon **,5,-1" + "OnNewGame" "luz_1,TurnOff,,0,-1" + "OnNewGame" "luz_2,TurnOff,,0,-1" } insert: { @@ -16383,8 +17292,8 @@ modify: "OnNewGame" "consola,Command,ammo_45acp_max 4000,0,1" "OnNewGame" "consola,Command,ammo_357sig_max 4000,0,1" "OnNewGame" "consola,Command,ammo_57mm_max 4000,0,1" - "OnNewGame" "consola,Command,say ** MAP BY Hannibal [SPA] (Rafuron) / Fixed by Noctali (31/05/19) **,1,1" - "OnNewGame" "consola,Command,say ** Thanks to Kaemon **,2,1" + "OnNewGame" "consola,Command,say ** MAP BY Hannibal [SPA] (Rafuron) / Fixed by Noctali (25/08/19) **,1.02,1" + "OnNewGame" "consola,Command,say ** Thanks to Kaemon **,2.02,1" "OnNewGame" "monster_balrog,AddOutput,classname player,0,1" "OnNewGame" "monster_nazgul,AddOutput,classname player,0,1" "OnNewGame" "monster_troll,AddOutput,classname player,0,1" @@ -16396,11 +17305,9 @@ modify: "OnNewGame" "player,AddOutput,rendermode 0,0.01,1" "OnNewGame" "player,AddOutput,renderfx 0,0.01,1" "OnNewGame" "player,SetDamageFilter,,0.01,1" - "OnNewGame" "skin_fix_relay,Enable,,1,1" "OnNewGame" "seguridad,Break,,16,1" "OnNewGame" "logica_start,Trigger,,25,1" "OnNewGame" "musica_st_spawn,PlaySound,,2,1" - "OnNewGame" "stage_2_bridge_4,Disable,,2,1" "OnNewGame" "stage_2_portal2,FireUser1,,0,1" "OnNewGame" "spawn_brush4,Disable,,0,1" "OnNewGame" "worldspawn,FireUser1,,0,1" @@ -16410,39 +17317,42 @@ modify: "OnNewGame" "Diff_Counter,GetValue,,0.02,1" "OnNewGame" "Stripper_Zone_Hp,CountPlayersInZone,,0.02,1" "OnNewGame" "Stripper_Zone_Hp,FireUser1,,16,1" - "OnNewGame" "Temp_Stripper_MinMax,AddOutput,origin 6176 752 11008,0.25,1" - "OnNewGame" "Temp_Stripper_MinMax,ForceSpawn,,0.26,1" + "OnNewGame" "stripper_temp_minmax,AddOutput,origin 6176 752 11008,0.25,1" + "OnNewGame" "stripper_temp_minmax,ForceSpawn,,0.26,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:mins -768 -688 -992:0:1,0.27,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:maxs 768 688 992:0:1,0.27,1" "OnNewGame" "stripper_minmax_teleport,FireUser1,,0.28,1" - "OnNewGame" "Temp_Stripper_MinMax,AddOutput,origin 8200 752 11008,0.29,1" - "OnNewGame" "Temp_Stripper_MinMax,ForceSpawn,,0.3,1" + "OnNewGame" "stripper_temp_minmax,AddOutput,origin 8200 752 11008,0.29,1" + "OnNewGame" "stripper_temp_minmax,ForceSpawn,,0.3,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:mins -920 -688 -992:0:1,0.31,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:maxs 920 688 992:0:1,0.31,1" "OnNewGame" "stripper_minmax_teleport,FireUser1,,0.32,1" - "OnNewGame" "Temp_Stripper_MinMax,AddOutput,origin 9792 4400 11008,0.33,1" - "OnNewGame" "Temp_Stripper_MinMax,ForceSpawn,,0.34,1" + "OnNewGame" "stripper_temp_minmax,AddOutput,origin 9792 4400 11008,0.33,1" + "OnNewGame" "stripper_temp_minmax,ForceSpawn,,0.34,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:mins -672 -688 -992:0:1,0.35,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:maxs 672 688 992:0:1,0.35,1" "OnNewGame" "stripper_minmax_teleport,FireUser1,,0.36,1" - "OnNewGame" "Temp_Stripper_MinMax,AddOutput,origin 9792 1944 11008,0.37,1" - "OnNewGame" "Temp_Stripper_MinMax,ForceSpawn,,0.38,1" + "OnNewGame" "stripper_temp_minmax,AddOutput,origin 9792 1944 11008,0.37,1" + "OnNewGame" "stripper_temp_minmax,ForceSpawn,,0.38,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:mins -672 -1462 -992:0:1,0.39,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:maxs 672 1462 992:0:1,0.39,1" "OnNewGame" "stripper_minmax_teleport,FireUser1,,0.4,1" - "OnNewGame" "Temp_Stripper_MinMax,AddOutput,origin 13440 784 11008,0.41,1" - "OnNewGame" "Temp_Stripper_MinMax,ForceSpawn,,0.42,1" + "OnNewGame" "stripper_temp_minmax,AddOutput,origin 13440 784 11008,0.41,1" + "OnNewGame" "stripper_temp_minmax,ForceSpawn,,0.42,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:mins -736 -688 -992:0:1,0.43,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:maxs 736 688 992:0:1,0.43,1" "OnNewGame" "stripper_minmax_teleport,FireUser1,,0.44,1" - "OnNewGame" "Temp_Stripper_MinMax,AddOutput,origin 11328 784 11008,0.45,1" - "OnNewGame" "Temp_Stripper_MinMax,ForceSpawn,,0.46,1" + "OnNewGame" "stripper_temp_minmax,AddOutput,origin 11328 784 11008,0.45,1" + "OnNewGame" "stripper_temp_minmax,ForceSpawn,,0.46,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:mins -864 -688 -992:0:1,0.47,1" "OnNewGame" "stripper_minmax_teleport,AddOutput,OnUser1 !self:AddOutput:maxs 864 688 992:0:1,0.47,1" "OnNewGame" "stripper_minmax_teleport,FireUser1,,0.48,1" "OnNewGame" "stripper_temp_less_horse,AddOutput,origin 8608 2144 10057.6,0.00,1" "OnNewGame" "stripper_temp_less_horse,AddOutput,angles 0 323 0,0.00,1" "OnNewGame" "stripper_temp_less_horse,ForceSpawn,,0.01,1" + "OnNewGame" "stripper_spawn_teleport,FireUser1,,0,1" + "OnNewGame" "stripper_spawn_teleport,FireUser2,,16,1" + "OnNewGame" "spawn_trigger_extreme2,FireUser1,,0,1" } } modify: @@ -16472,104 +17382,17 @@ filter: "origin" "9663.29 915.928 10024" "classname" "logic_auto" } -modify: +filter: { - match: - { - "targetname" "logica_nivel_zm" - "classname" "logic_relay" - } - replace: - { - "spawnflags" "0" - } - delete: - { - "OnTrigger" "brush_dif_ZM,Enable,,0,-1" - "OnTrigger" "consola,Command,sv_turbophysics 1,0,-1" - "OnTrigger" "consola,Command,zr_ztele_zombie 1,0.03,-1" - "OnTrigger" "consola,Command,zr_infect_weapons_drop 1,0.03,-1" - "OnTrigger" "consola,Command,zr_mzombie_min_time 12,0.02,-1" - "OnTrigger" "consola,Command,zr_mzombie_max_time 12,0.02,-1" - "OnTrigger" "consola,Command,zr_mzombie_ratio 6,0.02,-1" - "OnTrigger" "consola,Command,zombie_teleport_zombies_only 1,0.01,-1" - "OnTrigger" "consola,Command,zombie_count_max 10,0.01,-1" - "OnTrigger" "consola,Command,zombie_regen_health 200,0.01,-1" - "OnTrigger" "consola,Command,zombie_regen_timer 5,0.01,-1" - "OnTrigger" "consola,Command,zombie_timer_min 12,0.01,-1" - "OnTrigger" "consola,Command,zombie_timer_max 12,0.01,-1" - "OnTrigger" "consola,Command,mp_roundtime 9,0,-1" - "OnTrigger" "consola,Command,mp_flashlight 0,0,-1" - "OnTrigger" "consola,Command,zr_infect_mzombie_respawn 25,0.03,-1" - "OnTrigger" "consola,Command,zr_respawn_team_zombie 1,0.03,-1" - "OnTrigger" "consola,Command,zr_zspawn_team_zombie 1,0.03,-1" - "OnTrigger" "consola,Command,zr_mzombie_respawn 1,0.02,-1" - "OnTrigger" "consola,Command,zombie_respawn_as_zombie 1,0.01,-1" - "OnTrigger" "consola,Command,zr_respawn 1,0.02,-1" - "OnTrigger" "consola,Command,zr_infect_mzombie_respawn 10,0.03,-1" - "OnTrigger" "consola,Command,zr_respawn_delay 25,0.02,-1" - "OnTrigger" "consola,Command,zombie_respawn_delay 25,0.01,-1" - "OnTrigger" "consola,Command,zr_infect_spawntime_min 12,0.03,-1" - "OnTrigger" "consola,Command,zr_infect_spawntime_max 12,0.03,-1" - "OnTrigger" "consola,Command,say ** Tip 1 : press +use on pickable objects to build barricades ** ,15,-1" - "OnTrigger" "consola,Command,say ** Tip 2 : reach and win the end of a stage to level up ** ,20,-1" - "OnTrigger" "consola,Command,say ** Tip 3 : take items at zombie and human shops in spawn ** ,25,-1" - "OnTrigger" "consola,Command,say ** Tip 4 : your current level is your score divided by 100 approximately **,30,-1" - "OnTrigger" "consola,Command,say ** Tip 5 : barricades health depends on the size and material **,35,-1" - "OnTrigger" "consola,Command,say ** Tip 6 : hold spots tend to be long * hold as much as possible at previous positions **,40,-1" - "OnTrigger" "consola,Command,say ** Tip 7 : guards work as stoppers * but you can shoot throught them **,45,-1" - "OnTrigger" "consola,Command,say ** Tip 8 : the ladder and bomb items are powerful items * you must kill these zombies the first! **,50,-1" - "OnTrigger" "consola,Command,say ** Tip 9 : you must put the barricades BEHIND the guards to get maximum efficacy **,55,-1" - "OnTrigger" "consola,Command,say ** Tip 10 : horse and armor (while shield is not broken) items can push zombies **,60,-1" - "OnTrigger" "consola,Command,say ** Tip 11 : Balrog scream heals near zombies and increases speed temporally **,66,-1" - "OnTrigger" "consola,Command,say ** Tip 12 : the stage 4 WC is in the top of the second tower (turn right after the wooden ramp) **,70,-1" - "OnTrigger" "consola,Command,say ** Tip 13 : Gandalf +You shall not pass!+ is DAWS and White Knight is AADDSWSW **,75,-1" - "OnTrigger" "consola,Command,say ** WARMUP ROUND ** MASSIVE NUKE IN 60 SECONDS ** ,10,-1" - "OnTrigger" "consola,Command,say ** WARMUP ROUND ** MASSIVE NUKE IN 10 SECONDS ** ,65,-1" - "OnTrigger" "global_nuke_spawn,Enable,,75,-1" - } - insert: - { - "OnTrigger" "!self,FireUser1,,0,1" - "OnTrigger" "!self,FireUser2,,80,1" - "OnTrigger" "consola,Command,say ** WARMUP ROUND ** MASSIVE NUKE IN 70 SECONDS ** ,10,1" - "OnTrigger" "global_nuke_spawn,Enable,,80,1" - "OnTrigger" "balrog_disabled,Disable,,0,1" - "OnTrigger" "pushes,Kill,,0,1" - "OnTrigger" "seguridad,Break,,0,1" - "OnTrigger" "consola,Command,zr_infect_spawntime_min 35,0,1" - "OnTrigger" "consola,Command,zr_infect_spawntime_max 35,0,1" - "OnTrigger" "consola,Command,zr_infect_spawntime_min 10,7,1" - "OnTrigger" "consola,Command,zr_infect_spawntime_max 10,7,1" - "OnTrigger" "consola,Command,zr_respawn_delay 15,0,1" - "OnTrigger" "consola,Command,say ** Tip 1 : Press +use on pickable objects to build barricades ** ,12.5,1" - "OnTrigger" "consola,Command,say ** Tip 2 : Barricades health depends on the size and material **,17.5,1" - "OnTrigger" "consola,Command,say ** Tip 3 : You can use barricades with any items * just need to look slightly up when you press +use **,22.5,1" - "OnTrigger" "consola,Command,say ** Tip 4 : Reach and win the end of a stage to level up ** ,27.5,1" - "OnTrigger" "consola,Command,say ** Tip 5 : Your current level is your score divided by 100 approximately **,32.5,1" - "OnTrigger" "consola,Command,say ** Tip 6 : Take items at zombie and human shops in spawn ** ,37.5,1" - "OnTrigger" "consola,Command,say ** Tip 7 : Guards work as stoppers * but you can shoot throught them **,42.5,1" - "OnTrigger" "consola,Command,say ** Tip 8 : The Ladder and Tnt items are powerful * shooting these zombies should be your priority! **,47.5,1" - "OnTrigger" "consola,Command,say ** Tip 9 : You need to shoot the troll near the head to push him back **,52.5,1" - "OnTrigger" "consola,Command,say ** Tip 10 : Balrog scream heals near zombies and increases speed temporally **,57.5,1" - "OnTrigger" "consola,Command,say ** Tip 11 : Most zombie items respawn after a certain duration when they die **,62.5,1" - "OnTrigger" "consola,Command,say ** Tip 12 : As a zombie you can dodge the mass tp at spawn by waiting near a portal or in the item shop **,67.5,1" - "OnTrigger" "consola,Command,say ** Tip 13 : Horse and Armor (while shield is not broken) items can push zombies **,72.5,1" - "OnTrigger" "consola,Command,say ** Tip 14 : Gandalf +You shall not pass!+ is DAWDS and White Knight Nuke is AADDSWSW **,77.5,1" - "OnTrigger" "worldspawn,FireUser1,,0,1" - "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:1:0:1,0.02,1" - "OnTrigger" "worldspawn,FireUser1,,29.98,1" - "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0:1,30,1" - "OnUser1" "player,SetDamageFilter,nada,0,-1" - "OnUser1" "!self,FireUser1,,1,-1" - "OnUser2" "player,SetDamageFilter,,0,-1" - "OnUser2" "!self,FireUser2,,0.1,-1" - } + "targetname" "logica_nivel_zm" + "classname" "logic_relay" + "origin" "13217 -1882.98 12456" } filter: { "targetname" "logica_extreme" "classname" "logic_relay" + "origin" "-2188.33 -159.352 12458" } modify: { @@ -16707,16 +17530,41 @@ modify: { match: { - "model" "*226" "origin" "431.84 4754.45 -13134" "targetname" "stage_2_trigger" "classname" "trigger_once" } + delete: + { + "OnStartTouch" "consola,Command,say ** THIS IS THE LAST STAND AT FIRST LEVEL ** FIGHT UNTIL THE SIGNAL **,0,-1" + "OnStartTouch" "stage_2_logic_1,Trigger,,40,-1" + "OnStartTouch" "stage_2_brushes,Enable,,40,-1" + "OnStartTouch" "spawn_teleport_mass,AddOutput,target stage_2_teleport_target,6,1" + } insert: { - "OnStartTouch" "global_aviso,FireUser1,,0,1" + "OnTrigger" "global_aviso,FireUser1,,0,1" + "OnTrigger" "consola,Command,say ** THIS IS THE LAST STAND AT FIRST LEVEL ** FIGHT UNTIL THE SIGNAL **,0,1" + "OnTrigger" "spawn_teleport_mass,AddOutput,target stage_2_teleport_target,6,1" + "OnTrigger" "stage_2_teleport_target,AddOutput,origin 240 4472 -13384,30,1" + "OnTrigger" "stage_2_brushes,Toggle,,30,1" + "OnTrigger" "global_horn,PlaySound,,40,1" + "OnTrigger" "sonidos_gandalfsegundonivel,PlaySound,,40,1" + "OnTrigger" "stage_2_ret7,Toggle,,40,1" + "OnTrigger" "stage_2_door_f1,Unlock,,40.49,1" + "OnTrigger" "stage_2_door_f2,Unlock,,40.49,1" + "OnTrigger" "stage_2_door_f1,Open,,40.5,1" + "OnTrigger" "stage_2_door_f2,Open,,40.5,1" + "OnTrigger" "stage_2_door_7,Unlock,,41.99,1" + "OnTrigger" "stage_2_door_7,Open,,42,1" } } +filter: +{ + "origin" "964.432 5115.25 -13224" + "targetname" "stage_2_logic_1" + "classname" "logic_relay" +} modify: { match: @@ -16823,7 +17671,6 @@ modify: { match: { - "model" "*215" "classname" "trigger_multiple" "targetname" "stage_5_retx" } @@ -16948,6 +17795,8 @@ modify: } delete: { + "OnUser1" "soldier_template_iz,AddOutput,origin -8538.83 1988.67 5808.25,0,-1" + "OnUser1" "soldier_template_iz,AddOutput,origin -8536 2104 5808.25,0.02,-1" "OnUser2" "factory_template_type6,AddOutput,origin -4836 4136 -12984,6.72,-1" "OnUser2" "factory_template_type6,AddOutput,angles 0 249 0,6.72,-1" "OnUser2" "factory_template_type5,AddOutput,angles 0 249 0,6.74,-1" @@ -17142,6 +17991,8 @@ modify: } insert: { + "OnUser1" "soldier_template_iz,AddOutput,origin -8600 2000 5775,0,-1" + "OnUser1" "soldier_template_iz,AddOutput,origin -8600 2100 5775,0.02,-1" "OnUser2" "factory_template_type6,AddOutput,origin -4825 4085 -12984,6.72,1" "OnUser2" "factory_template_type6,AddOutput,angles 0 340 0,6.72,1" "OnUser2" "factory_template_type5,AddOutput,angles 0 340 0,6.74,1" @@ -17656,21 +18507,355 @@ add: "Case03" "3" "Case04" "4" "Case05" "5" + "Case10" "killstage1" + "Case11" "killstage12" + "Case12" "killstage2" + "Case13" "killstage23" + "Case14" "killstage3" + "Case15" "killstage34" + "Case16" "killstage4" "OnDefault" "consola,Command,say ** There is an error in the level system **,0,1" - "OnCase01" "!self,Kill,,0,1" - "OnCase01" "logica_nivel_zm,Trigger,,0,1" - "OnCase02" "!self,Kill,,0,1" - "OnCase02" "logica_nivel_1,Enable,,5.96,1" - "OnCase02" "logica_nivel_1,Trigger,,5.98,1" - "OnCase03" "!self,Kill,,0,1" - "OnCase03" "logica_nivel_2,Enable,,5.96,1" - "OnCase03" "logica_nivel_2,Trigger,,5.98,1" - "OnCase04" "!self,Kill,,0,1" - "OnCase04" "logica_nivel_3,Enable,,5.96,1" - "OnCase04" "logica_nivel_3,Trigger,,5.98,1" - "OnCase05" "!self,Kill,,0,1" - "OnCase05" "logica_nivel_4,Enable,,5.96,1" - "OnCase05" "logica_nivel_4,Trigger,,5.98,1" + + "OnCase01" "!self,InValue,killstage1,0,1" + "OnCase01" "!self,InValue,killstage12,0,1" + "OnCase01" "!self,InValue,killstage2,0,1" + "OnCase01" "!self,InValue,killstage23,0,1" + "OnCase01" "!self,InValue,killstage3,0,1" + "OnCase01" "!self,InValue,killstage34,0,1" + "OnCase01" "!self,InValue,killstage4,0,1" + "OnCase01" "spawn_teleport_mass,Kill,,0,1" + "OnCase01" "spawn_teleport_mass_h,Kill,,0,1" + "OnCase01" "spawn_teleport_mass_z,Kill,,0,1" + "OnCase01" "logica_start,Kill,,0,1" + "OnCase01" "minas_prop_1,Kill,,0,1" + "OnCase01" "stage_1_prop_dynamics2,Kill,,0,1" + "OnCase01" "consola,Command,say ** WARMUP ROUND **,0,1" + "OnCase01" "consola,Command,say ** WARMUP ROUND ** MASSIVE NUKE IN 70 SECONDS ** ,10,1" + "OnCase01" "global_nuke_spawn,Enable,,80,1" + "OnCase01" "consola,Command,zr_respawn_delay 15,0,1" + "OnCase01" "consola,Command,zr_infect_mzombie_ratio 6,0,1" + "OnCase01" "consola,Command,zr_infect_spawntime_min 35,0,1" + "OnCase01" "consola,Command,zr_infect_spawntime_max 35,0,1" + "OnCase01" "consola,Command,zr_infect_spawntime_min 10,7,1" + "OnCase01" "consola,Command,zr_infect_spawntime_max 10,7,1" + "OnCase01" "consola,Command,say ** Tip 1 : Press +use on pickable objects to build barricades ** ,12.5,1" + "OnCase01" "consola,Command,say ** Tip 2 : Barricades health depends on the size and material **,17.5,1" + "OnCase01" "consola,Command,say ** Tip 3 : You can use barricades with any items * just need to look slightly up when you press +use **,22.5,1" + "OnCase01" "consola,Command,say ** Tip 4 : Reach and win the end of a stage to level up ** ,27.5,1" + "OnCase01" "consola,Command,say ** Tip 5 : Your current level is your score divided by 100 approximately **,32.5,1" + "OnCase01" "consola,Command,say ** Tip 6 : Take items at zombie and human shops in spawn ** ,37.5,1" + "OnCase01" "consola,Command,say ** Tip 7 : Guards work as stoppers * but you can shoot throught them **,42.5,1" + "OnCase01" "consola,Command,say ** Tip 8 : The Ladder and Tnt items are powerful * shooting these zombies should be your priority! **,47.5,1" + "OnCase01" "consola,Command,say ** Tip 9 : You need to shoot the troll near the head to push him back **,52.5,1" + "OnCase01" "consola,Command,say ** Tip 10 : Balrog scream heals near zombies and increases speed temporally **,57.5,1" + "OnCase01" "consola,Command,say ** Tip 11 : Most zombie items respawn after a certain duration when they die **,62.5,1" + "OnCase01" "consola,Command,say ** Tip 12 : As a zombie you can dodge the mass tp at spawn by waiting near a portal or in the item shop **,67.5,1" + "OnCase01" "consola,Command,say ** Tip 13 : Horse and Armor (while shield is not broken) items can push zombies **,72.5,1" + "OnCase01" "consola,Command,say ** Tip 14 : Gandalf +You shall not pass!+ is DAWDS and White Knight Nuke is AADDSWSW **,77.5,1" + "OnCase01" "worldspawn,FireUser1,,0,1" + "OnCase01" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:1:0:1,0.02,1" + "OnCase01" "worldspawn,FireUser1,,29.98,1" + "OnCase01" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0:1,30,1" + "OnCase01" "!self,FireUser1,,0,1" + "OnCase01" "!self,FireUser2,,80,1" + "OnCase01" "seguridad,Break,,0,1" + "OnCase01" "pushes,Kill,,0,1" + "OnCase01" "balrog_disabled,Kill,,0,1" + + "OnUser1" "player,SetDamageFilter,nada,0,-1" + "OnUser1" "!self,FireUser1,,1,-1" + "OnUser2" "player,SetDamageFilter,,0,-1" + "OnUser2" "!self,FireUser2,,0.1,-1" + + "OnCase02" "!self,Kill,,0.1,1" + "OnCase02" "!self,InValue,killstage2,0,1" + "OnCase02" "!self,InValue,killstage23,0,1" + "OnCase02" "!self,InValue,killstage3,0,1" + "OnCase02" "!self,InValue,killstage34,0,1" + "OnCase02" "!self,InValue,killstage4,0,1" + "OnCase02" "stripper_temp_debris,Kill,,0,1" + "OnCase02" "army_,Kill,,0,1" + "OnCase02" "texture_1,SetTextureIndex,0,0,1" + "OnCase02" "spawn_teleport_z2,AddOutput,target stage_1_teleport_z2,0,1" + "OnCase02" "spawn_teleport_z2_2,AddOutput,target stage_1_teleport_z,0,1" + "OnCase02" "spawn_teleport_z2_3,AddOutput,target stage_1_teleport_z3,0,1" + "OnCase02" "spawn_teleport_3,AddOutput,target stage_1_teleport_s3,0,1" + "OnCase02" "spawn_teleport_2,AddOutput,target stage_1_teleport_s2,0,1" + "OnCase02" "spawn_teleport_1,AddOutput,target stage_1_teleport_s3,0,1" + "OnCase02" "spawn_teleport_mass_z,AddOutput,target stage_1_teleport_z,0,1" + "OnCase02" "spawn_teleport_mass_h,AddOutput,target stage_1_teleport_s2,0,1" + "OnCase02" "spawn_teleport_mass,AddOutput,target stage_1_teleport,0,1" + "OnCase02" "consola,Command,say ** CURRENT STAGE >> PART 1 >> OSGILIATH **,10,1" + "OnCase02" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,11,1" + "OnCase02" "stage_1_barcos_relay,Trigger,,21,1" + "OnCase02" "stage_1_SPAWN_ENTS,ForceSpawn,,1,1" + "OnCase02" "stripper_temp_minmax,FireUser1,,1.5,1" + "OnCase02" "stripper_temp_less_grue,FireUser1,,2,1" + "OnCase02" "ultra_optimize,FireUser1,,2.5,1" + "OnCase02" "stripper_stage_1_door_3,FireUser2,,0,1" + "OnCase02" "zd_template,FireUser1,,41,1" + "OnCase02" "worldspawn,FireUser1,,0,1" + "OnCase02" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0:1,0.02,1" + "OnCase02" "balrog_disabled,Kill,,0,1" + + "OnCase03" "!self,Kill,,0.1,1" + "OnCase03" "minas_prop_1,Kill,,0,1" + "OnCase03" "stage_1_prop_dynamics2,Kill,,0,1" + "OnCase03" "!self,InValue,killstage1,0,1" + "OnCase03" "!self,InValue,killstage3,0,1" + "OnCase03" "!self,InValue,killstage34,0,1" + "OnCase03" "!self,InValue,killstage4,0,1" + "OnCase03" "texture_1,SetTextureIndex,1,0,1" + "OnCase03" "spawn_teleport_z2_3,AddOutput,target stage_2_teleport_z,0,1" + "OnCase03" "spawn_teleport_z2_2,AddOutput,target stage_2_teleport_z,0,1" + "OnCase03" "spawn_teleport_z2,AddOutput,target stage_2_teleport_z,0,1" + "OnCase03" "spawn_teleport_1,AddOutput,target stage_2_teleport_s3,0,1" + "OnCase03" "spawn_teleport_2,AddOutput,target stage_2_teleport_s2,0,1" + "OnCase03" "spawn_teleport_3,AddOutput,target stage_2_teleport_s1,0,1" + "OnCase03" "spawn_teleport_mass_h,AddOutput,target stage_2_teleport_s2,0,1" + "OnCase03" "spawn_teleport_mass_z,AddOutput,target stage_2_teleport_z,0,1" + "OnCase03" "spawn_teleport_mass,AddOutput,target stage_2_teleport,0,1" + "OnCase03" "consola,Command,say ** CURRENT STAGE >> PART 2 >> MAIN GATES **,10,1" + "OnCase03" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,11,1" + "OnCase03" "escalerasGrond,Toggle,,0,1" + "OnCase03" "musica_muteAll,Trigger,,35.8,1" + "OnCase03" "stage_2_puerta_vida_timer,Enable,,36,1" + "OnCase03" "sonidos_denethor,PlaySound,,38,1" + "OnCase03" "sonidos_gandalf_preparaospara,PlaySound,,48,1" + "OnCase03" "musica_st_2_1,PlaySound,,50,1" + "OnCase03" "sonidos_grond,PlaySound,,50,1" + "OnCase03" "sonidos_grond,PlaySound,,77,1" + "OnCase03" "musica_st_2_1,PlaySound,,245,1" + "OnCase03" "stage_2_SPAWN_ENTS,ForceSpawn,,1,1" + "OnCase03" "stage_grond_tmp,ForceSpawn,,1.5,1" + "OnCase03" "stripper_temp_minmax,FireUser2,,2,1" + "OnCase03" "stripper_temp_less_horse,FireUser1,,2.5,1" + "OnCase03" "stripper_temp_less_catapult,FireUser1,,3,1" + "OnCase03" "stripper_temp_less_grue,FireUser2,,3.5,1" + "OnCase03" "ultra_optimize,FireUser2,,4,1" + "OnCase03" "zd_template,FireUser2,,41,1" + "OnCase03" "worldspawn,FireUser1,,0,1" + "OnCase03" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:3:0:1,0.02,1" + "OnCase03" "balrog_disabled,Kill,,0,1" + + "OnCase04" "!self,Kill,,0.1,1" + "OnCase04" "!self,InValue,killstage1,0,1" + "OnCase04" "!self,InValue,killstage12,0,1" + "OnCase04" "!self,InValue,killstage2,0,1" + "OnCase04" "!self,InValue,killstage4,0,1" + "OnCase04" "minas_prop_1,Kill,,0,1" + "OnCase04" "stage_1_prop_dynamics2,Kill,,0,1" + "OnCase04" "texture_1,SetTextureIndex,2,0,1" + "OnCase04" "spawn_teleport_z2_3,AddOutput,target stage_3_teleport,0,1" + "OnCase04" "spawn_teleport_z2_2,AddOutput,target stage_3_teleport_z,0,1" + "OnCase04" "spawn_teleport_z2,AddOutput,target stage_3_teleport,0,1" + "OnCase04" "spawn_teleport_1,AddOutput,target stage_3_teleport_s1,0,1" + "OnCase04" "spawn_teleport_2,AddOutput,target stage_3_teleport_s2,0,1" + "OnCase04" "spawn_teleport_3,AddOutput,target stage_3_teleport_s3,0,1" + "OnCase04" "spawn_teleport_mass_h,AddOutput,target stage_3_teleport_s2,0,1" + "OnCase04" "spawn_teleport_mass_z,AddOutput,target stage_3_teleport,0,1" + "OnCase04" "spawn_teleport_mass,AddOutput,target stage_3_teleport,0,1" + "OnCase04" "consola,Command,say ** CURRENT STAGE >> PART 3 >> CATAPULTS **,10,1" + "OnCase04" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,11,1" + "OnCase04" "stripper_point_hurt_generic,AddOutput,Damage 500,0,1" + "OnCase04" "stage_2_brushes,Toggle,,0,1" + "OnCase04" "stage_2_door_7,Unlock,,0,1" + "OnCase04" "stage_2_door_7,Open,,0.01,1" + "OnCase04" "stage_3_door2,Break,,38,1" + "OnCase04" "stage_3_door1,Break,,41,1" + "OnCase04" "stage_3_SPAWN_ENTS,ForceSpawn,,1,1" + "OnCase04" "stage_3_template1,ForceSpawn,,1.5,1" + "OnCase04" "stripper_temp_minmax,FireUser3,,2,1" + "OnCase04" "stripper_temp_less_grue,FireUser2,,2.5,1" + "OnCase04" "stripper_temp_less_flag,FireUser1,,3,1" + "OnCase04" "stripper_temp_less_horse,FireUser2,,3.5,1" + "OnCase04" "stripper_temp_less_catapult,FireUser2,,4,1" + "OnCase04" "ultra_optimize,FireUser3,,4.5,1" + "OnCase04" "zd_template,FireUser2,,41,1" + "OnCase04" "worldspawn,FireUser1,,0,1" + "OnCase04" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0:1,0.02,1" + "OnCase04" "balrog_disabled,Kill,,0,1" + + "OnCase05" "!self,Kill,,0.1,1" + "OnCase05" "!self,InValue,killstage1,0,1" + "OnCase05" "!self,InValue,killstage12,0,1" + "OnCase05" "!self,InValue,killstage2,0,1" + "OnCase05" "!self,InValue,killstage23,0,1" + "OnCase05" "!self,InValue,killstage3,0,1" + "OnCase05" "minas_prop_1,Kill,,0,1" + "OnCase05" "stage_1_prop_dynamics2,Kill,,0,1" + "OnCase05" "texture_1,SetTextureIndex,3,0,1" + "OnCase05" "spawn_teleport_z2,AddOutput,target stage_4_teleport_z1,0,1" + "OnCase05" "spawn_teleport_z2_2,AddOutput,target stage_4_teleport_z2,0,1" + "OnCase05" "spawn_teleport_z2_3,AddOutput,target stage_4_teleport_z3,0,1" + "OnCase05" "spawn_teleport_1,AddOutput,target stage_4_teleport_s1,0,1" + "OnCase05" "spawn_teleport_2,AddOutput,target stage_4_teleport_s2,0,1" + "OnCase05" "spawn_teleport_3,AddOutput,target stage_4_teleport_s3,0,1" + "OnCase05" "spawn_teleport_mass_h,AddOutput,target stage_4_teleport_s2,0,1" + "OnCase05" "spawn_teleport_mass_z,AddOutput,target stage_4_teleport_z,0,1" + "OnCase05" "spawn_teleport_mass,AddOutput,target stage_4_teleport,0,1" + "OnCase05" "consola,Command,say ** CURRENT STAGE >> PART 4 >> THE LAST STAND **,10,1" + "OnCase05" "consola,Command,say ** THE ROUND WILL START IN FEW SECONDS ** CHECK YOUR LEVEL AND PROCEED TO BUY AN ITEM **,11,1" + "OnCase05" "global_aviso_antorcha,FireUser1,,0,1" + "OnCase05" "spawn_teleport_mass_z,AddOutput,target stage_4_teleport_z2,0,1" + "OnCase05" "stage_4_door_noborrar,Unlock,,0,1" + "OnCase05" "stage_4_SPAWN_ENTS,ForceSpawn,,1,1" + "OnCase05" "stripper_temp_minmax,FireUser4,,1.5,1" + "OnCase05" "stripper_temp_less_grue,FireUser3,,2,1" + "OnCase05" "stripper_temp_less_flag,FireUser2,,2.5,1" + "OnCase05" "stripper_temp_less_horse,FireUser3,,3,1" + "OnCase05" "stripper_temp_less_catapult,FireUser3,,3.5,1" + "OnCase05" "ultra_optimize,FireUser4,,4,1" + "OnCase05" "zd_template,FireUser1,,41,1" + "OnCase05" "worldspawn,FireUser1,,0,1" + "OnCase05" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:5:0:1,0.02,1" + "OnCase05" "balrog_disabled,Toggle,,0,1" + + "OnCase10" "stage_1_path*,Kill,,0.01,1" + "OnCase10" "stage_1_track*,Kill,,0.01,1" + "OnCase10" "stage_1_boats_track,Kill,,0,1" + "OnCase10" "stage_1_catapult_rock1*,Kill,,0,1" + "OnCase10" "stage_1_fall*,Kill,,0,1" + "OnCase10" "stage_1_retreat,Kill,,0,1" + "OnCase10" "stage_1_teleport*,Kill,,0,1" + "OnCase10" "stage_1_rocas_1,Kill,,0,1" + "OnCase10" "stage_1_enough,Kill,,0,1" + "OnCase10" "puerta1,Kill,,0,1" + "OnCase10" "stage_1_door*,Kill,,0,1" + "OnCase10" "stage_1_barcos_relay,Kill,,0,1" + "OnCase10" "stage_1_gan*,Kill,,0,1" + "OnCase10" "stage_1_relay_1,Kill,,0,1" + "OnCase10" "stage_1_hors*,Kill,,0,1" + "OnCase10" "stage_1_retreat_door_3,Kill,,0,1" + "OnCase10" "stage_1_catapults,Kill,,0,1" + "OnCase10" "stage_1_item_naz_tele,Kill,,0,1" + "OnCase10" "stage_1_nazgul_maker,Kill,,0,1" + "OnCase10" "stage_1_aumento_trigger,Kill,,0,1" + "OnCase10" "stage_1_trigger_fin,Kill,,0,1" + "OnCase10" "stage_1_fin,Kill,,0,1" + "OnCase10" "stage_1_timer,Kill,,0,1" + "OnCase10" "stage_1_aumento_counter,Kill,,0,1" + "OnCase10" "stage_2_teleport_z2,Kill,,0,1" + "OnCase10" "stage_1_meteor_trigger,Kill,,0,1" + "OnCase10" "stripper_stage_1_measure_*,Kill,,0,1" + "OnCase10" "stripper_stage_1_gandalf,Kill,,0,1" + "OnCase10" "lightbaston,Kill,,0,1" + "OnCase10" "stage_1_limits,Kill,,0,1" + "OnCase10" "shortcut_stage_1*,Kill,,0,1" + "OnCase10" "stripper_stage_1_particles,Kill,,0,1" + "OnCase10" "stripper_stage_1_door_3,Kill,,0,1" + + "OnCase11" "stage_2_teleport_z,Kill,,0,1" + "OnCase11" "main_gates*,Kill,,0,1" + "OnCase11" "stage_2_teleport,Kill,,0,1" + "OnCase11" "stage_2_retreat_2,Kill,,0,1" + + "OnCase12" "stage_2_path_torre*,Kill,,0.01,1" + "OnCase12" "stage_2_teleport_s*,Kill,,0,1" + "OnCase12" "stage_2_puerta_vida*,Kill,,0,1" + "OnCase12" "stage_2_puerta_braek,Kill,,0,1" + "OnCase12" "stage_2_fin,Kill,,0,1" + "OnCase12" "stage_2_aumento_counter,Kill,,0,1" + "OnCase12" "stage_2_timerf,Kill,,0,1" + "OnCase12" "stage_2_relay,Kill,,0,1" + "OnCase12" "stage_2_portal2,FireUser3,,0,1" + "OnCase12" "stage_2_retreat_3,Kill,,0,1" + "OnCase12" "stage_2_almenara_*,Kill,,0,1" + "OnCase12" "stage_2_torre*,Kill,,0,1" + "OnCase12" "stage_2_teleport_1,Kill,,0,1" + "OnCase12" "stage_2_teleport_2x,Kill,,0,1" + "OnCase12" "stage_2_bridge_3,Kill,,0,1" + "OnCase12" "stage_2_aumento_trigger,Kill,,0,1" + "OnCase12" "stage_2_trigger_fin,Kill,,0,1" + "OnCase12" "stage_2_counter,Kill,,0,1" + "OnCase12" "stripper_stage_2_trigger_door,Kill,,0,1" + "OnCase12" "stripper_stage_2_door,Kill,,0,1" + "OnCase12" "stripper_stage_2_bridge,Kill,,0,1" + "OnCase12" "stage_5_retx,Kill,,0,1" + "OnCase12" "escalerasGrond,Kill,,0,1" + "OnCase12" "stage_2_bridge_4,Kill,,0,1" + "OnCase12" "stage_grond_tmp,Kill,,0,1" + "OnCase12" "stage_2_limits,Kill,,0,1" + "OnCase12" "shortcut_stage_2*,Kill,,0,1" + "OnCase12" "stripper_stage_2_teleport,Kill,,0,1" + + "OnCase13" "stage_2_brushes,Kill,,0,1" + "OnCase13" "stage_3_prop_dynamic_kill,Kill,,0,1" + "OnCase13" "stage_2_door_f1,Kill,,0,1" + "OnCase13" "stage_2_door_f2,Kill,,0,1" + "OnCase13" "stage_2_door_7,Kill,,0,1" + "OnCase13" "stage_3_lift,Kill,,0,1" + "OnCase13" "stage_3_target,Kill,,0,1" + + "OnCase14" "stage_3_path_*,Kill,,0.01,1" + "OnCase14" "stage_3_teleport*,Kill,,0,1" + "OnCase14" "stage_3_template2,Kill,,0,1" + "OnCase14" "stage_3_trigger2,Kill,,0,1" + "OnCase14" "stage_3_counter,Kill,,0,1" + "OnCase14" "stage_3_breakable*,Kill,,0,1" + "OnCase14" "stage_4_template_x,Kill,,0,1" + "OnCase14" "stripper_stage_3_door_*,Kill,,0,1" + "OnCase14" "stage_3_template1,Kill,,0,1" + "OnCase14" "stage_3_door1*,Kill,,0,1" + "OnCase14" "stage_3_fin,Kill,,0,1" + "OnCase14" "stage_3_catapult_rock*,Kill,,0,1" + "OnCase14" "stage_2_catapult_rock2_5,Kill,,0,1" + "OnCase14" "stage_1_catapult_rock3_1,Kill,,0,1" + "OnCase14" "stripper_stage_3_measure_*,Kill,,0,1" + "OnCase14" "stage_3_tracktrain_*,Kill,,0,1" + "OnCase14" "stage_3_limits,Kill,,0,1" + "OnCase14" "shortcut_stage_3*,Kill,,0,1" + "OnCase14" "stripper_fix_stage_3,Kill,,0,1" + + "OnCase15" "stage_4_door_noborrar,Kill,,0,1" + "OnCase15" "stripper_fix_stage_4_tp,Kill,,0,1" + "OnCase15" "stripper_stage_4_hurt,Kill,,0,1" + + "OnCase16" "stage_4_path_*,Kill,,0.01,1" + "OnCase16" "stage_4_teleport*,Kill,,0,1" + "OnCase16" "stage_4_trigger*,Kill,,0,1" + "OnCase16" "stripper_stage_4_trigger_*,Kill,,0,1" + "OnCase16" "stage_4_puerta2,Kill,,0,1" + "OnCase16" "stage_4_ret,Kill,,0,1" + "OnCase16" "STAGE_4_DOORS,Kill,,0,1" + "OnCase16" "stripper_fix_stage_4_door,Kill,,0,1" + "OnCase16" "stage_4_door_2,Kill,,0,1" + "OnCase16" "stripper_stage_4_physbox_*,Kill,,0,1" + "OnCase16" "stage_4_timer,Kill,,0,1" + "OnCase16" "stage_4_cata_random,Kill,,0,1" + "OnCase16" "stage_4_light_summon_1,Kill,,0,1" + "OnCase16" "n2stage_4_light_summon_1,Kill,,0,1" + "OnCase16" "stage_4_fix*,Kill,,0,1" + "OnCase16" "stage_4_escaleras,Kill,,0,1" + "OnCase16" "luz_*,Kill,,0,1" + "OnCase16" "stage_4_breakabla_*,Kill,,0,1" + "OnCase16" "stage_4_preventKillall*,Kill,,0,1" + "OnCase16" "spawn_trigger_extreme,Kill,,0,1" + "OnCase16" "stage_4_breakable_4,Kill,,0,1" + "OnCase16" "stripper_stage_4_door_*,Kill,,0,1" + "OnCase16" "stage_4_door_4,Kill,,0,1" + "OnCase16" "stage_4_lift1,Kill,,0,1" + "OnCase16" "stage_4_target*,Kill,,0,1" + "OnCase16" "stage_4_breakable_5,Kill,,0,1" + "OnCase16" "stage_4_info*,Kill,,0,1" + "OnCase16" "rampas,Kill,,0,1" + "OnCase16" "global_randomMusic*,Kill,,0,1" + "OnCase16" "stage_4_relay_3*,Kill,,0,1" + "OnCase16" "global_hud_hint,Kill,,0,1" + "OnCase16" "stage_4_breakable_6_1,Kill,,0,1" + "OnCase16" "extreme_fade,Kill,,0,1" + "OnCase16" "global_shake_largo,Kill,,0,1" + "OnCase16" "stage_4_extreme*,Kill,,0,1" + "OnCase16" "stage_4_end_of_all_things,Kill,,0,1" + "OnCase16" "stage_4_comprobarfinal,Kill,,0,1" + "OnCase16" "fade_final*,Kill,,0,1" + "OnCase16" "stage_4_nazgul_maker,Kill,,0,1" + "OnCase16" "stage_1_item_naz_tele2,Kill,,0,1" + "OnCase16" "stripper_stage_4_push,Kill,,0,1" + "OnCase16" "stage_4_limits,Kill,,0,1" + "OnCase16" "shortcut_stage_4*,Kill,,0,1" + "OnCase16" "stripper_fix_stage_4_glitch_win,Kill,,0,1" + "OnCase16" "stripper_fix_lift,Kill,,0,1" } add: { @@ -17698,6 +18883,7 @@ add: "OnCase01" "triggers_spawan2_ladder,Kill,,0,1" "OnCase01" "triggers_spawan2t,Kill,,0,1" "OnCase01" "Stripper_Zone_Speed_1,AddOutput,OnUser2 speedMod:ModifySpeed:1.13:0:-1,10,1" + "OnCase01" "Stripper_Zone_Speed_1,AddOutput,OnUser2 speedMod:ModifySpeed:1.05:10.01:-1,10,1" "OnCase02" "!self,Kill,,0,1" "OnCase02" "triggers_spawan,Disable,,0,1" "OnCase02" "triggers_spawan2,Enable,,0,1" @@ -17716,15 +18902,15 @@ add: "OnCase02" "consola,Command,zr_infect_spawntime_min 6,0,1" "OnCase02" "consola,Command,zr_infect_spawntime_max 6,0,1" "OnCase02" "zd_template_disabled,AddOutput,targetname zd_template,0,1" - "OnCase02" "consola,Command,say ** EXTREME MODE : ON **,2.98,1" - "OnCase02" "consola,Command,say ** ENABLED BLUE COLORCORRECTION AND PARTICLES **,3.98,1" - "OnCase02" "consola,Command,say ** LVL 0 PLAYERS LEVEL UP TO 1 AUTOMATICALLY **,4.98,1" - "OnCase02" "consola,Command,say ** ALL ITEMS FOR ZOMBIE HAVE BEEN UNLOCKED BUT NOT LVL 5**,5.98,1" - "OnCase02" "consola,Command,say ** INCREASED NUMBER OF TOTEM/LADDER/TROLL & NAZGULS **,6.98,1" - "OnCase02" "consola,Command,say ** CONSTANT METEOR HAS BEEN ENABLED **,7.98,1" - "OnCase02" "consola,Command,say ** ENABLED FAST RESPAWN **,8.98,1" + "OnCase02" "consola,Command,say ** EXTREME MODE : ON **,3,1" + "OnCase02" "consola,Command,say ** ENABLED BLUE COLORCORRECTION AND PARTICLES **,4,1" + "OnCase02" "consola,Command,say ** LVL 0 PLAYERS LEVEL UP TO 1 AUTOMATICALLY **,5,1" + "OnCase02" "consola,Command,say ** ALL ITEMS FOR ZOMBIE HAVE BEEN UNLOCKED BUT NOT LVL 5**,6,1" + "OnCase02" "consola,Command,say ** INCREASED NUMBER OF TOTEM/LADDER/TROLL & NAZGULS **,7,1" + "OnCase02" "consola,Command,say ** CONSTANT METEOR HAS BEEN ENABLED **,8,1" + "OnCase02" "consola,Command,say ** ENABLED FAST RESPAWN **,9,1" "OnCase02" "seguridad,Break,,12,1" - "OnCase02" "stage_2_brushes,Enable,,15,1" + "OnCase02" "stage_2_brushes,Toggle,,15,1" "OnCase02" "worldspawn,FireUser2,,0,1" "OnCase02" "worldspawn,AddOutput,OnUser2 Diff_Counter:SetValue:2:0:1,0.02,1" "OnCase02" "Stripper_Zone_Hp,FireUser1,,12,1" @@ -17736,7 +18922,9 @@ add: "OnCase02" "triggers_spawan2_tnt,Enable,,0,1" "OnCase02" "triggers_spawan2_ladder,Enable,,0,1" "OnCase02" "triggers_spawan2t,Enable,,0,1" - "OnCase02" "Stripper_Zone_Speed_1,AddOutput,OnUser2 speedMod:ModifySpeed:1.25:0:-1,10,1" + "OnCase02" "Stripper_Zone_Speed_1,AddOutput,OnUser2 speedMod:ModifySpeed:1.2:0:-1,10,1" + "OnCase02" "stripper_spawn_teleport,FireUser2,,12,1" + "OnCase02" "global_hud_hint,AddOutput,OnUser1 musica_extreme:FireUser1::74:1,0,1" } modify: { @@ -17992,23 +19180,24 @@ filter: "origin" "9437.68 2247.03 10913" "classname" "trigger_multiple" } -modify: +filter: { - match: - { - "targetname" "spawn_trigger_extreme2" - "origin" "9339.19 2064 11024" - "classname" "trigger_multiple" - } - delete: - { - "OnStartTouch" "!activator,AddOutput,targetname 5,0,-1" - "OnStartTouch" "!self,Disable,,1,-1" - } - insert: - { - "OnStartTouch" "filter_5_extra,TestActivator,,0,-1" - } + "targetname" "spawn_trigger_extreme2" + "origin" "9339.19 2064 11024" + "classname" "trigger_multiple" +} +add: +{ + "wait" "1" + "targetname" "spawn_trigger_extreme2" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "9792 2372 10992" + "classname" "trigger_multiple" + "OnStartTouch" "filter_5_extra,TestActivator,,0,-1" + "OnUser1" "!self,AddOutput,solid 3,0,1" + "OnUser1" "!self,AddOutput,mins -4384 -2716 -1008,0,1" + "OnUser1" "!self,AddOutput,maxs 4384 2716 1008,0,1" } modify: { @@ -18050,7 +19239,7 @@ modify: { "OnTrigger" "worldspawn,FireUser1,,0,1" "OnTrigger" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:5:0:1,0.02,1" - "OnTrigger" "stripper_button_all_lvl5,FireUser1,,0,1" + "OnTrigger" "worldspawn,AddOutput,OnUser1 stripper_button_all_lvl5:FireUser1::0:1,0.02,1" } } modify: @@ -18101,7 +19290,7 @@ add: "origin" "13584 -2488 12508" "OnPlayerOutZone" "filter_no_h_naz_rog,TestActivator,,0,-1" "OnPlayerInZone" "filter_no_h_naz_rog,TestActivator,,0,-1" - "OnUser1" "speedMod,ModifySpeed,1.55,0,-1" + "OnUser1" "speedMod,ModifySpeed,1.30,0,-1" "OnUser3" "!self,CountPlayersInZone,,0,-1" "OnUser3" "!self,FireUser3,,5,-1" "OnUser4" "item_troll_kill_relay*,AddOutput,OnTrigger speedMod:ModifySpeed:1.03:0:1,0.01,-1" @@ -18209,18 +19398,6 @@ modify: } } modify: -{ - match: - { - "classname" "point_template" - "targetname" "stage_4_light_summon_1" - } - delete: - { - "Template05" "stage_4_zonaoscura_ayuda2" - } -} -modify: { match: { @@ -18250,6 +19427,7 @@ modify: { "Template09" "Stripper_Zone_Speed_1" "Template16" "stage_1_trigger_aumentonivel" + "OnEntitySpawned" "stage_1_spawnear,FireUser1,,0,1" } } filter: @@ -18271,18 +19449,6 @@ modify: } } modify: -{ - match: - { - "classname" "point_template" - "targetname" "n2stage_4_light_summon_1" - } - delete: - { - "Template05" "stage_4_zonaoscura_ayuda1" - } -} -modify: { match: { @@ -18340,6 +19506,7 @@ add: "OnUser1" "!self,Enable,,0.01,1" "OnUser2" "!self,AddOutput,OnStartTouch stripper_barricade_filter:TestActivator::0:-1,0,1" "OnUser3" "!self,AddOutput,OnStartTouch !activator:Break::0:-1,0,1" + "OnUser4" "!self,AddOutput,OnStartTouch stripper_ladder_filter:TestActivator::0:-1,0,1" } add: { @@ -18417,7 +19584,7 @@ add: "classname" "point_template" "spawnflags" "2" "origin "188 2604 -13812" - "targetname" "Temp_Stripper_MinMax" + "targetname" "stripper_temp_minmax" "Template01" "stripper_minmax_cade" "Template02" "stripper_minmax_balrog" "Template03" "stripper_minmax_teleport" @@ -18448,24 +19615,6 @@ add: "OnUser1" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 132 56 80:0:1,0.14,1" "OnUser1" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser3::0:1,0.14,1" "OnUser1" "stripper_minmax_cade,FireUser1,,0.15,1" - "OnUser1" "!self,AddOutput,origin -13644 2164 6180,0.16,1" - "OnUser1" "!self,ForceSpawn,,0.17,1" - "OnUser1" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -36 -108 -92:0:1,0.18,1" - "OnUser1" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 36 108 92:0:1,0.18,1" - "OnUser1" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser2::0:1,0.18,1" - "OnUser1" "stripper_minmax_cade,FireUser1,,0.19,1" - "OnUser1" "!self,AddOutput,origin -13636 3824 6176,0.2,1" - "OnUser1" "!self,ForceSpawn,,0.21,1" - "OnUser1" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -100 -144 -128:0:1,0.22,1" - "OnUser1" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 100 144 128:0:1,0.22,1" - "OnUser1" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser2::0:1,0.22,1" - "OnUser1" "stripper_minmax_cade,FireUser1,,0.23,1" - "OnUser1" "!self,AddOutput,origin -6192 1900 5760,0.24,1" - "OnUser1" "!self,ForceSpawn,,0.25,1" - "OnUser1" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -112 -84 -64:0:1,0.26,1" - "OnUser1" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 112 84 64:0:1,0.26,1" - "OnUser1" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser3::0:1,0.02,1" - "OnUser1" "stripper_minmax_cade,FireUser1,,0.27,1" "OnUser1" "!self,AddOutput,origin -13496 2274 6334,0.4,1" "OnUser1" "!self,ForceSpawn,,0.41,1" @@ -18503,29 +19652,6 @@ add: "OnUser1" "stripper_minmax_meteor,AddOutput,OnUser1 !self:AddOutput:maxs 156 96 96:0:1,0.66,1" "OnUser1" "stripper_minmax_meteor,FireUser1,,0.67,1" - "OnUser2" "!self,AddOutput,origin -3517 4476 -13662,0,1" - "OnUser2" "!self,AddOutput,angles 0 246.5 0,0,1" - "OnUser2" "!self,ForceSpawn,,0.01,1" - "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -90 -108 -82:0:1,0.02,1" - "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 90 108 82:0:1,0.02,1" - "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser3::0:1,0.02,1" - "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:SetParent:stage_2_portal2:0:1,0.02,1" - "OnUser2" "stripper_minmax_cade,FireUser1,,0.03,1" - "OnUser2" "!self,AddOutput,origin -3744 2324 -13177,0.04,1" - "OnUser2" "!self,AddOutput,angles 0 0 0,0.04,1" - "OnUser2" "!self,ForceSpawn,,0.05,1" - "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -80 -84 -57:0:1,0.06,1" - "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 80 84 57:0:1,0.06,1" - "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser2::0:1,0.06,1" - "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:SetParent:stage_2_ret5:0:1,0.06,1" - "OnUser2" "stripper_minmax_cade,FireUser1,,0.07,1" - "OnUser2" "!self,AddOutput,origin 186 2610 -13831,0.08,1" - "OnUser2" "!self,ForceSpawn,,0.09,1" - "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -30 -30 -57:0:1,0.1,1" - "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 30 30 57:0:1,0.1,1" - "OnUser2" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser3::0:1,0.1,1" - "OnUser2" "stripper_minmax_cade,FireUser1,,0.11,1" - "OnUser2" "!self,AddOutput,origin -3672 2652 -13192,0.4,1" "OnUser2" "!self,ForceSpawn,,0.41,1" "OnUser2" "stripper_minmax_meteor,AddOutput,OnUser1 !self:AddOutput:mins -208 -276 -136:0:1,0.42,1" @@ -18552,18 +19678,6 @@ add: "OnUser2" "stripper_minmax_meteor,AddOutput,OnUser1 !self:AddOutput:maxs 162 84 144:0:1,0.58,1" "OnUser2" "stripper_minmax_meteor,FireUser1,,0.59,1" - "OnUser3" "!self,AddOutput,origin 1184 1632 -11280,0,1" - "OnUser3" "!self,ForceSpawn,,0.01,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -32 -32 -48:0:1,0.02,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 32 32 48:0:1,0.02,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser3::0:1,0.02,1" - "OnUser3" "stripper_minmax_cade,FireUser1,,0.03,1" - "OnUser3" "!self,AddOutput,origin 1662 -4688 -10364,0.04,1" - "OnUser3" "!self,ForceSpawn,,0.05,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -50 -48 -60:0:1,0.06,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 50 48 60:0:1,0.06,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser3::0:1,0.06,1" - "OnUser3" "stripper_minmax_cade,FireUser1,,0.07,1" "OnUser3" "!self,AddOutput,origin 3764 -3796 -9976,0.08,1" "OnUser3" "!self,ForceSpawn,,0.09,1" "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -172 -44 -72:0:1,0.1,1" @@ -18571,26 +19685,6 @@ add: "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser2::0:1,0.1,1" "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:SetParent:stage_3_door8:0:1,0.1,1" "OnUser3" "stripper_minmax_cade,FireUser1,,0.11,1" - "OnUser3" "!self,AddOutput,origin 3764 -2760 -9976,0.12,1" - "OnUser3" "!self,ForceSpawn,,0.13,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -84 -40 -72:0:1,0.14,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 84 40 72:0:1,0.14,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser3::0:1,0.14,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:SetParent:stage_3_door8:0:1,0.14,1" - "OnUser3" "stripper_minmax_cade,FireUser1,,0.15,1" - "OnUser3" "!self,AddOutput,origin 2632 -3312 -8772,0.16,1" - "OnUser3" "!self,ForceSpawn,,0.17,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -32 -32 -48:0:1,0.18,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 32 32 48:0:1,0.18,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser3::0:1,0.18,1" - "OnUser3" "stripper_minmax_cade,FireUser1,,0.19,1" - "OnUser3" "!self,AddOutput,origin 1960 -1136 -8588,0.2,1" - "OnUser3" "!self,ForceSpawn,,0.21,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -56 -48 -76:0:1,0.22,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 56 48 76:0:1,0.22,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser2::0:1,0.22,1" - "OnUser3" "stripper_minmax_cade,AddOutput,OnUser1 !self:SetParent:stage_3_door9:0:1,0.22,1" - "OnUser3" "stripper_minmax_cade,FireUser1,,0.23,1" "OnUser3" "!self,AddOutput,origin 410 -2114 -10592,0.4,1" "OnUser3" "!self,ForceSpawn,,0.41,1" @@ -18615,43 +19709,6 @@ add: "OnUser3" "stripper_minmax_troll,AddOutput,OnUser1 !self:AddOutput:maxs 162.5 162.5 304:0:1,0.82,1" "OnUser3" "stripper_minmax_troll,FireUser1,,0.83,1" - "OnUser4" "!self,AddOutput,origin 6664 -1030 -7600,0,1" - "OnUser4" "!self,ForceSpawn,,0.01,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -32 -32 -48:0:1,0.02,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 32 32 48:0:1,0.02,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser3::0:1,0.02,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:SetParent:stage_4_teleport_2:0:1,0.02,1" - "OnUser4" "stripper_minmax_cade,FireUser1,,0.03,1" - "OnUser4" "!self,AddOutput,origin 8478 3563 -4548,0.04,1" - "OnUser4" "!self,ForceSpawn,,0.05,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -12 -16 -44:0:1,0.06,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 12 16 44:0:1,0.06,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser3::0:1,0.06,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:SetParent:stage_4_info1:0:1,0.06,1" - "OnUser4" "stripper_minmax_cade,FireUser1,,0.07,1" - "OnUser4" "!self,AddOutput,origin 4952 -366 -3456,0.08,1" - "OnUser4" "!self,ForceSpawn,,0.09,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -104 -98 -80:0:1,0.1,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 104 98 80:0:1,0.1,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser3::0:1,0.1,1" - "OnUser4" "stripper_minmax_cade,FireUser1,,0.11,1" - "OnUser4" "!self,AddOutput,origin 7816 4272 -6168,0.12,1" - "OnUser4" "!self,AddOutput,angles 0 19 0,0.12,1" - "OnUser4" "!self,ForceSpawn,,0.13,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -104 -80 -136:0:1,0.14,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 104 80 136:0:1,0.14,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:SetParent:shortcut_stage_4_2:0:1,0.14,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser2::0:1,0.14,1" - "OnUser4" "stripper_minmax_cade,FireUser1,,0.15,1" - "OnUser4" "!self,AddOutput,origin 4952 1160 -4564,0.16,1" - "OnUser4" "!self,AddOutput,angles 0 0 0,0.16,1" - "OnUser4" "!self,ForceSpawn,,0.17,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:mins -104 -72 -124:0:1,0.18,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:AddOutput:maxs 104 72 124:0:1,0.18,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:FireUser2::0:1,0.18,1" - "OnUser4" "stripper_minmax_cade,AddOutput,OnUser1 !self:SetParent:stage_4_breakable_6_1:0:1,0.18,1" - "OnUser4" "stripper_minmax_cade,FireUser1,,0.19,1" - "OnUser4" "!self,AddOutput,origin 5830 -970 -8152,0.2,1" "OnUser4" "!self,ForceSpawn,,0.21,1" "OnUser4" "stripper_minmax_troll,AddOutput,OnUser1 !self:AddOutput:mins -214 -218 -116:0:1,0.22,1" @@ -18713,6 +19770,7 @@ add: "Negated" "0" "filtername" "item_escalera_s1*" "classname" "filter_activator_name" + "OnPass" "!activator,Break,,0,-1" } add: { @@ -18732,24 +19790,6 @@ add: "filtername" "object_meteor_physbox*" "classname" "filter_activator_name" } -;------------------------- -;FOR PEOPLE TRIGGERING ME -;------------------------- -modify: -{ - match: - { - "origin" "-1590.28 475.792 254.25" - "targetname" "stage_1_item_naz_tele2" - "classname" "info_teleport_destination" - } - insert: - { - "OnUser1" "!self,AddOutput,origin -1590.28 475.792 254.25,0,-1" - "OnUser1" "!self,AddOutput,angles 0 0 0,0,-1" - "OnUser1" "!self,FireUser1,,5,-1" - } -} ;---- ;END ;---- \ No newline at end of file diff --git a/ze_lotr_mines_of_moria_v6_3.cfg b/ze_lotr_mines_of_moria_v6_3.cfg index 3ade703..93abf4f 100644 --- a/ze_lotr_mines_of_moria_v6_3.cfg +++ b/ze_lotr_mines_of_moria_v6_3.cfg @@ -94,6 +94,31 @@ modify: } } +add: +{ + "targetname" "IFixAStupidMistake" + "target" "caida3" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "2160 -5208 360" + "classname" "trigger_teleport" + "OnUser1" "!self,AddOutput,solid 2,0,1" + "OnUser1" "!self,AddOutput,mins -1296 -1016 -24,0.1,1" + "OnUser1" "!self,AddOutput,maxs 1296 1016 24,0.1,1" +} + +modify: +{ + match: + { + "classname" "logic_auto" + "hammerid" "33937" + } + insert: + { + "OnMapSpawn" "IFixAStupidMistake,FireUser1,,1,1" + } +} ;----------------- ;USELESS ENTITIES diff --git a/ze_lotr_mount_doom_v3.cfg b/ze_lotr_mount_doom_v3.cfg index e312f9b..a8a79e5 100644 --- a/ze_lotr_mount_doom_v3.cfg +++ b/ze_lotr_mount_doom_v3.cfg @@ -697,14 +697,210 @@ modify: } -;----------------- -;USELESS ENTITIES -;----------------- +;--------------- +;RENAME AMBIENT +;--------------- + +modify: +{ + match: + { + "targetname" "sound3" + "classname" "ambient_generic" + "hammerid" "2064" + } + replace: + { + "targetname" "minasmorgul" + } +} +modify: +{ + match: + { + "targetname" "morgul2" + "classname" "trigger_once" + "hammerid" "2137" + } + insert: + { + "OnUser1" "minasmorgul,PlaySound,,7,-1" + } +} + +;---------- +;BHOP EDIT +;---------- + +modify: +{ + match: + { + "classname" "logic_auto" + } + insert: + { + "OnNewGame" "consola,Command,sv_enablebunnyhopping 1,0,1" + } +} + +modify: +{ + match: + { + "targetname" "barrerafinal" + "classname" "func_breakable" + } + insert: + { + "OnBreak" "consola,Command,sv_enablebunnyhopping 0,0,1" + } +} + +modify: +{ + match: + { + "targetname" "derrr" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "derrumbamiento,FireUser1,,0,1" + } + insert: + { + "OnStartTouch" "derrumbamiento,FireUser1,,4,1" + } +} + +;modify: +;{ +; match: +; { +; "origin" "-6824 4016 -3226" +; "classname" "trigger_once" +; } +; delete: +; { +; "OnStartTouch" "derrr,Enable,,0,-1" +; "OnStartTouch" "derrumbamiento,FireUser1,,10,1" +; "OnStartTouch" "vidanazgul,Break,,19.5,1" +; "OnStartTouch" "nukefinal,Enable,,20,1" +; "OnStartTouch" "nukefinal2,Enable,,20,1" +; "OnStartTouch" "supervivientes,Enable,,20,1" +; "OnStartTouch" "supervivientes,Disable,,20.05,1" +; } +; insert: +; { +; "OnStartTouch" "derrr,Enable,,5,-1" +; "OnStartTouch" "derrumbamiento,FireUser1,,15,1" +; "OnStartTouch" "vidanazgul,Break,,24.5,1" +; "OnStartTouch" "nukefinal,Enable,,25,1" +; "OnStartTouch" "nukefinal2,Enable,,25,1" +; "OnStartTouch" "supervivientes,Enable,,25,1" +; "OnStartTouch" "supervivientes,Disable,,25.05,1" +; } +;} + +;----------- +;FIX NAZGUL +;----------- filter: { - "classname" "logic_auto" + "targetname" "matarr" + "classname" "trigger_hurt" } +add: +{ + "targetname" "NazgulKillOwner" + "origin" "1538 -313 -4019" + "InitialValue" "0" + "classname" "logic_branch" + "OnTrue" "!activator,SetHealth,0,0,-1" +} +add: +{ + "model" "*112" + "origin" "1538 -313 -4019" + "targetname" "NazgulGameZone" + "classname" "game_zone_player" + "OnPlayerOutZone" "!activator,FireUser1,,0,-1" +} +modify: +{ + match: + { + "targetname" "nazgulknife" + "classname" "weapon_knife" + } + insert: + { + "OnPlayerPickup" "NazgulKillOwner,SetValue,1,0,1" + "OnPlayerPickup" "!activator,AddOutput,OnUser1 NazgulKillOwner:Test::0:1,0,1" + } +} +modify: +{ + match: + { + "classname" "logic_auto" + } + insert: + { + "OnNewGame" "NazgulGameZone,CountPlayersInZone,,0,1" + } +} +modify: +{ + match: + { + "targetname" "vidanazgul" + "classname" "func_physbox_multiplayer" + } + insert: + { + "OnBreak" "NazgulGameZone,CountPlayersInZone,,0,1" + } +} +modify: +{ + match: + { + "targetname" "vidanazgul2" + "classname" "func_physbox_multiplayer" + } + insert: + { + "OnBreak" "NazgulGameZone,CountPlayersInZone,,0,1" + } +} + +;------------------ +;NAZGUL ALWAYS OPEN +;------------------ + +modify: +{ + match: + { + "classname" "trigger_once" + "hammerid" "2259" + "model" "*297" + } + replace: + { + "OnStartTouch" "puertax,Break,,0,1" + } +} + +filter: +{ + "classname" "logic_case" + "targetname" "nazzzz" + "hammerid" "2252" +} diff --git a/ze_lotr_mount_doom_v4_2.cfg b/ze_lotr_mount_doom_v4_2.cfg new file mode 100644 index 0000000..55939bd --- /dev/null +++ b/ze_lotr_mount_doom_v4_2.cfg @@ -0,0 +1,234 @@ +;-------------------------------------------------------------------- +;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ +;-------------------------------------------------------------------- +;FIX NAZGUL +;----------- + +filter: +{ + "targetname" "matarr" + "classname" "trigger_hurt" +} + +add: +{ + "targetname" "NazgulKillOwner" + "origin" "1538 -313 -4019" + "InitialValue" "0" + "classname" "logic_branch" + "OnTrue" "!activator,SetHealth,0,0,-1" +} +add: +{ + "model" "*118" + "origin" "1538 -313 -4019" + "targetname" "NazgulGameZone" + "classname" "game_zone_player" + "OnPlayerOutZone" "!activator,FireUser1,,0,-1" +} + +modify: +{ + match: + { + "targetname" "nazgulknife" + "classname" "weapon_knife" + } + insert: + { + "OnPlayerPickup" "NazgulKillOwner,SetValue,1,0,1" + "OnPlayerPickup" "!activator,AddOutput,OnUser1 NazgulKillOwner:Test::0:1,0,1" + } +} + +modify: +{ + match: + { + "classname" "logic_auto" + } + insert: + { + "OnNewGame" "NazgulGameZone,CountPlayersInZone,,0,1" + } +} +modify: +{ + match: + { + "targetname" "vidanazgul" + "classname" "func_physbox_multiplayer" + } + insert: + { + "OnBreak" "NazgulGameZone,CountPlayersInZone,,0,1" + } +} +modify: +{ + match: + { + "targetname" "vidanazgul2" + "classname" "func_physbox_multiplayer" + } + insert: + { + "OnBreak" "NazgulGameZone,CountPlayersInZone,,0,1" + } +} + + +;---------- +;BHOP EDIT +;---------- + + +modify: +{ + match: + { + "classname" "logic_auto" + } + insert: + { + "OnNewGame" "consola,Command,sv_enablebunnyhopping 1,0,1" + } +} + +modify: +{ + match: + { + "targetname" "barrerafinal" + "classname" "func_breakable" + } + insert: + { + "OnBreak" "consola,Command,sv_enablebunnyhopping 0,0,1" + } +} + +modify: +{ + match: + { + "targetname" "derrr" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "derrumbamiento,FireUser1,,0,1" + } + insert: + { + "OnStartTouch" "derrumbamiento,FireUser1,,4,1" + } +} + + +;modify: +;{ +; match: +; { +; "origin" "-6824 4016 -3226" +; "classname" "trigger_once" +; } +; delete: +; { +; "OnStartTouch" "derrr,Enable,,0,-1" +; "OnStartTouch" "derrumbamiento,FireUser1,,10,1" +; "OnStartTouch" "vidanazgul,Break,,19.5,1" +; "OnStartTouch" "nukefinal,Enable,,20,1" +; "OnStartTouch" "nukefinal2,Enable,,20,1" +; "OnStartTouch" "supervivientes,Enable,,20,1" +; "OnStartTouch" "supervivientes,Disable,,20.05,1" +; } +; insert: +; { +; "OnStartTouch" "derrr,Enable,,5,-1" +; "OnStartTouch" "derrumbamiento,FireUser1,,15,1" +; "OnStartTouch" "vidanazgul,Break,,24.5,1" +; "OnStartTouch" "nukefinal,Enable,,25,1" +; "OnStartTouch" "nukefinal2,Enable,,25,1" +; "OnStartTouch" "supervivientes,Enable,,25,1" +; "OnStartTouch" "supervivientes,Disable,,25.05,1" +; } +;} + + + +;---------------- +;FIX NUKE GLITCH +;---------------- + +modify: +{ + match: + { + "targetname" "derrumbamiento" + "classname" "trigger_once" + } + insert: + { + "OnUser1" "suelokesecae*,Kill,,12,1" + } +} + +add: +{ + "model" "*260" + "targetname" "nukefinal" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "-4400 3968 -5682" + "nodmgforce" "0" + "damagetype" "0" + "damagemodel" "0" + "damagecap" "20" + "damage" "9999999" + "classname" "trigger_hurt" +} + +add: +{ + "model" "*260" + "targetname" "nukefinal" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "-4400 3968 -4818" + "nodmgforce" "0" + "damagetype" "0" + "damagemodel" "0" + "damagecap" "20" + "damage" "9999999" + "classname" "trigger_hurt" +} + +add: +{ + "model" "*260" + "targetname" "nukefinal" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "-4400 3968 -3978" + "nodmgforce" "0" + "damagetype" "0" + "damagemodel" "0" + "damagecap" "20" + "damage" "9999999" + "classname" "trigger_hurt" +} + + +modify: +{ + match: + { + "targetname" "nukefinal" + "classname" "trigger_hurt" + } + replace: + { + "damage" "9999999" + } +} diff --git a/ze_mario_tower_v4.cfg b/ze_mario_tower_v4.cfg new file mode 100644 index 0000000..34d4a64 --- /dev/null +++ b/ze_mario_tower_v4.cfg @@ -0,0 +1,17 @@ +;-------------------- +;INCREASE NUKE DAMAGE +;-------------------- + +modify: +{ + match: + { + "classname" "trigger_hurt" + "targetname" "sunburn" + } + replace: + { + "damage" "10000" + "damagecap" "10000" + } +} diff --git a/ze_mountain_escape_v5_zy.cfg b/ze_mountain_escape_v5_zy.cfg index dadc15c..bbd99bb 100644 --- a/ze_mountain_escape_v5_zy.cfg +++ b/ze_mountain_escape_v5_zy.cfg @@ -1,31 +1,288 @@ ;-------------------------------------------------------------------- ;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ ;-------------------------------------------------------------------- -;DROP FUEL SOONER AND REMOVE ZMARKET BUYZONE -;------------------- +;REMOVE SCOUT ASWELL +;-------------------- + modify: { match: { - "origin" "2824 -2232 72" - "classname" "logic_auto" - "hammerid" "1815" - } - delete: - { - "OnMapSpawn" "server,Command,zr_weapons_zmarket_buyzone 1,0.08,1" - "OnMapSpawn" "relayNoFuelTurtleAirboat*,Trigger,,300,1" - "OnMapSpawn" "relayNoFuelHelicopter*,Trigger,,300,1" + "origin" "2872 -2040 72" + "targetname" "timerKillAllSnipers" + "classname" "logic_timer" + "hammerid" "2720480" } insert: { - "OnMapSpawn" "relayNoFuelTurtleAirboat*,Trigger,,240,1" - "OnMapSpawn" "relayNoFuelHelicopter*,Trigger,,240,1" + "OnUser1" "weapon_scout,Kill,,0,-1" } } +modify: +{ + match: + { + "origin" "2872 -1944 72" + "targetname" "templateKillAwps" + "classname" "point_template" + "hammerid" "2086623" + } + insert: + { + "OnEntitySpawned" "weapon_scout,Kill,,0,-1" + } +} + +;----------------- +;BOSS FIX MESSAGE +;----------------- + +modify: +{ + match: + { + "targetname" "boss2_come" + "classname" "trigger_once" + "hammerid" "2256" + } + delete: + { + "OnStartTouch" "server,Command,say ***Warning: The boss is comeback.***,0,1" + } + insert: + { + "OnStartTouch" "server,Command,say ***Warning: The boss is coming back.***,0,1" + } +} + + ;------------------- -;ALWAYS SPAWN LAUNCHER ON TRAIN MODE +;GARBAGE STUFF EDIT ;------------------- + +add: +{ + "model" "*403" + "origin" "5631 1535 10101" + "targetname" "AGenericGameZonePlayer" + "classname" "game_zone_player" +} + + +modify: +{ + match: + { + "targetname" "secretdualies_buttonCock" + "classname" "func_button" + } + delete: + { + "OnUser1" "templateAutism,Kill,,0,-1" + } +} + +modify: +{ + match: + { + "targetname" "templateAutism" + "classname" "point_template" + } + replace: + { + "spawnflags" "0" + } + delete: + { + "OnEntitySpawned" "!self,Kill,,0,-1" + } +} + +add: +{ + "origin" "2808 -2232 136" + "targetname" "whateverHatMakerLol" + "spawnflags" "0" + "PostSpawnDirectionVariance" "0.15" + "PostSpawnDirection" "0 0 0" + "EntityTemplate" "templateAutism" + "angles" "0 0 0" + "classname" "env_entity_maker" +} + +;------------------ +;FIX SPECIAL MODES +;------------------ + +; Missing Output + +modify: +{ + match: + { + "targetname" "caseSuperMode_Decode" + "classname" "logic_case" + "hammerid" "2797535" + } + insert: + { + "OnCase02" "mode3,Kill,,0,-1" + } +} + +; Missing output +; Remove moving texture +; Fix wrong echo messages + +modify: +{ + match: + { + "targetname" "caseGlitchMode_Decode" + "classname" "logic_case" + "hammerid" "4081224" + } + delete: + { + "OnCase08" "caseRandomizeBreathingTexture,PickRandom,,0,1" + "OnCase01" "server,Command,echo [MNT ESCAPE]: One kill detected - Three more to go for GlitchMode.,0,1" + "OnCase02" "server,Command,echo [MNT ESCAPE]: Two kills detected - Two more to go for GlitchMode.,0,1" + "OnCase03" "server,Command,echo [MNT ESCAPE]: Three kills detected - One more to go for GlitchMode.,0,1" + "OnCase04" "server,Command,echo [MNT ESCAPE]: Four kills detected - One more to go for GlitchMode.,0,1" + "OnCase05" "server,Command,echo [MNT ESCAPE]: Five kills detected - One more to go for GlitchMode.,0,1" + "OnCase06" "server,Command,echo [MNT ESCAPE]: Six kills detected - One more to go for GlitchMode.,0,1" + "OnCase07" "server,Command,echo [MNT ESCAPE]: Seven kills detected - One more to go for GlitchMode.,0,1" + } + insert: + { + "OnCase08" "mode3,Kill,,0,-1" + "OnCase01" "server,Command,echo [MNT ESCAPE]: One kill detected - Seven more to go for GlitchMode.,0,1" + "OnCase02" "server,Command,echo [MNT ESCAPE]: Two kills detected - Six more to go for GlitchMode.,0,1" + "OnCase03" "server,Command,echo [MNT ESCAPE]: Three kills detected - Five more to go for GlitchMode.,0,1" + "OnCase04" "server,Command,echo [MNT ESCAPE]: Four kills detected - Four more to go for GlitchMode.,0,1" + "OnCase05" "server,Command,echo [MNT ESCAPE]: Five kills detected - Three more to go for GlitchMode.,0,1" + "OnCase06" "server,Command,echo [MNT ESCAPE]: Six kills detected - Two more to go for GlitchMode.,0,1" + "OnCase07" "server,Command,echo [MNT ESCAPE]: Seven kills detected - One more to go for GlitchMode.,0,1" + } +} + +; Add CaseXX for ease + +modify: +{ + match: + { + "targetname" "caseGlitchMode_ModeModes" + "classname" "logic_case" + "hammerid" "4276142" + } + insert: + { + "Case01" "Zone" + "Case02" "Balls" + "Case03" "Missing" + "Case04" "Pirates" + } +} + +; logic_case to force mode for current round + +add: +{ + "origin" "2169 -2420 137" + "targetname" "Stripper_TriggerBossMode" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "modePicker,FireUser1,,0,1" + "OnTrigger" "mode,Kill,,0,1" + "OnTrigger" "mode2,Kill,,0,1" + "OnTrigger" "mode3,Kill,,0,1" +} +add: +{ + "origin" "2904 -2216 72" + "targetname" "Stripper_SelectWeird" + "Case01" "Zone" + "Case02" "Balls" + "Case03" "Missing" + "Case04" "Pirates" + "classname" "logic_case" + "OnCase01" "!self,FireUser1,,0,1" + "OnCase02" "!self,FireUser1,,0,1" + "OnCase03" "!self,FireUser1,,0,1" + "OnCase04" "!self,FireUser1,,0,1" + "OnCase01" "caseGlitchMode_ModeModes,InValue,Zone,0,1" + "OnCase02" "caseGlitchMode_ModeModes,InValue,Balls,0,1" + "OnCase03" "caseGlitchMode_ModeModes,InValue,Missing,0,1" + "OnCase04" "caseGlitchMode_ModeModes,InValue,Pirates,0,1" + "OnUser1" "mode,Kill,,0,1" + "OnUser1" "mode2,Kill,,0,1" + "OnUser1" "mode3,Kill,,0,1" +} +add: +{ + "origin" "2904 -2216 72" + "targetname" "Stripper_SelectSuper" + "Case01" "NightmareInSilentHill" + "Case02" "FinalFight" + "Case03" "MakoTirith" + "Case04" "ReallyBadWeather" + "Case05" "ApocalypseWow" + "Case06" "Weird" + "classname" "logic_case" + "OnCase01" "!self,FireUser1,,0,1" + "OnCase02" "!self,FireUser1,,0,1" + "OnCase03" "!self,FireUser1,,0,1" + "OnCase04" "!self,FireUser1,,0,1" + "OnCase05" "!self,FireUser1,,0,1" + "OnCase06" "!self,FireUser1,,0,1" + "OnCase01" "caseSuperMode_ModeModes,InValue,NightmareInSilentHill,0,1" + "OnCase02" "caseSuperMode_ModeModes,InValue,FinalFight,0,1" + "OnCase03" "caseSuperMode_ModeModes,InValue,MakoTirith,0,1" + "OnCase04" "caseSuperMode_ModeModes,InValue,ReallyBadWeather,0,1" + "OnCase05" "caseSuperMode_ModeModes,InValue,ApocalypseWow,0,1" + "OnCase06" "caseSuperMode_ModeModes,InValue,Weird,0,1" + "OnUser1" "mode,Kill,,0,1" + "OnUser1" "mode2,Kill,,0,1" + "OnUser1" "mode3,Kill,,0,1" +} + + +; logic_relay to set mode for next round + +add: +{ + "origin" "2169 -2420 137" + "targetname" "Stripper_NextBossMode" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "mountainescape,AddOutput,OnUser1 modePicker:FireUser1::0:1,0,-1" + "OnTrigger" "mountainescape,AddOutput,OnUser1 mode:Kill::0:1,0,-1" + "OnTrigger" "mountainescape,AddOutput,OnUser1 mode2:Kill::0:1,0,-1" + "OnTrigger" "mountainescape,AddOutput,OnUser1 mode3:Kill::0:1,0,-1" +} +add: +{ + "origin" "2169 -2420 137" + "targetname" "Stripper_NextWeirdMode" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "mountainescape,AddOutput,OnUser2 mathGlitchMode_Test:Add:8:0:1,0,-1" +} +add: +{ + "origin" "2169 -2420 137" + "targetname" "Stripper_NextSuperMode" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "mountainescape,AddOutput,OnUser2 mathSuperMode_Test:Add:2:0:1,0,-1" +} + +;------------------- +;TRAIN MODE CHANGES +;------------------- + modify: { match: @@ -35,18 +292,71 @@ modify: "classname" "logic_relay" "hammerid" "4578258" } +; delete: +; { +; "OnTrigger" "caseShouldWeSpawnLauncher,PickRandom,,0,1" +; } + insert: + { +; "OnTrigger" "caseRandomizeLauncher,PickRandom,,1,1" + "OnTrigger" "server,Command,say ***You might want to shoot the trains to destroy them before it's too late***,5,1" + } +} + +;------------------- +;PREDATOR HP CHANGE +;------------------- + +modify: +{ + match: + { + "targetname" "fboss_start_trigger" + "classname" "trigger_hurt" + "hammerid" "92542" + } delete: { - "OnTrigger" "caseShouldWeSpawnLauncher,PickRandom,,0,1" + "OnStartTouch" "fboss_math_2,Add,30,0,-1" + "OnStartTouch" "fboss_math_1,Add,40,0,-1" } insert: { - "OnTrigger" "caseRandomizeLauncher,PickRandom,,1,1" + "OnStartTouch" "fboss_math_2,Add,60,0,-1" + "OnStartTouch" "fboss_math_1,Add,75,0,-1" } } -;------------------- +modify: +{ + match: + { + "targetname" "fboss_math_1" + "classname" "math_counter" + "hammerid" "92532" + } + replace: + { + "max" "10000" + } +} +modify: +{ + match: + { + "targetname" "fboss_math_2" + "classname" "math_counter" + "hammerid" "92534" + } + replace: + { + "max" "10000" + } +} + +;------------------ ;HELICOPTER HEALTH -;------------------- +;------------------ + modify: { match: @@ -113,4 +423,1223 @@ modify: "Template14" "stripper_heli_explode" "Template15" "stripper_heli_filter" } -} \ No newline at end of file +} + +;------------------ +;SUDDEN DEATH EDIT +;------------------ + +add: +{ + "targetname" "TemplateExtraPlatform" + "origin" "-2624 -2192 5632" + "Template01" "fboss_main_platform" + "spawnflags" "2" + "classname" "point_template" + "OnUser1" "!self,AddOutput,origin -64 368 9216,0,1" + "OnUser1" "!self,ForceSpawn,,0.03,1" +} +modify: +{ + match: + { + "targetname" "fboss_TEM" + "classname" "point_template" + } + delete: + { + "Template07" "fboss_main_platform" + } + insert: + { + "OnEntitySpawned" "TemplateExtraPlatform,ForceSpawn,,0,1" + } +} + + +add: +{ + "origin" "9125 -8331 3628" + "targetname" "filterWasCTSuddenDeath" + "Negated" "0" + "filtername" "howcouldyoudienow" + "classname" "filter_activator_name" +} +add: +{ + "origin" "9125 -8331 3628" + "targetname" "filterIsTbutwasCTSuddenDeath" + "Filter01" "T" + "Filter02" "filterWasCTSuddenDeath" + "Negated" "0" + "filtertype" "0" + "classname" "filter_multi" +} +add: +{ + "model" "*178" + "wait" "0.1" + "targetname" "SuddenDeathEliminateDeadCT" ; Kill CT that were infected + "StartDisabled" "1" + "spawnflags" "1" + "origin" "270 -784 5167.41" + "filtername" "filterIsTbutwasCTSuddenDeath" + "classname" "trigger_multiple" + "OnTrigger" "!activator,SetHealth,0,0,-1" +} + +add: +{ + "targetname" "TemplateSuddenDeath" + "origin" "-64 368 9233" + "Template01" "SuddenDeath*" + "spawnflags" "2" + "classname" "point_template" + "OnEntitySpawned" "server,Command,echo [MNT ESCAPE]: Spawned sudden death stuff.,0,-1" + "OnEntitySpawned" "TemplateExtraPlatform,FireUser1,,0,1" + "OnEntitySpawned" "physboxBarricade*,Break,,0,1" + "OnEntitySpawned" "physboxLadderSelf*,Break,,0,1" + "OnEntitySpawned" "server,Command,say *** TELEPORTING EVERYONE TO THE FINAL ARENA IN 10 SECONDS ! ***,0,1" + "OnEntitySpawned" "server,Command,say *** TELEPORTING EVERYONE TO THE FINAL ARENA IN 5 SECONDS ! ***,5,1" + "OnEntitySpawned" "SuddenDeathTeleport*,Enable,,10,1" + "OnEntitySpawned" "SuddenDeathEliminateDeadCT,Enable,,10,1" +} + +add: +{ + "origin" "-714 381 9230" + "targetname" "SuddenDeathDestZ" + "angles" "0 0 0" + "classname" "info_teleport_destination" +} +add: +{ + "origin" "566 381 9230" + "targetname" "SuddenDeathDestCT" + "angles" "0 180 0" + "classname" "info_teleport_destination" +} + +add: +{ + "model" "*178" + "targetname" "SuddenDeathTeleportCT" + "target" "SuddenDeathDestCT" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "270 -784 4079.41" + "filtername" "CT" + "classname" "trigger_teleport" + "OnStartTouch" "!activator,AddOutput,targetname howcouldyoudienow,0,-1" +} +add: +{ + "model" "*178" + "targetname" "SuddenDeathTeleportZ" + "target" "SuddenDeathDestZ" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "270 -784 4079.41" + "filtername" "T" + "classname" "trigger_teleport" +} + +modify: +{ + match: + { + "targetname" "relaySpawnZWeapons" + "classname" "logic_relay" + "hammerid" "253529" + } + insert: + { + "OnUser4" "TemplateSuddenDeath,ForceSpawn,,10,1" + } +} + +;-------------------- +;ZH FIX ZOMBIE COUNT +;-------------------- + +filter: +{ + "targetname" "PlayerCounter" + "classname" "game_zone_player" + "hammerid" "712672" +} + +add: +{ + "model" "*178" + "wait" "1" + "targetname" "PlayerCounter" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "270 -784 5167.41" + "classname" "trigger_multiple" + "OnStartTouch" "ZHZombiesCounter,Add,4,0,-1" +} + +modify: +{ + match: + { + "targetname" "templateZombieHorde" + "classname" "point_template" + "hammerid" "946917" + } + delete: + { + "OnEntitySpawned" "PlayerCounter,CountPlayersInZone,,0.1,1" + } + insert: + { + "OnEntitySpawned" "PlayerCounter,Enable,,0.1,1" + "OnEntitySpawned" "PlayerCounter,Kill,,0.2,1" + } +} + +;------------------- +;ZH NO SUDDEN DEATH +;------------------- + +modify: +{ + match: + { + "targetname" "relayMode_ZombieHorde" + "classname" "logic_relay" + "hammerid" "4578168" + } + insert: + { + "OnTrigger" "relaySpawnZWeapons,Kill,,0,1" + } +} + + +;----------------------------------------- +;ARENA - ADD RAMP STARTING FROM MAIN PATH +;----------------------------------------- + +modify: +{ + match: + { + "targetname" "wallZMMode" + "classname" "func_wall_toggle" + "hammerid" "4440466" + } + replace: + { + "targetname" "arenashit_coolramp" + "spawnflags" "0" + } +} + +;----------------- +;CLEAN LOGIC_AUTO +;----------------- + +filter: +{ + "origin" "2824 -2232 72" + "classname" "logic_auto" + "hammerid" "1815" +} + +add: +{ + "origin" "2824 -2232 88" + "spawnflags" "1" + "classname" "logic_auto" + + ; -- Init entities and stuff -- + "OnMapSpawn" "Stripper_Event_Init,FireUser1,,0,1" + "OnMapSpawn" "templateStart,ForceSpawn,,0,1" + "OnMapSpawn" "templateTeleportDestination,FireUser1,,0,1" + "OnMapSpawn" "caseShouldWeSpawn3DSkyTower,PickRandom,,0,1" + "OnMapSpawn" "server,Command,echo [MNT ESCAPE]: Checking spawn...,0,1" + + ; -- Music Stuff -- + "OnMapSpawn" "bgm,PlaySound,,0,1" + "OnMapSpawn" "templatePlayMusic,ForceSpawn,,4,1" + + ; -- Mode Picker -- + "OnMapSpawn" "server,Command,say ***ZE_MOUNTAIN_ESCAPE***,2,1" + "OnMapSpawn" "server,Command,say ***Game mode loading...***,10,1" + "OnMapSpawn" "server,Command,say ***.***,11,1" + "OnMapSpawn" "server,Command,say ***..***,12,1" + "OnMapSpawn" "server,Command,say ***...***,13,1" + "OnMapSpawn" "Stripper_Event_Branch,FireUser1,,0.1,1" ; Pick the mode after 14 seconds + + ; -- Admin Buttons Init -- + "OnMapSpawn" "templateAdminButton,ForceSpawn,,1,1" + "OnMapSpawn" "admin_button,Kill,,19,1" + "OnMapSpawn" "Stripper_Event_Branch,FireUser2,,19,1" + + ; -- Clean Player -- + "OnMapSpawn" "player,FireUser2,,0.01,1" + "OnMapSpawn" "player,AddOutput,renderamt 255,0,1" + "OnMapSpawn" "player,AddOutput,OnUser2 point_viewcontrol:Disable::0:1,0,1" + "OnMapSpawn" "player,AddOutput,rendermode 0,0,1" + "OnMapSpawn" "player,AddOutput,gravity 1,0,1" + "OnMapSpawn" "player,AddOutput,OnUser2 point_viewcontrol:Disable::0:1,0.05,1" + "OnMapSpawn" "player,FireUser3,,0,1" + "OnMapSpawn" "player,AddOutput,targetname ,0.05,1" + "OnMapSpawn" "triggerIMAPARANOIDFUCKERANDYOULIKEDICKS,Kill,,14,1" + + ; -- FadeOut -- + "OnMapSpawn" "relayHidingPlayersAndShitUltramegamixsupercombo,FireUser3,,0,1" + "OnMapSpawn" "BlackBox,Alpha,0,0,1" + "OnMapSpawn" "fogDarkness_Cooldown,AddOutput,targetname fogDarkness,0,1" + "OnMapSpawn" "fogDarkness,TurnOff,,0.1,1" + "OnMapSpawn" "caseFadeOutput,InValue,fadeMode,0,1" + + ; -- Servercommand -- + "OnMapSpawn" "server,Command,mp_roundtime 9,0,1" + "OnMapSpawn" "server,Command,mp_buytime 0.50,0,1" + "OnMapSpawn" "server,Command,mp_freezetime 4,0,1" + "OnMapSpawn" "server,Command,sv_stopspeed 75,0.02,1" + "OnMapSpawn" "server,Command,sv_turbophysics 0,0.04,1" + "OnMapSpawn" "server,Command,sv_friction 4,0.04,1" + "OnMapSpawn" "server,Command,sv_gravity 800,0.06,1" + "OnMapSpawn" "server,Command,sv_accelerate 5,0.1,1" + "OnMapSpawn" "server,Command,sv_airaccelerate 150,0.1,1" + + "OnMapSpawn" "server,Command,zr_infect_mzombie_respawn 1,0.08,1" + "OnMapSpawn" "server,Command,zr_infect_mzombie_ratio 5,0.09,1" + "OnMapSpawn" "server,Command,zr_infect_spawntime_min 16,0.12,1" + "OnMapSpawn" "server,Command,zr_infect_spawntime_max 16,0.13,1" + "OnMapSpawn" "server,Command,zr_infect_weapons_drop 0,0.1,1" + "OnMapSpawn" "server,Command,zr_zspawn 1,0,1" + "OnMapSpawn" "server,Command,zr_respawn_delay 2,0.1,1" + "OnMapSpawn" "server,Command,zr_respawn 1,0.1,1" + "OnMapSpawn" "server,Command,zr_respawn_team_zombie 1,0.1,1" + "OnMapSpawn" "server,Command,zr_respawn_team_zombie_world 1,0.1,1" + "OnMapSpawn" "server,Command,zr_class_modify zombies speed 335,0.1,1" + "OnMapSpawn" "server,Command,zr_class_modify zombies health 4000,0.11,1" + "OnMapSpawn" "server,Command,zr_class_modify zombies knockback 1.0 1,0.02,1" + "OnMapSpawn" "server,Command,zr_class_modify zombies health_regen_amount 1.0 1,0.02,1" + "OnMapSpawn" "server,Command,zr_class_modify zombies health_infect_gain 1.0 1 ,0.02,1" + "OnMapSpawn" "server,Command,zr_ambientsounds_volume 0.3,0.1,1" + + ; "OnMapSpawn" "server,Command,zr_weapons_zmarket_buyzone 1,0.08,1" ; Disabled + + "OnMapSpawn" "server,Command,ammo_flashbang_max 0,0,1" + "OnMapSpawn" "server,Command,zr_restrict flashbang,0.8,1" + "OnMapSpawn" "server,Command,zr_unrestrict scout,0.8,1" + "OnMapSpawn" "server,Command,zr_unrestrict aug,0.8,1" + + "OnMapSpawn" "server,Command,exec mountain_escape,4,-1" + "OnMapSpawn" "server,Command,echo [ MNT ESCAPE ]: Executing mountain_escape.cfg.,4,-1" + + + ; -- Name reset for safety (doesnt matter) -- + "OnMapSpawn" "mode_temp,AddOutput,targetname mode,0,1" + "OnMapSpawn" "mode2_temp,AddOutput,targetname mode2,0,1" + "OnMapSpawn" "mode3_temp,AddOutput,targetname mode3,0,1" + "OnMapSpawn" "modepicker_temp,AddOutput,targetname modepicker,0,1" + "OnMapSpawn" "casesupermode_modemodes_temp,AddOutput,targetname casesupermode_modemodes,0,1" + + ; -- Special Modes checks -- + "OnMapSpawn" "mathGlitchMode_Test,GetValue,,3.2,1" + "OnMapSpawn" "mathSuperMode_Test,GetValue,,3.15,1" + + ; -- Reset Colorcorrection -- + "OnMapSpawn" "ccMountainEscape,FireUser1,,0,1" + + ; -- Reset Ramps and Paths -- + "OnMapSpawn" "toggleshitnormal_way,Enable,,0.02,1" + "OnMapSpawn" "toggleshit_ZH,Enable,,0,1" + "OnMapSpawn" "toggleshit_waterfloodZH,Enable,,0.03,1" + "OnMapSpawn" "toggleshit_waterfloodXtra,Enable,,0.03,1" + "OnMapSpawn" "toggleshit_waterflood,Enable,,0.03,1" + "OnMapSpawn" "wallFlood,Alpha,0,0,1" + "OnMapSpawn" "toggleshit_way_blocks_*,Disable,,0,1" + "OnMapSpawn" "toggleshit_way_fastrampup,Enable,,0,1" + "OnMapSpawn" "toggleshit_way_endrampup_01,Enable,,0,1" + "OnMapSpawn" "toggleshit_way_endrampup_02,Enable,,0,1" + "OnMapSpawn" "toggleshit_waterfloodHeli,Enable,,0.03,1" + "OnMapSpawn" "brush_NoUpperAreas,Disable,,0,1" + + ; -- Reset Boss wall and stuff -- + "OnMapSpawn" "boss_helicopter_wall,Disable,,0.01,1" + "OnMapSpawn" "boss_push_wall,Disable,,0.14,1" + "OnMapSpawn" "boss_wall,Disable,,0.15,1" + "OnMapSpawn" "buyzoneBoss,Disable,,0,1" + + ; -- Chopper Stuff -- + "OnMapSpawn" "relaySpawnHelicopters,Trigger,,1,1" + "OnMapSpawn" "relayNoFuelHelicopter*,Trigger,,240,1" + "OnMapSpawn" "relayNoFuelTurtleAirboat*,Trigger,,240,1" + "OnMapSpawn" "server,Command,echo [MNT ESCAPE]: Attempting to kill Helicopters and Turtle Boats.,240,1" + ; -> Old Delay was 300 (now 240) + + ; -- Sudden Death trigger -- + "OnMapSpawn" "relaySpawnZWeapons,FireUser4,,300,1" + ; -> Old Delay was 420 (now 300) + + ; -- Nazgul stuff -- + "OnMapSpawn" "gamezone_PlayMusic,AddOutput,OnPlayerOutZone math32PlayersOrMore:Add:1:0:-1,4.02,1" + "OnMapSpawn" "item_nazgul_Template,AddOutput,origin 5171 -1233 3592,0,1" + + ; -- Clean Worldspawn -- + "OnMapSpawn" "mountainescape,FireUser1,,3,1" + "OnMapSpawn" "mountainescape,FireUser2,,3,1" + "OnMapSpawn" "server,Command,echo [MNT ESCAPE]: Flushing out world spawn...,1.5,1" + "OnMapSpawn" "mountainescape,FireUser3,,0,1" + "OnMapSpawn" "mountainescape,FireUser4,,0,1" + + ; -- Vip Stuff reset -- + "OnMapSpawn" "brushVIPSelection,Disable,,0,1" + "OnMapSpawn" "brushVIPSelection,Disable,,20,1" + + ; -- Medusa stuff reset -- + "OnMapSpawn" "mboss_camera,AddOutput,origin 1952 -1922 172,0,1" + "OnMapSpawn" "mboss_camera,AddOutput,target triggerResetCamera_Safety,0,1" + "OnMapSpawn" "mboss_camera,AddOutput,angles 0 270 0,0,1" + "OnMapSpawn" "mboss_camera,Disable,,0,1" + + ; -- Reset textures modifications -- + "OnMapSpawn" "vmtmodify_MapTextures,SetMaterialVar,0,0,1" + "OnMapSpawn" "TogglingRadarShit_Nada,AddOutput,targetname TogglingRadarShit,0,1" + "OnMapSpawn" "TogglingToggleShit,SetTextureIndex,0,0,1" + "OnMapSpawn" "TogglingSkyboxShit,SetTextureIndex,0,0,1" + "OnMapSpawn" "TogglingRadarShit,SetTextureIndex,1,0,1" + "OnMapSpawn" "TogglingRadarShit,SetTextureIndex,0,3,1" + "OnMapSpawn" "ToggleShit,FireUser1,,0,1" + + ; -- Mexican Hat button & other stuff -- + "OnMapSpawn" "secretdualies_buttonCock,FireUser1,,8,1" + "OnMapSpawn" "caseShouldWeSpawnModelizer,PickRandom,,3,1" + "OnMapSpawn" "caseShouldWeSpawnPooper,PickRandom,,6,1" + +} + + +;-------------------------------------- +;EVENT MODE: All Modes played in order +;-------------------------------------- + +add: +{ + "targetname" "Stripper_Event_Init" + "origin" "2552 -2536 840" + "classname" "info_target" + "OnUser1" "Template_PermStripperEventMode,ForceSpawn,,0,1" + "OnUser1" "Stripper_Event_Branch,AddOutput,classname info_target,0.03,1" + "OnUser1" "Stripper_Event_Info_Branch,AddOutput,classname info_target,0.03,1" + "OnUser1" "Stripper_Event_Counter,AddOutput,classname info_target,0.03,1" + "OnUser1" "!self,Kill,,0.06,1" +} + +add: +{ + "targetname" "Template_PermStripperEventMode" + "origin" "2552 -2536 776" + "Template01" "Stripper_Event_Counter" + "Template02" "Stripper_Event_Info_Branch" + "Template03" "Stripper_Event_Branch" + "spawnflags" "2" + "classname" "point_template" + "OnEntitySpawned" "!self,Kill,,0,-1" +} + +add: +{ + "origin" "2552 -2536 824" + "targetname" "Stripper_Event_Counter" + "startvalue" "1" + "min" "1" + "max" "48" + "classname" "math_counter" + "OutValue" "Stripper_Event_CaseInfo,InValue,,0,-1" + "OutValue" "Stripper_Event_Text,Display,,0.03,-1" + "OutValue" "Stripper_Event_Compare,SetValueCompare,,0,-1" + "OnGetValue" "Stripper_Event_CaseMode,InValue,,0,-1" + "OnGetValue" "Stripper_Event_Compare,SetValueCompare,,0,-1" +} + +add: +{ + "targetname" "Stripper_Event_Branch" + "origin" "2552 -2536 808" + "InitialValue" "0" + "classname" "logic_branch" + "OnFalse" "modePicker,PickRandom,,13.9,-1" + + "OnTrue" "server,Command,say *** [EVENT MODE ON] ***,5,-1" + "OnTrue" "server,Command,echo [MNT ESCAPE] EVENT MODE ON,5,-1" + "OnTrue" "Stripper_Event_EndModeBranch,SetValue,1,0,-1" + "OnTrue" "Stripper_Event_ZH_EndModeBranch,SetValue,1,0,-1" + + "OnTrue" "templateAdminButton,Kill,,0,-1" ; Dont spawn the admin buttons to not mess with the system + "OnTrue" "relayMode_*,Enable,,0,-1" ; Enable Every Mode + "OnTrue" "mathGlitchMode_Test,Kill,,0,-1" ; Prevent Weird Modes from triggering + "OnTrue" "mathSuperMode_Test,Kill,,0,-1" ; Prevent Super Modes from triggering + "OnTrue" "Stripper_Event_Counter,GetValue,,13.9,-1" ; Pick the current Mode + + "OnUser1" "!self,Test,,0,-1" + "OnUser1" "Stripper_Event_CaseMode,AddOutput,targetname Stripper_Event_CaseMode_temp,0,-1" + "OnUser1" "Stripper_Event_Counter,GetValue,,0.1,-1" + "OnUser1" "Stripper_Event_CaseMode_temp,AddOutput,targetname Stripper_Event_CaseMode,0.2,-1" + + "OnUser2" "Stripper_Event_Toggle,Kill,,0,-1" + "OnUser2" "Stripper_Event_Subtract,Kill,,0,-1" + "OnUser2" "Stripper_Event_Add,Kill,,0,-1" + "OnUser2" "Stripper_Event_Text,Kill,,2,-1" +} + +add: +{ + "targetname" "Stripper_Event_Info_Branch" + "origin" "2552 -2536 792" + "InitialValue" "0" + "classname" "logic_branch" + "OnFalse" "server,Command,say *** EVENT MODE IS DISABLED. Press the button again to Enable it ***,0,-1" + "OnFalse" "Stripper_Event_Toggle,AddOutput,OnUseLocked server:Command:say *** [EVENT MODE ON] ***:0:1,0,-1" + "OnFalse" "Stripper_Event_Toggle,AddOutput,OnUseLocked server:Command:echo [MNT ESCAPE] EVENT MODE ON:0:1,0,-1" + "OnTrue" "server,Command,say *** EVENT MODE IS ENABLED. Press the button again to Disable it ***,0,-1" + "OnTrue" "Stripper_Event_Toggle,AddOutput,OnUseLocked server:Command:say *** [EVENT MODE OFF] ***:0:1,0,-1" + "OnTrue" "Stripper_Event_Toggle,AddOutput,OnUseLocked server:Command:echo [MNT ESCAPE] EVENT MODE OFF:0:1,0,-1" +} + +; Monkey & Castle & Medieval mode ignored + +add: +{ + "origin" "2552 -2536 872" + "targetname" "Stripper_Event_CaseMode" + "Case01" "1" + "Case02" "2" + "Case03" "3" + "Case04" "4" + "Case05" "5" + "Case06" "6" + "Case07" "7" + "Case08" "8" + "Case09" "9" + "Case10" "10" + "Case11" "11" + "Case12" "12" + "Case13" "13" + "Case14" "14" + "Case15" "15" + "Case16" "16" + "classname" "logic_case" + "OnCase01" "caseDoWeReallyWantToPlayNormalMode,AddOutput,targetname WeOnlyWantTheNormalMode,0,-1" + "OnCase01" "relayMode_Normal,Trigger,,0.03,-1" + "OnCase01" "WeOnlyWantTheNormalMode,InValue,ya,0.03,-1" + "OnCase02" "relayMode_Massacre,Trigger,,0,-1" + "OnCase03" "relayMode_Classic,Trigger,,0,-1" + "OnCase04" "relayMode_FFVII,Trigger,,0,-1" + "OnCase05" "relayMode_SilentHill,Trigger,,0,-1" + "OnCase06" "relayMode_Space,Trigger,,0,-1" + "OnCase07" "relayMode_Train,Trigger,,0,-1" + "OnCase08" "caseWhatBossShouldWeSpawn,FireUser1,,0,-1" + "OnCase08" "server,Command,say *** BOSS MODE - MOUNTAIN ESC. ***,0,-1" + "OnCase09" "relayMode_Tornado,Trigger,,0,-1" + "OnCase10" "relayMode_Depression,Trigger,,0,-1" + "OnCase11" "relayMode_SpaceMassacre,Trigger,,0,-1" + "OnCase12" "relayMode_Flood,Trigger,,0,-1" + "OnCase13" "relayMode_TriggerMadness,Trigger,,0,-1" + "OnCase14" "relayMode_Face2Face,Trigger,,0,-1" + "OnCase15" "relayMode_Turtle,Trigger,,0,-1" + "OnCase16" "relayMode_Asedium,Trigger,,0,-1" + "OnCase16" "triggerSuperMode_FilterCTs,Kill,,0,-1" +} +add: +{ + "origin" "2552 -2536 872" + "targetname" "Stripper_Event_CaseMode" + "Case01" "17" + "Case02" "18" + "Case03" "19" + "Case04" "20" + "Case05" "21" + "Case06" "22" + "Case07" "23" + "Case08" "24" + "Case09" "25" + "Case10" "26" + "Case11" "27" + "Case12" "28" + "Case13" "29" + "Case14" "30" + "Case15" "31" + "Case16" "32" + "classname" "logic_case" + "OnCase01" "caseWhatBossShouldWeSpawn,FireUser3,,0,-1" + "OnCase01" "server,Command,say *** BOSS MODE - BAHAMUT ***,0,-1" + "OnCase02" "relayMode_KnockbackMadness,Trigger,,0,-1" + "OnCase03" "relayMode_ZombieHorde,Trigger,,0,-1" + "OnCase04" "relayMode_Carnival,Trigger,,0,-1" + "OnCase05" "relayMode_UFO,Trigger,,0,-1" + "OnCase06" "relayMode_MonkeyMassacre,Trigger,,0,-1" + "OnCase07" "relayMode_AllItems,Trigger,,0,-1" + "OnCase08" "relayMode_OneWay,Trigger,,0,-1" + "OnCase09" "caseWhatBossShouldWeSpawn,FireUser2,,0,-1" + "OnCase09" "server,Command,say *** BOSS MODE - PREDATOR ***,0,-1" + "OnCase10" "relayMode_Hell,Trigger,,0,-1" + "OnCase10" "triggerSuperMode_FilterCTs,Kill,,0,-1" + "OnCase11" "relayMode_Pirates,Trigger,,0,-1" + "OnCase12" "caseSuperMode_ModeModes,InValue,ApocalypseWow,0,-1" + "OnCase13" "relayMode_Explosive,Trigger,,0,-1" + "OnCase14" "relayMode_ZM,Trigger,,0,-1" + "OnCase15" "relayMode_HoldEm,Trigger,,0,-1" + "OnCase16" "relayMode_SpaceFFVII,Trigger,,0,-1" +} +add: +{ + "origin" "2552 -2536 872" + "targetname" "Stripper_Event_CaseMode" + "Case01" "33" + "Case02" "34" + "Case03" "35" + "Case04" "36" + "Case05" "37" + "Case06" "38" + "Case07" "39" + "Case08" "40" + "Case09" "41" + "Case10" "42" + "Case11" "43" + "Case12" "44" + "Case13" "45" + "Case14" "46" + "Case15" "47" + "Case16" "48" + "classname" "logic_case" + "OnCase01" "relayMode_Missing,Trigger,,0,-1" + "OnCase02" "caseWhatBossShouldWeSpawn,FireUser4,,0,-1" + "OnCase02" "server,Command,say *** BOSS MODE - PAPER ***,0,-1" + "OnCase03" "relayMode_Arena,Trigger,,0,-1" + "OnCase04" "relayMode_ZoneMode,Trigger,,0,-1" + "OnCase05" "relayMode_Halloween,Trigger,,0,-1" + "OnCase06" "caseSuperMode_ModeModes,InValue,ReallyBadWeather,0,-1" + "OnCase07" "relayMode_Forest,Trigger,,0,-1" + "OnCase08" "caseSuperMode_ModeModes,InValue,FinalFight,0,-1" + "OnCase09" "relayMode_MoreBalls,Trigger,,0,-1" + "OnCase10" "caseSuperMode_ModeModes,InValue,MakoTirith,0,-1" + "OnCase11" "relayMode_VIP,Trigger,,0,-1" + "OnCase11" "Stripper_Event_DetectCTs,Kill,,0,-1" + "OnCase12" "caseSuperMode_ModeModes,InValue,NightmareInSilentHill,0,-1" + "OnCase13" "relayMode_LordsOfDestruction,Trigger,,0,-1" + "OnCase13" "triggerSuperMode_FilterCTs,Kill,,0,-1" + "OnCase14" "caseSuperMode_ModeModes,InValue,Weird,0,-1" + "OnCase15" "relayMode_ItemRush,Trigger,,0,-1" + "OnCase16" "caseWhatBossShouldWeSpawn,InValue,Medusa,0,-1" + "OnCase16" "server,Command,say *** BOSS MODE - MEDUSA ***,0,-1" + "OnCase16" "Stripper_Event_EndModeBranch,AddOutput,OnTrue server:Command:say *** YOU DID IT ! YOU BEAT THE FINAL LEVEL ! ***:0:1,0,-1" + "OnCase16" "Stripper_Event_EndModeBranch,AddOutput,OnTrue server:Command:say *** YOU ARE THE TRUE MOUNTAIN ESCAPERS OF THE LEGEND ! ***:1:1,0,-1" + "OnCase16" "Stripper_Event_EndModeBranch,AddOutput,OnTrue server:Command:say *** [EVENT MODE OFF] ***:2:1,0,-1" + "OnCase16" "Stripper_Event_EndModeBranch,AddOutput,OnTrue Stripper_Event_Branch:SetValue:0:0:1,0,-1" + "OnCase16" "Stripper_Event_EndModeBranch,AddOutput,OnTrue Stripper_Event_Info_Branch:SetValue:0:0:1,0,-1" +} + + +add: +{ + "targetname" "Stripper_Event_Text" + "origin" "2552 -2536 888" + "channel" "5" + "color" "255 0 0" + "color2" "255 0 0" + "fadein" ".1" + "fadeout" ".1" + "holdtime" "2" + "message" "#ERROR" + "x" "-1" + "y" ".25" + "classname" "game_text" +} +add: +{ + "origin" "2552 -2536 872" + "targetname" "Stripper_Event_CaseInfo" + "Case01" "1" + "Case02" "2" + "Case03" "3" + "Case04" "4" + "Case05" "5" + "Case06" "6" + "Case07" "7" + "Case08" "8" + "Case09" "9" + "Case10" "10" + "Case11" "11" + "Case12" "12" + "Case13" "13" + "Case14" "14" + "Case15" "15" + "Case16" "16" + "classname" "logic_case" + "OnCase01" "Stripper_Event_Text,AddOutput,message [1] Normal,0,-1" + "OnCase02" "Stripper_Event_Text,AddOutput,message [2] Massacre,0,-1" + "OnCase03" "Stripper_Event_Text,AddOutput,message [3] Classic,0,-1" + "OnCase04" "Stripper_Event_Text,AddOutput,message [4] FFVII,0,-1" + "OnCase05" "Stripper_Event_Text,AddOutput,message [5] Silent Hill,0,-1" + "OnCase06" "Stripper_Event_Text,AddOutput,message [6] Space,0,-1" + "OnCase07" "Stripper_Event_Text,AddOutput,message [7] Train,0,-1" + "OnCase08" "Stripper_Event_Text,AddOutput,message [8] Boss - Normal,0,-1" + "OnCase09" "Stripper_Event_Text,AddOutput,message [9] Tornado,0,-1" + "OnCase10" "Stripper_Event_Text,AddOutput,message [10] Depression,0,-1" + "OnCase11" "Stripper_Event_Text,AddOutput,message [11] Space Massacre,0,-1" + "OnCase12" "Stripper_Event_Text,AddOutput,message [12] Flood,0,-1" + "OnCase13" "Stripper_Event_Text,AddOutput,message [13] Trigger Madness,0,-1" + "OnCase14" "Stripper_Event_Text,AddOutput,message [14] Face to Face,0,-1" + "OnCase15" "Stripper_Event_Text,AddOutput,message [15] Turtle,0,-1" + "OnCase16" "Stripper_Event_Text,AddOutput,message [16] Asedium,0,-1" +} +add: +{ + "origin" "2552 -2536 872" + "targetname" "Stripper_Event_CaseInfo" + "Case01" "17" + "Case02" "18" + "Case03" "19" + "Case04" "20" + "Case05" "21" + "Case06" "22" + "Case07" "23" + "Case08" "24" + "Case09" "25" + "Case10" "26" + "Case11" "27" + "Case12" "28" + "Case13" "29" + "Case14" "30" + "Case15" "31" + "Case16" "32" + "classname" "logic_case" + "OnCase01" "Stripper_Event_Text,AddOutput,message [17] Boss - Bahamut,0,-1" + "OnCase02" "Stripper_Event_Text,AddOutput,message [18] Knockback Madness,0,-1" + "OnCase03" "Stripper_Event_Text,AddOutput,message [19] Zombie Horde,0,-1" + "OnCase04" "Stripper_Event_Text,AddOutput,message [20] Carnival,0,-1" + "OnCase05" "Stripper_Event_Text,AddOutput,message [21] UFO,0,-1" + "OnCase06" "Stripper_Event_Text,AddOutput,message [22] Monkey Massacre,0,-1" + "OnCase07" "Stripper_Event_Text,AddOutput,message [23] All Items,0,-1" + "OnCase08" "Stripper_Event_Text,AddOutput,message [24] One Way,0,-1" + "OnCase09" "Stripper_Event_Text,AddOutput,message [25] Boss - Predator,0,-1" + "OnCase10" "Stripper_Event_Text,AddOutput,message [26] Hell,0,-1" + "OnCase11" "Stripper_Event_Text,AddOutput,message [27] Glitch - Pirates,0,-1" + "OnCase12" "Stripper_Event_Text,AddOutput,message [28] SuperMode - Apocalypse Wow,0,-1" + "OnCase13" "Stripper_Event_Text,AddOutput,message [29] Explosive,0,-1" + "OnCase14" "Stripper_Event_Text,AddOutput,message [30] ZM,0,-1" + "OnCase15" "Stripper_Event_Text,AddOutput,message [31] Hold Em,0,-1" + "OnCase16" "Stripper_Event_Text,AddOutput,message [32] Space FFVII,0,-1" +} +add: +{ + "origin" "2552 -2536 872" + "targetname" "Stripper_Event_CaseInfo" + "Case01" "33" + "Case02" "34" + "Case03" "35" + "Case04" "36" + "Case05" "37" + "Case06" "38" + "Case07" "39" + "Case08" "40" + "Case09" "41" + "Case10" "42" + "Case11" "43" + "Case12" "44" + "Case13" "45" + "Case14" "46" + "Case15" "47" + "Case16" "48" + "classname" "logic_case" + "OnCase01" "Stripper_Event_Text,AddOutput,message [33] Glitch - Missing,0,-1" + "OnCase02" "Stripper_Event_Text,AddOutput,message [34] Boss - Paper,0,-1" + "OnCase03" "Stripper_Event_Text,AddOutput,message [35] Arena,0,-1" + "OnCase04" "Stripper_Event_Text,AddOutput,message [36] Glitch - Zone,0,-1" + "OnCase05" "Stripper_Event_Text,AddOutput,message [37] Halloween,0,-1" + "OnCase06" "Stripper_Event_Text,AddOutput,message [38] SuperMode - Really Bad Weather,0,-1" + "OnCase07" "Stripper_Event_Text,AddOutput,message [39] Forest,0,-1" + "OnCase08" "Stripper_Event_Text,AddOutput,message [40] SuperMode - Final Fight,0,-1" + "OnCase09" "Stripper_Event_Text,AddOutput,message [41] Glitch - More Balls,0,-1" + "OnCase10" "Stripper_Event_Text,AddOutput,message [42] SuperMode - Mako Tirith,0,-1" + "OnCase11" "Stripper_Event_Text,AddOutput,message [43] VIP,0,-1" + "OnCase12" "Stripper_Event_Text,AddOutput,message [44] SuperMode - Nightmare in Silent Hill,0,-1" + "OnCase13" "Stripper_Event_Text,AddOutput,message [45] Lords Of Destruction,0,-1" + "OnCase14" "Stripper_Event_Text,AddOutput,message [46] SuperMode - Weird,0,-1" + "OnCase15" "Stripper_Event_Text,AddOutput,message [47] Item Rush,0,-1" + "OnCase16" "Stripper_Event_Text,AddOutput,message [48] Medusa,0,-1" +} + +add: +{ + "model" "*64" + "angles" "180 0 0" + "wait" "0.01" + "unlocked_sound" "0" + "unlocked_sentence" "0" + "targetname" "Stripper_Event_Toggle" + "speed" "5" + "spawnflags" "1025" + "sounds" "0" + "rendermode" "0" + "renderfx" "0" + "rendercolor" "0 255 255" + "renderamt" "255" + "origin" "2557 -2512 780" + "movedir" "0 0 0" + "locked_sound" "0" + "locked_sentence" "0" + "lip" "0" + "health" "0" + "disablereceiveshadows" "0" + "classname" "func_button" + "OnPressed" "!self,Lock,,0,-1" + "OnPressed" "Stripper_Event_Info_Branch,Test,,0,-1" + "OnUseLocked" "Stripper_Event_Branch,Toggle,,0,-1" + "OnUseLocked" "Stripper_Event_Info_Branch,Toggle,,0,-1" + "OnUseLocked" "!self,Unlock,,0,-1" +} + +add: +{ + "model" "*64" + "angles" "0 180 270" + "wait" "0.01" + "unlocked_sound" "0" + "unlocked_sentence" "0" + "targetname" "Stripper_Event_Subtract" + "speed" "5" + "spawnflags" "1025" + "sounds" "0" + "rendermode" "0" + "renderfx" "0" + "rendercolor" "0 255 0" + "renderamt" "255" + "origin" "2557 -2448 748" + "movedir" "0 0 0" + "locked_sound" "0" + "locked_sentence" "0" + "lip" "0" + "health" "0" + "disablereceiveshadows" "0" + "classname" "func_button" + "OnPressed" "Stripper_Event_Counter,Subtract,1,0,-1" + "OnUser1" "!self,Color,255 0 0,0,-1" + "OnUser1" "!self,Lock,,0,-1" + "OnUser2" "!self,Color,0 255 0,0,-1" + "OnUser2" "!self,Unlock,,0,-1" +} +add: +{ + "model" "*64" + "angles" "0 180 90" + "wait" "0.01" + "unlocked_sound" "0" + "unlocked_sentence" "0" + "targetname" "Stripper_Event_Add" + "speed" "5" + "spawnflags" "1025" + "sounds" "0" + "rendermode" "0" + "renderfx" "0" + "rendercolor" "0 255 0" + "renderamt" "255" + "origin" "2557 -2576 748" + "movedir" "0 0 0" + "locked_sound" "0" + "locked_sentence" "0" + "lip" "0" + "health" "0" + "disablereceiveshadows" "0" + "classname" "func_button" + "OnPressed" "Stripper_Event_Counter,Add,1,0,-1" + "OnUser1" "!self,Color,255 0 0,0,-1" + "OnUser1" "!self,Lock,,0,-1" + "OnUser2" "!self,Color,0 255 0,0,-1" + "OnUser2" "!self,Unlock,,0,-1" +} + +add: +{ + "targetname" "Stripper_Event_Compare" + "origin" "2552 -2536 856" + "InitialValue" "0" + "CompareValue" "1" + "classname" "logic_compare" + "OnEqualTo" "Stripper_Event_Subtract,FireUser1,Dummy,0,-1" + "OnNotEqualTo" "Stripper_Event_Subtract,FireUser2,Dummy,0,-1" +} +add: +{ + "targetname" "Stripper_Event_Compare" + "origin" "2552 -2536 856" + "InitialValue" "0" + "CompareValue" "48" + "classname" "logic_compare" + "OnEqualTo" "Stripper_Event_Add,FireUser1,Dummy,0,-1" + "OnNotEqualTo" "Stripper_Event_Add,FireUser2,Dummy,0,-1" +} + + +;******** +; Points +;******** + +; Trigger that cover the upper part +add: +{ + "model" "*568" + "targetname" "Stripper_Event_PointsCTs" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "1647.5 -768 7129" + "filtername" "CT" + "classname" "trigger_once" + "OnStartTouch" "Stripper_Event_Points,ApplyScore,,0,-1" +} + +; Trigger that cover the bottom part +add: +{ + "model" "*2" + "targetname" "Stripper_Event_ArenaZM_PointsCTs" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "272 -768 2016.12" + "filtername" "CT" + "classname" "trigger_once" + "OnStartTouch" "Stripper_Event_Points,ApplyScore,,0,-1" +} + +add: +{ + "targetname" "Stripper_Event_Points" + "points" "10" + "spawnflags" "0" + "origin" "2337 -1850 3960" + "classname" "game_score" +} + + +;********************** +; Handle modes endings +;********************** + +add: +{ + "targetname" "Stripper_Event_EndModeBranch" + "origin" "2552 -2536 792" + "InitialValue" "0" + "classname" "logic_branch" + "OnTrue" "Stripper_Event_Counter,Add,1,0,1" + "OnTrue" "Stripper_Event_PointsCTs,Enable,,0,1" + "OnTrue" "Stripper_Event_PointsCTs,Kill,,0.1,1" + "OnTrue" "Stripper_Event_ArenaZM_PointsCTs,Enable,,0,1" + "OnTrue" "Stripper_Event_ArenaZM_PointsCTs,Kill,,0.1,1" +} + +;************************ +; Boss modes and hold em +;************************ + +; No Zombie detected after nuke + +modify: +{ + match: + { + "targetname" "triggerSuperMode_ZombiesDead" + "classname" "logic_relay" + "hammerid" "2782784" + } + insert: + { + "OnTrigger" "Stripper_Event_EndModeBranch,Test,,2,1" + } +} + +; All Zombies killed + +modify: +{ + match: + { + "targetname" "mathSuperMode_ZombiesRemaining" + "classname" "math_counter" + "hammerid" "2797237" + } + insert: + { + "OnHitMin" "Stripper_Event_EndModeBranch,Test,,0,1" + } +} + +;*********** +; VIP modes +;*********** + +; No Zombie detected after nuke + +modify: +{ + match: + { + "targetname" "vipshit_relayNoZombies" + "classname" "logic_relay" + "hammerid" "1437625" + } + insert: + { + "OnTrigger" "Stripper_Event_EndModeBranch,Test,,3,1" + } +} + +; All Zombies killed + +modify: +{ + match: + { + "targetname" "vipshit_mathCountZombies" + "classname" "math_counter" + "hammerid" "1437400" + } + insert: + { + "OnHitMin" "Stripper_Event_EndModeBranch,Test,,0,1" + } +} + +;*********************** +; For all regular modes +;*********************** + +add: +{ + "origin" "2337 -1850 3960" + "targetname" "Stripper_Event_CountZombies" + "min" "0" + "startvalue" "2" + "max" "2" + "classname" "math_counter" + "OnHitMin" "server,Command,echo [MNT ESCAPE]: There are no zombies remaining!,0,1" + "OnHitMin" "!self,Kill,,0,1" + "OnHitMin" "Stripper_Event_EndModeBranch,Test,,0,1" + "OnUser1" "!self,Subtract,1,0,-1" + "OnUser1" "!self,FireUser1,,0.5,-1" +} + +add: +{ + "model" "*568" + "targetname" "Stripper_Event_DetectCTs" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "1647.5 -768 7129" + "filtername" "CT" + "classname" "trigger_once" + "OnStartTouch" "Stripper_Event_CountZombies,FireUser1,,0,1" + "OnStartTouch" "Stripper_Event_CheckForZombies,Enable,,0.1,1" +} + +add: +{ + "model" "*569" + "wait" "0.1" + "targetname" "Stripper_Event_CheckForZombies" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "1647.5 -768 7129" + "filtername" "T" + "classname" "trigger_multiple" + "OnTrigger" "Stripper_Event_CountZombies,Add,2,0,-1" + "OnStartTouch" "server,Command,echo [MNT ESCAPE]: Zombies detected after nuke...,0,1" +} + + +;********* +; One Way +;********* + +modify: +{ + match: + { + "targetname" "onewayshit_triggerHold_02" + "classname" "trigger_multiple" + "hammerid" "1564683" + } + insert: + { + "OnStartTouch" "Stripper_Event_DetectCTs,,78,1" + } +} + + +;************* +; Silent Hill +;************* + +modify: +{ + match: + { + "targetname" "relayMode_SilentHill" + "classname" "logic_relay" + "hammerid" "4578098" + } + insert: + { + "OnTrigger" "boss_end,AddOutput,OnPressed Stripper_Event_DetectCTs:Enable::31:1,0,1" + } +} + +;***************** +; ZM & Arena & ZH +;***************** + +add: +{ + "model" "*527" + "targetname" "Stripper_Event_ArenaZM_DetectCTs" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "270 -784 5167.4" + "filtername" "CT" + "classname" "trigger_once" + "OnStartTouch" "Stripper_Event_CountZombies,FireUser1,,0,1" + "OnStartTouch" "Stripper_Event_ArenaZM_CheckForZombies,Enable,,0.1,1" +} + +add: +{ + "model" "*527" + "wait" "0.1" + "targetname" "Stripper_Event_ArenaZM_CheckForZombies" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "270 -784 5167.4" + "filtername" "T" + "classname" "trigger_multiple" + "OnTrigger" "Stripper_Event_CountZombies,Add,2,0,-1" + "OnStartTouch" "server,Command,echo [MNT ESCAPE]: Zombies detected after mode ending...,0,1" +} + +modify: +{ + match: + { + "targetname" "relayMode_ZM" + "classname" "logic_relay" + "hammerid" "4578268" + } + insert: + { + "OnTrigger" "Stripper_Event_ArenaZM_DetectCTs,Enable,,241,1" + } +} +modify: +{ + match: + { + "targetname" "relayMode_Arena" + "classname" "logic_relay" + "hammerid" "4578320" + } + insert: + { + "OnTrigger" "Stripper_Event_ArenaZM_DetectCTs,Enable,,208,1" + } +} + + +add: +{ + "targetname" "Stripper_Event_ZH_EndModeBranch" + "origin" "2552 -2536 792" + "InitialValue" "0" + "classname" "logic_branch" + "OnFalse" "server,Command,say *** BOSS MODE ENABLED FOR NEXT ROUND! ***,1,-1" + "OnFalse" "!self,Kill,,0,-1" + "OnFalse" "mountainescape,AddOutput,OnUser1 modePicker:FireUser1::0:1,0,-1" + "OnFalse" "mountainescape,AddOutput,OnUser1 mode:Kill::0:1,0,-1" + "OnFalse" "mountainescape,AddOutput,OnUser1 mode2:Kill::0:1,0,-1" + "OnFalse" "mountainescape,AddOutput,OnUser1 mode3:Kill::0:1,0,-1" +} + +modify: +{ + match: + { + "targetname" "ZHZombiesCounter" + "classname" "math_counter" + "hammerid" "712670" + } + insert: + { + "OnHitMin" "Stripper_Event_ArenaZM_DetectCTs,Enable,,0,1" + } +} + +modify: +{ + match: + { + "targetname" "relayZHReward" + "classname" "logic_relay" + "hammerid" "1927059" + } + delete: + { + "OnTrigger" "server,Command,say *** BOSS MODE ENABLED FOR NEXT ROUND! ***,1,-1" + "OnTrigger" "!self,Kill,,0,-1" + "OnTrigger" "mountainescape,AddOutput,OnUser1 modePicker:FireUser1::0:1,0,-1" + "OnTrigger" "mountainescape,AddOutput,OnUser1 mode:Kill::0:1,0,-1" + "OnTrigger" "mountainescape,AddOutput,OnUser1 mode2:Kill::0:1,0,-1" + "OnTrigger" "mountainescape,AddOutput,OnUser1 mode3:Kill::0:1,0,-1" + } + insert: + { + "OnTrigger" "Stripper_Event_ZH_EndModeBranch,Test,,0,1" + } +} + +;******************************* +; Buttons to enable the trigger +;******************************* + +modify: +{ + match: + { + "targetname" "castleshit_button_End" + "classname" "func_button" + "hammerid" "2548671" + } + insert: + { + "OnPressed" "Stripper_Event_DetectCTs,Enable,,31,1" + } +} + +modify: +{ + match: + { + "targetname" "normal_end" + "classname" "func_button" + "hammerid" "1769" + } + insert: + { + "OnPressed" "Stripper_Event_DetectCTs,Enable,,61,1" + } +} + + + +; TODO + +; system to break the ladder at the top slowly + + diff --git a/ze_nuke_v2.cfg b/ze_nuke_v2.cfg index 209b2d6..9dadd8a 100644 --- a/ze_nuke_v2.cfg +++ b/ze_nuke_v2.cfg @@ -1,4 +1,25 @@ +;-------------------------------------------------------------------- +;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ +;-------------------------------------------------------------------- +;FIX NUKE TRIGGER +;------------------ +modify: +{ + match: + { + "targetname" "murfin" + "classname" "func_wall" + } + replace: + { + "classname" "func_wall_toggle" + } +} + +;---------------- +;FIX BUTTON SPAM +;---------------- modify: { @@ -35,3 +56,69 @@ modify: "OnDamaged" "Ladder,Break,,0,1" } } + +;------------------ +;REMOVE AFK KILLER +;------------------ + +filter: +{ + "targetname" "afk killer" + "classname" "trigger_hurt" +} +add: +{ + "model" "*133" + "targetname" "AFK_Tp1" + "target" "AFK_Dest1" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "-1961.5 -926 -333" + "classname" "trigger_teleport" +} +add: +{ + "origin" "1130 -2121 -399" + "targetname" "AFK_Dest1" + "angles" "0 135 0" + "classname" "info_teleport_destination" +} + +modify: +{ + match: + { + "origin" "-2040 -1003.6 -348" + "classname" "logic_auto" + "hammerid" "3309" + } + delete: + { + "OnMapSpawn" "afk killer,Enable,,80,-1" + "OnMapSpawn" "serverc,Command,say AFK KILLER enabled,60,-1" + } + insert: + { + "OnMapSpawn" "AFK_Tp1,Enable,,80,1" + "OnMapSpawn" "serverc,Command,say AFK Teleport Enabled,60,1" + } +} +modify: +{ + match: + { + "origin" "-1895 -2560.5 10" + "classname" "trigger_once" + "hammerid" "3502" + } + delete: + { + "OnStartTouch" "serverc,Command,say AFK killer disabled,0,-1" + "OnStartTouch" "afk killer,Disable,,0,-1" + } + insert: + { + "OnStartTouch" "serverc,Command,say Shortcut at spawn open,0,1" + "OnStartTouch" "AFK_Tp1,Disable,,0,1" + } +} diff --git a/ze_paranoid_rezurrection_v11_9.cfg b/ze_paranoid_rezurrection_v11_9.cfg index b20c34a..c5822d7 100644 --- a/ze_paranoid_rezurrection_v11_9.cfg +++ b/ze_paranoid_rezurrection_v11_9.cfg @@ -1,13 +1,15 @@ -;------------------------------------------------------------ -;STRIPPER CFG BY NOCTALI http://steamcommunity.com/id/h4sard -;------------------------------------------------------------ +;----------------------------------------------------------------------------- +;STRIPPER CFG BY NOCTALI http://steamcommunity.com/profiles/76561198038569520 +;----------------------------------------------------------------------------- +;LAST UPDATE: 27/08/19 +;---------------------- ;FIX HOLY GRENADE ;----------------- modify: { match: { - "model" "*532" + "origin" "3196 2796 12868" "classname" "func_button" "targetname" "btn2" } @@ -25,7 +27,6 @@ modify: } insert: { - "OnPressed" "secreto_superarma,Kill,,0,1" "OnPressed" "secreto_superarma2,Enable,,3,-1" "OnPressed" "!self,Color,0 255 0,0,-1" "OnPressed" "!self,Color,255 0 0,9,-1" @@ -36,7 +37,7 @@ modify: { match: { - "model" "*533" + "origin" "3192 3360 13976" "classname" "trigger_multiple" "targetname" "secreto_superarma2" } @@ -55,13 +56,15 @@ modify: "OnStartTouch" "!activator,AddOutput,origin -1713.21 5529.48 50.5,15,-1" "OnStartTouch" "!activator,SetDamageFilter,humanos,0,-1" "OnStartTouch" "!activator,SetDamageFilter,,35,-1" + "OnStartTouch" "speed,ModifySpeed,1.25,0,-1" + "OnStartTouch" "speed,ModifySpeed,1,35,-1" } } modify: { match: { - "model" "*611" + "origin" "3100 3156 13148" "classname" "func_button" } delete: @@ -77,6 +80,7 @@ modify: { "classname" "logic_timer" "targetname" "out" + "origin" "-4144 -13904 213.949" } delete: { @@ -90,6 +94,7 @@ modify: { "classname" "weapon_elite" "targetname" "w_holyg" + "origin" "-11220.6 10319.7 1835.7" } replace: { @@ -100,6 +105,167 @@ modify: "OnPlayerPickup" "consola,Command,say ** Holy grenade has been picked**,0,1" } } +;--------------------- +;PREVENT JAIL TP CAMP +;--------------------- +modify: +{ + match: + { + "targetname" "teleport_a_jail" + "origin" "3228.88 3188.01 235.69" + "classname" "trigger_teleport" + } + insert: + { + "OnStartTouch" "humanos,TestActivator,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-4288 -13808 213.949" + "targetname" "humanos" + "classname" "filter_activator_team" + } + insert: + { + "OnPass" "!activator,SetDamageFilter,nadie,0,-1" + "OnPass" "!activator,SetDamageFilter,,3,-1" + } +} +modify: +{ + match: + { + "targetname" "p_portal" + "classname" "trigger_teleport" + } + delete: + { + "OnStartTouch" "son1,PlaySound,,0,-1" + } + insert: + { + "OnStartTouch" "humanos_extra_1,TestActivator,,0,-1" + } +} +add: +{ + "origin" "-4288 -13808 213.949" + "targetname" "humanos_extra_1" + "Negated" "Allow entities that match criteria" + "filterteam" "3" + "classname" "filter_activator_team" + "OnPass" "!activator,SetDamageFilter,nadie,0,-1" + "OnPass" "!activator,SetDamageFilter,,1.5,-1" +} +modify: +{ + match: + { + "targetname" "hell" + "origin" "3192 3394 13112" + "classname" "trigger_teleport" + } + insert: + { + "OnStartTouch" "humanos_extra_1,TestActivator,,0,-1" + } +} +add: +{ + "model" "*471" + "targetname" "core_teleport" + "wait" "1" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "3200 3296 -3356" + "classname" "trigger_multiple" + "filtername" "humanos_extra_1" + "OnStartTouch" "!activator,SetDamageFilter,nadie,0,-1" + "OnStartTouch" "!activator,SetDamageFilter,,1.5,-1" +} +;-------------- +;FIX SW PORTAL +;-------------- +modify: +{ + match: + { + "targetname" "p_portal" + "origin" "-7986.55 -7980.7 128" + "classname" "trigger_teleport" + } + replace: + { + "target" "dstNE" + } +} +;------------------ +;FIX PLAYERS COUNT +;------------------ +modify: +{ + match: + { + "targetname" "spawn_calcular" + "origin" "-12400 -8608 448" + "classname" "trigger_multiple" + } + delete: + { + "OnStartTouch" "players_8,Enable,,0.45,-1" + "OnStartTouch" "players_64,Enable,,0.45,-1" + "OnStartTouch" "players_32,Enable,,0.45,-1" + "OnStartTouch" "players_16,Enable,,0.45,-1" + "OnStartTouch" "spawn_calcular2,GetValue,,0.5,-1" + "OnStartTouch" "spawn_calcular2,Add,1,0,-1" + "OnStartTouch" "spawn_calcular2,Kill,,2,-1" + } +} +modify: +{ + match: + { + "origin" "-12264 -9520 56" + "targetname" "modo_seleccion1" + "classname" "math_counter" + } + delete: + { + "OnHitMax" "spawn_calcular,Enable,,2,-1" + } + insert: + { + "OnHitMax" "spawn_calcular,Enable,,2,1" + "OnHitMax" "stripper_map_zone,CountPlayersInZone,,2,1" + } +} +modify: +{ + match: + { + "origin" "-12336 -9520 57" + "targetname" "spawn_calcular2" + "classname" "math_counter" + } + insert: + { + "OnGetValue" "!self,Kill,,1,1" + "OnGetValue" "calc_menos_33,Kill,,1,1" + "OnGetValue" "calc_menos_9,Kill,,1,1" + "OnGetValue" "calc_menos_17,Kill,,1,1" + "OnGetValue" "players_8,Kill,,1,1" + "OnGetValue" "players_16,Kill,,1,1" + "OnGetValue" "players_32,Kill,,1,1" + "OnGetValue" "players_64,Kill,,1,1" + "OnGetValue" "targetAleatorio16,Kill,,1,1" + "OnGetValue" "targetAleatorio32,Kill,,1,1" + "OnGetValue" "targetAleatorio64,Kill,,1,1" + } +} ;--------------- ;ALL ITEMS MODE ;--------------- @@ -125,12 +291,51 @@ modify: "OnCase09" "consola,Command,say ** 2 SPAWNS! More humans per square meter... and more zombies! **,0,-1" "OnCase09" "consola,Command,say ** 2 SPAWNS! More humans per square meter... and more zombies! **,1,-1" "OnCase09" "consola,Command,say ** 2 SPAWNS! More humans per square meter... and more zombies! **,2,-1" + "OnCase13" "consola,Command,say ** And the spawn mode ...,10,-1" + "OnCase13" "consola,Command,say ** And the human weapons will be ...,7,-1" + "OnCase15" "consola,Command,say ** ZOMBIE BOSS! 1 zombie faster and stronger than ever **,0,-1" + "OnCase15" "consola,Command,say ** ZOMBIE BOSS! 1 zombie faster and stronger than ever **,1,-1" + "OnCase15" "consola,Command,say ** ZOMBIE BOSS! 1 zombie faster and stronger than ever **,2,-1" + "OnCase10" "hell,Enable,,20,-1" + "OnCase08" "hell,Enable,,20,-1" } insert: { + "OnCase08" "puerta,AddOutput,OnBreak hell:Enable::6:1,0,1" + "OnCase10" "puerta,AddOutput,OnBreak hell:Enable::6:1,0,1" + "OnCase05" "weapon_brnacle_templ,AddOutput,origin 5088 3200 0,0,1" + "OnCase05" "weapon_brnacle_templ,ForceSpawn,,0.01,1" + "OnCase05" "weapon_stopper_templ,AddOutput,origin 2756 3200 1339,0,1" + "OnCase05" "weapon_stopper_templ,ForceSpawn,,0.01,1" + "OnCase05" "weapon_synth_templ,AddOutput,origin 4128 3232 2364,0,1" + "OnCase05" "weapon_synth_templ,AddOutput,angles 0 180 0,0,1" + "OnCase05" "weapon_synth_templ,ForceSpawn,,0.01,1" + "OnCase05" "ultimolabt,AddOutput,OnTrigger puertax1:Open::10:1,0,1" + "OnCase01" "stripper_ftf_ladder,Kill,,0,1" + "OnCase02" "stripper_ftf_ladder,Kill,,0,1" + "OnCase03" "stripper_ftf_ladder,Kill,,0,1" + "OnCase04" "stripper_ftf_ladder,Kill,,0,1" + "OnCase05" "stripper_ftf_ladder,Kill,,0,1" + "OnCase06" "stripper_ftf_ladder,Kill,,0,1" + "OnCase07" "stripper_ftf_ladder,Kill,,0,1" + "OnCase09" "stripper_ftf_ladder,Kill,,0,1" + "OnCase11" "stripper_ftf_ladder,Kill,,0,1" + "OnCase12" "stripper_ftf_ladder,Kill,,0,1" + "OnCase14" "stripper_ftf_ladder,Kill,,0,1" + "OnCase15" "stripper_ftf_ladder,Kill,,0,1" + "OnCase16" "stripper_ftf_ladder,Kill,,0,1" + "OnCase13" "consola,Command,say ** And the spawn mode ...,10,1" + "OnCase13" "consola,Command,say ** And the human weapons will be ...,7,1" + "OnCase15" "consola,Command,say ** ZOMBIE BOSS! 1 zombie faster and stronger than ever **,0,1" + "OnCase15" "consola,Command,say ** ZOMBIE BOSS! 1 zombie faster and stronger than ever **,1,1" + "OnCase15" "consola,Command,say ** ZOMBIE BOSS! 1 zombie faster and stronger than ever **,2,1" + "OnCase16" "spawn_teleport_z_dest,AddOutput,origin -12416 -9488 48,0,1" + "OnCase16" "spawn_teleport_z_dest,AddOutput,angles 0 270 0,0,1" "OnCase01" "btn2,Kill,,0,1" "OnCase03" "supermodo_prob2,Break,,5,1" "OnCase04" "btn2,Kill,,0,1" + "OnCase04" "z_1,SetDamageFilter,zombies_Nomonstruo,0.02,1" + "OnCase04" "stripper_spawn_kill_top,Kill,,0,1" "OnCase04" "stripper_fix_winner,Kill,,259.5,1" "OnCase05" "btn2,Kill,,0,1" "OnCase08" "btn2,Kill,,0,1" @@ -143,7 +348,6 @@ modify: "OnCase04" "!self,FireUser1,,0,1" "OnCase06" "!self,FireUser1,,0,1" "OnCase07" "!self,FireUser1,,0,1" - "OnCase09" "!self,FireUser1,,0,1" "OnCase11" "!self,FireUser1,,0,1" "OnCase12" "!self,FireUser1,,0,1" "OnCase14" "!self,FireUser1,,0,1" @@ -367,6 +571,108 @@ modify: "OnCase16" "spawn_empiezoZ_forza,Kill,,30,1" } } +;----------------------- +;RANDOMIZE FACE TO FACE +;----------------------- +modify: +{ + match: + { + "origin" "-12240 -9600 49" + "targetname" "spawn_mode" + "classname" "logic_case" + } + delete: + { + "OnCase02" "hell,Enable,,20,-1" + } + insert: + { + "Case01" "1" + "Case02" "2" + "OnCase01" "stripper_ftf_ladder,Kill,,0,1" + "OnCase02" "puerta,AddOutput,OnBreak hell:Enable::6:1,0,1" + } +} +modify: +{ + match: + { + "origin" "-12256 -9632 56" + "targetname" "weapon_spawn_modes" + "classname" "logic_case" + } + delete: + { + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,origin 3920 -8944 12.5,1.3,-1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,origin 3568 -8944 12.5,1.2,-1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,origin 3216 -8944 12.5,1.1,-1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,origin 2864 -8944 12.5,1,-1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,origin 2512 -8944 12.5,0.9,-1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,origin 3920 -8752 12.5,0.8,-1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,origin 3568 -8752 12.5,0.7,-1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,origin 3216 -8752 12.5,0.6,-1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,origin 2864 -8752 12.5,0.5,-1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,origin 2864 -8944 12.5,0.4,-1" + "OnCase07" "MAKER_ITEMS_H_FUERTES,AddOutput,origin 4272 -8944 12.5,0.3,-1" + "OnCase07" "MAKER_ITEMS_H_FUERTES,AddOutput,origin 4272 -8752 12.5,0.2,-1" + "OnCase07" "MAKER_ITEMS_H_FUERTES,AddOutput,origin 2160 -8944 12.5 ,0.1,-1" + "OnCase07" "MAKER_ITEMS_H_FUERTES,AddOutput,origin 2160 -8752 12.5,0,-1" + "OnCase07" "MAKER_ITEMS_H_FUERTES,ForceSpawn,,0.35,-1" + "OnCase07" "MAKER_ITEMS_H_FUERTES,ForceSpawn,,0.25,-1" + "OnCase07" "MAKER_ITEMS_H_FUERTES,ForceSpawn,,0.15,-1" + "OnCase07" "MAKER_ITEMS_H_FUERTES,ForceSpawn,,0.05,-1" + "OnCase07" "MAKER_ITEMS_H_FUERTES,AddOutput,EntityTemplate weapon_rocket_templ,0.3,-1" + "OnCase07" "MAKER_ITEMS_H_FUERTES,AddOutput,EntityTemplate weapon_car_templ,0.2,-1" + "OnCase07" "MAKER_ITEMS_H_FUERTES,AddOutput,EntityTemplate weapon_saw_templ,0.1,-1" + "OnCase07" "MAKER_ITEMS_H_FUERTES,AddOutput,EntityTemplate weapon_builder_templ,0,-1" + } + insert: + { + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,EntityTemplate weapon_builder_templ,0,1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,EntityTemplate weapon_saw_templ,0.1,1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,EntityTemplate weapon_car_templ,0.2,1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,EntityTemplate weapon_rocket_templ,0.3,1" + "OnCase07" "MAKER_ARMA_H_NORMALES,ForceSpawn,,0.05,1" + "OnCase07" "MAKER_ARMA_H_NORMALES,ForceSpawn,,0.15,1" + "OnCase07" "MAKER_ARMA_H_NORMALES,ForceSpawn,,0.25,1" + "OnCase07" "MAKER_ARMA_H_NORMALES,ForceSpawn,,0.35,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,0,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,0.1,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,0.2,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,0.3,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,0.4,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,0.5,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,0.6,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,0.7,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,0.8,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,0.9,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,1,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,1.1,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,1.2,1" + "OnCase07" "stripper_facetoface_random,PickRandomShuffle,,1.3,1" + } +} +add: +{ + "origin" "-12256 -9632 56" + "targetname" "stripper_facetoface_random" + "classname" "logic_case" + "OnCase01" "MAKER_ARMA_H_NORMALES,AddOutput,origin 2112 -8736 12.5,0,1" + "OnCase02" "MAKER_ARMA_H_NORMALES,AddOutput,origin 2336 -8960 12.5,0,1" + "OnCase03" "MAKER_ARMA_H_NORMALES,AddOutput,origin 2336 -8736 12.5,0,1" + "OnCase04" "MAKER_ARMA_H_NORMALES,AddOutput,origin 2560 -8960 12.5,0,1" + "OnCase05" "MAKER_ARMA_H_NORMALES,AddOutput,origin 2560 -8736 12.5,0,1" + "OnCase06" "MAKER_ARMA_H_NORMALES,AddOutput,origin 2784 -8960 20.5,0,1" + "OnCase07" "MAKER_ARMA_H_NORMALES,AddOutput,origin 2784 -8736 20.5,0,1" + "OnCase08" "MAKER_ARMA_H_NORMALES,AddOutput,origin 3616 -8960 20.5,0,1" + "OnCase09" "MAKER_ARMA_H_NORMALES,AddOutput,origin 3616 -8736 20.5,0,1" + "OnCase10" "MAKER_ARMA_H_NORMALES,AddOutput,origin 3840 -8960 12.5,0,1" + "OnCase11" "MAKER_ARMA_H_NORMALES,AddOutput,origin 3840 -8736 12.5,0,1" + "OnCase12" "MAKER_ARMA_H_NORMALES,AddOutput,origin 4064 -8960 12.5,0,1" + "OnCase13" "MAKER_ARMA_H_NORMALES,AddOutput,origin 4064 -8736 12.5,0,1" + "OnCase14" "MAKER_ARMA_H_NORMALES,AddOutput,origin 4288 -8736 12.5,0,1" +} ;----------------- ;FIX SPEED WEAPON ;----------------- @@ -374,6 +680,7 @@ modify: { match: { + "origin" "-12785.4 9159.15 1822.53" "targetname" "godMode2" "classname" "weapon_glock" } @@ -387,8 +694,125 @@ modify: } } ;------------ +;FIX FREEZER +;------------ +modify: +{ + match: + { + "origin" "-10534 9610.32 1843.48" + "targetname" "freezer" + "classname" "weapon_elite" + } + delete: + { + "OnPlayerPickup" "consola,Command,say **Freezer has been picked**,0,1" + } + insert: + { + "OnPlayerPickup" "consola,Command,say **Freezer has been picked**,0,1" + } +} +modify: +{ + match: + { + "origin" "-11448.2 8430.7 1870.64" + "targetname" "ice_g" + "classname" "func_physbox_multiplayer" + } + delete: + { + "OnUser4" "antorcha_luz3,SetParent,,0,-1" + "OnUser4" "antorcha_luz3,SetParent,,0,-1" + "OnDamaged" "antorcha_luz3,SetParent,,0,-1" + "OnDamaged" "antorcha_luz3,SetParent,,0,-1" + "OnUser4" "congel,SetParent,,0,-1" + "OnDamaged" "congel,SetParent,,0,-1" + } + insert: + { + "damagefilter" "Filter_H_Z_I_Ignore" + "OnDamaged" "antorcha_luz3,ClearParent,,0,1" + "OnUser4" "antorcha_luz3,ClearParent,,0,1" + "OnDamaged" "congel,ClearParent,,0,1" + "OnUser4" "congel,ClearParent,,0,1" + "OnUser4" "tunelador_shield,PlaySound,,0,1" + "OnUser4" "frlg,Kill,,0,1" + "OnDamaged" "frlg,Kill,,0,1" + "OnDamaged" "antorcha_luz3,TurnOff,,7.5,1" + "OnUser4" "antorcha_luz3,TurnOff,,7.5,1" + } +} +;------------ ;FIX GRAVGUN ;------------ +modify: +{ + match: + { + "origin" "-11215.8 9940.29 1828.51" + "targetname" "weapon_grav_templ" + "classname" "point_template" + } + delete: + { + "Template11" "vending_grav" + } + insert: + { + "Template11" "item_gravgun_maker" + "Template12" "item_gravgun_fix" + "Template13" "item_gravgun_case_1" + "Template14" "item_gravgun_case_2" + "Template15" "item_gravgun_relay" + } +} +add: +{ + "wait" "-1" + "unlocked_sentence" "0" + "targetname" "item_gravgun_fix" + "speed" "0.01" + "spawnpos" "0" + "spawnflags" "4108" + "rendermode" "0" + "renderfx" "0" + "rendercolor" "255 255 255" + "renderamt" "255" + "parentname" "lanzaBolaX" + "origin" "-11310.4 9953.04 1876.67" + "movedir" "-90 0 0" + "loopmovesound" "0" + "locked_sentence" "0" + "lip" "1.99" + "ignoredebris" "0" + "health" "0" + "forceclosed" "1" + "dmg" "0" + "disableshadows" "1" + "disablereceiveshadows" "1" + "classname" "func_door" + "OnUser1" "!self,Open,,0,1" + "OnUser1" "!self,AddOutput,solid 3,0,1" + "OnUser1" "!self,AddOutput,mins -1 -1 -1,0,1" + "OnUser1" "!self,AddOutput,maxs 1 1 1,0,1" + "OnFullyClosed" "!self,Open,,0,-1" + "OnFullyOpen" "!self,Close,,0,-1" +} +modify: +{ + match: + { + "origin" "-11224.8 9939.67 1864.5" + "targetname" "btnGrav" + "classname" "func_button" + } + replace: + { + "wait" "0.01" + } +} add: { "classname" "filter_activator_class" @@ -401,15 +825,231 @@ modify: { match: { - "model" "*171" + "origin" "-11308.9 9954.35 1876.67" "targetname" "phys_despertar" "classname" "trigger_multiple" } + replace: + { + "parentname" "item_gravgun_fix" + } + delete: + { + "OnUser1" "!self,Disable,,0,-1" + "OnUser1" "!self,Enable,,0.01,-1" + "OnUser1" "!self,FireUser1,,1,-1" + } insert: { "filtername" "filter_nophysbox" } } +modify: +{ + match: + { + "origin" "-11307.1 9952.7 1862.67" + "targetname" "bolaPush" + "classname" "trigger_push" + } + replace: + { + "parentname" "item_gravgun_fix" + } +} +modify: +{ + match: + { + "origin" "-11310.4 9953.04 1876.67" + "targetname" "agarrarPosicionar" + "classname" "trigger_teleport" + } + replace: + { + "parentname" "item_gravgun_fix" + } +} +modify: +{ + match: + { + "origin" "-11209.6 9940.69 1835.7" + "targetname" "lanzaBolaX" + } + delete: + { + "OnPlayerPickup" "phys_despertar,FireUser1,,0,1" + } + insert: + { + "OnPlayerPickup" "item_gravgun_fix,FireUser1,,0,1" + } +} +add: +{ + "origin" "-11310.4 9953.04 1876.67" + "targetname" "item_gravgun_maker" + "spawnflags" "0" + "PostSpawnSpeed" "0" + "PostSpawnInheritAngles" "0" + "PostSpawnDirectionVariance" "0.15" + "PostSpawnDirection" "0 0 0" + "EntityTemplate" "stripper_temp_vending" + "angles" "0 0 0" + "classname" "env_entity_maker" + "parentname" "lanzaBolaX" +} +add: +{ + "origin" "-15104 10896 1320" + "targetname" "item_gravgun_case_1" + "classname" "logic_case" + "OnCase01" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase02" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase03" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase04" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase05" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase06" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase07" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase08" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase09" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase10" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase11" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase12" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase13" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase14" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase15" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_vending,0,1" + "OnCase16" "item_gravgun_case_2,PickRandom,,0,1" +} +add: +{ + "origin" "-15104 10896 1320" + "targetname" "item_gravgun_case_2" + "classname" "logic_case" + "OnCase01" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_small_chainsaw,0,1" + "OnCase02" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_small_chainsaw,0,1" + "OnCase03" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_small_chainsaw,0,1" + "OnCase04" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_small_chainsaw,0,1" + "OnCase05" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_small_chainsaw,0,1" + "OnCase06" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_cat,0,1" + "OnCase07" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_cat,0,1" + "OnCase08" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_cat,0,1" + "OnCase09" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_cat,0,1" + "OnCase10" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_big_chainsaw,0,1" + "OnCase11" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_big_chainsaw,0,1" + "OnCase12" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_big_chainsaw,0,1" + "OnCase13" "item_gravgun_maker,AddOutput,EntityTemplate stripper_temp_big_chainsaw,0,1" + "OnCase14" "item_gravgun_maker,AddOutput,EntityTemplate super_sc,0,1" + "OnCase15" "item_gravgun_maker,AddOutput,EntityTemplate super_sc,0,1" + "OnCase16" "item_gravgun_maker,AddOutput,EntityTemplate super_sc,0,1" +} +add: +{ + "origin" "-15104 10896 1320" + "targetname" "item_gravgun_relay" + "classname" "logic_relay" + "spawnflags" "0" + "StartDisabled" "0" + "OnSpawn" "!self,Kill,,0,1" + "OnSpawn" "item_gravgun_case_1,PickRandom,,0,1" + "OnSpawn" "item_gravgun_case_1,Kill,,0.02,1" + "OnSpawn" "item_gravgun_case_2,Kill,,0.02,1" + "OnSpawn" "item_gravgun_maker,ForceSpawn,,0.03,1" + "OnSpawn" "item_gravgun_maker,Kill,,0.04,1" +} +modify: +{ + match: + { + "origin" "-11216 9936 1784.03" + "targetname" "gravi_c" + "classname" "logic_compare" + } + delete: + { + "OnEqualTo" "gah,Enable,,0,-1" + } + insert: + { + "OnEqualTo" "gah_*,Enable,,0,-1" + } +} +modify: +{ + match: + { + "targetname" "gah" + "origin" "3421.01 -1671.93 112.47" + "classname" "trigger_hurt" + } + replace: + { + "targetname" "gah_big_chainsaw" + } +} +add: +{ + "origin" "3420.28 -1672.06 111.451" + "classname" "point_template" + "targetname" "stripper_temp_big_chainsaw" + "spawnflags" "0" + "Template01" "prop_cogible3" + "Template02" "gah_big_chainsaw" +} +modify: +{ + match: + { + "targetname" "gah" + "origin" "1172.51 3080.53 35.48" + "classname" "trigger_hurt" + } + replace: + { + "targetname" "gah_small_chainsaw" + } +} +add: +{ + "origin" "1172.32 3080.32 35.4228" + "classname" "point_template" + "targetname" "stripper_temp_small_chainsaw" + "spawnflags" "0" + "Template01" "sierra1" + "Template02" "gah_small_chainsaw" +} +modify: +{ + match: + { + "targetname" "gah" + "origin" "-1590.22 3021.71 9.65" + "classname" "trigger_hurt" + } + replace: + { + "targetname" "gah_cat" + } +} +add: +{ + "origin" "-1590.22 3021.71 9.65" + "classname" "point_template" + "targetname" "stripper_temp_cat" + "spawnflags" "0" + "Template01" "cuerpogato1" + "Template02" "gah_cat" + "Template03" "ragato1" +} +add: +{ + "origin" "-11232 9824 1864" + "classname" "point_template" + "targetname" "stripper_temp_vending" + "spawnflags" "0" + "Template01" "vending_grav" +} ;----------------- ;FIX INVISIBILITY ;----------------- @@ -417,7 +1057,7 @@ modify: { match: { - "model" "*84" + "origin" "-10235.7 10278.3 1825.99" "targetname" "hidder_5" "classname" "trigger_multiple" } @@ -1317,57 +1957,345 @@ modify: ;-------- ;FIX DOG ;-------- +filter: +{ + "classname" "logic_relay" + "targetname" "h_perro_5" + "origin" "-13161.8 9953.2 1812.03" +} +filter: +{ + "classname" "logic_relay" + "targetname" "h_perro_4" + "origin" "-13161.8 9973.2 1812.03" +} +filter: +{ + "classname" "trigger_multiple" + "targetname" "h_perro_3z" + "origin" "-13175.8 9915.25 1820.03" +} +filter: +{ + "classname" "trigger_once" + "targetname" "perro_quitar" + "origin" "-13175.7 9914.49 1820.03" +} modify: { match: { - "origin" "-13182 9915.83 1821.03" - "targetname" "h_perro" - "classname" "weapon_knife" + "classname" "env_entity_maker" + "targetname" "poo_tmpl_maker" + "origin" "-13229.8 9917.2 1784.03" } - delete: + replace: { - "OnPlayerPickup" "h_perro_3z,FireUser1,,0,-1" - } - insert: - { - "OnPlayerPickup" "dog_visb2,FireUser1,,0,1" + "targetname" "item_dog_maker" + "parentname" "item_dog_knife" + } +} +modify: +{ + match: + { + "classname" "math_counter" + "targetname" "max_4" + "origin" "-13222.5 9970.16 1812.03" + } + replace: + { + "origin" "-13120 9968 1816" + "targetname" "item_dog_counter" + } + delete: + { + "OnHitMax" "h_perro_4,Disable,,0,-1" + } + insert: + { + "OnHitMax" "!self,Kill,,0,1" + "OnHitMax" "item_dog_maker,Kill,,0,1" + } +} +modify: +{ + match: + { + "classname" "game_ui" + "targetname" "perro_ui" + "origin" "-13121.8 9969.2 1812.03" + } + replace: + { + "origin" "-13104 9968 1816" + "targetname" "item_dog_ui" + } + delete: + { + "PressedAttack2" "h_perro_4,Trigger,,0,-1" + "PressedAttack2" "h_perro_5,Trigger,,0,-1" + } + insert: + { + "OnUser1" "item_dog_counter,Add,1,0,-1" + "OnUser1" "item_dog_maker,ForceSpawn,,0,-1" + "OnUser1" "!self,AddOutput,PressedAttack2 !self:FireUser1::0:1,0.5,-1" + "OnUser2" "!activator,AddOutput,basevelocity 0 0 600,0,-1" + "OnUser2" "!self,AddOutput,PressedAttack2 !self:FireUser2::0:1,3,-1" + } +} +modify: +{ + match: + { + "classname" "weapon_knife" + "targetname" "h_perro" + "origin" "-13182 9915.83 1821.03" + } + replace: + { + "targetname" "item_dog_knife" + } + delete: + { + "OnPlayerPickup" "h_perro_3z,Enable,,0,-1" + "OnPlayerPickup" "perro_ui,Activate,,0,-1" + "OnPlayerPickup" "h_perro_3z,FireUser1,,0,-1" + "OnPlayerPickup" "!activator,AddOutput,renderfx 6,0,-1" + "OnPlayerPickup" "dog_visb2,SetHealth,1,0,1" + "OnPlayerPickup" "weapon_knife,AddOutput,renderfx 6,0.03,-1" + "OnPlayerPickup" "h_perro_3z,Kill,,0.5,-1" + "OnPlayerPickup" "!activator,SetDamageFilter,nozombies,0.03,-1" + } + insert: + { + "OnPlayerPickup" "item_dog_ui,Activate,,0,1" + "OnPlayerPickup" "!activator,AddOutput,renderfx 6,0,1" + "OnPlayerPickup" "item_dog_filter,TestActivator,,0,1" + } +} +modify: +{ + match: + { + "classname" "trigger_once" + "targetname" "h_perro2" + "origin" "-13176 9916.01 1820.03" + } + replace: + { + "targetname" "item_dog_stripper" + "filtername" "nojanitor" + } + delete: + { + "OnStartTouch" "w_dog,SetAnimation,Run_lower,0,1" + "OnStartTouch" "w_dog,SetDefaultAnimation,Run_lower,0,1" + "OnStartTouch" "h_perro_z,Kill,,0,1" + "OnStartTouch" "h_perro_4,Enable,,0,1" + "OnStartTouch" "speed,ModifySpeed,1.2,0,1" + "OnStartTouch" "!activator,SetDamageFilter,humanos,0,1" + "OnStartTouch" "!self,FireUser1,,0,1" + "OnStartTouch" "w_dog,SetAnimation,Run_lower,5,1" + "OnStartTouch" "w_dog,SetDefaultAnimation,Run_lower,5,1" + "OnStartTouch" "w_dog,SetDefaultAnimation,Run_lower,15,1" + "OnStartTouch" "w_dog,SetAnimation,Run_lower,15,1" + "OnUser1" "!self,FireUser1,,5,-1" + "OnUser1" "!activator,SetDamageFilter,nozombies,0,-1" + } + insert: + { + "parentname" "item_dog_knife" + "OnStartTouch" "quitarTodo,StripWeaponsAndSuit,,0,1" + } +} +modify: +{ + match: + { + "classname" "prop_dynamic" + "targetname" "h_perro_z" + "origin" "-13172 9916 1776" + } + replace: + { + "targetname" "item_dog_model_z" + "parentname" "item_dog_knife" + } + insert: + { + "OnUser1" "!self,FireUser1,,0.1,-1" + "OnUser1" "item_dog_kill_relay,Trigger,,0.05,-1" + "OnUser1" "item_dog_kill_relay,CancelPending,,0,-1" + "OnUser2" "speed,ModifySpeed,1.7,0,-1" + "OnUser2" "!self,FireUser2,,15,-1" + } +} +modify: +{ + match: + { + "classname" "prop_dynamic" + "targetname" "w_dog" + "origin" "-13171.6 9913.91 1780.71" + } + replace: + { + "targetname" "item_dog_model_h" + "parentname" "item_dog_knife" + } + delete: + { + "skin" "1" + } + insert: + { + "OnUser1" "!activator,SetDamageFilter,nozombies,0,-1" + "OnUser1" "!self,FireUser1,,0.1,-1" + "OnUser1" "item_dog_kill_relay,CancelPending,,0,-1" + "OnUser1" "item_dog_kill_relay,Trigger,,0.05,-1" + "OnUser2" "!self,FireUser2,,15,-1" + "OnUser2" "speed,ModifySpeed,1.2,0,-1" + } +} +modify: +{ + match: + { + "classname" "point_template" + "targetname" "weapon_perro_templ" + "origin" "-13175.1 9915.16 1820.92" + } + delete: + { + "Template13" "perro_quitar" + "Template12" "dog_visb2" + "Template11" "h_perro_z" + "Template10" "w_dog" + "Template09" "dog_visb" + "Template08" "h_perro" + "Template07" "h_perro2" + "Template06" "h_perro_3z" + "Template05" "poo_tmpl_maker" + "Template04" "max_4" + "Template03" "h_perro_5" + "Template02" "h_perro_4" + "Template01" "perro_ui" + } + insert: + { + "Template01" "item_dog_*" + } +} +modify: +{ + match: + { + "classname" "trigger_hurt" + "targetname" "dog_visb" + "origin" "-13177.5 9916.23 1817.99" + } + replace: + { + "targetname" "item_dog_hurt" + "parentname" "item_dog_knife" + "origin" "-13153 9916 1817.99" + } + delete: + { + "OnStartTouch" "!activator,AddOutput,renderfx 0,0,-1" + "OnStartTouch" "!activator,SetDamageFilter, ,0,-1" + "OnStartTouch" "w_dog,Kill,,0,-1" + "OnStartTouch" "!activator,AddOutput,rendermode 0,0,-1" + } + insert: + { + "OnHurtPlayer" "!activator,AddOutput,renderfx 0,0,-1" + "OnHurtPlayer" "!activator,SetDamageFilter,,0,-1" + "OnHurtPlayer" "!activator,AddOutput,rendermode 0,0,-1" } } modify: { match: { - "model" "*622" - "targetname" "dog_visb2" "classname" "func_physbox_multiplayer" + "targetname" "dog_visb2" + "origin" "-13172 9914 1812.95" + } + replace: + { + "targetname" "item_dog_physbox" + "spawnflags" "8715264" + "parentname" "item_dog_knife" + "disableshadows" "1" + "disablereceiveshadows" "1" + "damagefilter" "nadie" } delete: { "OnBreak" "dog_visb,Enable,,0,-1" + "OnBreak" "max_4,Kill,,0,-1" + "OnBreak" "h_perro_4,Kill,,0,-1" } insert: { - "OnBreak" "dog_visb,Enable,,0.1,1" - "OnUser1" "!activator,SetDamageFilter,nozombies,0,-1" - "OnUser1" "!self,FireUser1,,1,-1" + "OnBreak" "item_dog_counter,Kill,,0,1" + "OnBreak" "item_dog_model_h,Kill,,0,1" + "OnBreak" "item_dog_maker,Kill,,0,1" } } -modify: +add: { - match: - { - "model" "*61" - "targetname" "h_perro2" - "classname" "trigger_once" - } - delete: - { - "OnStartTouch" "!activator,SetDamageFilter,humanos,0,1" - "OnStartTouch" "!self,FireUser1,,0,1" - "OnUser1" "!self,FireUser1,,5,-1" - "OnUser1" "!activator,SetDamageFilter,nozombies,0,-1" - } + "origin" "-13184 9968 1816" + "targetname" "item_dog_kill_relay" + "StartDisabled" "0" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "!self,FireUser1,,0.1,-1" + "OnUser1" "!self,Kill,,0,1" + "OnUser1" "!activator,SetHealth,0,0.01,1" + "OnUser1" "!activator,SetDamageFilter, ,0,1" + "OnUser1" "!activator,AddOutput,renderfx 0,0,1" + "OnUser1" "!activator,AddOutput,rendermode 0,0,1" + "OnUser1" "item_dog_filter,Kill,,0,1" + "OnUser1" "item_dog_counter,Kill,,0,1" + "OnUser1" "item_dog_ui,Kill,,0,1" + "OnUser1" "item_dog_physbox,Kill,,0,1" + "OnUser1" "item_dog_hurt,Kill,,0,1" + "OnUser1" "item_dog_model_h,Kill,,0,1" + "OnUser1" "item_dog_model_z,Kill,,0,1" + "OnUser1" "item_dog_maker,Kill,,0,1" +} +add: +{ + "origin" "-13168 9968 1816" + "targetname" "item_dog_filter" + "Negated" "0" + "filterteam" "3" + "classname" "filter_activator_team" + "OnPass" "item_dog_model_h,SetAnimation,Run_lower,0,1" + "OnPass" "item_dog_model_h,SetDefaultAnimation,Run_lower,0,1" + "OnPass" "item_dog_model_z,Kill,,0,1" + "OnPass" "speed,ModifySpeed,1.2,0,1" + "OnPass" "item_dog_model_h,FireUser1,,0,1" + "OnPass" "item_dog_hurt,Kill,,0,1" + "OnPass" "item_dog_physbox,SetDamageFilter,filtroDanyo_zombie_o_monstruo,0,1" + "OnPass" "item_dog_physbox,SetHealth,1,0,1" + "OnPass" "item_dog_ui,AddOutput,PressedAttack2 !self:FireUser1::0:1,0,1" + "OnPass" "item_dog_model_h,FireUser2,,0,1" + "OnPass" "!self,Kill,,0,1" + "OnFail" "speed,ModifySpeed,1.7,0,1" + "OnFail" "!activator,AddOutput,max_health 2000,0,1" + "OnFail" "!activator,AddOutput,health 2000,0,1" + "OnFail" "item_dog_physbox,Break,,0,1" + "OnFail" "item_dog_model_z,TurnOn,,0,1" + "OnFail" "item_dog_model_z,FireUser1,,0,1" + "OnFail" "item_dog_hurt,Enable,,0,1" + "OnFail" "item_dog_ui,AddOutput,PressedAttack2 !self:FireUser2::0:1,0,1" + "OnFail" "item_dog_model_z,FireUser2,,0,1" + "OnFail" "!self,Kill,,0,1" } ;--------- ;FIX MG42 @@ -1622,7 +2550,6 @@ modify: { "OnCase12" "song_13,FireUser1,,0,-1" "OnCase13" "song_12,FireUser1,,0,-1" - } } ;---------------- @@ -1701,10 +2628,14 @@ modify: delete: { "OnUser1" "consolaCli,Command,invnext,0.01,-1" + "OnUser1" "!self,FireUser1,,0.01,-1" + "OnPlayerPickup" "speed,ModifySpeed,0.8,0,-1" } insert: { "OnPlayerPickup" "!activator,AddOutput,targetname monstruo,0,1" + "OnUser1" "!self,FireUser1,,1,-1" + "OnPlayerPickup" "speed_noattack,ModifySpeed,0.8,0,1" } } modify: @@ -1754,9 +2685,11 @@ modify: delete: { "OnUser1" "!self,FireUser1,,1,-1" + "OnUser1" "speed,ModifySpeed,1.7,0,-1" } insert: { + "OnUser1" "speed_noattack,ModifySpeed,1.7,0,-1" "OnUser1" "!self,FireUser1,,10,-1" } } @@ -1767,23 +2700,79 @@ modify: { match: { - "model" "*664" + "targetname" "weapon_synth_templ" + "classname" "point_template" + "origin" "-12012.9 10309.8 1827.2" + } + insert: + { + "Template06" "item_crab_fix" + } +} +add: +{ + "wait" "-1" + "unlocked_sentence" "0" + "targetname" "item_crab_fix" + "speed" "0.01" + "spawnpos" "0" + "spawnflags" "4108" + "rendermode" "0" + "renderfx" "0" + "rendercolor" "255 255 255" + "renderamt" "255" + "parentname" "monstruo2z" + "origin" "-11865 10309.5 1886" + "movedir" "-90 0 0" + "loopmovesound" "0" + "locked_sentence" "0" + "lip" "1.99" + "ignoredebris" "0" + "health" "0" + "forceclosed" "1" + "dmg" "0" + "disableshadows" "1" + "disablereceiveshadows" "1" + "classname" "func_door" + "OnUser1" "!self,Open,,0,1" + "OnUser1" "!self,AddOutput,solid 3,0,1" + "OnUser1" "!self,AddOutput,mins -1 -1 -1,0,1" + "OnUser1" "!self,AddOutput,maxs 1 1 1,0,1" + "OnFullyClosed" "!self,Open,,0,-1" + "OnFullyOpen" "!self,Close,,0,-1" +} +modify: +{ + match: + { + "origin" "-11865 10309.5 1847.26" "targetname" "hsynth2" "classname" "trigger_multiple" } replace: { "spawnflags" "12" + "origin" "-11865 10309.5 1886" + "parentname" "item_crab_fix" + "StartDisabled" "1" } delete: { "OnStartTouch" "tunelador_shield,PlaySound,,0,-1" } - insert: +} +modify: +{ + match: { - "OnUser1" "!self,Enable,,0,-1" - "OnUser1" "!self,Disable,,0.25,-1" - "OnUser1" "!self,FireUser1,,0.26,-1" + "targetname" "hsynth" + "classname" "trigger_hurt" + "origin" "-12025.4 10310.5 1847.26" + } + replace: + { + "origin" "-12025.4 10310.5 1886" + "StartDisabled" "1" } } modify: @@ -1791,11 +2780,49 @@ modify: match: { "targetname" "monstruo2z" + "origin" "-12016.4 10311.7 1834.1" "classname" "weapon_knife" } insert: { - "OnPlayerPickup" "hsynth2,FireUser1,,1,-1" + "OnPlayerPickup" "item_crab_fix,FireUser1,,0,1" + "OnPlayerPickup" "hsynth,Enable,,0,1" + "OnPlayerPickup" "hsynth2,Enable,,0,1" + "OnPlayerPickup" "ant2,FireUser1,,0,1" + } +} +modify: +{ + match: + { + "origin" "-11912 10311 1840" + "targetname" "ant2" + "classname" "prop_dynamic" + "model" "models/props_combine/portalball.mdl" + } + insert: + { + "StartDisabled" "1" + "OnUser1" "!self,Enable,,0,1" + } +} +modify: +{ + match: + { + "origin" "-12044.8 10316.1 1797.2" + "targetname" "ant2" + "classname" "prop_dynamic" + "model" "models/synth.mdl" + } + replace: + { + "DefaultAnim" "idleshake01" + } + insert: + { + "OnUser1" "!self,SetAnimation,walk01,0,1" + "OnUser1" "!self,SetDefaultAnimation,walk01,0,1" } } add: @@ -1879,7 +2906,7 @@ modify: { match: { - "model" "*85" + "origin" "-11419.3 8054.83 1945.01" "targetname" "an_g" "classname" "func_physbox_multiplayer" } @@ -1898,6 +2925,7 @@ modify: { match: { + "origin" "-11501.7 8589.62 1783.03" "targetname" "holy_grenade" "classname" "prop_physics" } @@ -1914,36 +2942,6 @@ modify: "OnUser4" "tunelador_shield,PlaySound,,0,1" } } -modify: -{ - match: - { - "targetname" "ice_g" - "classname" "func_physbox_multiplayer" - } - delete: - { - "OnUser4" "antorcha_luz3,SetParent,,0,-1" - "OnUser4" "antorcha_luz3,SetParent,,0,-1" - "OnDamaged" "antorcha_luz3,SetParent,,0,-1" - "OnDamaged" "antorcha_luz3,SetParent,,0,-1" - "OnUser4" "congel,SetParent,,0,-1" - "OnDamaged" "congel,SetParent,,0,-1" - } - insert: - { - "damagefilter" "Filter_H_Z_I_Ignore" - "OnDamaged" "antorcha_luz3,ClearParent,,0,1" - "OnUser4" "antorcha_luz3,ClearParent,,0,1" - "OnDamaged" "congel,ClearParent,,0,1" - "OnUser4" "congel,ClearParent,,0,1" - "OnUser4" "tunelador_shield,PlaySound,,0,1" - "OnUser4" "frlg,Kill,,0,1" - "OnDamaged" "frlg,Kill,,0,1" - "OnDamaged" "antorcha_luz3,TurnOff,,7.5,1" - "OnUser4" "antorcha_luz3,TurnOff,,7.5,1" - } -} ;---------- ;FIX TITAN ;---------- @@ -2235,13 +3233,13 @@ modify: { match: { - "model" "*526" + "origin" "-12432 -10352 448" "targetname" "spawn_tele_z" "classname" "trigger_teleport" } insert: { - "OnStartTouch" "!activator,AddOutput,health 10000,0,-1" + "OnStartTouch" "!activator,AddOutput,health 25000,0,-1" } } ;----------- @@ -2249,13 +3247,11 @@ modify: ;----------- filter: { - "model" "*389" "origin" "-12416 -10896 215.98" "classname" "trigger_multiple" } filter: { - "model" "*390" "origin" "-12416 -10928 215.98" "classname" "trigger_multiple" } @@ -2673,9 +3669,86 @@ modify: "OnStartTouch" "!activator,AddOutput,OnUser1 speed:ModifySpeed:1.15:0:1,0,-1" } } -;------------------------ -;FIX SUPER TRIGGER MUSIC -;------------------------ +;--------------------- +;FIX SOUTH PUSH BRUSH +;--------------------- +modify: +{ + match: + { + "origin" "-4112 -13984 213.949" + "targetname" "ctsegundolab" + "classname" "logic_relay" + } + delete: + { + "OnTrigger" "consola,Command,say **DOORS OPENING IN 30 SECONDS**,0,1" + "OnTrigger" "timers,Disable,,8,-1" + "OnTrigger" "remove_walls,Trigger,,8,-1" + } + insert: + { + "OnTrigger" "consola,Command,say **DOORS OPENING IN 36 SECONDS**,0,1" + "OnTrigger" "face_to_face_protection,Disable,,36,1" + "OnTrigger" "face_to_face_protection2,Disable,,36,1" + "OnTrigger" "push_protector,Kill,,36,1" + "OnTrigger" "timers,Kill,,16,1" + "OnTrigger" "remove_walls,Trigger,,16,1" + } +} +;--------- +;FIX VUVU +;--------- +modify: +{ + match: + { + "targetname" "trigger_superespecial" + "origin" "-858.22 -8151.2 201.66" + "classname" "trigger_once" + } + replace: + { + "classname" "trigger_multiple" + } + delete: + { + "OnStartTouch" "!self,Kill,,0,-1" + "OnStartTouch" "activador_madness,Trigger,,0,-1" + } + insert: + { + "OnStartTouch" "activador_madness,Trigger,,0,1" + "OnStartTouch" "!self,FireUser1,,0,-1" + "OnUser1" "speed,ModifySpeed,3,0,-1" + "OnUser1" "!activator,AddOutput,gravity 0.5,0,-1" + "OnUser1" "!activator,AddOutput,health 50000,0,-1" + "OnUser1" "speed,ModifySpeed,3,20,-1" + "OnUser1" "!activator,AddOutput,gravity 0.5,20,-1" + "OnUser1" "!activator,AddOutput,health 50000,20,-1" + "OnUser1" "speed,ModifySpeed,3,40,-1" + "OnUser1" "!activator,AddOutput,gravity 0.5,40,-1" + "OnUser1" "!activator,AddOutput,health 50000,40,-1" + "OnUser1" "speed,ModifySpeed,3,60,-1" + "OnUser1" "!activator,AddOutput,gravity 0.5,60,-1" + "OnUser1" "!activator,AddOutput,health 50000,60,-1" + "OnUser1" "speed,ModifySpeed,3,80,-1" + "OnUser1" "!activator,AddOutput,gravity 0.5,80,-1" + "OnUser1" "!activator,AddOutput,health 50000,80,-1" + "OnUser1" "speed,ModifySpeed,3,100,-1" + "OnUser1" "!activator,AddOutput,gravity 0.5,100,-1" + "OnUser1" "!activator,AddOutput,health 50000,100,-1" + "OnUser1" "speed,ModifySpeed,3,120,-1" + "OnUser1" "!activator,AddOutput,gravity 0.5,120,-1" + "OnUser1" "!activator,AddOutput,health 50000,120,-1" + "OnUser1" "speed,ModifySpeed,3,140,-1" + "OnUser1" "!activator,AddOutput,gravity 0.5,140,-1" + "OnUser1" "!activator,AddOutput,health 50000,140,-1" + "OnUser1" "speed,ModifySpeed,3,160,-1" + "OnUser1" "!activator,AddOutput,gravity 0.5,160,-1" + "OnUser1" "!activator,AddOutput,health 50000,160,-1" + } +} modify: { match: @@ -2686,9 +3759,11 @@ modify: delete: { "OnTrigger" "song_madness,FireUser1,,0,-1" + "OnTrigger" "trigger_superespecial,Disable,,0,1" } insert: { + "OnTrigger" "trigger_superespecial,FireUser4,,0,1" "OnTrigger" "distribute_zombs,Kill,,0,1" "OnTrigger" "w_dj_4,Kill,,0,1" "OnTrigger" "song_madness,AddOutput,message #rafuron/music/madnesssongvuvuzela.mp3,0,1" @@ -2696,6 +3771,152 @@ modify: "OnTrigger" "song_madness,FireUser1,,0.1,1" } } +add: +{ + "model" "*191" + "targetname" "stripper_ftf_ladder" + "spawnflags" "1" + "rendermode" "0" + "renderfx" "0" + "rendercolor" "255 255 255" + "renderamt" "255" + "disableshadows" "0" + "disablereceiveshadows" "0" + "classname" "func_wall_toggle" + "origin" "-1956 -6554 161.09" + "OnUser1" "!self,AddOutput,angles 0 90 0,0,1" +} +modify: +{ + match: + { + "origin" "-4288 -14096 213.949" + "targetname" "case_modificar_laberinto" + "classname" "logic_case" + } + insert: + { + "OnCase02" "stripper_ftf_ladder,Toggle,,0,-1" + "OnCase03" "stripper_ftf_ladder,Toggle,,0,-1" + "OnCase06" "stripper_ftf_ladder,Toggle,,0,-1" + "OnCase07" "stripper_ftf_ladder,Toggle,,0,-1" + "OnCase08" "stripper_ftf_ladder,Toggle,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-4112 -14000 213.949" + "targetname" "fx" + "classname" "logic_relay" + } + insert: + { + "OnTrigger" "detector_e,Kill,,19,1" + "OnTrigger" "tv1,AddOutput,target core3,20,1" + "OnTrigger" "tv2,AddOutput,target core3,20,1" + "OnTrigger" "tv3,AddOutput,target core3,20,1" + "OnTrigger" "tv4,AddOutput,target core3,20,1" + "OnTrigger" "tv5,AddOutput,target core3,20,1" + "OnTrigger" "tv6,AddOutput,target core3,20,1" + "OnTrigger" "tv7,AddOutput,target core3,20,1" + "OnTrigger" "tv8,AddOutput,target core3,20,1" + "OnTrigger" "luz8,Color,255 0 0,20,1" + "OnTrigger" "luz7,Color,255 0 0,20,1" + "OnTrigger" "luz6,Color,255 0 0,20,1" + "OnTrigger" "luz5,Color,255 0 0,20,1" + "OnTrigger" "luz4,Color,255 0 0,20,1" + "OnTrigger" "luz3,Color,255 0 0,20,1" + "OnTrigger" "luz2,Color,255 0 0,20,1" + "OnTrigger" "luz1,Color,255 0 0,20,1" + "OnTrigger" "tv8,Enable,,20,1" + "OnTrigger" "tv7,Enable,,20,1" + "OnTrigger" "tv6,Enable,,20,1" + "OnTrigger" "tv5,Enable,,20,1" + "OnTrigger" "tv4,Enable,,20,1" + "OnTrigger" "tv3,Enable,,20,1" + "OnTrigger" "tv2,Enable,,20,1" + "OnTrigger" "tv1,Enable,,20,1" + "OnTrigger" "luz1,ShowSprite,,20,1" + "OnTrigger" "luz2,ShowSprite,,20,1" + "OnTrigger" "luz3,ShowSprite,,20,1" + "OnTrigger" "luz4,ShowSprite,,20,1" + "OnTrigger" "luz5,ShowSprite,,20,1" + "OnTrigger" "luz6,ShowSprite,,20,1" + "OnTrigger" "luz7,ShowSprite,,20,1" + "OnTrigger" "luz8,ShowSprite,,20,1" + "OnTrigger" "trapHumanos,AddOutput,target core3,15,1" + "OnTrigger" "trapHumanosH,AddOutput,target core2,15,1" + "OnTrigger" "tc2,Enable,,17,1" + "OnTrigger" "puertafinal,Break,,17,1" + } +} +modify: +{ + match: + { + "targetname" "untriggers" + "origin" "3204.95 3204 598" + "classname" "trigger_once" + } + insert: + { + "OnTrigger" "detector_e,Kill,,0,1" + "OnTrigger" "tv1,AddOutput,target core3,1,1" + "OnTrigger" "tv2,AddOutput,target core3,1,1" + "OnTrigger" "tv3,AddOutput,target core3,1,1" + "OnTrigger" "tv4,AddOutput,target core3,1,1" + "OnTrigger" "tv5,AddOutput,target core3,1,1" + "OnTrigger" "tv6,AddOutput,target core3,1,1" + "OnTrigger" "tv7,AddOutput,target core3,1,1" + "OnTrigger" "tv8,AddOutput,target core3,1,1" + "OnTrigger" "luz8,Color,255 0 0,1,1" + "OnTrigger" "luz7,Color,255 0 0,1,1" + "OnTrigger" "luz6,Color,255 0 0,1,1" + "OnTrigger" "luz5,Color,255 0 0,1,1" + "OnTrigger" "luz4,Color,255 0 0,1,1" + "OnTrigger" "luz3,Color,255 0 0,1,1" + "OnTrigger" "luz2,Color,255 0 0,1,1" + "OnTrigger" "luz1,Color,255 0 0,1,1" + "OnTrigger" "tv8,Enable,,1,1" + "OnTrigger" "tv7,Enable,,1,1" + "OnTrigger" "tv6,Enable,,1,1" + "OnTrigger" "tv5,Enable,,1,1" + "OnTrigger" "tv4,Enable,,1,1" + "OnTrigger" "tv3,Enable,,1,1" + "OnTrigger" "tv2,Enable,,1,1" + "OnTrigger" "tv1,Enable,,1,1" + "OnTrigger" "luz1,ShowSprite,,1,1" + "OnTrigger" "luz2,ShowSprite,,1,1" + "OnTrigger" "luz3,ShowSprite,,1,1" + "OnTrigger" "luz4,ShowSprite,,1,1" + "OnTrigger" "luz5,ShowSprite,,1,1" + "OnTrigger" "luz6,ShowSprite,,1,1" + "OnTrigger" "luz7,ShowSprite,,1,1" + "OnTrigger" "luz8,ShowSprite,,1,1" + "OnTrigger" "trapHumanos,AddOutput,target core3,1,1" + "OnTrigger" "trapHumanosH,AddOutput,target core2,1,1" + "OnTrigger" "tc2,Enable,,1,1" + "OnTrigger" "puertafinal,Break,,1,1" + } +} +;----------- +;FIX NOWALL +;----------- +modify: +{ + match: + { + "targetname" "trigger_superespecial" + "origin" "-8364.65 -412.2 185.09" + "classname" "trigger_once" + } + insert: + { + "OnUser4" "!self,Kill,,0,1" + } +} modify: { match: @@ -2703,12 +3924,37 @@ modify: "targetname" "activador_sinbarreras" "classname" "logic_relay" } + delete: + { + "OnTrigger" "trigger_superespecial,Disable,,0,1" + "OnTrigger" "timers,Disable,,15,-1" + "OnTrigger" "logica2nivel,Kill,,0,1" + } insert: { + "OnTrigger" "trigger_superespecial,Kill,,0,1" "OnTrigger" "distribute_zombs,Kill,,0,1" "OnTrigger" "w_dj_4,Kill,,0,1" "OnTrigger" "musica_stompbox,AddOutput,message #rafuron/music/stompbox.mp3,0,1" "OnTrigger" "silenciartodas_radio,Trigger,,0.05,1" + "OnTrigger" "timers,Kill,,15,1" + "OnTrigger" "logica2nivel,Kill,,15,1" + } +} +;---------------- +;FIX SILENT HILL +;---------------- +modify: +{ + match: + { + "targetname" "trigger_superespecial" + "origin" "-424 14728 182.32" + "classname" "trigger_once" + } + insert: + { + "OnUser4" "!self,Kill,,0,1" } } modify: @@ -2718,13 +3964,134 @@ modify: "targetname" "activador_silenthill" "classname" "logic_relay" } + delete: + { + "OnTrigger" "trigger_superespecial,Disable,,0,1" + } insert: { + "OnTrigger" "trigger_superespecial,Kill,,0,1" "OnTrigger" "w_dj_4,Kill,,29.8,1" "OnTrigger" "musica_silenthill,AddOutput,message #rafuron/music/silenthillmusica.mp3,29.8,1" "OnTrigger" "silenciartodas_radio,Trigger,,29.85,1" } } +modify: +{ + match: + { + "targetname" "shv" + "origin" "3216 3168 34.55" + "classname" "trigger_once" + } + insert: + { + "OnStartTouch" "teleporte_laberinto_1,Enable,,75,1" + "OnStartTouch" "teleporte_laberinto_2,Enable,,75,1" + "OnStartTouch" "teleporte_laberinto_1_xtra,Enable,,75,1" + "OnStartTouch" "teleportarTODOS,Enable,,75,1" + } +} +modify: +{ + match: + { + "origin" "-1696 -12552.8 716.74" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "teleporte_laberinto_1,Enable,,12,-1" + "OnStartTouch" "teleporte_laberinto_2,Enable,,12,-1" + "OnStartTouch" "teleporte_laberinto_1_xtra,Enable,,12,-1" + "OnStartTouch" "teleportarTODOS,Enable,,12,-1" + } +} +;------------------------- +;CHANGE SUPER TRIGGER ODD +;------------------------- +modify: +{ + match: + { + "origin" "-12470.3 -9589.44 33" + "targetname" "superModos" + "classname" "logic_case" + } + delete: + { + "OnCase02" "supermodo_prob1,Break,,0,-1" + "OnCase03" "supermodo_prob1,Break,,0,-1" + "OnCase04" "supermodo_prob1,Break,,0,-1" + "OnCase06" "supermodo_prob1,Break,,0,-1" + "OnCase12" ",,,0,-1" + } + insert: + { + "OnCase02" "stripper_superModos,PickRandom,,0,1" + "OnCase03" "stripper_superModos,PickRandom,,0,1" + "OnCase04" "stripper_superModos,PickRandom,,0,1" + "OnCase06" "stripper_superModos,PickRandom,,0,1" + "OnCase01" "!self,Kill,,0,1" + "OnCase02" "!self,Kill,,0,1" + "OnCase03" "!self,Kill,,0,1" + "OnCase04" "!self,Kill,,0,1" + "OnCase05" "!self,Kill,,0,1" + "OnCase06" "!self,Kill,,0,1" + "OnCase07" "!self,Kill,,0,1" + "OnCase08" "!self,Kill,,0,1" + "OnCase09" "!self,Kill,,0,1" + "OnCase10" "!self,Kill,,0,1" + "OnCase01" "stripper_superModos,Kill,,0,1" + "OnCase05" "stripper_superModos,Kill,,0,1" + "OnCase07" "stripper_superModos,Kill,,0,1" + "OnCase08" "stripper_superModos,Kill,,0,1" + "OnCase09" "stripper_superModos,Kill,,0,1" + "OnCase10" "stripper_superModos,Kill,,0,1" + } +} +add: +{ + "origin" "-12470.3 -9589.44 33" + "targetname" "stripper_superModos" + "classname" "logic_case" + "OnCase01" "supermodo_prob1,Break,,0,1" + "OnCase02" "!self,FireUser1,,0,1" + "OnCase03" "!self,FireUser1,,0,1" + "OnCase01" "!self,Kill,,0,1" + "OnCase02" "!self,Kill,,0,1" + "OnCase03" "!self,Kill,,0,1" +} +;-------------------- +;FIX TRIGGER MADNESS +;-------------------- +modify: +{ + match: + { + "origin" "-12248 -9504 56" + "targetname" "selectRandom1Modo" + "classname" "logic_case" + } + delete: + { + "OnCase12" "activador_jump,Trigger,,0,-1" + "OnCase13" "activador_empujarCT,Trigger,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-13328 13632 -72.9465" + "targetname" "selectRandom1" + "classname" "logic_case" + } + delete: + { + "OnCase12" "activador_jump,Trigger,,0,-1" + } +} ;-------------------- ;FIX INVISBLE WEAPON ;-------------------- @@ -2765,9 +4132,301 @@ modify: "OnUser2" "!self,FireUser2,,5,-1" } } +;-------------- +;FIX DEATHBALL +;-------------- +modify: +{ + match: + { + "origin" "-1493.24 5386.4 69.156" + "targetname" "esfera_destructora" + "classname" "info_particle_system" + } + delete: + { + "spawnflags" "0" + } +} +filter: +{ + "origin" "-1495.24 5386.4 66" + "targetname" "prop_cogible5" + "classname" "prop_physics_override" +} +add: +{ + "model" "*115" + "targetname" "prop_cogible5" + "spawnflags" "36864" + "rendermode" "10" + "renderfx" "0" + "rendercolor" "255 255 255" + "renderamt" "255" + "propdata" "0" + "pressuredelay" "0" + "preferredcarryangles" "0 0 0" + "PerformanceMode" "0" + "origin" "-1495.24 5386.4 66" + "notsolid" "0" + "nodamageforces" "0" + "material" "0" + "massScale" "0" + "health" "0" + "gibdir" "0 0 0" + "forcetoenablemotion" "0" + "explosion" "0" + "ExplodeRadius" "0" + "explodemagnitude" "0" + "ExplodeDamage" "0" + "disableshadows" "1" + "disablereceiveshadows" "1" + "Damagetype" "0" + "damagetoenablemotion" "0" + "classname" "func_physbox_multiplayer" + "filtername" "nadie" + "OnAwakened" "!self,EnableMotion,,0,1" + "OnUser4" "!self,Kill,,0,1" + "OnUser4" "destroyer_x,Kill,,0,1" + "OnUser4" "esfera_destructora,Kill,,0,1" + "OnUser4" "destroyer_x2,Volume,0,0,1" + "OnUser4" "destroyer_x2,Kill,,0.01,1" + "OnUser4" "tunelador_shield,PlaySound,,0,1" +} +modify: +{ + match: + { + "origin" "-1555.75 5398.07 17" + "targetname" "super_sc" + "classname" "point_template" + } + replace: + { + "origin" "-1495.24 5386.4 66" + "spawnflags" "0" + } +} +modify: +{ + match: + { + "origin" "-4137.51 -14636.9 216" + "targetname" "filtro_gravitygun2" + "classname" "filter_activator_name" + } + replace: + { + "filtername" "prop_cogible*" + } +} +filter: +{ + "origin" "-4137.51 -14620.9 216" + "targetname" "filtro_gravitygun3" + "classname" "filter_activator_name" +} +;-------------------- +;PROTECT ZM CAGE TOP +;-------------------- +add: +{ + "model" "*644" + "classname" "func_physbox_multiplayer" + "targetname" "stripper_fix_zm_cage" + "parentname" "caja" + "origin" "-12408 -8148 465" + "spawnflags" "8715265" + "rendermode" "10" + "disableshadows" "1" + "disablereceiveshadows" "1" + "damagefilter" "nadie" + "health" "0" + "material" "0" + "spawnobject" "0" + "renderfx" "0" + "rendercolor" "255 255 255" + "renderamt" "255" + "propdata" "0" + "pressuredelay" "0" + "preferredcarryangles" "0 0 0" + "PerformanceMode" "0" + "notsolid" "0" + "nodamageforces" "0" + "massScale" "0" + "gibdir" "0 0 0" + "forcetoenablemotion" "0" + "explosion" "0" + "ExplodeRadius" "0" + "explodemagnitude" "0" + "ExplodeDamage" "0" + "Damagetype" "0" + "damagetoenablemotion" "0" +} +;------------------- +;FIX SPAWN PUSH TOP +;------------------- +add: +{ + "wait" "1" + "targetname" "stripper_spawn_kill_top" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "-11180 -9328 556" + "classname" "trigger_multiple" + "filtername" "filter_no_winners" + "OnStartTouch" "!activator,AddOutput,origin -12408 -8140 316,0,-1" + "OnStartTouch" "!activator,SetDamageFilter,,0,-1" + "OnStartTouch" "quitarTodo,StripWeaponsAndSuit,,0,-1" + "OnStartTouch" "darCuchillo,Use,,3,-1" + "OnUser1" "!self,AddOutput,solid 3,0,1" + "OnUser1" "!self,AddOutput,mins -36 -160 -276,0,1" + "OnUser1" "!self,AddOutput,maxs 36 160 276,0,1" +} +add: +{ + "origin" "-4336 -13760 213.949" + "targetname" "filter_no_winners" + "Negated" "0" + "filtertype" "0" + "Filter02" "filter_winner_ignore" + "Filter01" "nouber_winner_filtro" + "classname" "filter_multi" +} +add: +{ + "origin" "-4304 -13760 213.949" + "targetname" "filter_winner_ignore" + "Negated" "1" + "filtername" "winner" + "classname" "filter_activator_name" +} +;---------- +;FIX DOORS +;---------- +modify: +{ + match: + { + "targetname" "timers" + "origin" "-4160 -13888 213.949" + "classname" "logic_timer" + } + replace: + { + "LowerRandomBound" "6" + "UpperRandomBound" "8" + } + delete: + { + "OnTimer" "case_modificar_laberinto,PickRandom,,3,-1" + } + insert: + { + "OnTimer" "!self,FireUser1,,3,1" + "OnUser1" "case_modificar_laberinto,PickRandomShuffle,,0,-1" + "OnUser1" "!self,AddOutput,OnTimer !self:FireUser2::3:1,0,-1" + "OnUser2" "case_modificar_laberinto,PickRandom,,0,-1" + "OnUser2" "!self,AddOutput,OnTimer !self:FireUser1::3:1,0,-1" + } +} +modify: +{ + match: + { + "targetname" "logica2nivel" + "origin" "-4176 -13888 213.949" + "classname" "logic_timer" + } + delete: + { + "OnTimer" "casomuro1,PickRandom,,0,-1" + } + insert: + { + "OnTimer" "!self,FireUser1,,0,1" + "OnUser1" "casomuro1,PickRandomShuffle,,0,-1" + "OnUser1" "!self,AddOutput,OnTimer !self:FireUser2::0:1,0,-1" + "OnUser2" "casomuro1,PickRandom,,0,-1" + "OnUser2" "!self,AddOutput,OnTimer !self:FireUser1::0:1,0,-1" + } +} +modify: +{ + match: + { + "origin" "-4272 -14080 213.949" + "targetname" "casomuro1" + "classname" "logic_case" + } + delete: + { + "OnCase06" "puertas2lab2,Toggle,,0,-1" + "OnCase07" "puertas2lab2,Toggle,,0,-1" + "OnCase08" "puertas2lab2,Toggle,,0,-1" + } + insert: + { + "OnCase06" "puertas2lab1,Toggle,,0,-1" + "OnCase07" "puertas2lab3,Toggle,,0,-1" + "OnCase08" "puertas2lab4,Toggle,,0,-1" + } +} ;------------- ;OPTIMIZATION ;------------- +filter: +{ + "origin" "-4128 -13904 213.949" + "targetname" "epic" + "classname" "logic_timer" +} +modify: +{ + match: + { + "origin" "2004 3248 1866" + "targetname" "epic2" + "classname" "trigger_multiple" + } + insert: + { + "OnStartTouch" "!self,FireUser1,,0,1" + "OnUser1" "!self,Enable,,0,-1" + "OnUser1" "!self,Disable,,1.5,-1" + "OnUser1" "!self,FireUser1,,1.6,-1" + } +} +modify: +{ + match: + { + "origin" "2944 3256 3138" + "targetname" "epic2" + "classname" "trigger_multiple" + } + insert: + { + "OnStartTouch" "!self,FireUser1,,0,1" + "OnUser1" "!self,Enable,,0,-1" + "OnUser1" "!self,Disable,,1.5,-1" + "OnUser1" "!self,FireUser1,,1.6,-1" + } +} +modify: +{ + match: + { + "origin" "-12201.3 11031 1797.04" + "targetname" "nadie" + "classname" "filter_activator_name" + } + replace: + { + "classname" "filter_activator_class" + "filterclass" "light_dynamic" + } +} modify: { match: @@ -2780,9 +4439,39 @@ modify: "origin" "11716 -12256 -512" } } -;------------- -;OPTIMIZATION -;------------- +add: +{ + "origin" "-4081.51 -14660.9 216" + "targetname" "speed_noattack" + "classname" "player_speedmod" + "spawnflags" "64" +} +add: +{ + "model" "*426" + "classname" "trigger_brush" + "targetname" "game_playerdie" + "origin" "-3940 -13028 924" + "InputFilter" "14" + "StartDisabled" "0" + "spawnflags" "0" + "OnUse" "speed_noattack,ModifySpeed,1,0,-1" +} +add: +{ + "model" "*426" + "classname" "game_zone_player" + "targetname" "stripper_map_zone" + "origin" "-4012 -13028 924" + "OnPlayerOutZone" "speed_noattack,ModifySpeed,1,0,-1" + "OnPlayerInZone" "speed_noattack,ModifySpeed,1,0,-1" + "OnUser1" "spawn_calcular2,Add,1,0,-1" + "OnUser1" "players_8,Enable,,0.45,1" + "OnUser1" "players_64,Enable,,0.45,1" + "OnUser1" "players_32,Enable,,0.45,1" + "OnUser1" "players_16,Enable,,0.45,1" + "OnUser1" "spawn_calcular2,GetValue,,0.5,1" +} modify: { match: @@ -2793,7 +4482,7 @@ modify: } replace: { - "ammo_50AE" "2" + "ammo_50AE" "1" } insert: { @@ -2823,6 +4512,8 @@ modify: "OnNewGame" "consola,Command,zr_infect_mzombie_ratio 64,3,-1" "OnNewGame" "consola,Command,sv_turbophysics 1,2.5,-1" "OnNewGame" "consola,Command,mp_roundtime 9,1.5,-1" + "OnNewGame" "consola,Command,say *** Thanks to Lunatxz ***,11,-1" + "OnNewGame" "consola,Command,say *** Thanks to Kaemon ***,8,-1" } insert: { @@ -2835,7 +4526,8 @@ modify: "OnNewGame" "consola,Command,zr_respawn_delay 20,0,1" "OnNewGame" "consola,Command,zr_zspawn 1,0,1" "OnNewGame" "reabastecer,Enable,,29,1" - "OnNewGame" "consola,Command,say ** MAP BY Hannibal[SPA] / Fixed by Noctali **,6,1" + "OnNewGame" "consola,Command,say ** MAP BY Hannibal[SPA] / Fixed by Noctali (27/08/19) **,6,1" + "OnNewGame" "consola,Command,say ** Thanks to Kaemon & Lunatxz **,8,1" "OnNewGame" "consola,Command,mp_startmoney 16000,0,1" "OnNewGame" "consola,Command,mp_roundtime 9,0,1" "OnNewGame" "consola,Command,mp_freezetime 1,0,1" @@ -2863,6 +4555,9 @@ modify: "OnNewGame" "consola,Command,zr_infect_spawntime_min 10,0,1" "OnNewGame" "consola,Command,zr_infect_spawntime_max 20,0,1" "OnNewGame" "consola,Command,zr_infect_mzombie_ratio 64,0,1" + "OnNewGame" "consola,Command,zr_class_modify humans health 100,0,1" + "OnNewGame" "consola,Command,zr_class_modify humans health_regen_interval 0.0,0,1" + "OnNewGame" "consola,Command,zr_class_modify humans health_regen_amount 0,0,1" "OnNewGame" "consola,Command,ammo_50AE_max 4000,0,1" "OnNewGame" "consola,Command,ammo_762mm_max 4000,0,1" "OnNewGame" "consola,Command,ammo_556mm_box_max 4000,0,1" @@ -2874,27 +4569,14 @@ modify: "OnNewGame" "consola,Command,ammo_357sig_max 4000,0,1" "OnNewGame" "consola,Command,ammo_57mm_max 4000,0,1" "OnNewGame" "case_modificar_laberinto,PickRandom,,1,1" - } -} -modify: -{ - match: - { - "origin" "-4272 -14080 213.949" - "targetname" "casomuro1" - "classname" "logic_case" - } - delete: - { - "OnCase06" "puertas2lab2,Toggle,,0,-1" - "OnCase07" "puertas2lab2,Toggle,,0,-1" - "OnCase08" "puertas2lab2,Toggle,,0,-1" - } - insert: - { - "OnCase06" "puertas2lab1,Toggle,,0,-1" - "OnCase07" "puertas2lab3,Toggle,,0,-1" - "OnCase08" "puertas2lab4,Toggle,,0,-1" + "OnNewGame" "stripper_map_zone,CountPlayersInZone,,0,1" + "OnNewGame" "stripper_map_zone,AddOutput,OnPlayerInZone !self:FireUser1::0:-1,1,1" + "OnNewGame" "stripper_map_zone,AddOutput,OnPlayerOutZone !self:FireUser1::0:-1,1,1" + "OnNewGame" "stripper_temp_big_chainsaw,ForceSpawn,,0,1" + "OnNewGame" "stripper_temp_small_chainsaw,ForceSpawn,,0,1" + "OnNewGame" "stripper_temp_cat,ForceSpawn,,0,1" + "OnNewGame" "stripper_spawn_kill_top,FireUser1,,0,1" + "OnNewGame" "stripper_ftf_ladder,FireUser1,,0,1" } } modify: @@ -3037,10 +4719,14 @@ modify: delete: { "OnTrigger" "z_1,SetDamageFilter,zombies,0,-1" + "OnTrigger" "consola,Command,say ** Every random walls from second labyrinth will be removed in 20s**,1,-1" + "OnTrigger" "borrar2lab,Trigger,,7,1" } insert: { - "OnTrigger" "z_1,SetDamageFilter,zombies_Nomonstruo,0,-1" + "OnTrigger" "z_1,SetDamageFilter,zombies_Nomonstruo,0,1" + "OnTrigger" "consola,Command,say ** Every random walls from second labyrinth will be removed in 10s**,1,1" + "OnTrigger" "borrar2lab,Trigger,,11,1" } } modify: @@ -3092,16 +4778,6 @@ modify: "damagefilter" "nadie" } } -add: -{ - "model" "*202" - "classname" "func_physbox_multiplayer" - "targetname" "stripper_fix_zm_cage" - "parentname" "caja" - "origin" "-12408 -8152 417.6" - "spawnflags" "8715265" - "rendermode" "10" -} filter: { "model" "*86" @@ -3170,7 +4846,6 @@ add: "Filter03" "humanos" "Filter04" "danyo_humano" } - ;------------------------- ;NEW BLUE SCREEN OF DEATH ;------------------------- @@ -3188,11 +4863,9 @@ modify: "OverlayName1" "rafuron/paranoid/new_bsod" } } - ;------------------------------------- ;REMOVE JUGGERNAUT FROM REGULAR MODES ;------------------------------------- - modify: { match: diff --git a/ze_paranoid_ultimate_v10_4.cfg b/ze_paranoid_ultimate_v10_4.cfg index d5c6cea..6e7b0ba 100644 --- a/ze_paranoid_ultimate_v10_4.cfg +++ b/ze_paranoid_ultimate_v10_4.cfg @@ -1089,10 +1089,101 @@ modify: } } +;========================= +; MODE FIXES +;========================= + +;------------------------- +; MODE: FIX INVERSE NUKE +;------------------------- + +modify: +{ + match: + { + "model" "*325" + "hammerid" "3808" + "classname" "func_button" + } + insert: + { + "OnPressed" "teleportarTODOS,AddOutput,target teleport_humanospresos,0,1" + } +} + +;------------------------- +; MODE: FIX VIP DAMAGEFILTER +;------------------------- + +modify: +{ + match: + { + "model" "*39" + "hammerid" "1733" + "classname" "func_physbox_multiplayer" + } + insert: + { + "OnUser1" "!activator,SetDamageFilter,humanos,0,-1" + "OnUser1" "!self,FireUser1,,1,-1" + } +} +modify: +{ + match: + { + "hammerid" "1719" + "classname" "weapon_knife" + "targetname" "vip" + } + insert + { + "OnPlayerPickup" "vidavip2,FireUser1,,0,1" + } +} + ;========================= ; MAP FIXES ;========================= +;------------------------- +; MAP: REMOVE USELESS DESTINATION +;------------------------ + +filter: +{ + "hammerid" "3158" + "classname" "info_target" + "targetname" "saladeloszombies" +} +modify: +{ + match: + { + "model" "*165" + "hammerid" "2781" + "classname" "trigger_teleport" + } + replace: + { + "target" "teleport_humanospresos" + } +} +modify: +{ + match: + { + "model" "*516" + "hammerid" "3538" + "classname" "trigger_teleport" + } + replace: + { + "target" "teleport_humanospresos" + } +} + ;------------------------- ; MAP: REMOVE PROTECTIONS ;------------------------- diff --git a/ze_parkour_fix.cfg b/ze_parkour_fix.cfg index 683b297..2d3435e 100644 --- a/ze_parkour_fix.cfg +++ b/ze_parkour_fix.cfg @@ -49,4 +49,6 @@ modify: "OnMapSpawn" "MyBridgeFix,AddOutput,mins -80 -216 -736,1.1,1" "OnMapSpawn" "MyBridgeFix,AddOutput,maxs 80 216 736,1.1,1" } -} \ No newline at end of file +} + + diff --git a/ze_predator_ultimate_v3.cfg b/ze_predator_ultimate_v3.cfg index cd3b762..f7dcd01 100644 --- a/ze_predator_ultimate_v3.cfg +++ b/ze_predator_ultimate_v3.cfg @@ -262,7 +262,7 @@ modify: replace: { "min" "0" -; "max" "5000" + "max" "999999" } delete: { @@ -288,7 +288,7 @@ modify: replace: { "min" "0" -; "max" "5000" + "max" "999999" } insert: { @@ -372,9 +372,9 @@ modify: replace: { "targetname" "mob_grudge_counter" - "startvalue" "200" + "startvalue" "100" "min" "0" - "max" "3000" + "max" "999999" } insert: { @@ -403,24 +403,23 @@ modify: } insert: { - "OnStartTouch" "mob_grudge_counter,Add,175,0,-1" + "OnStartTouch" "mob_grudge_counter,Add,200,0,-1" + } +} +modify: +{ + match: + { + "origin" "7922 9896 -1886" + "classname" "trigger_hurt" + "targetname" "mob_grudge_upright" + "hammerid" "3620714" + } + insert: + { + "OnStartTouch" "mob_grudge_counter,Subtract,75,0,-1" } } -;modify: -;{ -; match: -; { -; "origin" "7922 9896 -1886" -; "classname" "trigger_hurt" -; "targetname" "mob_grudge_upright" -; "hammerid" "3620714" -; } -; insert: -; { -; "OnStartTouch" "mob_grudge_counter,Subtract,75,0,-1" -; } -;} - ;------------- ;STAGE 3 BOSS ;------------- @@ -469,7 +468,8 @@ modify: replace: { "min" "0" - "max" "8000" + "max" "999999" + "startvalue" "100" } delete: { @@ -564,7 +564,7 @@ modify: } replace: { - "max" "900" + "max" "999999" "min" "0" } delete: @@ -784,10 +784,10 @@ modify: "classname" "func_physbox" "hammerid" "3757883" } -; replace: -; { -; "spawnflags" "557056" -; } + replace: + { + "spawnflags" "557056" + } delete: { "OnDamaged" "score_reset_hit,ApplyScore,,0,-1" @@ -836,9 +836,9 @@ modify: } replace: { - "startvalue" "250" + "startvalue" "100" "min" "0" - "max" "3000" + "max" "999999" } delete: { @@ -871,9 +871,9 @@ modify: } replace: { - "startvalue" "400" + "startvalue" "100" "min" "0" - "max" "3000" + "max" "999999" } insert: { @@ -911,23 +911,21 @@ modify: "OnTrigger" "score600,ApplyScore,,0,-1" } } - -;modify: -;{ -; match: -; { -; "origin" "-566 11236 9066" -; "classname" "trigger_hurt" -; "targetname" "mob_grudge_upright1" -; "hammerid" "3757861" -; } -; insert: -; { -; "OnStartTouch" "fboss_relay_hurter11,Trigger,,0,-1" -; "OnStartTouch" "fboss_relay_hurter22,Trigger,,0,-1" -; } -;} - +modify: +{ + match: + { + "origin" "-566 11236 9066" + "classname" "trigger_hurt" + "targetname" "mob_grudge_upright1" + "hammerid" "3757861" + } + insert: + { + "OnStartTouch" "fboss_relay_hurter11,Trigger,,0,-1" + "OnStartTouch" "fboss_relay_hurter22,Trigger,,0,-1" + } +} ;------------------------------- ;BOSS STAGE 1 NEW ATTACK SYSTEM ;------------------------------- @@ -1152,81 +1150,81 @@ add: ;----------------------- modify: { - match: - { - "classname" "info_player_terrorist" - "origin" "-11131.9 -2239.96 710" - "hammerid" "2194790" - } - replace: - { - "origin" "-10604 -5114 127" - } + match: + { + "classname" "info_player_terrorist" + "origin" "-11131.9 -2239.96 710" + "hammerid" "2194790" + } + replace: + { + "origin" "-10604 -5114 127" + } } modify: { - match: - { - "classname" "info_player_terrorist" - "origin" "-11131.9 -2179.85 715" - "hammerid" "2194819" - } - replace: - { - "origin" "-10611 -4988 132" - } + match: + { + "classname" "info_player_terrorist" + "origin" "-11131.9 -2179.85 715" + "hammerid" "2194819" + } + replace: + { + "origin" "-10611 -4988 132" + } } modify: { - match: - { - "origin" "-10932.8 -2872 717" - "classname" "info_player_counterterrorist" - "hammerid" "2194148" - } - replace: - { - "origin" "-11201 -5570 132" - } + match: + { + "origin" "-10932.8 -2872 717" + "classname" "info_player_counterterrorist" + "hammerid" "2194148" + } + replace: + { + "origin" "-11201 -5570 132" + } } modify: { - match: - { - "origin" "-10932.9 -2934 717" - "classname" "info_player_counterterrorist" - "hammerid" "2194198" - } - replace: - { - "origin" "-11188 -5662 132" - } + match: + { + "origin" "-10932.9 -2934 717" + "classname" "info_player_counterterrorist" + "hammerid" "2194198" + } + replace: + { + "origin" "-11188 -5662 132" + } } modify: { - match: - { - "origin" "-11068.1 -2872.02 717" - "classname" "info_player_counterterrorist" - "hammerid" "2194106" - } - replace: - { - "origin" "-10675 -5075 132" - } + match: + { + "origin" "-11068.1 -2872.02 717" + "classname" "info_player_counterterrorist" + "hammerid" "2194106" + } + replace: + { + "origin" "-10675 -5075 132" + } } modify: { - match: - { - "origin" "-11068.1 -2933 715" - "classname" "info_player_counterterrorist" - "hammerid" "2194210" - } - replace: - { - "origin" "-10728 -4983 132" - } + match: + { + "origin" "-11068.1 -2933 715" + "classname" "info_player_counterterrorist" + "hammerid" "2194210" + } + replace: + { + "origin" "-10728 -4983 132" + } } ;----------------- ;FIX ALIEN GLITCH @@ -1298,20 +1296,20 @@ modify: "origin" "40 11304 11192" "hammerid" "3758445" } -; delete: -; { -; "OnPass" "fboss_event0_predator,Kill,,1,-1" -; "OnPass" "mob_spawner_grudge1,ForceSpawn,,1,-1" -; "OnPass" "fboss_event0_predator,SetAnimation,Luffaren_predbossinit_02.smd,0,-1" -; "OnPass" "fboss_event0_predator,SetDefaultAnimation,Luffaren_cboss_idle.smd,0,-1" -; } + delete: + { + "OnPass" "fboss_event0_predator,Kill,,1,-1" + "OnPass" "mob_spawner_grudge1,ForceSpawn,,1,-1" + "OnPass" "fboss_event0_predator,SetAnimation,Luffaren_predbossinit_02.smd,0,-1" + "OnPass" "fboss_event0_predator,SetDefaultAnimation,Luffaren_cboss_idle.smd,0,-1" + } insert: { "OnPass" "no_camp,Enable,,2,-1" -; "OnPass" "fboss_event0_predator,Kill,,0,-1" -; "OnPass" "mob_spawner_grudge1,ForceSpawn,,0,-1" -; "OnPass" "mob_grudge_model_1,SetAnimation,Luffaren_predbossinit_02.smd,0.1,-1" -; "OnPass" "mob_grudge_phys1,EnableMotion,,2.0,-1" + "OnPass" "fboss_event0_predator,Kill,,0,-1" + "OnPass" "mob_spawner_grudge1,ForceSpawn,,0,-1" + "OnPass" "mob_grudge_model_1,SetAnimation,Luffaren_predbossinit_02.smd,0.1,-1" + "OnPass" "mob_grudge_phys1,EnableMotion,,1.5,-1" } } add: @@ -1575,7 +1573,6 @@ modify: "OnPass" "ItemSpawner,ForceSpawn,,0.2,1" } } - add: { "classname" "logic_case" @@ -2264,9 +2261,10 @@ add: "OnMapSpawn" "server,Command,sv_friction 4,2,1" "OnMapSpawn" "cboss_escape_shake,StopShake,,0,1" "OnMapSpawn" "cboss_escape_shake,StopShake,,1,1" + "OnMapSpawn" "fboss_end_brush_particle3,FireUser1,,0,1" "OnMapSpawn" "server,Command,say ***TYPE MAT_COLORCORRECTION 1 IN CONSOLE FOR BETTER VISUALS***,3,1" - "OnMapSpawn" "server,Command,say ***MAP BY LUFFAREN / Fixed by Moltard & Noctali***,0,1" - "OnMapSpawn" "server,Command,sv_enablebunnyhopping 1,2,-1" + "OnMapSpawn" "server,Command,say ***MAP BY LUFFAREN / Fixed by Moltard & Noctali & BotoX***,0,1" + "OnMapSpawn" "server,Command,sv_enablebunnyhopping 1,2,1" } modify: { @@ -2581,7 +2579,7 @@ modify: "OnStartTouch" "music_s3_2,PlaySound,,30,1" "OnStartTouch" "music_s1_2,Volume,0,30,1" "OnStartTouch" "map_teleporter_2,Enable,,40,1" - "OnStartTouch" "server,Command,say ***TELEPORTING EVERYONE TO CLIFF HIDEOUT***,35,1" + "OnStartTouch" "server,Command,say ***TELEPORTING EVERYONE TO CLIFF HIDEOUT***,37.5,1" } } modify: @@ -2674,7 +2672,7 @@ modify: } insert: { - "OnStartTouch" "map_teleporter_3,Enable,,0,-1" + "OnStartTouch" "map_teleporter_3,Enable,,5,-1" "OnStartTouch" "server,Command,say ***TELEPORTING EVERYONE TO RUINS***,0,1" } } @@ -2692,8 +2690,8 @@ modify: } insert: { - "OnStartTouch" "map_teleporter_3,Enable,,0,-1" - "OnStartTouch" "server,Command,say ***TELEPORTING EVERYONE TO RUINS***,0,1" + "OnStartTouch" "map_teleporter_3,Enable,,5,-1" + "OnStartTouch" "server,Command,say ***TELEPORTING EVERYONE TO RUINS (5s)***,0,1" } } modify: @@ -2785,6 +2783,7 @@ modify: "OnUser1" "fboss_ee_train,StartForward,,40.1,1" "OnUser1" "fboss_ee_train,StartForward,,40.2,1" "OnUser1" "fboss_ee_train,StartForward,,40,1" + "OnUser1" "fboss_end_brush_particle3,Enable,,40,1" "OnUser1" "fboss_ee_s1,PlaySound,,41.5,1" "OnUser1" "skybox_spaceship_sound_timer,Disable,,0,1" "OnUser1" "escape_e_p3,Stop,,62.5,1" @@ -2813,9 +2812,24 @@ modify: "classname" "trigger_multiple" "hammerid" "3756083" } + delete: + { + "model" "*93" + "wait" "0" + } replace: { "OnStartTouch" "fboss_ee_math,Add,15,0,-1" + "StartDisabled" "1" + "targetname" "fboss_end_brush_particle3" + "classname" "trigger_once" + } + insert: + { + "OnUser1" "!self,AddOutput,origin 40 8504 11280,0,1" + "OnUser1" "!self,AddOutput,mins -80 -1104 -96,0,1" + "OnUser1" "!self,AddOutput,maxs 80 1104 96,0,1" + "OnUser1" "!self,AddOutput,solid 2,0,1" } } @@ -2873,8 +2887,8 @@ modify: } insert: { - "OnStartTouch" "fboss_math_2,Add,65,0,-1" - "OnStartTouch" "fboss_math_1,Add,85,0,-1" + "OnStartTouch" "fboss_math_2,Add,110,0,-1" + "OnStartTouch" "fboss_math_1,Add,100,0,-1" "OnStartTouch" "!self,FireUser1,,15,1" "OnStartTouch" "fboss_event0_predmove,StartForward,,16,1" "OnStartTouch" "fboss_event0_predmove,StartForward,,15.5,1" @@ -3211,7 +3225,7 @@ modify: { "OnStartTouch" "server,Command,say ***TELEPORTING EVERYONE TO SPACESHIP ENTRANCE***,0,1" "OnStartTouch" "map_teleporter_6,Enable,,0,1" - "OnStartTouch" "server,Command,sv_enablebunnyhopping 1,1,1" + "OnStartTouch" "server,Command,sv_enablebunnyhopping 1,1,-1" } } filter: @@ -3499,4 +3513,4 @@ modify: { "message" "#luffaren/(disc 2) 12 - suicide mission.mp3" } -} \ No newline at end of file +} diff --git a/ze_predator_ultimate_v3.cfg.bak b/ze_predator_ultimate_v3.cfg.bak new file mode 100644 index 0000000..cd3b762 --- /dev/null +++ b/ze_predator_ultimate_v3.cfg.bak @@ -0,0 +1,3502 @@ +;------------------------------------------------------------ +;STRIPPER CFG BY NOCTALI http://steamcommunity.com/id/h4sard +;-------------------------------------------------------------------- +;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ +;-------------------------------------------------------------------- +;FIX LAGEVATOR +;-------------- +add: +{ + "model" "*187" + "classname" "func_movelinear" + "blockdamage" "9999" + "disablereceiveshadows" "1" + "movedir" "90 0 0" + "movedistance" "1984" + "origin" "-11008 4112 1756" + "renderamt" "255" + "rendercolor" "255 255 255" + "renderfx" "0" + "rendermode" "0" + "spawnflags" "0" + "speed" "150" + "startposition" "0" + "targetname" "stripper_fix_lagevator_move" + "OnFullyOpen" "!self,Close,,10,1" + "OnFullyOpen" "server,Command,say ***ELEVATOR'S HERE***,0,1" + "OnFullyOpen" "mine_elevator_break,Break,,25,1" +} +modify: +{ + match: + { + "origin" "-11008 4112 1844" + "classname" "prop_dynamic" + "model" "models/luffaren/luffaren_elevator_1.mdl" + } + replace: + { + "parentname" "stripper_fix_lagevator_move" + "solid" "0" + } + insert: + { + "DisableBoneFollowers" "1" + } +} +modify: +{ + match: + { + "model" "*187" + "classname" "trigger_hurt" + "origin" "-11008 4112 1748" + } + replace: + { + "parentname" "stripper_fix_lagevator_move" + } +} +modify: +{ + match: + { + "model" "*183" + "classname" "func_button" + "origin" "-11142 4038 -162" + } + delete: + { + "OnPressed" "elev_1,StartForward,,20,-1" + } + insert: + { + "OnPressed" "stripper_fix_lagevator_move,Open,,20,1" + } +} +filter: +{ + "origin" "-11008 4112 -228" + "targetname" "path_elev_down" + "classname" "path_track" +} +filter: +{ + "origin" "-11008 4112 1784" + "targetname" "path_elev_up" + "classname" "path_track" +} +filter: +{ + "targetname" "elev_1" + "origin" "-11008 4112 1768" + "classname" "func_tracktrain" +} +;----------------------- +;FIX INFINITE NUKE FADE +;----------------------- +modify: +{ + match: + { + "origin" "8 11296 11200" + "targetname" "escape_fade_1" + "classname" "env_fade" + } + replace: + { + "spawnflags" "1" + } +} +;---------------------- +;FIX BOSS POINT SYSTEM +;---------------------- +add: +{ + "classname" "filter_damage_type" + "damagetype" "64" + "Negated" "0" + "targetname" "filter_blast" + "origin" "2441 -5181 247" +} +add: +{ + "classname" "filter_multi" + "filtertype" "0" + "Negated" "0" + "Filter02" "filter_ct" + "Filter01" "filter_blast" + "targetname" "Filter_Damage_Blast" + "origin" "2441 -5181 247" +} +;------------- +;STAGE 1 BOSS +;------------- +add: +{ + "origin" "-2443.9 -5271.2 201" + "targetname" "aztecboss_hurt_1nade" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "aztecboss_math_health,Subtract,50,0,-1" + "OnTrigger" "score,ApplyScore,,0,-1" +} +add: +{ + "origin" "-2443.9 -5271.2 201" + "targetname" "aztecboss_hurt_2nade" + "StartDisabled" "1" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "aztecboss_math_health_2,Subtract,50,0,-1" + "OnTrigger" "score,ApplyScore,,0,-1" +} +add: +{ + "model" "*228" + "targetname" "endboss_push_1" + "StartDisabled" "1" + "speed" "400" + "spawnflags" "1" + "pushdir" "0 -90 0" + "origin" "6304 8968.29 -2041.5" + "filtername" "filter_ct" + "classname" "trigger_push" +} +modify: +{ + match: + { + "origin" "-5191 -4754 194" + "targetname" "tem_aztecfight_2" + "classname" "point_template" + "hammerid" "630686" + } + replace: + { + "Template04" "aztecboss_hurt_2*" + "Template03" "aztecboss_hurt_1*" + } +} +modify: +{ + match: + { + "origin" "-2440 -5180 307" + "targetname" "predboss_3" + "classname" "func_physbox" + "hammerid" "4133386" + } + replace: + { + "damagefilter" "Filter_Damage_Blast" + } + delete: + { + "OnDamaged" "aztecboss_hurt_2,Trigger,,0,-1" + "OnDamaged" "aztecboss_hurt_1,Trigger,,0,-1" + "OnDamaged" "score_reset_hit,ApplyScore,,0,-1" + "OnDamaged" "aztecboss_math_health,Subtract,50,0,-1" + } + insert: + { + "OnDamaged" "aztecboss_hurt_2nade,Trigger,,0,-1" + "OnDamaged" "aztecboss_hurt_1nade,Trigger,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-2441 -5181 247.79" + "targetname" "aztecboss_hit" + "classname" "func_physbox" + "hammerid" "3637951" + } + delete: + { + "OnDamaged" "score_reset_hit,ApplyScore,,0,-1" + } + insert: + { + "damagefilter" "filter_ct" + } +} +modify: +{ + match: + { + "origin" "-2441.03 -5243.02 201" + "targetname" "aztecboss_hurt_1" + "classname" "logic_relay" + "hammerid" "2471261" + } + insert: + { + "OnTrigger" "score_reset_hit,ApplyScore,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-2443.9 -5271.2 201" + "targetname" "aztecboss_hurt_2" + "classname" "logic_relay" + "hammerid" "2471263" + } + insert: + { + "OnTrigger" "score_reset_hit,ApplyScore,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-2434 -5116 201" + "targetname" "aztecboss_math_health" + "classname" "math_counter" + "hammerid" "1677116" + } + replace: + { + "min" "0" +; "max" "5000" + } + delete: + { + "OnHitMin" "aztecboss_hurt_1,Disable,,0,-1" + } + insert: + { + "OnHitMin" "aztecboss_hurt_1,Kill,,0,1" + "OnHitMin" "aztecboss_hurt_1nade,Kill,,0,1" + "OnHitMin" "aztecboss_hurt_2nade,Enable,,0,1" + "OnHitMin" "aztecboss_math_health,Kill,,0.02,1" + } +} +modify: +{ + match: + { + "origin" "-2412 -5116 201" + "targetname" "aztecboss_math_health_2" + "classname" "math_counter" + "hammerid" "1712564" + } + replace: + { + "min" "0" +; "max" "5000" + } + insert: + { + "OnHitMin" "aztecboss_hurt_2,Kill,,0,1" + "OnHitMin" "aztecboss_hurt_2nade,Kill,,0,1" + "OnHitMin" "predboss_3,Kill,,0,1" + "OnHitMin" "aztecboss_math_health_2,Kill,,0.02,1" + } +} +modify: +{ + match: + { + "origin" "-3183.56 -5187.79 483.585" + "targetname" "relay_aztecboss_jumpbuildup" + "classname" "logic_relay" + "hammerid" "630319" + } + insert: + { + "OnTrigger" "aztecboss_hurt_2,Kill,,10,1" + "OnTrigger" "predboss_3,Kill,,10,1" + "OnTrigger" "aztecboss_hurt_2,Kill,,10,1" + "OnTrigger" "aztecboss_hurt_2nade,Kill,,10,1" + "OnTrigger" "aztecboss_math_health_2,Kill,,10,1" + } +} +;------------- +;STAGE 2 BOSS +;------------- +modify: +{ + match: + { + "origin" "7930 9896 -1829" + "targetname" "mob_grudge_ex" + "classname" "func_physbox" + "hammerid" "4132923" + } + replace: + { + "damagefilter" "Filter_Damage_Blast" + } + delete: + { + "OnDamaged" "mob_grudge_math,Subtract,50,0,-1" + } + insert: + { + "OnDamaged" "score,ApplyScore,,0,-1" + "OnDamaged" "mob_grudge_counter,Subtract,50,0,-1" + } +} +modify: +{ + match: + { + "origin" "7920 9896 -1888" + "targetname" "mob_grudge_phys" + "classname" "func_physbox" + "hammerid" "3620740" + } + delete: + { + "OnDamaged" "mob_grudge_math,Subtract,1,0,-1" + } + insert: + { + "OnDamaged" "mob_grudge_counter,Subtract,1,0,-1" + } +} +modify: +{ + match: + { + "origin" "7940 9896 -1819" + "targetname" "mob_grudge_math" + "classname" "math_counter" + "hammerid" "3620735" + } + replace: + { + "targetname" "mob_grudge_counter" + "startvalue" "200" + "min" "0" + "max" "3000" + } + insert: + { + "OnHitMin" "mob_grudge_counter,Kill,,0,1" + } +} +filter: +{ + "origin" "6176.44 8272.62 -2092" + "targetname" "bosshealth_endboss" + "classname" "math_counter" + "hammerid" "3620273" +} +modify: +{ + match: + { + "origin" "6304 9008 -2005" + "targetname" "endboss_healthpush" + "classname" "trigger_hurt" + "hammerid" "3620293" + } + delete: + { + "OnStartTouch" "bosshealth_endboss,Add,150,0,-1" + } + insert: + { + "OnStartTouch" "mob_grudge_counter,Add,175,0,-1" + } +} +;modify: +;{ +; match: +; { +; "origin" "7922 9896 -1886" +; "classname" "trigger_hurt" +; "targetname" "mob_grudge_upright" +; "hammerid" "3620714" +; } +; insert: +; { +; "OnStartTouch" "mob_grudge_counter,Subtract,75,0,-1" +; } +;} + +;------------- +;STAGE 3 BOSS +;------------- +modify: +{ + match: + { + "origin" "-9520 6496 1121" + "targetname" "cboss_hit" + "classname" "func_physbox" + "hammerid" "4133504" + } + replace: + { + "damagefilter" "Filter_Damage_Blast" + } + insert: + { + "OnDamaged" "cboss_interupt_relay_nade,Trigger,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-9519 6496 1179.96" + "targetname" "cboss_hit" + "classname" "func_physbox" + "hammerid" "3638010" + } + insert: + { + "damagefilter" "filter_ct" + "OnDamaged" "cboss_interupt_relay,Trigger,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-9496 6496 1200" + "targetname" "cboss_predatorhealth_counter" + "classname" "math_counter" + "hammerid" "2079591" + } + replace: + { + "min" "0" + "max" "8000" + } + delete: + { + "OutValue" "cboss_interupt_relay,Trigger,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-9256 6560 1081" + "targetname" "cboss_interupt_relay" + "classname" "logic_relay" + "hammerid" "2080277" + } + replace: + { + "spawnflags" "0" + } + delete: + { + "OnTrigger" "cboss_predator_interuptcounter,Add,1,0,-1" + } + insert: + { + "OnTrigger" "cboss_predator_interuptcounter,Subtract,1,0,-1" + } +} +add: +{ + "origin" "-9256 6560 1081" + "targetname" "cboss_interupt_relay_nade" + "StartDisabled" "1" + "spawnflags" "0" + "classname" "logic_relay" + "OnTrigger" "cboss_predator_interuptcounter,Subtract,50,0,-1" +} +modify: +{ + match: + { + "origin" "-9320 6464 1080" + "targetname" "cboss_attack_orb_2" + "classname" "logic_relay" + "hammerid" "2079861" + } + insert: + { + "OnTrigger" "cboss_interupt_relay_nade,Disable,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-9320 6528 1080" + "targetname" "cboss_attack_laser_2" + "classname" "logic_relay" + "hammerid" "2079863" + } + insert: + { + "OnTrigger" "cboss_interupt_relay_nade,Disable,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-9272 6568 1081" + "targetname" "cboss_predator_interuptcounter_setvalue" + "classname" "math_counter" + "hammerid" "2080275" + } + delete: + { + "OutValue" "cboss_predator_interuptcounter,SetHitMax,,0,-1" + } + insert: + { + "OnGetValue" "cboss_predator_interuptcounter,SetValue,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-9272 6552 1081" + "targetname" "cboss_predator_interuptcounter" + "classname" "math_counter" + "hammerid" "2080273" + } + replace: + { + "max" "900" + "min" "0" + } + delete: + { + "OnHitMax" "cboss_attack_laser_1,CancelPending,,0,-1" + "OnHitMax" "cboss_attack_fly_1,CancelPending,,0,-1" + "OnHitMax" "cboss_attack_orb_1,CancelPending,,0,-1" + "OnHitMax" "cboss_pause_relay,Trigger,,3,-1" + "OnHitMax" "server,Command,***YOU INTERUPTED THE PREDATOR'S ATTACK***,0,-1" + "OnHitMax" "cboss_interupt_relay,Disable,,0,-1" + "OnHitMax" "cboss_buildup_fly,Stop,,0,-1" + "OnHitMax" "cboss_buildup_orb,Stop,,0,-1" + "OnHitMax" "cboss_buildup_laser,Stop,,0,-1" + "OnHitMax" "cboss_orb_tesla_2,DoSpark,,0,-1" + "OnHitMax" "cboss_orb_tesla_2,DoSpark,,0.5,-1" + "OnHitMax" "server,Command,shake,0,-1" + "OnHitMax" "server,Command,shake,0.1,-1" + "OnHitMax" "cboss_s_case,Trigger,,0,-1" + "OnHitMax" "cboss_predator,SetAnimation,Luffaren_predprotect_02.smd,0,-1" + } + insert: + { + "OnHitMin" "cboss_interupt_relay_nade,Disable,,0,-1" + "OnHitMin" "server,Command,say ***YOU INTERRUPTED THE PREDATOR'S ATTACK***,0,-1" + "OnHitMin" "cboss_attack_laser_1,CancelPending,,0,-1" + "OnHitMin" "cboss_attack_fly_1,CancelPending,,0,-1" + "OnHitMin" "cboss_attack_orb_1,CancelPending,,0,-1" + "OnHitMin" "cboss_pause_relay,Trigger,,3,-1" + "OnHitMin" "cboss_interupt_relay,Disable,,0,-1" + "OnHitMin" "cboss_buildup_fly,Stop,,0,-1" + "OnHitMin" "cboss_buildup_orb,Stop,,0,-1" + "OnHitMin" "cboss_buildup_laser,Stop,,0,-1" + "OnHitMin" "cboss_orb_tesla_2,DoSpark,,0,-1" + "OnHitMin" "cboss_orb_tesla_2,DoSpark,,0.5,-1" + "OnHitMin" "server,Command,shake,0,-1" + "OnHitMin" "server,Command,shake,0.1,-1" + "OnHitMin" "cboss_s_case,Trigger,,0,-1" + "OnHitMin" "cboss_predator,SetAnimation,Luffaren_predprotect_02.smd,0,-1" + } +} +modify: +{ + match: + { + "origin" "-9320 6496 1080" + "targetname" "cboss_attack_fly_2" + "classname" "logic_relay" + "hammerid" "2079859" + } + insert: + { + "OnTrigger" "cboss_interupt_relay_nade,Disable,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-9394 6496 1080" + "targetname" "cboss_pause_relay" + "classname" "logic_relay" + "hammerid" "2080204" + } + delete: + { + "OnTrigger" "cboss_predator_interuptcounter,SetValue,0,5,-1" + } + insert: + { + "OnTrigger" "cboss_interupt_relay_nade,Enable,,5,-1" + "OnTrigger" "cboss_predator_interuptcounter_setvalue,GetValue,,5,-1" + } +} +filter: +{ + "model" "*311" + "origin" "-10672 7120 1312" + "classname" "trigger_once" + "hammerid" "1867338" +} +modify: +{ + match: + { + "origin" "-10000 6496 1256" + "targetname" "cboss_fly_push" + "classname" "trigger_push" + "hammerid" "2079790" + } + replace: + { + "speed" "2500" + } +} +modify: +{ + match: + { + "origin" "-9984 6496 -568" + "targetname" "cboss_path_2" + "classname" "path_track" + } + delete: + { + "OnPass" "cboss_escape_relay,Trigger,,0,-1" + } + insert: + { + "OnPass" "cboss_block,Kill,,0,-1" + "OnPass" "cboss_blastdoor,Open,,0.5,-1" + "OnPass" "cboss_cage_breakable,Break,,1,-1" + "OnPass" "cboss_death_predator,Kill,,0,-1" + "OnPass" "cboss_escape_shake,StartShake,,0,-1" + "OnPass" "server,Command,shake,0,-1" + "OnPass" "cboss_escape_randomrubble_timer,Enable,,0,-1" + "OnPass" "cboss_escape_shake,StartShake,,15,-1" + "OnPass" "cboss_escape_randomrubble_case,PickRandom,,0,-1" + "OnPass" "cboss_escape_s5,PlaySound,,0.4,-1" + "OnPass" "cboss_death_particle,Stop,,0,-1" + "OnPass" "cboss_death_particle,Start,,0.1,-1" + "OnPass" "cboss_death_s1,PlaySound,,0,-1" + "OnPass" "music_s2_3,Volume,0,0,-1" + "OnPass" "music_s3_3,PlaySound,,0,-1" + "OnPass" "cboss_elevator,Open,,10,-1" + "OnPass" "server,Command,say ***RUN TOWARDS THE ELEVATOR!***,0,-1" + "OnPass" "cboss_timer_rollermine,Disable,,0,-1" + } +} +filter: +{ + "targetname" "cboss_escape_relay" + "classname" "logic_relay" + "hammerid" "2079716" +} +;------------- +;STAGE 4 BOSS +;------------- +add: +{ + "origin" "-2008 3192 2441" + "targetname" "score75" + "spawnflags" "0" + "points" "75" + "classname" "game_score" +} +add: +{ + "origin" "-2008 3192 2441" + "targetname" "score600" + "spawnflags" "0" + "points" "600" + "classname" "game_score" +} +add: +{ + "classname" "point_hurt" + "Damage" "1" + "DamageDelay" "1" + "DamageRadius" "0" + "DamageTarget" "!activator" + "targetname" "Stripper_Point_Hurt" + "DamageType" "0" + "origin" "45 12992 11839" +} +modify: +{ + match: + { + "origin" "-556 11234 9135" + "targetname" "mob_grudge_rot1" + "classname" "func_physbox" + "hammerid" "4133640" + } + replace: + { + "damagefilter" "Filter_Damage_Blast" + } + delete: + { + "OnDamaged" "score_reset_hit,ApplyScore,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-46 11352 11201" + "targetname" "fboss_relay_hurter11" + "classname" "logic_relay" + "hammerid" "4133734" + } + insert: + { + "OnTrigger" "score75,ApplyScore,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-46 11372 11201" + "targetname" "fboss_relay_hurter22" + "classname" "logic_relay" + "hammerid" "4133736" + } + insert: + { + "OnTrigger" "score75,ApplyScore,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-568 11236 9070" + "targetname" "mob_grudge_phys1" + "classname" "func_physbox" + "hammerid" "3757883" + } +; replace: +; { +; "spawnflags" "557056" +; } + delete: + { + "OnDamaged" "score_reset_hit,ApplyScore,,0,-1" + } + insert: + { + "damagefilter" "filter_ct" + } +} +modify: +{ + match: + { + "origin" "8 11352 11201" + "targetname" "fboss_relay_hurter" + "classname" "logic_relay" + "hammerid" "3881292" + } + insert: + { + "OnTrigger" "score_reset_hit,ApplyScore,,0,-1" + } +} +modify: +{ + match: + { + "origin" "8 11372 11201" + "targetname" "fboss_relay_hurter2" + "classname" "logic_relay" + "hammerid" "3881290" + } + insert: + { + "OnTrigger" "score_reset_hit,ApplyScore,,0,-1" + } +} +modify: +{ + match: + { + "origin" "36 11352 11200" + "targetname" "fboss_math_2" + "classname" "math_counter" + "hammerid" "3881288" + } + replace: + { + "startvalue" "250" + "min" "0" + "max" "3000" + } + delete: + { + "OnHitMin" "fboss_relay_hurter,Disable,,0,-1" + "OnHitMin" "fboss_relay_alien_device_1,Disable,,0,-1" + "OnHitMin" "fboss_relay_hurter11,Disable,,0,-1" + "OnHitMin" "fboss_relay_hurter2,Enable,,5,-1" + "OnHitMin" "fboss_relay_hurter2,Enable,,6,-1" + "OnHitMin" "fboss_relay_hurter22,Enable,,5,-1" + "OnHitMin" "fboss_relay_alien_device_2,Enable,,6,-1" + } + insert: + { + "OnHitMin" "fboss_relay_hurter,Kill,,0,1" + "OnHitMin" "fboss_relay_alien_device_1,Kill,,0,1" + "OnHitMin" "fboss_relay_hurter11,Kill,,0,1" + "OnHitMin" "fboss_relay_hurter2,Enable,,0,-1" + "OnHitMin" "fboss_relay_hurter22,Enable,,0,-1" + "OnHitMin" "fboss_relay_alien_device_2,Enable,,0,1" + } +} +modify: +{ + match: + { + "origin" "36 11368 11200" + "targetname" "fboss_math_1" + "classname" "math_counter" + "hammerid" "3881286" + } + replace: + { + "startvalue" "400" + "min" "0" + "max" "3000" + } + insert: + { + "OnHitMin" "fboss_relay_hurter2,Kill,,0,1" + "OnHitMin" "fboss_relay_alien_device_2,Kill,,0,1" + "OnHitMin" "fboss_relay_hurter22,Kill,,0,1" + "OnHitMin" "mob_grudge_phys1,AddOutput,OnDamaged Stripper_Point_Hurt:Hurt::0:-1,0,1" + } +} +modify: +{ + match: + { + "origin" "-20 11372 11201" + "targetname" "fboss_relay_alien_device_1" + "classname" "logic_relay" + "hammerid" "3932180" + } + insert: + { + "OnTrigger" "score600,ApplyScore,,0,-1" + } +} +modify: +{ + match: + { + "origin" "-20 11352 11201" + "targetname" "fboss_relay_alien_device_2" + "classname" "logic_relay" + "hammerid" "3932188" + } + insert: + { + "OnTrigger" "score600,ApplyScore,,0,-1" + } +} + +;modify: +;{ +; match: +; { +; "origin" "-566 11236 9066" +; "classname" "trigger_hurt" +; "targetname" "mob_grudge_upright1" +; "hammerid" "3757861" +; } +; insert: +; { +; "OnStartTouch" "fboss_relay_hurter11,Trigger,,0,-1" +; "OnStartTouch" "fboss_relay_hurter22,Trigger,,0,-1" +; } +;} + +;------------------------------- +;BOSS STAGE 1 NEW ATTACK SYSTEM +;------------------------------- +filter: +{ + "targetname" "aztec_case_laser" + "classname" "logic_case" +} +filter: +{ + "targetname" "/aztecboss_relay_random.*/" + "classname" "logic_relay" +} +filter: +{ + "targetname" "/aztecboss_laser_random.*/" + "classname" "env_laser" +} +filter: +{ + "targetname" "/aztec_laser_particle.*/" + "classname" "info_particle_system" +} +filter: +{ + "targetname" "/aztecboss_laserexplosion_random.*/" + "classname" "env_explosion" +} +filter: +{ + "targetname" "/aztecboss_sound_random.*/" + "classname" "ambient_generic" +} +filter: +{ + "targetname" "/aztecboss_lasertarget_random.*/" + "classname" "info_target" +} +modify: +{ + match: + { + "origin" "-2679.56 -5115.79 456.585" + "targetname" "aztecboss_timer_laser" + "classname" "logic_timer" + "hammerid" "630445" + } + delete: + { + "OnTimer" "aztec_case_laser,PickRandom,,0,-1" + } + insert: + { + "OnTimer" "Template_Attack_Laser,ForceSpawn,,0,-1" + } +} +add: +{ + "classname" "point_template" + "targetname" "Template_Attack_Laser" + "origin" "-2744 -4904 201" + "Template01" "Attack_Laser_Relay" + "Template02" "Attack_Laser_Laser" + "Template03" "Attack_Laser_Particle" + "Template04" "Attack_Laser_Explosion" + "Template05" "Attack_Laser_Sound" + "Template06" "Attack_Laser_Trigger" + "Template07" "Attack_Laser_Tracktrain" + "Template08" "Attack_Laser_Path_1" + "Template09" "Attack_Laser_Path_2" + "spawnflags" "0" +} +add: +{ + "origin" "-2655.29 -5044.59 417.041" + "targetname" "Attack_Laser_Relay" + "spawnflags" "0" + "classname" "logic_relay" + "OnSpawn" "!self,FireUser1,,5.1,1" + "OnTrigger" "Attack_Laser_Path_2,SetParent,!activator,0,1" + "OnTrigger" "Attack_Laser_Path_2,SetParentAttachment,rfoot,0.01,1" + "OnTrigger" "Attack_Laser_Path_2,ClearParent,,0.02,1" + "OnTrigger" "Attack_Laser_Path_2,AddOutput,angles 0 0 0,0.03,1" + "OnTrigger" "Attack_Laser_Tracktrain,StartForward,,0.04,1" + "OnTrigger" "Attack_Laser_Laser,TurnOn,,0.05,1" + "OnTrigger" "Attack_Laser_Laser,TurnOff,,1.55,1" + "OnTrigger" "aztecboss_lasersound_startshoot,PlaySound,,1.55,1" + "OnTrigger" "Attack_Laser_Particle,Start,,1.55,1" + "OnTrigger" "aztec_laser_spark_1,SparkOnce,,1.55,1" + "OnTrigger" "Attack_Laser_Explosion,Explode,,2.05,1" + "OnTrigger" "Attack_Laser_Sound,PlaySound,,2.05,1" + "OnTrigger" "Attack_Laser_Laser,Kill,,5,1" + "OnTrigger" "Attack_Laser_Explosion,Kill,,5,1" + "OnTrigger" "Attack_Laser_Sound,Kill,,5,1" + "OnTrigger" "Attack_Laser_Relay,Kill,,5,1" + "OnTrigger" "Attack_Laser_Tracktrain,KillHierarchy,,5,1" + "OnTrigger" "Attack_Laser_Path_1,Kill,,5.01,1" + "OnTrigger" "Attack_Laser_Path_2,Kill,,5.01,1" + "OnUser1" "Attack_Laser_Laser,Kill,,0,1" + "OnUser1" "Attack_Laser_Explosion,Kill,,0,1" + "OnUser1" "Attack_Laser_Sound,Kill,,0,1" + "OnUser1" "Attack_Laser_Relay,Kill,,0,1" + "OnUser1" "Attack_Laser_Trigger,Kill,,0,1" + "OnUser1" "Attack_Laser_Tracktrain,KillHierarchy,,0,1" + "OnUser1" "Attack_Laser_Path_1,Kill,,0.01,1" + "OnUser1" "Attac_kLaser_Path_2,Kill,,0.01,1" +} +add: +{ + "origin" "-2640.63 -5051.58 431.324" + "width" "1" + "TextureScroll" "35" + "texture" "sprites/laserbeam.spr" + "targetname" "Attack_Laser_Laser" + "spawnflags" "0" + "rendercolor" "255 0 0" + "renderamt" "100" + "LaserTarget" "Attack_Laser_Explosion" + "dissolvetype" "None" + "damage" "0" + "classname" "env_laser" +} +add: +{ + "origin" "-2640.63 -5051.58 431.324" + "targetname" "Attack_Laser_Particle" + "effect_name" "luffaren_predlaser" + "angles" "0 0 0" + "classname" "info_particle_system" + "parentname" "Attack_Laser_Tracktrain" +} +add: +{ + "origin" "-2640.63 -5051.58 431.324" + "targetname" "Attack_Laser_Path_1" + "target" "Attack_Laser_Path_2" + "speed" "0" + "spawnflags" "0" + "orientationtype" "1" + "angles" "0 0 0" + "classname" "path_track" +} +add: +{ + "origin" "-3275.56 -4989.51 203.585" + "targetname" "Attack_Laser_Path_2" + "target" "Attack_Laser_Path_1" + "speed" "0" + "spawnflags" "0" + "orientationtype" "1" + "angles" "0 0 0" + "classname" "path_track" +} +add: +{ + "model" "*241" + "classname" "func_tracktrain" + "wheels" "50" + "volume" "10" + "velocitytype" "0" + "targetname" "Attack_Laser_Tracktrain" + "target" "Attack_Laser_Path_1" + "startspeed" "0.001" + "speed" "0" + "spawnflags" "522" + "rendermode" "0" + "renderfx" "0" + "rendercolor" "255 255 255" + "renderamt" "255" + "origin" "-2640.63 -5051.58 431.324" + "orientationtype" "1" + "MoveSoundMinTime" "0" + "MoveSoundMinPitch" "60" + "MoveSoundMaxTime" "0" + "MoveSoundMaxPitch" "200" + "ManualSpeedChanges" "0" + "ManualDecelSpeed" "0" + "ManualAccelSpeed" "0" + "height" "0" + "dmg" "999999" + "disableshadows" "1" + "disablereceiveshadows" "1" + "bank" "0" +} +add: +{ + "origin" "-3275.56 -4989.51 203.585" + "targetname" "Attack_Laser_Explosion" + "parentname" "Attack_Laser_Path_2" + "spawnflags" "2" + "rendermode" "5" + "iRadiusOverride" "400" + "iMagnitude" "45" + "fireballsprite" "sprites/zerogxplode.spr" + "classname" "env_explosion" +} +add: +{ + "origin" "-3275.56 -4989.07 215.585" + "targetname" "Attack_Laser_Sound" + "spawnflags" "48" + "radius" "7464" + "pitchstart" "100" + "pitch" "100" + "message" "npc/roller/mine/rmine_explode_shock1.wav" + "health" "10" + "classname" "ambient_generic" +} +add: +{ + "model" "*281" + "targetname" "Attack_Laser_Trigger" + "StartDisabled" "0" + "spawnflags" "1" + "origin" "-3111.56 -5183.79 319.58" + "classname" "trigger_once" + "filtername" "filter_ct" + "OnTrigger" "Attack_Laser_Relay,Trigger,,0,1" +} +;----------------------- +;FIX BROKEN SPAWNPOINTS +;----------------------- +modify: +{ + match: + { + "classname" "info_player_terrorist" + "origin" "-11131.9 -2239.96 710" + "hammerid" "2194790" + } + replace: + { + "origin" "-10604 -5114 127" + } +} +modify: +{ + match: + { + "classname" "info_player_terrorist" + "origin" "-11131.9 -2179.85 715" + "hammerid" "2194819" + } + replace: + { + "origin" "-10611 -4988 132" + } +} +modify: +{ + match: + { + "origin" "-10932.8 -2872 717" + "classname" "info_player_counterterrorist" + "hammerid" "2194148" + } + replace: + { + "origin" "-11201 -5570 132" + } +} +modify: +{ + match: + { + "origin" "-10932.9 -2934 717" + "classname" "info_player_counterterrorist" + "hammerid" "2194198" + } + replace: + { + "origin" "-11188 -5662 132" + } +} +modify: +{ + match: + { + "origin" "-11068.1 -2872.02 717" + "classname" "info_player_counterterrorist" + "hammerid" "2194106" + } + replace: + { + "origin" "-10675 -5075 132" + } +} +modify: +{ + match: + { + "origin" "-11068.1 -2933 715" + "classname" "info_player_counterterrorist" + "hammerid" "2194210" + } + replace: + { + "origin" "-10728 -4983 132" + } +} +;----------------- +;FIX ALIEN GLITCH +;----------------- +modify: +{ + match: + { + "classname" "path_track" + "targetname" "fboss_ee_path2" + "origin" "40 7392 11192" + "hammerid" "3755979" + } + insert: + { + "OnPass" "fail_alien,Enable,,0,-1" + } +} +modify: +{ + match: + { + "classname" "math_counter" + "targetname" "fboss_ee_math" + "origin" "40 8820 11816" + "hammerid" "3756078" + } + insert: + { + "OnHitMin" "fail_alien,Kill,,0,-1" + } +} +add: +{ + "damagetype" "0" + "damage" "50000" + "classname" "trigger_hurt" + "StartDisabled" "1" + "filtername" "filter_ct" + "model" "*294" + "targetname" "fail_alien" + "spawnflags" "64" + "damagemodel" "0" + "damagecap" "50000" + "origin" "53.23 7604.68 11396" +} +;---------------------------- +;FIX NUKE GLITCH / TP GLITCH +;---------------------------- +add: +{ + "model" "*43" + "targetname" "HURT_ALL" + "spawnflags" "64" + "damagemodel" "0" + "classname" "trigger_hurt" + "damage" "45000" + "StartDisabled" "1" + "damagecap" "20" + "damagetype" "0" + "origin" "-10912 6496 1160" +} +modify: +{ + match: + { + "classname" "path_track" + "targetname" "fboss_path_track_0_11" + "origin" "40 11304 11192" + "hammerid" "3758445" + } +; delete: +; { +; "OnPass" "fboss_event0_predator,Kill,,1,-1" +; "OnPass" "mob_spawner_grudge1,ForceSpawn,,1,-1" +; "OnPass" "fboss_event0_predator,SetAnimation,Luffaren_predbossinit_02.smd,0,-1" +; "OnPass" "fboss_event0_predator,SetDefaultAnimation,Luffaren_cboss_idle.smd,0,-1" +; } + insert: + { + "OnPass" "no_camp,Enable,,2,-1" +; "OnPass" "fboss_event0_predator,Kill,,0,-1" +; "OnPass" "mob_spawner_grudge1,ForceSpawn,,0,-1" +; "OnPass" "mob_grudge_model_1,SetAnimation,Luffaren_predbossinit_02.smd,0.1,-1" +; "OnPass" "mob_grudge_phys1,EnableMotion,,2.0,-1" + } +} +add: +{ + "model" "*294" + "targetname" "no_camp" + "spawnflags" "1" + "classname" "trigger_teleport" + "StartDisabled" "1" + "filtername" "filter_ct" + "origin" "-6851 12137 11396" + "target" "map_tele_7" +} +add: +{ + "model" "*312" + "targetname" "fboss_end_brush_particle" + "target" "tele_sscore_t" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "-3068 11300 11336" + "classname" "trigger_teleport" +} + +;---------------------- +;DESTINATION TREE PART +;---------------------- +modify: +{ + match: + { + "classname" "info_teleport_destination" + "targetname" "billy_tele_t" + "hammerid" "629047" + } + replace: + { + "angles" "0 0 0" + } +} + +;----------------------- +;CLEAN WEAPONS SPAWNERS +;----------------------- +filter: +{ + "targetname" "/firstaid_template.*/" + "classname" "point_template" +} +filter: +{ + "targetname" "/firstaid_relay.*/" + "classname" "logic_relay" +} +filter: +{ + "targetname" "/firstaid_holder.*/" + "classname" "weapon_deagle" +} +filter: +{ + "targetname" "/firstaid.*/" + "classname" "func_door" +} +filter: +{ + "targetname" "/firstaid_particle.*/" + "classname" "info_particle_system" +} +filter: +{ + "targetname" "/firstaid_healer.*/" + "classname" "trigger_hurt" +} +filter: +{ + "classname" "prop_dynamic" + "targetname" "firstaid_2" +} +filter: +{ + "targetname" "/case_health_spawn.*/" + "classname" "logic_case" +} +filter: +{ + "origin" "-2114 3111 2440" + "targetname" "health_+++" + "classname" "logic_relay" +} +filter: +{ + "origin" "-2274 -5188 242" + "classname" "env_entity_maker" +} +filter: +{ + "origin" "-2104 -1344 242" + "classname" "env_entity_maker" +} +filter: +{ + "origin" "-9312 6496 1114" + "classname" "env_entity_maker" +} +filter: +{ + "targetname" "alien_ultimate" + "classname" "env_entity_maker" +} +;------------------------- +;ADD FIRSTAID SINGLE TEMP +;------------------------- +add: +{ + "classname" "point_template" + "targetname" "Template_FirstAid" + "origin" "6671 -1833 183" + "Template01" "FirstAid_Gun" + "Template02" "FirstAid_Button" + "Template03" "FirstAid_Particle" + "Template04" "FirstAid_Hurt" + "spawnflags" "0" +} +add: +{ + "model" "*9" + "wait" "-1" + "unlocked_sound" "0" + "unlocked_sentence" "0" + "targetname" "FirstAid_Button" + "speed" "1" + "spawnflags" "264" + "rendermode" "0" + "renderfx" "0" + "rendercolor" "255 255 255" + "renderamt" "255" + "parentname" "FirstAid_Gun" + "origin" "6671 -1833 183" + "noise1" "npc/vort/health_charge.wav" + "movedir" "0 0 0" + "loopmovesound" "0" + "locked_sound" "0" + "locked_sentence" "0" + "lip" "0" + "health" "0" + "forceclosed" "0" + "dmg" "0" + "disableshadows" "0" + "disablereceiveshadows" "0" + "classname" "func_door" + "hammerid" "10001" + "OnOpen" "FirstAid_Particle,Start,,0,1" + "OnOpen" "!self,Kill,,0.1,1" + "OnOpen" "FirstAid_Hurt,Enable,,0,1" + "OnOpen" "FirstAid_Hurt,Kill,,5,1" + "OnOpen" "FirstAid_Particle,Kill,,5,1" +} +add: +{ + "origin" "6691 -1834 143" + "targetname" "FirstAid_Particle" + "parentname" "FirstAid_Gun" + "effect_name" "luffaren_heal" + "angles" "0 180 0" + "classname" "info_particle_system" +} +add: +{ + "origin" "6704 -1831 171" + "targetname" "FirstAid_Gun" + "spawnflags" "1" + "angles" "0 180 0" + "ammo" "999" + "classname" "weapon_deagle" + "hammerid" "10000" + "OnPlayerPickup" "server,Command,say ***FIRST AID PICKED UP***,0,1" +} +add: +{ + "model" "*10" + "targetname" "FirstAid_Hurt" + "StartDisabled" "1" + "spawnflags" "1" + "parentname" "FirstAid_Gun" + "origin" "6675 -1834 175" + "damagetype" "0" + "damagemodel" "0" + "damagecap" "20" + "damage" "-60" + "classname" "trigger_hurt" +} +;------------------------ +;SINGLE TEMPMAKER SYSTEM +;------------------------ +add: +{ + "classname" "env_entity_maker" + "targetname" "ItemSpawner" + "origin" "-1731 2760 2440" + "angles" "0 0 0" + "EntityTemplate" "Item_Nope" + "PostSpawnDirection" "0 0 0" + "PostSpawnDirectionVariance" "0.15" + "PostSpawnInheritAngles" "0" + "PostSpawnSpeed" "0" + "spawnflags" "0" + "OnUser1" "!self,AddOutput,EntityTemplate Template_FirstAid,0,1" + "OnUser1" "ItemOrigin_Health1,PickRandom,,0.03,1" + "OnUser1" "!self,ForceSpawn,,0.06,1" + "OnUser1" "ItemOrigin_Health2,PickRandom,,0.13,1" + "OnUser1" "!self,ForceSpawn,,0.16,1" + "OnUser1" "ItemCase,PickRandom,,0.2,1" + "OnUser1" "!self,AddOutput,origin -2274 -5188 242,0.23,1" + "OnUser1" "!self,ForceSpawn,,0.26,1" + + "OnUser2" "!self,AddOutput,EntityTemplate Template_FirstAid,0,1" + "OnUser2" "ItemOrigin_Health1,PickRandom,,0.03,1" + "OnUser2" "!self,ForceSpawn,,0.06,1" + "OnUser2" "ItemOrigin_Health2,PickRandom,,0.13,1" + "OnUser2" "!self,ForceSpawn,,0.16,1" + "OnUser2" "ItemCase,PickRandom,,0.2,1" + "OnUser2" "!self,AddOutput,origin -2274 -5188 242,0.23,1" + "OnUser2" "!self,ForceSpawn,,0.26,1" + "OnUser2" "ItemCase,PickRandom,,0.3,1" + "OnUser2" "!self,AddOutput,origin -2104 -1344 242,0.33,1" + "OnUser2" "!self,ForceSpawn,,0.36,1" + + "OnUser3" "!self,AddOutput,EntityTemplate Template_FirstAid,0,1" + "OnUser3" "ItemOrigin_Health3,PickRandom,,0.03,1" + "OnUser3" "!self,ForceSpawn,,0.06,1" + + "OnUser4" "!self,AddOutput,EntityTemplate Template_FirstAid,0,1" + "OnUser4" "ItemOrigin_Health3,AddOutput,OnCase04 ItemSpawner:AddOutput:origin -9705 6732 5070:0:1,0,1" + "OnUser4" "ItemOrigin_Health3,AddOutput,OnCase04 ItemSpawner:AddOutput:angles 0 45 0:0:1,0,1" + "OnUser4" "ItemOrigin_Health3,PickRandom,,0.03,1" + "OnUser4" "!self,ForceSpawn,,0.06,1" + "OnUser4" "ItemCase,PickRandom,,0.1,1" + "OnUser4" "!self,AddOutput,origin -9312 6496 1114,0.13,1" + "OnUser4" "!self,ForceSpawn,,0.16,1" + "OnUser4" "!self,AddOutput,EntityTemplate w_alien_template,0.2,1" + "OnUser4" "!self,AddOutput,origin -9760 13056 11168,0.23,1" + "OnUser4" "!self,ForceSpawn,,0.26,1" +} +modify: +{ + match: + { + "origin" "-9984 6496 -568" + "targetname" "cboss_path_2" + "classname" "path_track" + } + delete: + { + "OnPass" "weapon_choose3,PickRandom,,0,1" + } + insert: + { + "OnPass" "ItemCase,PickRandom,,0,1" + "OnPass" "ItemSpawner,AddOutput,origin -9312 6496 1114,0.1,1" + "OnPass" "ItemSpawner,ForceSpawn,,0.2,1" + } +} + +add: +{ + "classname" "logic_case" + "targetname" "ItemCase" + "origin" "-1731 2760 2504" + "OnCase01" "ItemSpawner,AddOutput,EntityTemplate w_impulsor_tem,0,-1" + "OnCase01" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase02" "ItemSpawner,AddOutput,EntityTemplate w_claymore_tem_1,0,-1" + "OnCase02" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase03" "ItemSpawner,AddOutput,EntityTemplate w_gauss_tem_1,0,-1" + "OnCase03" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase04" "ItemSpawner,AddOutput,EntityTemplate w_nade_tem,0,-1" + "OnCase04" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase05" "ItemSpawner,AddOutput,EntityTemplate w_pushgun_template,0,-1" + "OnCase05" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase06" "ItemSpawner,AddOutput,EntityTemplate w_alien_template,0,-1" + "OnCase06" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase07" "ItemSpawner,AddOutput,EntityTemplate w_flame_tem_1,0,-1" + "OnCase07" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase08" "ItemSpawner,AddOutput,EntityTemplate w_acid_tem_1,0,-1" + "OnCase08" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase09" "ItemSpawner,AddOutput,EntityTemplate w_minigun_template_1,0,-1" + "OnCase09" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase10" "ItemSpawner,AddOutput,EntityTemplate w_ammo_tem_1,0,-1" + "OnCase10" "ItemSpawner,AddOutput,angles 0 0 0,0,1" +} +add: +{ + "classname" "logic_case" + "targetname" "ItemOrigin_Health1" + "origin" "-1731 2760 2456" + "OnCase01" "ItemSpawner,AddOutput,origin -4545 -4196 182,0,1" + "OnCase01" "ItemSpawner,AddOutput,angles 0 180 0,0,1" + "OnCase02" "ItemSpawner,AddOutput,origin -5296 -4142 240,0,1" + "OnCase02" "ItemSpawner,AddOutput,angles 0 90 0,0,1" + "OnCase03" "ItemSpawner,AddOutput,origin -5246 -3918 196,0,1" + "OnCase03" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase04" "ItemSpawner,AddOutput,origin -5171 -4754 194,0,1" + "OnCase04" "ItemSpawner,AddOutput,angles 0 180 0,0,1" + "OnCase05" "ItemSpawner,AddOutput,origin -5601 -2722 200,0,1" + "OnCase05" "ItemSpawner,AddOutput,angles 0 180 0,0,1" + "OnCase06" "ItemSpawner,AddOutput,origin -5458 -3839 186,0,1" + "OnCase06" "ItemSpawner,AddOutput,angles 0 90 0,0,1" +} +add: +{ + "classname" "logic_case" + "targetname" "ItemOrigin_Health2" + "origin" "-1731 2760 2472" + "OnCase01" "ItemSpawner,AddOutput,origin 4423 -361 530,0,1" + "OnCase01" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase02" "ItemSpawner,AddOutput,origin 5217 618 324,0,1" + "OnCase02" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase03" "ItemSpawner,AddOutput,origin 5702 397 322,0,1" + "OnCase03" "ItemSpawner,AddOutput,angles 0 230 0,0,1" + "OnCase04" "ItemSpawner,AddOutput,origin 5697 -1944 199,0,1" + "OnCase04" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase05" "ItemSpawner,AddOutput,origin 6609 719 412,0,1" + "OnCase05" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase06" "ItemSpawner,AddOutput,origin 5021 593 336,0,1" + "OnCase06" "ItemSpawner,AddOutput,angles 0 90 0,0,1" +} +add: +{ + "classname" "logic_case" + "targetname" "ItemOrigin_Health3" + "origin" "-1731 2760 2488" + "OnCase01" "ItemSpawner,AddOutput,origin -9780 1937 -162,0,1" + "OnCase01" "ItemSpawner,AddOutput,angles 0 90 0,0,1" + "OnCase02" "ItemSpawner,AddOutput,origin -9729 5439 1880,0,1" + "OnCase02" "ItemSpawner,AddOutput,angles 0 180 0,0,1" + "OnCase03" "ItemSpawner,AddOutput,origin -10677 5041 1900,0,1" + "OnCase03" "ItemSpawner,AddOutput,angles 0 90 0,0,1" +; "OnCase04" "ItemSpawner,AddOutput,origin -9705 6732 5070,0,1" +; "OnCase04" "ItemSpawner,AddOutput,angles 0 45 0,0,1" + "OnCase05" "ItemSpawner,AddOutput,origin -9279 4252 1824,0,1" + "OnCase05" "ItemSpawner,AddOutput,angles 0 0 0,0,1" + "OnCase06" "ItemSpawner,AddOutput,origin -9703 281 -255,0,1" + "OnCase06" "ItemSpawner,AddOutput,angles 0 90 0,0,1" +} +;--------- +;FIX AMMO +;--------- +modify: +{ + match: + { + "model" "*100" + "targetname" "w_ammo_trigger_1" + "classname" "trigger_multiple" + "hammerid" "3756310" + } + replace: + { + "wait" "1" + } + delete: + { + "OnTrigger" "equip_ammo_all,Use,,0,-1" + } + insert: + { + "OnStartTouch" "equip_ammo_all,Use,,0,-1" + "OnUser1" "!self,Enable,,0,-1" + "OnUser1" "!self,Disable,,1.5,-1" + "OnUser1" "!self,FireUser1,,1.6,-1" + } +} +modify: +{ + match: + { + "targetname" "w_ammo_button_1" + "classname" "func_button" + "hammerid" "3756318" + } + delete: + { + "OnPressed" "w_ammo_trigger_1,Enable,,0,-1" + "OnPressed" "score,ApplyScore,,0,1" + } + insert: + { + "OnPressed" "w_ammo_trigger_1,FireUser1,,0,1" + } +} +modify: +{ + match: + { + "targetname" "equip_ammo_all" + "classname" "game_player_equip" + "hammerid" "3759259" + } + replace: + { + "ammo_50AE" "2" + } + delete: + { + "ammo_buckshot" "4" + "ammo_9mm" "4" + "ammo_762mm" "3" + "ammo_57mm" "2" + "ammo_556mm_box" "7" + "ammo_556mm" "3" + "ammo_45acp" "4" + "ammo_357sig" "4" + "ammo_338mag" "3" + } +} +;------------- +;FIX CLAYMORE +;------------- +modify: +{ + match: + { + "targetname" "w_claymore_w_trigger_2" + "origin" "-1900 3100 2647.75" + "classname" "trigger_multiple" + "hammerid" "3778111" + } + replace: + { + "wait" "1" + } + delete: + { + "OnTrigger" "!activator,Ignitelifetime,5,0,-1" + } + insert: + { + "OnStartTouch" "!activator,Ignitelifetime,5,0,-1" + } +} +;----------------- +;FIX ALIEN SAMPLE +;----------------- +modify: +{ + match: + { + "targetname" "w_acid_affect_1" + "origin" "-2116 3160 2632" + "classname" "trigger_multiple" + "hammerid" "3759835" + } + replace: + { + "wait" "1" + } + delete: + { + "OnTrigger" "!activator,Ignitelifetime,15,0,-1" + } + insert: + { + "OnStartTouch" "!activator,Ignitelifetime,15,0,-1" + } +} +modify: +{ + match: + { + "targetname" "w_acid_button_1" + "origin" "-2116 3160 2632" + "classname" "func_door" + "hammerid" "3756650" + } + delete: + { + "OnOpen" "score,ApplyScore,,0,1" + } +} +;----------------- +;FIX ALIEN DEVICE +;----------------- +modify: +{ + match: + { + "targetname" "w_alien_button" + "origin" "-2106.5 3120 2638" + "classname" "func_button" + } + delete: + { + "OnPressed" "score,ApplyScore,,0,1" + } +} + +;---------------------- +;ITEMS LOCKED ON START +;---------------------- + +;+++++ +;Ammo +;+++++ + +modify: +{ + match: + { + "targetname" "w_ammo_button_1" + "classname" "func_button" + "hammerid" "3756318" +; "spawnflags" "1025" + } + replace: + { + "spawnflags" "3073" + } +} +modify: +{ + match: + { + "targetname" "w_ammo_holder_1" + "classname" "weapon_deagle" + "hammerid" "3756390" + } + insert: + { + "OnPlayerPickup" "w_ammo_button_1,Unlock,,0,1" + } +} + +;++++++ +;Gauss +;++++++ + +modify: +{ + match: + { + "targetname" "w_gauss_button_1" + "classname" "func_button" + "hammerid" "3756493" +; "spawnflags" "1025" + } + replace: + { + "spawnflags" "3073" + } +} +modify: +{ + match: + { + "targetname" "w_gauss_holder_1" + "classname" "weapon_deagle" + "hammerid" "3756496" + } + insert: + { + "OnPlayerPickup" "w_gauss_button_1,Unlock,,0,1" + } +} + +;+++++++++++++ +;Alien Device +;+++++++++++++ + +modify: +{ + match: + { + "targetname" "w_alien_button" + "classname" "func_button" + "hammerid" "3756903" +; "spawnflags" "1025" + } + replace: + { + "spawnflags" "3073" + } +} +modify: +{ + match: + { + "targetname" "w_alien_holder" + "classname" "weapon_deagle" + "hammerid" "3756906" + } + insert: + { + "OnPlayerPickup" "w_alien_button,Unlock,,0,1" + } +} + +;+++++++++++++ +;Alien Sample +;+++++++++++++ + +modify: +{ + match: + { + "targetname" "w_acid_button_1" + "classname" "func_door" + "hammerid" "3756650" +; "spawnflags" "264" + } + replace: + { + "spawnflags" "2312" + } +} + +modify: +{ + match: + { + "targetname" "w_acid_holder_1" + "classname" "weapon_deagle" + "hammerid" "3756719" + } + insert: + { + "OnPlayerPickup" "w_acid_button_1,Unlock,,0,1" + } +} + +;---------------- +;ROUNDEND SYSTEM +;---------------- +add: +{ + "classname" "math_counter" + "max" "4" + "min" "0" + "StartDisabled" "0" + "startvalue" "0" + "targetname" "RoundEnd" + "origin" "-2208 2864 2457" + "OnGetValue" "RoundEnd_Case,InValue,,0,1" +} +add: +{ + "classname" "logic_case" + "Case01" "1" + "Case02" "2" + "Case03" "3" + "Case04" "4" + "targetname" "RoundEnd_Case" + "origin" "-2208 2864 2473" + "OnCase01" "server,Command,say ***YOU COMPLETED NORMAL***,0,-1" + "OnCase01" "server,Command,say ***MOVING ON TO HARD***,1,-1" + "OnCase01" "worldspawn,FireUser1,,0,1" + "OnCase01" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0.00:1,0.02,1" + "OnCase02" "worldspawn,FireUser1,,0,1" + "OnCase02" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:3:0.00:1,0.02,1" + "OnCase02" "server,Command,say ***MOVING ON TO HYPER***,1,-1" + "OnCase02" "server,Command,say ***YOU COMPLETED HARD***,0,-1" + "OnCase03" "worldspawn,FireUser1,,0,1" + "OnCase03" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0.00:1,0.02,1" + "OnCase03" "server,Command,say ***YOU COMPLETED HYPER***,0,-1" + "OnCase03" "server,Command,say ***MOVING ON TO ULTIMATE***,1,-1" + "OnCase04" "worldspawn,FireUser1,,0,1" + "OnCase04" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0.00:1,0.02,1" + "OnCase04" "server,Command,say ***MAP BY --- PER30010 / LUFFAREN***,0,-1" + "OnCase04" "server,Command,say ***MAP BY --- PER30010 / LUFFAREN***,0,-1" + "OnCase04" "server,Command,say ***MAP BY --- PER30010 / LUFFAREN***,0,-1" + "OnCase04" "server,Command,say ***YOU ARE THE ULTIMATE ZOMBIE ESCAPE MASTER***,3,-1" + "OnCase04" "server,Command,say ***YOU ARE THE ULTIMATE ZOMBIE ESCAPE MASTER***,3,-1" + "OnCase04" "server,Command,say ***YOU ARE THE ULTIMATE ZOMBIE ESCAPE MASTER***,3,-1" + "OnCase04" "server,Command,say ***THANK YOU FOR PLAYING***,6,-1" + "OnCase04" "server,Command,say ***THANK YOU FOR PLAYING***,6,-1" + "OnCase04" "server,Command,say ***THANK YOU FOR PLAYING***,6,-1" +} +modify: +{ + match: + { + "classname" "trigger_once" + "targetname" "escape_trigger" + } + delete: + { + "wait" "-1" + "OnStartTouch" "relay_ultimate_end,Trigger,,0,-1" + } + insert: + { + "OnStartTouch" "RoundEnd,GetValue,,0,-1" + } +} +modify: +{ + match: + { + "classname" "trigger_multiple" + "targetname" "game_wincheck_1" + } + delete: + { + "OnTrigger" "relay_ROUNDOVER,Trigger,,0,1" + } + insert: + { + "OnStartTouch" "RoundEnd,GetValue,,0,-1" + } +} +modify: +{ + match: + { + "classname" "trigger_multiple" + "targetname" "game_wincheck_2" + } + delete: + { + "OnTrigger" "d_c_3,Disable,,0,1" + "OnTrigger" "d_c_2,Disable,,0,1" + "OnTrigger" "d_c_1,Disable,,0,1" + } + insert: + { + "OnStartTouch" "game_wincheck_1,Kill,,0,-1" + } +} +filter: +{ + "classname" "logic_relay" + "targetname" "/d_c.*/" + +} +filter: +{ + "classname" "logic_relay" + "targetname" "relay_ultimate_end" +} +filter: +{ + "classname" "logic_relay" + "targetname" "relay_ROUNDOVER" +} +filter: +{ + "classname" "logic_relay" + "targetname" "relay_normal_options" +} +filter: +{ + "classname" "logic_relay" + "targetname" "relay_hard_options" +} +filter: +{ + "classname" "logic_relay" + "targetname" "relay_hyper_options" +} +filter: +{ + "classname" "logic_relay" + "targetname" "relay_ultimate_options" +} +;------------- +;LEVEL SYSTEM +;------------- +add: +{ + "startvalue" "1" + "StartDisabled" "0" + "classname" "math_counter" + "origin" "-2208 2864 2505" + "max" "4" + "min" "1" + "targetname" "Level_Counter" + "OnGetValue" "Level_Case,InValue,,0,1" +} +add: +{ + "classname" "logic_case" + "targetname" "Level_Case" + "origin" "-2208 2864 2489" + "Case01" "1" + "Case02" "2" + "Case03" "3" + "Case04" "4" + "OnDefault" "server,Command,say >> There is an error in the level system <<,0,1" + "OnCase01" "cboss_predator_interuptcounter,Kill,,0,1" + "OnCase01" "cboss_predatorhealth_counter,Kill,,0,1" + "OnCase01" "fboss_math_1,Kill,,0,1" + "OnCase01" "fboss_math_2,Kill,,0,1" + "OnCase01" "RoundEnd,Setvalue,1,0,1" + "OnCase01" "music_s3_2,Kill,,0,1" + "OnCase01" "ItemSpawner,FireUser1,,0,1" + "OnCase01" "worldspawn,FireUser1,,0,1" + "OnCase01" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:1:0.00:1,0.02,1" + "OnCase01" "server,Command,say ***DIFFICULTY --- NORMAL***,0,1" + "OnCase01" "server,Command,say ***DIFFICULTY --- NORMAL***,0.5,1" + "OnCase01" "timer_nuke,Enable,,0,1" + "OnCase01" "music_s1_1,PlaySound,,3,1" + "OnCase01" "start_helicopter_rotor_1,Start,,0,1" + "OnCase01" "TEMPLATE_normal_hyper,ForceSpawn,,0,1" + "OnCase01" "case_weather_random,PickRandom,,0,1" + "OnCase01" "brush_endboss,Disable,,0,1" + "OnCase01" "brush_endboss,Disable,,1,1" + "OnCase01" "village_gate_relay_2,Enable,,0,1" + "OnCase01" "break_aztecboss,Break,,0,1" + "OnCase01" "stuff_hard,Kill,,0,1" + "OnCase01" "end_path_5,DisableAlternatePath,,0,1" + "OnCase01" "block_4,Break,,0,1" + "OnCase01" "trigger_aztec,Kill,,0,1" + "OnCase01" "endboss_break,Enable,,0,1" + "OnCase01" "endboss_break,Enable,,1,1" + "OnCase01" "village_blocker_hard2,Break,,0,1" + "OnCase01" "trig_guerilla,AddOutput,OnUser1 !self:FireUser2::50:0:1,0,1" + + "OnCase02" "aztecboss_math_health,Kill,,0,1" + "OnCase02" "cboss_predator_interuptcounter,Kill,,0,1" + "OnCase02" "cboss_predatorhealth_counter,Kill,,0,1" + "OnCase02" "fboss_math_1,Kill,,0,1" + "OnCase02" "fboss_math_2,Kill,,0,1" + "OnCase02" "music_s1_2,PlaySound,3,0,1" + "OnCase02" "RoundEnd,Setvalue,2,0,1" + "OnCase02" "music_s3_1,Kill,,0,1" + "OnCase02" "ItemSpawner,FireUser2,,0,1" + "OnCase02" "worldspawn,FireUser1,,0,1" + "OnCase02" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0.00:1,0.02,1" + "OnCase02" "trig_guerilla,AddOutput,OnUser1 !self:FireUser3::50:0:1,0,1" + "OnCase02" "block_1,Break,,0,1" + "OnCase02" "server,Command,say ***DIFFICULTY --- HARD***,0,1" + "OnCase02" "server,Command,say ***DIFFICULTY --- HARD***,0.5,1" + "OnCase02" "cliff_difblocker_hard,Kill,,0,1" + "OnCase02" "timer_nuke,Enable,,0,1" + "OnCase02" "start_helicopter_rotor_1,Start,,0,1" + "OnCase02" "TEMPLATE_normal_hyper,ForceSpawn,,0,1" + "OnCase02" "case_weather_random,PickRandom,,0,1" + "OnCase02" "village_gate_relay_3,Enable,,0,1" + "OnCase02" "trigger_aztecboss_hp,Kill,,0,1" + "OnCase02" "brush_1,Kill,,0,1" + "OnCase02" "brush_2,Disable,,0,1" + "OnCase02" "endboss_holdarea,Break,,0,1" + "OnCase02" "end_path_5,DisableAlternatePath,,0,1" + "OnCase02" "block_4,Break,,0,1" + "OnCase02" "block_2,Break,,0,1" + "OnCase02" "village_blocker_hard,Break,,0,1" + "OnCase02" "stuff_normal,Kill,,0,1" + "OnCase02" "stuff_endboss,Kill,,0,1" + "OnCase02" "aztec_boss_push,Kill,,0,1" + "OnCase02" "endboss_break,Enable,,1,1" + "OnCase02" "endboss_break,Enable,,0,1" + "OnCase02" "thunder_unlock_1,Trigger,,0,1" + + "OnCase03" "aztecboss_math_health,Kill,,0,1" + "OnCase03" "fboss_math_1,Kill,,0,1" + "OnCase03" "fboss_math_2,Kill,,0,1" + "OnCase03" "music_s1_3,PlaySound,3,0,1" + "OnCase03" "RoundEnd,Setvalue,3,0,1" + "OnCase03" "ItemSpawner,FireUser3,,0,1" + "OnCase03" "worldspawn,FireUser1,,0,1" + "OnCase03" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:3:0.00:1,0.02,1" + "OnCase03" "block_1,Break,,0,1" + "OnCase03" "block_2,Break,,0,1" + "OnCase03" "server,Command,say ***DIFFICULTY --- HYPER***,0,1" + "OnCase03" "server,Command,say ***DIFFICULTY --- HYPER***,0.5,1" + "OnCase03" "skybox_template_spaceship,ForceSpawn,,0,1" + "OnCase03" "timer_nuke,Enable,,0,1" + "OnCase03" "skybox_spaceship_sound_timer,Enable,,0,1" + "OnCase03" "spaceship_s1,PlaySound,,5,1" + "OnCase03" "skybox_cloud_rain_1,Disable,,0,1" + "OnCase03" "skybox_cloud_rain_2,Enable,,0,1" + "OnCase03" "start_helicopter_rotor_1,Start,,0,1" + "OnCase03" "skybox_cloud_rain_3,Enable,,10,1" + "OnCase03" "skybox_cloud_rain_2,Enable,,5,1" + "OnCase03" "cc_blueweather,Disable,,0,1" + "OnCase03" "cc_nightweather,Enable,,0,1" + "OnCase03" "break_aztecboss,Break,,0,1" + "OnCase03" "endboss_holdarea,Break,,0,1" + "OnCase03" "end_path_5,EnableAlternatePath,,0,1" + "OnCase03" "case_health_spawn_3,PickRandom,,0,1" + "OnCase03" "block_5,Break,,0,1" + "OnCase03" "TEMPLATE_ultimate,ForceSpawn,,0,1" + "OnCase03" "cc_nightweather,Disable,,30,1" + "OnCase03" "cc_clearweather,Enable,,30,1" + "OnCase03" "cboss_INIT_TRIGGER_2,Kill,,0,1" + "OnCase03" "hold_ultimate,Break,,30,1" + "OnCase03" "STUFF_ultimate_kill,Kill,,0,1" + "OnCase03" "hyper_hold_tem,ForceSpawn,,10,1" + + "OnCase04" "aztecboss_math_health,Kill,,0,1" + "OnCase04" "cboss_predator_interuptcounter,Kill,,0,1" + "OnCase04" "cboss_predatorhealth_counter,Kill,,0,1" + "OnCase04" "RoundEnd,Setvalue,4,0,1" + "OnCase04" "ItemSpawner,FireUser4,,0,1" + "OnCase04" "worldspawn,FireUser1,,0,1" + "OnCase04" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0.00:1,0.02,1" + "OnCase04" "block_5,Break,,0,1" + "OnCase04" "server,Command,say ***DIFFICULTY --- ULTIMATE***,0,1" + "OnCase04" "server,Command,say ***DIFFICULTY --- ULTIMATE***,0.5,1" + "OnCase04" "skybox_cloud_rain_3,Enable,,10,1" + "OnCase04" "skybox_template_spaceship,ForceSpawn,,0,1" + "OnCase04" "cc_clearweather,Enable,,0,1" + "OnCase04" "spaceship_s1,PlaySound,,5,1" + "OnCase04" "case_health_spawn_3,PickRandom,,0,1" + "OnCase04" "skybox_cloud_rain_2,Disable,,10,1" + "OnCase04" "skybox_cloud_rain_1,Disable,,10,1" + "OnCase04" "skybox_cloud_rain_1,Disable,,15,1" + "OnCase04" "skybox_cloud_rain_2,Disable,,15,1" + "OnCase04" "skybox_cloud_rain_3,Enable,,15,1" + "OnCase04" "skybox_cloud_rain_1,Disable,,20,1" + "OnCase04" "skybox_cloud_rain_2,Disable,,20,1" + "OnCase04" "skybox_cloud_rain_3,Enable,,20,1" + "OnCase04" "start_helicopter_rotor_1,Start,,0,1" + "OnCase04" "TEMPLATE_ultimate,ForceSpawn,,0,1" + "OnCase04" "aztecboss_killer,Trigger,,0,1" + "OnCase04" "relay_killer_normalhyper,Trigger,,3,1" + "OnCase04" "skybox_cloud_rain_3,Disable,,10,1" + "OnCase04" "skybox_cloud_rain_2,Disable,,5,1" + "OnCase04" "skybox_cloud_rain_1,Disable,,0,1" + "OnCase04" "cc_blueweather,Disable,,0,1" + "OnCase04" "cc_clearweather,Enable,,0,1" + "OnCase04" "alien_ultimate,ForceSpawn,,0,1" + "OnCase04" "break_aztecboss,Break,,0,1" + "OnCase04" "endboss_holdarea,Break,,0,1" + "OnCase04" "STUFF_hyper_kill,Kill,,0,1" + "OnCase04" "cboss_cage_breakable,Break,,0,1" + "OnCase04" "cboss_block,Kill,,0,1" + "OnCase04" "cboss_INIT_TRIGGER,Kill,,0,1" + "OnCase04" "weapon_choose3,PickRandom,,10,1" + "OnCase04" "music_s1_4,PlaySound,,20,1" + "OnCase04" "STUFF_hyper_kill,Kill,,0,1" + "OnCase04" "fboss_tem,ForceSpawn,,10,1" + "OnCase04" "fboss_start_brush,Enable,,5,1" + "OnCase04" "fboss_start_brush,Enable,,6,1" + "OnCase04" "fboss_end_brush,Disable,,5,1" + "OnCase04" "fboss_end_brush,Disable,,6,1" + "OnCase04" "vent_break,Break,,5,1" + "OnCase04" "push_hyperboss,Kill,,5,1" + "OnCase04" "vent_break_2,Break,,0,1" + "OnCase04" "vent_break_3,Break,,0,1" +} +add: +{ + "classname" "logic_auto" + "origin" "-2208 2864 2521" + "spawnflags" "1" + "OnMapSpawn" "worldspawn,FireUser1,,0,1" + "OnMapSpawn" "Level_Counter,GetValue,,0.02,1" + "OnMapSpawn" "start_helicopter_door_1,Open,,8,1" + "OnMapSpawn" "server,Command,mp_roundtime 9,2,1" + "OnMapSpawn" "server,Command,sv_friction 4,2,1" + "OnMapSpawn" "cboss_escape_shake,StopShake,,0,1" + "OnMapSpawn" "cboss_escape_shake,StopShake,,1,1" + "OnMapSpawn" "server,Command,say ***TYPE MAT_COLORCORRECTION 1 IN CONSOLE FOR BETTER VISUALS***,3,1" + "OnMapSpawn" "server,Command,say ***MAP BY LUFFAREN / Fixed by Moltard & Noctali***,0,1" + "OnMapSpawn" "server,Command,sv_enablebunnyhopping 1,2,-1" +} +modify: +{ + match: + { + "classname" "trigger_multiple" + "hammerid" "2223391" + } + delete: + { + "OnTrigger" "difficulty,Trigger,,0,1" + "OnTrigger" "dif_box,EnableMotion,,0,1" + } +} +filter: +{ + "targetname" "cheat_button" + "origin" "-2088 3394 2492" + "classname" "func_button" + "hammerid" "3946716" +} +filter: +{ + "targetname" "cheat_brush" + "origin" "-10950 -5320 394" + "classname" "func_brush" + "hammerid" "3946728" +} +modify: +{ + match: + { + "classname" "func_button" + "hammerid" "3757219" + } + replace: + { + "wait" "0.05" + } + delete: + { + "OnPressed" "dif_brush_ultimate,Disable,,0,-1" + "OnPressed" "dif_brush_hyper,Enable,,0,-1" + "OnPressed" "dif_brush_hard,Disable,,0,-1" + "OnPressed" "dif_brush_normal,Disable,,0,-1" + "OnPressed" "server,Command,say ***SOMEONE IS CHANGING DIFFICULTY INSIDE THE DEVROOM***,0,-1" + } + insert: + { + "targetname" "DevRoom_Hyper" + "OnPressed" "DevRoom_*,Lock,,0,-1" + "OnPressed" "server,Command,say [ADMIN] Selected [HYPER] for next round.,0,-1" + "OnPressed" "worldspawn,FireUser1,,0,-1" + "OnPressed" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:3:0.00:1,0.02,-1" + "OnPressed" "DevRoom_*,Unlock,,0.05,-1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "hammerid" "3757222" + } + replace: + { + "wait" "0.05" + } + delete: + { + "OnPressed" "dif_brush_ultimate,Disable,,0,-1" + "OnPressed" "dif_brush_hyper,Disable,,0,-1" + "OnPressed" "dif_brush_hard,Enable,,0,-1" + "OnPressed" "dif_brush_normal,Disable,,0,-1" + "OnPressed" "server,Command,say ***SOMEONE IS CHANGING DIFFICULTY INSIDE THE DEVROOM***,0,-1" + } + insert: + { + "targetname" "DevRoom_Hard" + "OnPressed" "DevRoom_*,Lock,,0,-1" + "OnPressed" "server,Command,say [ADMIN] Selected [HARD] for next round.,0,-1" + "OnPressed" "worldspawn,FireUser1,,0,-1" + "OnPressed" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:2:0.00:1,0.02,-1" + "OnPressed" "DevRoom_*,Unlock,,0.05,-1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "hammerid" "3757225" + } + replace: + { + "wait" "0.05" + } + delete: + { + "OnPressed" "dif_brush_ultimate,Disable,,0,-1" + "OnPressed" "dif_brush_hyper,Disable,,0,-1" + "OnPressed" "dif_brush_hard,Disable,,0,-1" + "OnPressed" "dif_brush_normal,Enable,,0,-1" + "OnPressed" "server,Command,say ***SOMEONE IS CHANGING DIFFICULTY INSIDE THE DEVROOM***,0,-1" + } + insert: + { + "targetname" "DevRoom_Normal" + "OnPressed" "DevRoom_*,Lock,,0,-1" + "OnPressed" "server,Command,say [ADMIN] Selected [NORMAL] for next round.,0,-1" + "OnPressed" "worldspawn,FireUser1,,0,-1" + "OnPressed" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:1:0.00:1,0.02,-1" + "OnPressed" "DevRoom_*,Unlock,,0.05,-1" + } +} +modify: +{ + match: + { + "classname" "func_button" + "hammerid" "3757228" + } + replace: + { + "wait" "0.05" + } + delete: + { + "OnPressed" "dif_brush_ultimate,Enable,,0,-1" + "OnPressed" "dif_brush_hyper,Disable,,0,-1" + "OnPressed" "dif_brush_hard,Disable,,0,-1" + "OnPressed" "dif_brush_normal,Disable,,0,-1" + "OnPressed" "server,Command,say ***SOMEONE IS CHANGING DIFFICULTY INSIDE THE DEVROOM***,0,-1" + } + insert: + { + "targetname" "DevRoom_Ultimate" + "OnPressed" "DevRoom_*,Lock,,0,-1" + "OnPressed" "server,Command,say [ADMIN] Selected [ULTIMATE] for next round.,0,-1" + "OnPressed" "worldspawn,FireUser1,,0,-1" + "OnPressed" "worldspawn,AddOutput,OnUser1 Level_Counter:SetValue:4:0.00:1,0.02,-1" + "OnPressed" "DevRoom_*,Unlock,,0.05,-1" + } +} +filter: +{ + "classname" "trigger_multiple" + "hammerid" "3757263" +} +filter: +{ + "classname" "trigger_multiple" + "hammerid" "3757269" +} +filter: +{ + "classname" "trigger_multiple" + "hammerid" "3757272" +} +filter: +{ + "classname" "trigger_multiple" + "hammerid" "3757275" +} +filter: +{ + "targetname" "/dif.*/" +} +;-------------- +;SAVE ENTITIES +;-------------- +filter: +{ + "targetname" "relay_billy_escape" + "classname" "logic_relay" + "hammerid" "630439" +} +filter: +{ + "classname" "logic_relay" + "targetname" "beamup_relay" + "hammerid" "1412354" +} +modify: +{ + match: + { + "classname" "trigger_once" + "targetname" "STUFF_ultimate_kill" + "hammerid" "1712494" + } + delete: + { + "OnStartTouch" "beamup_relay,Trigger,,20,-1" + } + insert: + { + "OnStartTouch" "beamup_push_ct,Enable,,20,1" + "OnStartTouch" "beamup_push_t,Enable,,27,1" + "OnStartTouch" "beamup_shake,StartShake,,20,1" + "OnStartTouch" "beamup_s1,PlaySound,,20,1" + "OnStartTouch" "beamup_s2,PlaySound,,22.8,1" + "OnStartTouch" "beamup_particle,Stop,,20,1" + "OnStartTouch" "beamup_particle,Start,,20.1,1" + "OnStartTouch" "cboss_escape_randomrubble_timer,Disable,,20,1" + "OnStartTouch" "beamup_s3,PlaySound,,24,1" + "OnStartTouch" "beamup_explosion_particle,Stop,,21.9,1" + "OnStartTouch" "beamup_explosion_particle,Start,,24,1" + "OnStartTouch" "server,Command,shake,24,1" + "OnStartTouch" "server,Command,shake,24.1,1" + "OnStartTouch" "server,Command,shake,24.2,1" + "OnStartTouch" "server,Command,shake,24.3,1" + "OnStartTouch" "server,Command,shake,24.4,1" + "OnStartTouch" "cboss_escape_randomrubble_case,PickRandom,,20,1" + "OnStartTouch" "cboss_escape_randomrubble_case,PickRandom,,21,1" + "OnStartTouch" "cboss_escape_shake,StopShake,,23,1" + "OnStartTouch" "s_payback,PlaySound,,30,1" + "OnStartTouch" "server,Command,sv_enablebunnyhopping 0,30,1" + } +} +filter: +{ + "targetname" "relay_guerilla_alarm" + "classname" "logic_relay" +} +filter: +{ + "targetname" "/village_gate_relay.*/" + "classname" "logic_relay" +} +filter: +{ + "targetname" "/music_control.*/" + "classname" "logic_relay" +} +filter: +{ + "targetname" "/music_case.*/" + "classname" "logic_relay" +} +filter: +{ + "targetname" "/music_math.*/" + "classname" "logic_relay" +} +modify: +{ + match: + { + "classname" "func_breakable" + "targetname" "village_break_1" + "hammerid" "626310" + } + delete: + { + "OnBreak" "weapon_choose1,PickRandom,,0,-1" + } +} +modify: +{ + match: + { + "classname" "func_breakable" + "targetname" "village_break_2" + "hammerid" "626317" + } + delete: + { + "OnBreak" "weapon_choose2,PickRandom,,0,-1" + } +} +modify: +{ + match: + { + "classname" "path_track" + "targetname" "path_2_7a13" + } + delete: + { + "OnPass" "music_control_1,Trigger,,0,1" + "OnPass" "music_control_2,Trigger,,0,1" + "OnPass" "music_control_3,Trigger,,0,1" + } + insert: + { + "OnPass" "music_s2_1,PlaySound,,0,1" + "OnPass" "music_s1_1,Volume,0,0,1" + } +} +modify: +{ + match: + { + "classname" "trigger_once" + "targetname" "STUFF_normal_hyper" + "origin" "4710 -338 620" + "hammerid" "1067279" + } + delete: + { + "OnStartTouch" "music_control_3,Trigger,,30,-1" + "OnStartTouch" "music_control_2,Trigger,,30,-1" + "OnStartTouch" "music_control_1,Trigger,,30,-1" + "OnStartTouch" "map_tele_case,InValue,2,35,1" + } + insert: + { + "OnStartTouch" "end_helicopter_rotor_2,Start,,40,1" + "OnStartTouch" "music_s3_1,PlaySound,,30,1" + "OnStartTouch" "music_s2_1,Volume,0,30,1" + "OnStartTouch" "music_s3_2,PlaySound,,30,1" + "OnStartTouch" "music_s1_2,Volume,0,30,1" + "OnStartTouch" "map_teleporter_2,Enable,,40,1" + "OnStartTouch" "server,Command,say ***TELEPORTING EVERYONE TO CLIFF HIDEOUT***,35,1" + } +} +modify: +{ + match: + { + "targetname" "STUFF_hyper_kill" + "origin" "-9856 7728 5000" + "classname" "trigger_once" + "hammerid" "2888385" + } + insert: + { + "OnStartTouch" "end_helicopter_rotor_2,Start,,40,1" + } +} +modify: +{ + match: + { + "classname" "trigger_once" + "hammerid" "1887284" + } + insert: + { + "targetname" "trig_guerilla" + "OnStartTouch" "trig_guerilla,FireUser1,,0,1" + "OnUser4" "!self,Kill,,0,1" + } +} +modify: +{ + match: + { + "classname" "trigger_multiple" + "hammerid" "1887228" + } + insert: + { + "targetname" "trig_guerilla" + "OnStartTouch" "trig_guerilla,FireUser1,,0,1" + "OnStartTouch" "trig_guerilla,FireUser4,,0,1" + "OnUser1" "village_alarm_sound,PlaySound,,0,1" + "OnUser1" "village_alarm_sound,Volume,10,0,1" + "OnUser1" "village_alarm_sound,Volume,10,0.1,1" + "OnUser1" "server,Command,say ***INFILTRATE AND DEFEND THE GUERILLA COMPOUND***,0,1" + "OnUser1" "server,Command,say ***HOLD FOR 50 SECONDS***,1,1" + "OnUser1" "server,Command,say ***FALL BACK***,41,1" + "OnUser1" "server,Command,say ***FALL BACK***,40,1" + "OnUser1" "server,Command,say ***FALL BACK***,42,1" + "OnUser1" "village_break_entrace,Break,,40,1" + "OnUser1" "village_gate_relay,Trigger,,45,1" + "OnUser1" "server,Command,say ***5 SECONDS LEFT***,45,1" + "OnUser1" "server,Command,say ***4 SECONDS LEFT***,46,1" + "OnUser1" "server,Command,say ***3 SECONDS LEFT***,47,1" + "OnUser1" "server,Command,say ***2 SECONDS LEFT***,48,1" + "OnUser1" "server,Command,say ***1 SECONDS LEFT***,49,1" + "OnUser1" "server,Command,say ***RUN***,50,1" + "OnUser2" "village_alarm_sound,Volume,0,6,1" + "OnUser2" "village_alarm_sound,Volume,0,5,1" + "OnUser2" "village_alarm_sound,Volume,0,4,1" + "OnUser2" "village_break_1,Break,,0,1" + "OnUser2" "map_teleporter_1,Enable,,10,1" + "OnUser2" "server,Command,say ***TELEPORTING EVERYONE TO COMPOUND***,10,1" + "OnUser2" "map_tele_case,InValue,1,10,1" + "OnUser2" "village_blocker_hard,Break,,5,1" + "OnUser3" "village_alarm_sound,Volume,0,6,1" + "OnUser3" "village_alarm_sound,Volume,0,5,1" + "OnUser3" "village_alarm_sound,Volume,0,4,1" + "OnUser3" "village_break_1,Break,,0,1" + "OnUser3" "map_teleporter_1,Enable,,10,1" + "OnUser3" "server,Command,say ***TELEPORTING EVERYONE TO COMPOUND***,10,1" + "OnUser3" "village_blocker,Kill,,5,1" + "OnUser3" "village_break_2,Break,,0,1" + "OnUser3" "aztecboss_killer,Trigger,,0,1" + "OnUser3" "village_blocker_hard,Break,,5,1" + } +} +modify: +{ + match: + { + "classname" "trigger_once" + "targetname" "stuff_hard" + "hammerid" "3620400" + } + delete: + { + "OnStartTouch" "map_tele_case,InValue,3,0,1" + } + insert: + { + "OnStartTouch" "map_teleporter_3,Enable,,0,-1" + "OnStartTouch" "server,Command,say ***TELEPORTING EVERYONE TO RUINS***,0,1" + } +} +modify: +{ + match: + { + "classname" "trigger_once" + "targetname" "stuff_endboss" + "hammerid" "2887317" + } + delete: + { + "OnStartTouch" "map_tele_case,InValue,3,0,-1" + } + insert: + { + "OnStartTouch" "map_teleporter_3,Enable,,0,-1" + "OnStartTouch" "server,Command,say ***TELEPORTING EVERYONE TO RUINS***,0,1" + } +} +modify: +{ + match: + { + "targetname" "endboss_trigger_starter" + "classname" "trigger_once" + "hammerid" "3620315" + } + delete: + { + "wait" "-1" + "OnStartTouch" "endboss_relay_start,Trigger,,10,-1" + } + insert: + { + "OnTrigger" "endboss_shake,StartShake,,10,1" + "OnTrigger" "endboss_shake,StartShake,,10.7,1" + "OnTrigger" "endboss_shake,StartShake,,11.4,1" + "OnTrigger" "endboss_tesla_1,DoSpark,,11.4,1" + "OnTrigger" "endboss_tesla_1,DoSpark,,10.7,1" + "OnTrigger" "endboss_tesla_1,DoSpark,,10,1" + "OnTrigger" "endboss_shake,StartShake,,12,1" + "OnTrigger" "endboss_tesla_1,DoSpark,,12,1" + "OnTrigger" "endboss_tesla_1,DoSpark,,12.2,1" + "OnTrigger" "endboss_tesla_1,DoSpark,,12.4,1" + "OnTrigger" "endboss_tesla_1,DoSpark,,12.6,1" + "OnTrigger" "endboss_tesla_1,DoSpark,,12.8,1" + "OnTrigger" "endboss_tesla_1,DoSpark,,13,1" + "OnTrigger" "endboss_music,PlaySound,,10,1" + "OnTrigger" "endboss_overtime,Trigger,,15,1" + "OnTrigger" "endboss_physex,Explode,,12.2,1" + "OnTrigger" "mob_spawner_grudge,ForceSpawn,,14,1" + "OnTrigger" "endboss_predator,Kill,,14,1" + "OnTrigger" "endboss_gssound1,PlaySound,,14,1" + "OnTrigger" "endboss_end_explosion,Explode,,14,1" + "OnTrigger" "endboss_shake,StartShake,,14,1" + "OnTrigger" "endboss_predator,SetAnimation,Luffaren_endbossinit.smd,12,1" + "OnTrigger" "bosshealth_endboss,GetValue,,15,1" + "OnTrigger" "endboss_housephys,EnableMotion,,12,1" + "OnTrigger" "thunder_unlock_3,Trigger,,10,1" + } +} +filter: +{ + "targetname" "endboss_relay_start" + "classname" "logic_relay" + "hammerid" "3620313" +} +modify: +{ + match: + { + "targetname" "fboss_relay_escape" + "classname" "logic_relay" + "hammerid" "3759572" + } + delete: + { + "OnTrigger" "fboss_escape_relay,Trigger,,0,-1" + } + insert: + { + "OnTrigger" "!self,FireUser1,,0,1" + "OnUser1" "ammo_trigger,FireUser1,,0,1" + "OnUser1" "ending_push_1,Enable,,54,1" + "OnUser1" "ending_push_2,Enable,,58,1" + "OnUser1" "escape_trigger,Enable,,60,1" + "OnUser1" "escape_s1,PlaySound,,58,1" + "OnUser1" "escape_s2,PlaySound,,67,1" + "OnUser1" "HURT_ALL,Enable,,63,1" + "OnUser1" "escape_fade_1,Fade,,67,1" + "OnUser1" "skybox_spaceship_phys,EnableMotion,,63,1" + "OnUser1" "escape_e_p1,Start,,47,1" + "OnUser1" "escape_e_p1,Stop,,46.9,1" + "OnUser1" "escape_e_p2,Start,,57,1" + "OnUser1" "escape_e_p2,Stop,,56.9,1" + "OnUser1" "escape_s3,PlaySound,,63,1" + "OnUser1" "escape_door,Close,,43,1" + "OnUser1" "HURT_ALL,Disable,,63.1,1" + "OnUser1" "timer_nuke_pulse,Enable,,63,1" + "OnUser1" "ammo_trigger,Kill,,50,-1" + "OnUser1" "server,Command,say ***RUN TOWARDS THE FINAL ROOM***,10,1" + "OnUser1" "fboss_s_last,Volume,0,0,1" + "OnUser1" "mob_grudge_upright1,Kill,,0,1" + "OnUser1" "mob_grudge_upright1,stop,,0,1" + "OnUser1" "fboss_ee_tem,ForceSpawn,,40,1" + "OnUser1" "fboss_ee_train,StartForward,,40.1,1" + "OnUser1" "fboss_ee_train,StartForward,,40.2,1" + "OnUser1" "fboss_ee_train,StartForward,,40,1" + "OnUser1" "fboss_ee_s1,PlaySound,,41.5,1" + "OnUser1" "skybox_spaceship_sound_timer,Disable,,0,1" + "OnUser1" "escape_e_p3,Stop,,62.5,1" + "OnUser1" "escape_e_p3,Start,,63,1" + } +} + +modify: +{ + match: + { + "targetname" "fboss_ee_math" + "classname" "math_counter" + "hammerid" "3756078" + } + replace: + { + "max" "99999" + } +} +modify: +{ + match: + { + "targetname" "fboss_end_brush_particle" + "classname" "trigger_multiple" + "hammerid" "3756083" + } + replace: + { + "OnStartTouch" "fboss_ee_math,Add,15,0,-1" + } +} + +modify: +{ + match: + { + "targetname" "ammo_trigger" + "classname" "trigger_multiple" + "hammerid" "3759253" + } + replace: + { + "wait" "1" + "StartDisabled" "1" + } + delete: + { + "OnTrigger" "equip_ammo_all,Use,,0,-1" + } + insert: + { + "OnStartTouch" "equip_ammo_all,Use,,0,-1" + "OnUser1" "!self,Enable,,0,-1" + "OnUser1" "!self,Disable,,1.5,-1" + "OnUser1" "!self,FireUser1,,1.6,-1" + } +} +filter: +{ + "targetname" "fboss_escape_relay" + "classname" "logic_relay" + "hammerid" "3759587" +} +filter: +{ + "targetname" "fboss_relay_start" + "classname" "logic_relay" + "hammerid" "3759829" +} +modify: +{ + match: + { + "classname" "trigger_hurt" + "targetname" "fboss_start_trigger" + "hammerid" "3759826" + } + delete: + { + "OnStartTouch" "map_tele_case_2,InValue,4,15,1" + "OnStartTouch" "fboss_relay_start,Trigger,,0,-1" + "OnStartTouch" "fboss_math_2,Add,40,0,-1" + "OnStartTouch" "fboss_math_1,Add,50,0,-1" + } + insert: + { + "OnStartTouch" "fboss_math_2,Add,65,0,-1" + "OnStartTouch" "fboss_math_1,Add,85,0,-1" + "OnStartTouch" "!self,FireUser1,,15,1" + "OnStartTouch" "fboss_event0_predmove,StartForward,,16,1" + "OnStartTouch" "fboss_event0_predmove,StartForward,,15.5,1" + "OnStartTouch" "fboss_event0_predmove,StartForward,,15.25,1" + "OnStartTouch" "fboss_tem_1,ForceSpawn,,15,1" + "OnStartTouch" "fboss_rotplatforms,Start,,15,1" + "OnStartTouch" "fboss_start_brush,Disable,,15,1" + "OnStartTouch" "fboss_door_z,Break,,15,1" + "OnStartTouch" "fboss_music_1,PlaySound,,0,1" + "OnStartTouch" "fboss_end_brush,Disable,,0,1" + "OnStartTouch" "fboss_start_brush,Enable,,0,1" + "OnStartTouch" "fboss_end_brush2,Disable,,0,1" + "OnStartTouch" "fboss_debris_rot,Start,,0,1" + "OnStartTouch" "fboss_start_trigger,Disable,,18,1" + "OnStartTouch" "fboss_end_brush_particle,enable,,15,1" + "OnStartTouch" "fboss_start_trigger,Disable,,19,1" + "OnUser1" "server,Command,say ***TELEPORTING EVERYONE TO SPACESHIP CORE***,0,1" + "OnUser1" "map_teleporter_7,Enable,,0,1" + } +} +modify: +{ + match: + { + "targetname" "fboss_end_brush_particle" + "classname" "trigger_multiple" + "hammerid" "3755891" + } + delete: + { + "OnStartTouch" "map_tele_case_2,InValue,4,30,1" + } + insert: + { + "OnStartTouch" "fboss_start_trigger,FireUser1,,30,1" + } +} +modify: +{ + match: + { + "targetname" "aztecboss_timer_laser" + "origin" "-2679.56 -5115.79 456.585" + "classname" "logic_timer" + "hammerid" "630445" + } + delete: + { + "OnTimer" "aztec_case_laser,PickRandom,,0,-1" + } + insert: + { + "OnTimer" "!self,FireUser1,,0,1" + "OnUser1" "aztec_case_laser,PickRandom,,0,-1" + "OnUser1" "!self,AddOutput,OnTimer !self:FireUser2::0:1,0.02,-1" + "OnUser2" "aztec_case_laser,PickRandomShuffle,,0,-1" + "OnUser2" "!self,AddOutput,OnTimer !self:FireUser1::0:1,0.02,-1" + } +} +modify: +{ + match: + { + "targetname" "aztec_case_laser" + "classname" "logic_case" + "hammerid" "630311" + } + delete: + { + "OnCase01" "aztecboss_relay_random_1,Trigger,,0,-1" + "OnCase02" "aztecboss_relay_random_2,Trigger,,0,-1" + "OnCase03" "aztecboss_relay_random_3,Trigger,,0,-1" + "OnCase04" "aztecboss_relay_random_4,Trigger,,0,-1" + "OnCase05" "aztecboss_relay_random_5,Trigger,,0,-1" + "OnCase06" "aztecboss_relay_random_6,Trigger,,0,-1" + "OnCase07" "aztecboss_relay_random_7,Trigger,,0,-1" + "OnCase08" "aztecboss_relay_random_8,Trigger,,0,-1" + "OnCase09" "aztecboss_relay_random_9,Trigger,,0,-1" + "OnCase10" "aztecboss_relay_random_10,Trigger,,0,-1" + } + insert: + { + "OnCase01" "aztecboss_laser_random_1,TurnOn,,0,-1" + "OnCase01" "aztecboss_lasersound_start,PlaySound,,0,-1" + "OnCase01" "aztecboss_laserexplosion_random_1,Explode,,2,-1" + "OnCase01" "aztecboss_sound_random_1,PlaySound,,2,-1" + "OnCase01" "aztecboss_laser_random_1,TurnOff,,1.5,-1" + "OnCase01" "aztecboss_lasersound_startshoot,PlaySound,,1.5,-1" + "OnCase01" "aztec_laser_particle_1,Stop,,1.4,-1" + "OnCase01" "aztec_laser_particle_1,Start,,1.5,-1" + "OnCase01" "aztec_laser_spark_1,SparkOnce,,1.5,-1" + "OnCase02" "aztecboss_laser_random_2,TurnOn,,0,-1" + "OnCase02" "aztecboss_lasersound_start,PlaySound,,0,-1" + "OnCase02" "aztecboss_laserexplosion_random_2,Explode,,2,-1" + "OnCase02" "aztecboss_sound_random_2,PlaySound,,2,-1" + "OnCase02" "aztecboss_laser_random_2,TurnOff,,1.5,-1" + "OnCase02" "aztecboss_lasersound_startshoot,PlaySound,,1.5,-1" + "OnCase02" "aztec_laser_particle_2,Stop,,1.4,-1" + "OnCase02" "aztec_laser_particle_2,Start,,1.5,-1" + "OnCase02" "aztec_laser_spark_1,SparkOnce,,1.5,-1" + "OnCase03" "aztecboss_laser_random_3,TurnOn,,0,-1" + "OnCase03" "aztecboss_lasersound_start,PlaySound,,0,-1" + "OnCase03" "aztecboss_laserexplosion_random_3,Explode,,2,-1" + "OnCase03" "aztecboss_sound_random_3,PlaySound,,2,-1" + "OnCase03" "aztecboss_laser_random_3,TurnOff,,1.5,-1" + "OnCase03" "aztecboss_lasersound_startshoot,PlaySound,,1.5,-1" + "OnCase03" "aztec_laser_particle_3,Stop,,1.4,-1" + "OnCase03" "aztec_laser_particle_3,Start,,1.5,-1" + "OnCase03" "aztec_laser_spark_1,SparkOnce,,1.5,-1" + "OnCase04" "aztecboss_laser_random_4,TurnOn,,0,-1" + "OnCase04" "aztecboss_lasersound_start,PlaySound,,0,-1" + "OnCase04" "aztecboss_laserexplosion_random_4,Explode,,2,-1" + "OnCase04" "aztecboss_sound_random_4,PlaySound,,2,-1" + "OnCase04" "aztecboss_laser_random_4,TurnOff,,1.5,-1" + "OnCase04" "aztecboss_lasersound_startshoot,PlaySound,,1.5,-1" + "OnCase04" "aztec_laser_particle_4,Stop,,1.4,-1" + "OnCase04" "aztec_laser_particle_4,Start,,1.5,-1" + "OnCase04" "aztec_laser_spark_1,SparkOnce,,1.5,-1" + "OnCase05" "aztecboss_laser_random_5,TurnOn,,0,-1" + "OnCase05" "aztecboss_lasersound_start,PlaySound,,0,-1" + "OnCase05" "aztecboss_laserexplosion_random_5,Explode,,2,-1" + "OnCase05" "aztecboss_sound_random_5,PlaySound,,2,-1" + "OnCase05" "aztecboss_laser_random_5,TurnOff,,1.5,-1" + "OnCase05" "aztecboss_lasersound_startshoot,PlaySound,,1.5,-1" + "OnCase05" "aztec_laser_particle_5,Stop,,1.4,-1" + "OnCase05" "aztec_laser_particle_5,Start,,1.5,-1" + "OnCase05" "aztec_laser_spark_1,SparkOnce,,1.5,-1" + "OnCase06" "aztecboss_laser_random_6,TurnOn,,0,-1" + "OnCase06" "aztecboss_lasersound_start,PlaySound,,0,-1" + "OnCase06" "aztecboss_laserexplosion_random_6,Explode,,2,-1" + "OnCase06" "aztecboss_sound_random_6,PlaySound,,2,-1" + "OnCase06" "aztecboss_laser_random_6,TurnOff,,1.5,-1" + "OnCase06" "aztecboss_lasersound_startshoot,PlaySound,,1.5,-1" + "OnCase06" "aztec_laser_particle_6,Stop,,1.4,-1" + "OnCase06" "aztec_laser_particle_6,Start,,1.5,-1" + "OnCase06" "aztec_laser_spark_1,SparkOnce,,1.5,-1" + "OnCase07" "aztecboss_laser_random_7,TurnOn,,0,-1" + "OnCase07" "aztecboss_lasersound_start,PlaySound,,0,-1" + "OnCase07" "aztecboss_laserexplosion_random_7,Explode,,2,-1" + "OnCase07" "aztecboss_sound_random_7,PlaySound,,2,-1" + "OnCase07" "aztecboss_laser_random_7,TurnOff,,1.5,-1" + "OnCase07" "aztecboss_lasersound_startshoot,PlaySound,,1.5,-1" + "OnCase07" "aztec_laser_particle_7,Stop,,1.4,-1" + "OnCase07" "aztec_laser_particle_7,Start,,1.5,-1" + "OnCase07" "aztec_laser_spark_1,SparkOnce,,1.5,-1" + "OnCase08" "aztecboss_laser_random_8,TurnOn,,0,-1" + "OnCase08" "aztecboss_lasersound_start,PlaySound,,0,-1" + "OnCase08" "aztecboss_laserexplosion_random_8,Explode,,2,-1" + "OnCase08" "aztecboss_sound_random_8,PlaySound,,2,-1" + "OnCase08" "aztecboss_laser_random_8,TurnOff,,1.5,-1" + "OnCase08" "aztecboss_lasersound_startshoot,PlaySound,,1.5,-1" + "OnCase08" "aztec_laser_particle_8,Stop,,1.4,-1" + "OnCase08" "aztec_laser_particle_8,Start,,1.5,-1" + "OnCase08" "aztec_laser_spark_1,SparkOnce,,1.5,-1" + "OnCase09" "aztecboss_laser_random_9,TurnOn,,0,-1" + "OnCase09" "aztecboss_lasersound_start,PlaySound,,0,-1" + "OnCase09" "aztecboss_laserexplosion_random_9,Explode,,2,-1" + "OnCase09" "aztecboss_sound_random_9,PlaySound,,2,-1" + "OnCase09" "aztecboss_laser_random_9,TurnOff,,1.5,-1" + "OnCase09" "aztecboss_lasersound_startshoot,PlaySound,,1.5,-1" + "OnCase09" "aztec_laser_particle_9,Stop,,1.4,-1" + "OnCase09" "aztec_laser_particle_9,Start,,1.5,-1" + "OnCase09" "aztec_laser_spark_1,SparkOnce,,1.5,-1" + "OnCase10" "aztecboss_laser_random_10,TurnOn,,0,-1" + "OnCase10" "aztecboss_lasersound_start,PlaySound,,0,-1" + "OnCase10" "aztecboss_laserexplosion_random_10,Explode,,2,-1" + "OnCase10" "aztecboss_sound_random_10,PlaySound,,2,-1" + "OnCase10" "aztecboss_laser_random_10,TurnOff,,1.5,-1" + "OnCase10" "aztecboss_lasersound_startshoot,PlaySound,,1.5,-1" + "OnCase10" "aztec_laser_particle_10,Stop,,1.4,-1" + "OnCase10" "aztec_laser_particle_10,Start,,1.5,-1" + "OnCase10" "aztec_laser_spark_1,SparkOnce,,1.5,-1" + } +} +filter: +{ + "targetname" "/aztecboss_relay_random.*/" + "classname" "logic_relay" +} +modify: +{ + match: + { + "targetname" "path_1_11" + "classname" "path_track" + "hammerid" "630596" + } + delete: + { + "OnPass" "pred_1,Kill,,2,-1" + "OnPass" "train_1_1,Kill,,2,-1" + "OnPass" "relay_aztecboss_1,Trigger,,2,-1" + } + insert: + { + "OnPass" "pred_1,Kill,,0,-1" + "OnPass" "train_1_1,Kill,,0,-1" + "OnPass" "tem_aztecfight_2,ForceSpawn,,0,-1" + "OnPass" "predboss_2,SetAnimation,Luffaren_predprotect_02.smd,0.1,-1" + "OnPass" "pred_train_2,StartForward,,2.5,-1" + "OnPass" "server,Command,say ***KILL IT***,0,-1" + } +} +filter: +{ + "targetname" "relay_aztecboss_1" + "classname" "logic_relay" + "hammerid" "630417" +} +filter: +{ + "targetname" "relay_aztecbossfight_starter" + "classname" "logic_relay" + "hammerid" "630353" +} +modify: +{ + match: + { + "classname" "func_button" + "hammerid" "3883357" + } + delete: + { + "OnPressed" "map_tele_case_2,InValue,1,40,1" + } + insert: + { + "OnPressed" "server,Command,say ***TELEPORTING EVERYONE TO COMPLEX ELEVATOR***,40,1" + "OnPressed" "map_teleporter_4,Enable,,40,-1" + } +} +modify: +{ + match: + { + "classname" "trigger_multiple" + "hammerid" "3334326" + } + delete: + { + "OnTrigger" "map_tele_case_2,InValue,2,30,1" + } +} +modify: +{ + match: + { + "targetname" "cboss_INIT_TRIGGER_2" + "classname" "trigger_once" + "hammerid" "2889362" + } + delete: + { + "OnStartTouch" "map_tele_case_2,InValue,2,30,1" + } + insert: + { + "OnStartTouch" "server,Command,say ***TELEPORTING EVERYONE TO COMPLEX CORE***,30,1" + "OnStartTouch" "map_teleporter_5,Enable,,30,-1" + } +} +modify: +{ + match: + { + "targetname" "cboss_INIT_TRIGGER" + "classname" "trigger_hurt" + "hammerid" "2079782" + } + delete: + { + "OnStartTouch" "cboss_start_relay_1,Trigger,,15,-1" + "OnStartTouch" "cboss_predatorhealth_counter,Add,155,0,-1" + "OnStartTouch" "cboss_predator_interuptcounter_setvalue,Add,35,0,-1" + } + insert: + { + "OnStartTouch" "cboss_predatorhealth_counter,Add,200,0,-1" + "OnStartTouch" "cboss_predator_interuptcounter_setvalue,Add,28,0,-1" + "OnStartTouch" "server,Command,say ***TELEPORTING EVERYONE TO COMPLEX CORE***,30,1" + "OnStartTouch" "map_teleporter_5,Enable,,30,1" + "OnStartTouch" "cboss_start_particle_1,Stop,,17.4,1" + "OnStartTouch" "cboss_start_particle_1,Start,,17.5,1" + "OnStartTouch" "cboss_template,ForceSpawn,,19,1" + "OnStartTouch" "cboss_attack_chooser,PickRandom,,25,1" + "OnStartTouch" "server,Command,say ***ITS THE PREDATOR!***,18.5,1" + "OnStartTouch" "cboss_interupt_relay,Enable,,25,1" + "OnStartTouch" "cboss_interupt_relay_nade,Enable,,25,1" + "OnStartTouch" "cboss_predator_interuptcounter_setvalue,GetValue,,25,1" + "OnStartTouch" "server,Command,shake,17.5,1" + "OnStartTouch" "server,Command,shake,18,1" + "OnStartTouch" "server,Command,shake,18.5,1" + "OnStartTouch" "server,Command,shake,19,1" + "OnStartTouch" "server,Command,shake,19.5,1" + "OnStartTouch" "server,Command,shake,20,1" + "OnStartTouch" "server,Command,shake,20.5,1" + "OnStartTouch" "server,Command,shake,21,1" + "OnStartTouch" "server,Command,shake,21.5,1" + "OnStartTouch" "cboss_orb_tesla_2,DoSpark,,17.5,1" + "OnStartTouch" "cboss_orb_tesla_2,DoSpark,,18,1" + "OnStartTouch" "cboss_orb_tesla_2,DoSpark,,18.5,1" + "OnStartTouch" "cboss_orb_tesla_2,DoSpark,,19,1" + "OnStartTouch" "cboss_orb_tesla_2,DoSpark,,19.5,1" + "OnStartTouch" "cboss_orb_tesla_2,DoSpark,,20,1" + "OnStartTouch" "cboss_s_case,Trigger,,19,1" + "OnStartTouch" "cboss_cage_breakable,Break,,135,1" + "OnStartTouch" "cboss_predator,SetAnimation,Luffaren_cboss_buildup.smd,25,1" + "OnStartTouch" "cboss_INIT_TRIGGER,Disable,,18.5,1" + "OnStartTouch" "music_s2_3,PlaySound,,16,1" + "OnStartTouch" "music_s1_3,Volume,0,16,1" + "OnStartTouch" "map_tele_case_2,InValue,2,20,1" + "OnStartTouch" "vent_break_2,Break,,16,1" + } +} +filter: +{ + "targetname" "cboss_start_relay_1" + "classname" "logic_relay" + "hammerid" "2079788" +} +modify: +{ + match: + { + "classname" "trigger_push" + "hammerid" "1169201" + } + delete: + { + "OnStartTouch" "map_tele_case_2,InValue,3,0,1" + } + insert: + { + "OnStartTouch" "server,Command,say ***TELEPORTING EVERYONE TO SPACESHIP ENTRANCE***,0,1" + "OnStartTouch" "map_teleporter_6,Enable,,0,1" + "OnStartTouch" "server,Command,sv_enablebunnyhopping 1,1,1" + } +} +filter: +{ + "targetname" "/map_tele_case.*/" + "classname" "logic_case" +} +add: +{ + "origin" "-2123 3031 2670" + "targetname" "filter_no_ct" + "Negated" "1" + "filterteam" "3" + "classname" "filter_activator_team" +} +modify: +{ + match: + { + "targetname" "w_pushgun_push" + "classname" "trigger_push" + "hammerid" "3757201" + } + replace: + { + "filtername" "filter_no_ct" + } +} +modify: +{ + match: + { + "targetname" "w_minigun_affect" + "classname" "trigger_hurt" + "hammerid" "3756515" + } + replace: + { + "filtername" "filter_no_ct" + } +} +modify: +{ + match: + { + "targetname" "w_minigun_affect" + "classname" "trigger_push" + "hammerid" "3756518" + } + replace: + { + "filtername" "filter_no_ct" + } +} +modify: +{ + match: + { + "targetname" "w_gauss_laser_1" + "classname" "trigger_hurt" + "hammerid" "3756498" + } + replace: + { + "filtername" "filter_no_ct" + } +} +modify: +{ + match: + { + "targetname" "w_acid_affect_1" + "classname" "trigger_multiple" + "hammerid" "3759835" + } + replace: + { + "filtername" "filter_no_ct" + } +} +modify: +{ + match: + { + "targetname" "w_flame_affect" + "classname" "trigger_multiple" + "hammerid" "3756739" + } + replace: + { + "filtername" "filter_no_ct" + } +} +filter: +{ + "targetname" "w_pushgun_filter" + "classname" "filter_activator_team" +} + +filter: +{ + "targetname" "w_flame_filter" + "classname" "filter_activator_team" +} + +filter: +{ + "targetname" "w_acid_filter_1" + "classname" "filter_activator_team" +} +filter: +{ + "targetname" "w_gauss_filter_1" + "classname" "filter_activator_team" +} +filter: +{ + "targetname" "w_minigun_filter" + "classname" "filter_activator_team" +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/predator theme - jungle runboosted.mp3" + } + replace: + { + "message" "#luffaren/predator theme - jungle runboosted.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/predator theme - danger closing inboosted.mp3" + } + replace: + { + "message" "#luffaren/predator theme - danger closing inboosted.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/rock_music_1.mp3" + } + replace: + { + "message" "#luffaren/rock_music_1.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/predator - finalmusic - 2.mp3" + } + replace: + { + "message" "#luffaren/predator - finalmusic - 2.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/swampthing3.mp3" + } + replace: + { + "message" "#luffaren/swampthing3.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/navras.mp3" + } + replace: + { + "message" "#luffaren/navras.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/06 - the normandy reborn.mp3" + } + replace: + { + "message" "#luffaren/06 - the normandy reborn.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/metroid prime music- parasite queen battle.mp3" + } + replace: + { + "message" "#luffaren/metroid prime music- parasite queen battle.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/crysis warhead o.s.t - main menu theme.mp3" + } + replace: + { + "message" "#luffaren/crysis warhead o.s.t - main menu theme.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/(disc 2) 11 - the end run.mp3" + } + replace: + { + "message" "#luffaren/(disc 2) 11 - the end run.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/predator - finalmusic - 1.mp3" + } + replace: + { + "message" "#luffaren/predator - finalmusic - 1.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/metroid prime music- meta ridley battle.mp3" + } + replace: + { + "message" "#luffaren/metroid prime music- meta ridley battle.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/immediate music- serenata immortale.mp3" + } + replace: + { + "message" "#luffaren/immediate music- serenata immortale.mp3" + } +} +modify: +{ + match: + { + "classname" "ambient_generic" + "message" "luffaren/(disc 2) 12 - suicide mission.mp3" + } + replace: + { + "message" "#luffaren/(disc 2) 12 - suicide mission.mp3" + } +} \ No newline at end of file diff --git a/ze_random_v9.cfg b/ze_random_v9.cfg index 87a0512..36ee813 100644 --- a/ze_random_v9.cfg +++ b/ze_random_v9.cfg @@ -951,4 +951,81 @@ add: "DisableBoneFollowers" "1" "angles" "-90 180 0" "classname" "prop_dynamic_override" -} \ No newline at end of file +} + +;-------------------------------------------------------------------- +;STRIPPER CFG BY BotoX +;-------------------------------------------------------------------- +;Fail Nade: Add "512: Damage Activates" to spawnflags +;---------------------------------------------------- + +modify: +{ + match: + { + "origin" "16088 -15456 14944" + "targetname" "FilterV" + "classname" "filter_activator_team" + "hammerid" "1362142" + } + insert: + { + "OnPass" "V,Lock,,0,1" + } +} + +modify: +{ + match: + { + "origin" "16064 -15456 14944" + "targetname" "FilterV2" + "classname" "filter_activator_team" + "hammerid" "1362165" + } + insert: + { + "OnPass" "V2,Lock,,0,1" + } +} + + +modify: +{ + match: + { + "classname" "func_button" + "targetname" "V" + "origin" "16144 -15456 14990.3" + "hammerid" "1052061" + } + replace: + { + "spawnflags" "3585" + "wait" "0.02" + } + insert: + { + "damagefilter" "FilterCT" + } +} + +modify: +{ + match: + { + "classname" "func_button" + "targetname" "V2" + "origin" "14896 -15584 14990.3" + "hammerid" "1052357" + } + replace: + { + "spawnflags" "3585" + "wait" "0.02" + } + insert: + { + "damagefilter" "FilterCT" + } +} diff --git a/ze_rizomata_s1_3.cfg b/ze_rizomata_s1_3.cfg index b282329..313559a 100644 --- a/ze_rizomata_s1_3.cfg +++ b/ze_rizomata_s1_3.cfg @@ -252,3 +252,27 @@ add: "rendermode" "10" } +;lower some tp heights to prevent a surf for zombies to get ahead during lvl 5 boss fight ascension phase + +modify: +{ + match: + { + "classname" "logic_case" + "targetname" "5_boss_enragetele_case1" + } + delete: + { + "OnCase01" "!activator,AddOutput,origin -6854 -4174 -4251,0,-1" + "OnCase02" "!activator,AddOutput,origin -6854 1598 -4251,0,-1" + "OnCase03" "!activator,AddOutput,origin -1082 -4174 -4251,0,-1" + "OnCase04" "!activator,AddOutput,origin -1082 1598 -4251,0,-1" + } + insert: + { + "OnCase01" "!activator,AddOutput,origin -6854 -4174 -5901,0,-1" + "OnCase02" "!activator,AddOutput,origin -6854 1598 -5901,0,-1" + "OnCase03" "!activator,AddOutput,origin -1082 -4174 -5901,0,-1" + "OnCase04" "!activator,AddOutput,origin -1082 1598 -5901,0,-1" + } +} diff --git a/ze_sg1_missions_v2_1.cfg b/ze_sg1_missions_v2_1.cfg index 4f64c46..9b1c1d5 100644 --- a/ze_sg1_missions_v2_1.cfg +++ b/ze_sg1_missions_v2_1.cfg @@ -21,4 +21,20 @@ modify: "OnTrigger" "t_tele_03,AddOutput,target tele_24,0,-1" "OnTrigger" "t_tele_01,Disable,,0.02,-1" } -} \ No newline at end of file +} + +;------------------------------------ +;STRIPPER TO REMOVE RD ITEM FOR EVENT +------------------------------------- + +;filter: +;{ +; "classname" "weapon_deagle" +; "targetname" "rd_knife" +; "hammerid" "434470" +;} +;{ +; "classname" "prop_dynamic" +; "targetname" "rd" +; "hammerid" "434466" +;} diff --git a/ze_shaun_of_the_dead_b3.cfg b/ze_shaun_of_the_dead_b3.cfg new file mode 100644 index 0000000..a2ffce6 --- /dev/null +++ b/ze_shaun_of_the_dead_b3.cfg @@ -0,0 +1,33 @@ +;-------------------------------------------------------------------- +;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ +;-------------------------------------------------------------------- +;FIX ELEVATOR BLOCK +;------------------- + +modify: +{ + match: + { + "targetname" "lift_underground" + "classname" "func_movelinear" + } + replace: + { + "blockdamage" "99999" + } +} + +modify: +{ + match: + { + "targetname" "underground_lift" + "classname" "func_movelinear" + } + replace: + { + "blockdamage" "99999" + } +} + + diff --git a/ze_shroomforest2_v1_august_event.cfg b/ze_shroomforest2_v1_august_event.cfg new file mode 100644 index 0000000..c300cbd --- /dev/null +++ b/ze_shroomforest2_v1_august_event.cfg @@ -0,0 +1,76 @@ +;-------------------------------------- +;STRIPPER FOR EVENT TO SPAWN LESS ITEMS +;-------------------------------------- + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "TempLevel1" + } + delete: + { + "OnUser1" "ItemTemp_Lvl1,PickRandomShuffle,,0.1,1" + "OnUser1" "ItemOrigin_Lvl1,PickRandomShuffle,,0.13,1" + "OnUser1" "ItemSpawner_Lvl1,ForceSpawn,,0.16,1" + "OnUser1" "ItemTemp_Lvl1,PickRandomShuffle,,0.2,1" + "OnUser1" "ItemOrigin_Lvl1,PickRandomShuffle,,0.23,1" + "OnUser1" "ItemSpawner_Lvl1,ForceSpawn,,0.26,1" + } +} + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "TempLevel2" + } + delete: + { + "OnUser1" "ItemTemp_Lvl2,PickRandomShuffle,,0.1,1" + "OnUser1" "ItemOrigin_Lvl2,PickRandomShuffle,,0.13,1" + "OnUser1" "ItemSpawner_Lvl2,ForceSpawn,,0.16,1" + "OnUser1" "ItemTemp_Lvl2,PickRandomShuffle,,0.20,1" + "OnUser1" "ItemOrigin_Lvl2,PickRandomShuffle,,0.23,1" + "OnUser1" "ItemSpawner_Lvl2,ForceSpawn,,0.26,1" + } +} + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "TempLevel3" + } + delete: + { + "OnUser1" "ItemTemp_Lvl3,PickRandomShuffle,,0.2,1" + "OnUser1" "ItemOrigin_Lvl3,PickRandomShuffle,,0.23,1" + "OnUser1" "ItemSpawner_Lvl3,ForceSpawn,,0.26,1" + "OnUser1" "ItemTemp_Lvl3,PickRandomShuffle,,0.3,1" + "OnUser1" "ItemOrigin_Lvl3,PickRandomShuffle,,0.33,1" + "OnUser1" "ItemSpawner_Lvl3,ForceSpawn,,0.36,1" + } +} + +;-------------------------------------------------------------------- +;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ +;-------------------------------------------------------------------- +;HP FIX FOR BOSS PLUGIN +;----------------------- + +modify: +{ + match: + { + "targetname" "Satan_HealthCount" + "classname" "math_counter" + } + insert: + { + "OnHitMax" "Satan_HealthCase,FireUser1,,0,1" + } +} diff --git a/ze_shroomforest3_b6_2.cfg b/ze_shroomforest3_b6_2.cfg index 1e41553..fff0efe 100644 --- a/ze_shroomforest3_b6_2.cfg +++ b/ze_shroomforest3_b6_2.cfg @@ -378,4 +378,40 @@ modify: { "OnCase05" "GridHurt*,Kill,,0,1" } -} \ No newline at end of file +} + +;-------------------------------------------- +;TIMELOOP: TRYING TO FIX SATAN GOING UP/DOWN +;-------------------------------------------- + +modify: +{ + match: + { + "targetname" "Satan_Boss_MoveUp" + "classname" "func_door" + } + replace: + { + "ignoredebris" "1" + "forceclosed" "1" + "spawnflags" "8" + } +} + +;------------------------------------------------- +;THANKS ENTWATCH FOR PREVENTING AMMO INFINITE USE +;------------------------------------------------- + +modify: +{ + match: + { + "targetname" "Item_Ammo_Filter" + } + insert: + { + "OnPass" "Item_Ammo_Button,Lock,,0,-1" + "OnPass" "Item_Ammo_Button,Unlock,,45,-1" + } +} diff --git a/ze_shroomforest3_b6_2_august_event.cfg b/ze_shroomforest3_b6_2_august_event.cfg new file mode 100644 index 0000000..089b4c9 --- /dev/null +++ b/ze_shroomforest3_b6_2_august_event.cfg @@ -0,0 +1,484 @@ +;-------------------------------------- +;STRIPPER FOR EVENT TO SPAWN LESS ITEMS +;-------------------------------------- + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "TempLvl1" + } + delete: + { + "OnUser1" "ItemTemp_Lvl1,PickRandomShuffle,,0.1,1" + "OnUser1" "ItemOrigin_Lvl1,PickRandomShuffle,,0.13,1" + "OnUser1" "ItemSpawner_Lvl1,ForceSpawn,,0.16,1" + } +} + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "TempLvl2" + } + delete: + { + "OnUser1" "ItemTemp_Lvl2,PickRandomShuffle,,0.1,1" + "OnUser1" "ItemOrigin_Lvl2,PickRandomShuffle,,0.13,1" + "OnUser1" "ItemSpawner_Lvl2,ForceSpawn,,0.16,1" + } +} + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "TempLvl3" + } + delete: + { + "OnUser1" "ItemTemp_Lvl3,PickRandomShuffle,,0.1,1" + "OnUser1" "ItemOrigin_Lvl3,PickRandomShuffle,,0.13,1" + "OnUser1" "ItemSpawner_Lvl3,ForceSpawn,,0.16,1" + } +} + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "TempLvl7" + } + delete: + { + "OnUser1" "ItemTemp_Lvl7,PickRandomShuffle,,0.1,1" + "OnUser1" "ItemOrigin_Lvl7,PickRandomShuffle,,0.13,1" + "OnUser1" "ItemSpawner_Lvl7,ForceSpawn,,0.16,1" + "OnUser1" "ItemTemp_Lvl7,PickRandomShuffle,,0.2,1" + "OnUser1" "ItemOrigin_Lvl7,PickRandomShuffle,,0.23,1" + "OnUser1" "ItemSpawner_Lvl7,ForceSpawn,,0.26,1" + } +} + +;-------------------------------------------------------------------- +;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ +;-------------------------------------------------------------------- +;LVL1: ANTISHORTCUT BIGGER +;-------------------------- + +add: +{ + "model" "*322" + "targetname" "Lvl1_AntiShortcut" + "spawnobject" "0" + "spawnflags" "0" + "rendermode" "10" + "renderfx" "0" + "rendercolor" "255 255 255" + "renderamt" "255" + "propdata" "0" + "pressuredelay" "0" + "physdamagescale" "1.0" + "PerformanceMode" "0" + "origin" "-0.41 -7555.6 561" + "nodamageforces" "0" + "minhealthdmg" "0" + "material" "10" + "health" "0" + "gibdir" "0 0 0" + "explosion" "0" + "ExplodeRadius" "0" + "explodemagnitude" "0" + "ExplodeDamage" "0" + "disableshadows" "0" + "disablereceiveshadows" "0" + "classname" "func_breakable" + "OnUser1" "!self,Kill,,6,1" +} + +;------------------ +;EXT3: POKEMON GUN +;------------------- + +modify: +{ + match: + { + "targetname" "Item_Bulbasaur_Pistol" + "classname" "weapon_elite" + } + insert: + { + "OnPlayerPickup" "!self,AddOutput,targetname Item_Bulbasaur_Pistol,0,-1" + } +} +modify: +{ + match: + { + "targetname" "Item_Charmander_Pistol" + "classname" "weapon_elite" + } + insert: + { + "OnPlayerPickup" "!self,AddOutput,targetname Item_Charmander_Pistol,0,-1" + } +} +modify: +{ + match: + { + "targetname" "Item_Squirtle_Pistol" + "classname" "weapon_elite" + } + insert: + { + "OnPlayerPickup" "!self,AddOutput,targetname Item_Squirtle_Pistol,0,-1" + } +} +modify: +{ + match: + { + "targetname" "Item_Pikachu_Pistol" + "classname" "weapon_elite" + } + insert: + { + "OnPlayerPickup" "!self,AddOutput,targetname Item_Pikachu_Pistol,0,-1" + } +} +modify: +{ + match: + { + "targetname" "Item_Ditto_Pistol" + "classname" "weapon_elite" + } + insert: + { + "OnPlayerPickup" "!self,AddOutput,targetname Item_Ditto_Pistol,0,-1" + } +} + +;----------------------- +;EXT3: BATTERIES HEALTH +;----------------------- + +modify: +{ + match: + { + "targetname" "House_ClockBattery_Break" + "origin" "9601 -2997 5272" + "classname" "func_breakable" + } + replace: + { + "targetname" "House_ClockBattery_Break1" + } +} + +modify: +{ + match: + { + "targetname" "House_ClockBattery_Break" + "origin" "9601 -2997 5312" + "classname" "func_breakable" + } + replace: + { + "targetname" "House_ClockBattery_Break2" + } +} + +modify: +{ + match: + { + "targetname" "Ext3_BatteryHealth" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "House_ClockBattery_Break,AddHealth,200,0,-1" + } + insert: + { + "OnStartTouch" "House_ClockBattery_Break1,AddHealth,90,0,-1" + "OnStartTouch" "House_ClockBattery_Break2,AddHealth,90,0,-1" + } +} + + +;------------------------ +;TIMELOOP: SHORTCUT CADE +;------------------------ + +modify: +{ + match: + { + "targetname" "Lvl7_Wood1_Trig" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "Lvl7_ClipAntiShortcut,FireUser1,,30,1" + } + insert: + { + "OnStartTouch" "Lvl7_ClipAntiShortcut,FireUser1,,25,1" + } +} + +modify: +{ + match: + { + "targetname" "Lvl7_ClipAntiShortcut" + "classname" "func_wall_toggle" + "hammerid" "1293595" + } + delete: + { + "OnUser1" "!self,Kill,,0,1" + } + insert: + { + "OnUser1" "!self,Kill,,5,1" + } +} + + +modify: +{ + match: + { + "targetname" "Lvl7_ClipAntiShortcut" + "classname" "func_wall_toggle" + "hammerid" "1293599" + } + delete: + { + "OnUser1" "!self,Kill,,10,1" + } + insert: + { + "OnUser1" "!self,Kill,,8,1" + } +} + +modify: +{ + match: + { + "targetname" "Lvl7_ClipAntiShortcut" + "classname" "prop_dynamic" + } + delete: + { + "OnUser1" "!self,Kill,,10,1" + } + insert: + { + "OnUser1" "!self,Kill,,8,1" + } +} + +;-------------------------------------- +;TIMELOOP: BREAK GRID TO PORTAL FASTER +;-------------------------------------- + +modify: +{ + match: + { + "targetname" "Hitler_Boss_SatanMove" + "classname" "func_movelinear" + } + delete: + { + "OnFullyOpen" "Lvl7_Boss_Grid2,Break,,6,1" + } +} + +modify: +{ + match: + { + "targetname" "Hitler_Boss_SatanArm" + "classname" "func_door_rotating" + } + insert: + { + "OnFullyOpen" "Lvl7_Boss_Grid2,Break,,6,1" + } +} + + +;----------------------------- +;TIMELOOP: SATAN TP BEAM WORK +;----------------------------- + +modify: +{ + match: + { + "targetname" "Hitler_Boss_SatanBeam1" + "classname" "path_track" + } + delete: + { + "parentname" "Hitler_Boss_SatanArm" + } + replace: + { + "origin" "2877 8183 -7366" + } +} + +modify: +{ + match: + { + "targetname" "Hitler_Boss_SatanGoDown" + "classname" "func_movelinear" + } + insert: + { + "OnFullyOpen" "Hitler_Boss_SatanBeam1,SetParent,Hitler_Boss_SatanArm,0.1,1" + } +} + +;------------------------------------ +;TIMELOOP: MINES ATTACK INSTANT KILL +;------------------------------------ + +add: +{ + "origin" "9784 1480 6204" + "targetname" "Satan_Boss_PointHurt" + "DamageTarget" "!activator" + "DamageRadius" "256" + "DamageDelay" "1" + "DamageType" "64" + "Damage" "2000" + "classname" "point_hurt" +} + +modify: +{ + match: + { + "targetname" "Attack_Mines_Trigger" + "classname" "trigger_once" + } + insert: + { + "OnStartTouch" "Satan_Boss_PointHurt,Hurt,,0,1" + } +} + +modify: +{ + match: + { + "targetname" "Attack_Mines_Exp" + "classname" "env_explosion" + } + replace: + { + "iRadiusOverride" "0" + "iMagnitude" "0" + } +} + +modify: +{ + match: + { + "targetname" "BossEnds_Case" + "classname" "logic_case" + } + insert: + { + "OnCase05" "Satan_Boss_PointHurt,Kill,,0,1" + } +} + +;-------------------------------- +;TIMELOOP: FILTER NPC TO CT ONLY +;-------------------------------- + +modify: +{ + match: + { + "targetname" "MinionNpc_Trigger" + "classname" "trigger_multiple" + } + insert: + { + "filtername" "Map_Filter_CT" + } +} + +;------------------------------------------ +;TIMELOOP: KILL BEAM HURT AFTER SATAN BOSS +;------------------------------------------ + +modify: +{ + match: + { + "targetname" "BossEnds_Case" + "classname" "logic_case" + } + insert: + { + "OnCase05" "GridHurt*,Kill,,0,1" + } +} + +;-------------------------------------------- +;TIMELOOP: TRYING TO FIX SATAN GOING UP/DOWN +;-------------------------------------------- + +modify: +{ + match: + { + "targetname" "Satan_Boss_MoveUp" + "classname" "func_door" + } + replace: + { + "ignoredebris" "1" + "forceclosed" "1" + "spawnflags" "8" + } +} + +;------------------------------------------------- +;THANKS ENTWATCH FOR PREVENTING AMMO INFINITE USE +;------------------------------------------------- + +modify: +{ + match: + { + "targetname" "Item_Ammo_Filter" + } + insert: + { + "OnPass" "Item_Ammo_Button,Lock,,0,-1" + "OnPass" "Item_Ammo_Button,Unlock,,45,-1" + } +} diff --git a/ze_shroomforest3_b6_2_june_event.cfg b/ze_shroomforest3_b6_2_june_event.cfg new file mode 100644 index 0000000..8c73c42 --- /dev/null +++ b/ze_shroomforest3_b6_2_june_event.cfg @@ -0,0 +1,847 @@ +;------------------------ +;EVENT: ITEMS 2 USES MAX +;------------------------ + +modify: +{ + match: + { + "targetname" "Item_Heal_Filter" + } + delete: + { + "OnPass" "Item_Heal_Hurt,Enable,,0,-1" + "OnPass" "Item_Heal_Hurt,Disable,,8,-1" + "OnPass" "Item_Heal_Son,PlaySound,,0,-1" + "OnPass" "Item_Heal_Button,Lock,,0,-1" + "OnPass" "Item_Heal_Button,Unlock,,45,-1" + "OnPass" "Item_Heal_Rotating,Stop,,0,-1" + "OnPass" "Item_Heal_Rotating,Start,,45,-1" + "OnPass" "Item_Heal_Cross,Skin,1,0,-1" + "OnPass" "Item_Heal_Branch,Test,,0,-1" + } + insert: + { + "OnPass" "Item_Heal_Hurt,Enable,,0,2" + "OnPass" "Item_Heal_Hurt,Disable,,8,2" + "OnPass" "Item_Heal_Son,PlaySound,,0,2" + "OnPass" "Item_Heal_Button,Lock,,0,2" + "OnPass" "Item_Heal_Button,Unlock,,45,1" + "OnPass" "Item_Heal_Rotating,Stop,,0,2" + "OnPass" "Item_Heal_Rotating,Start,,45,1" + "OnPass" "Item_Heal_Cross,Skin,1,0,2" + "OnPass" "Item_Heal_Branch,Test,,0,2" + } +} +modify: +{ + match: + { + "targetname" "Item_Ammo_Filter" + } + delete: + { + "OnPass" "Item_Ammo_Timer,Enable,,0,-1" + "OnPass" "Item_Ammo_Timer,Disable,,10,-1" + "OnPass" "Item_Ammo_Sound,PlaySound,,0,-1" + "OnPass" "Item_Ammo_Branch,Test,,0,-1" + } + insert: + { + "OnPass" "Item_Ammo_Timer,Enable,,0,2" + "OnPass" "Item_Ammo_Timer,Disable,,10,2" + "OnPass" "Item_Ammo_Sound,PlaySound,,0,2" + "OnPass" "Item_Ammo_Branch,Test,,0,2" + } +} +modify: +{ + match: + { + "targetname" "Item_Ammo_Branch" + } + delete: + { + "OnFalse" "Item_Ammo_Model,Start,,45,-1" + "OnTrue" "Item_Ammo_Model2,Start,,45,-1" + } + insert: + { + "OnFalse" "Item_Ammo_Model,Start,,45,1" + "OnTrue" "Item_Ammo_Model2,Start,,45,1" + } +} + + +modify: +{ + match: + { + "targetname" "Item_Fire_Filter" + } + delete: + { + "OnPass" "Item_Fire_Son,PlaySound,,0,-1" + "OnPass" "Item_Fire_Temp_Maker,ForceSpawn,,0,-1" + "OnPass" "Item_Fire_Model,Enable,,59.5,-1" + "OnPass" "Item_Fire_Model,Disable,,0,-1" + "OnPass" "Item_Fire_Button,Lock,,0,-1" + "OnPass" "Item_Fire_Button,Unlock,,60,-1" + "OnPass" "Item_Fire_Branch,Test,,0,-1" + } + insert: + { + "OnPass" "Item_Fire_Son,PlaySound,,0,2" + "OnPass" "Item_Fire_Temp_Maker,ForceSpawn,,0,2" + "OnPass" "Item_Fire_Model,Enable,,59.5,1" + "OnPass" "Item_Fire_Model,Disable,,0,2" + "OnPass" "Item_Fire_Button,Lock,,0,2" + "OnPass" "Item_Fire_Button,Unlock,,60,1" + "OnPass" "Item_Fire_Branch,Test,,0,2" + } +} +modify: +{ + match: + { + "targetname" "Item_Fire_Branch" + } + delete: + { + "OnFalse" "Item_Fire_Model_Particle,Start,,60,-1" + "OnTrue" "Item_Fire_Model_Particle2,Start,,60,-1" + } + insert: + { + "OnFalse" "Item_Fire_Model_Particle,Start,,60,1" + "OnTrue" "Item_Fire_Model_Particle2,Start,,60,1" + } +} + +modify: +{ + match: + { + "targetname" "Item_Electro_Filter" + } + delete: + { + "OnPass" "Item_Electro_Maker,ForceSpawn,,0,-1" + "OnPass" "Item_Electro_Button,Lock,,0,-1" + "OnPass" "Item_Electro_Button,Unlock,,60,-1" + "OnPass" "Item_Electro_Model_Part,Stop,,0,-1" + "OnPass" "Item_Electro_Model,Disable,,0,-1" + "OnPass" "Item_Electro_Model,Enable,,60,-1" + "OnPass" "Item_Electro_Model_Part,Start,,60,-1" + } + insert: + { + "OnPass" "Item_Electro_Maker,ForceSpawn,,0,2" + "OnPass" "Item_Electro_Button,Lock,,0,2" + "OnPass" "Item_Electro_Button,Unlock,,60,1" + "OnPass" "Item_Electro_Model_Part,Stop,,0,2" + "OnPass" "Item_Electro_Model,Disable,,0,2" + "OnPass" "Item_Electro_Model,Enable,,60,1" + "OnPass" "Item_Electro_Model_Part,Start,,60,1" + } +} +modify: +{ + match: + { + "targetname" "Item_Squirtle_Filter" + } + delete: + { + "OnPass" "Item_Squirtle_Button,Lock,,0,-1" + "OnPass" "Item_Squirtle_PokeballTop,Enable,,60,-1" + "OnPass" "Item_Squirtle_PokeballBottom,Enable,,60,-1" + "OnPass" "Item_Squirtle_Button,Unlock,,60,-1" + "OnPass" "Item_Squirtle_PokeballDoor,Open,,0,-1" + "OnPass" "Map_Speedmod,ModifySpeed,0,0,-1" + "OnPass" "Map_Speedmod,ModifySpeed,1,0.6,-1" + } + insert: + { + "OnPass" "Item_Squirtle_Button,Lock,,0,2" + "OnPass" "Item_Squirtle_PokeballTop,Enable,,60,1" + "OnPass" "Item_Squirtle_PokeballBottom,Enable,,60,1" + "OnPass" "Item_Squirtle_Button,Unlock,,60,1" + "OnPass" "Item_Squirtle_PokeballDoor,Open,,0,2" + "OnPass" "Map_Speedmod,ModifySpeed,0,0,2" + "OnPass" "Map_Speedmod,ModifySpeed,1,0.6,2" + } +} +modify: +{ + match: + { + "targetname" "Item_Bulbasaur_Filter" + } + delete: + { + "OnPass" "Item_Bulbasaur_Button,Lock,,0,-1" + "OnPass" "Item_Bulbasaur_PokeballTop,Enable,,60,-1" + "OnPass" "Item_Bulbasaur_PokeballBottom,Enable,,60,-1" + "OnPass" "Item_Bulbasaur_Button,Unlock,,60,-1" + "OnPass" "Item_Bulbasaur_PokeballDoor,Open,,0,-1" + "OnPass" "Map_Speedmod,ModifySpeed,1,0.6,-1" + "OnPass" "Map_Speedmod,ModifySpeed,0,0,-1" + } + insert: + { + "OnPass" "Item_Bulbasaur_Button,Lock,,0,2" + "OnPass" "Item_Bulbasaur_PokeballTop,Enable,,60,1" + "OnPass" "Item_Bulbasaur_PokeballBottom,Enable,,60,1" + "OnPass" "Item_Bulbasaur_Button,Unlock,,60,1" + "OnPass" "Item_Bulbasaur_PokeballDoor,Open,,0,2" + "OnPass" "Map_Speedmod,ModifySpeed,1,0.6,2" + "OnPass" "Map_Speedmod,ModifySpeed,0,0,2" + } +} +modify: +{ + match: + { + "targetname" "Item_Charmander_Filter" + } + delete: + { + "OnPass" "Item_Charmander_Button,Lock,,0,-1" + "OnPass" "Item_Charmander_PokeballTop,Enable,,60,-1" + "OnPass" "Item_Charmander_PokeballBottom,Enable,,60,-1" + "OnPass" "Item_Charmander_Button,Unlock,,60,-1" + "OnPass" "Item_Charmander_PokeballDoor,Open,,0,-1" + "OnPass" "Map_Speedmod,ModifySpeed,1,0.6,-1" + "OnPass" "Map_Speedmod,ModifySpeed,0,0,-1" + } + insert: + { + "OnPass" "Item_Charmander_Button,Lock,,0,2" + "OnPass" "Item_Charmander_PokeballTop,Enable,,60,1" + "OnPass" "Item_Charmander_PokeballBottom,Enable,,60,1" + "OnPass" "Item_Charmander_Button,Unlock,,60,1" + "OnPass" "Item_Charmander_PokeballDoor,Open,,0,2" + "OnPass" "Map_Speedmod,ModifySpeed,1,0.6,2" + "OnPass" "Map_Speedmod,ModifySpeed,0,0,2" + } +} +modify: +{ + match: + { + "targetname" "Item_Pikachu_Filter" + } + delete: + { + "OnPass" "Item_Pikachu_Button,Lock,,0,-1" + "OnPass" "Item_Pikachu_PokeballTop,Enable,,60,-1" + "OnPass" "Item_Pikachu_PokeballBottom,Enable,,60,-1" + "OnPass" "Item_Pikachu_Button,Unlock,,60,-1" + "OnPass" "Item_Pikachu_PokeballDoor,Open,,0,-1" + "OnPass" "Map_Speedmod,ModifySpeed,1,0.6,-1" + "OnPass" "Map_Speedmod,ModifySpeed,0,0,-1" + } + insert: + { + "OnPass" "Item_Pikachu_Button,Lock,,0,2" + "OnPass" "Item_Pikachu_PokeballTop,Enable,,60,1" + "OnPass" "Item_Pikachu_PokeballBottom,Enable,,60,1" + "OnPass" "Item_Pikachu_Button,Unlock,,60,1" + "OnPass" "Item_Pikachu_PokeballDoor,Open,,0,2" + "OnPass" "Map_Speedmod,ModifySpeed,1,0.6,2" + "OnPass" "Map_Speedmod,ModifySpeed,0,0,2" + } +} +modify: +{ + match: + { + "targetname" "Item_Ditto_Filter" + } + delete: + { + "OnPass" "Item_Ditto_Button,Lock,,0,-1" + "OnPass" "Item_Ditto_PokeballTop,Enable,,60,-1" + "OnPass" "Item_Ditto_PokeballBottom,Enable,,60,-1" + "OnPass" "Item_Ditto_Button,Unlock,,60,-1" + "OnPass" "Item_Ditto_PokeballDoor,Open,,0,-1" + "OnPass" "Map_Speedmod,ModifySpeed,1,0.6,-1" + "OnPass" "Map_Speedmod,ModifySpeed,0,0,-1" + } + insert: + { + "OnPass" "Item_Ditto_Button,Lock,,0,2" + "OnPass" "Item_Ditto_PokeballTop,Enable,,60,1" + "OnPass" "Item_Ditto_PokeballBottom,Enable,,60,1" + "OnPass" "Item_Ditto_Button,Unlock,,60,1" + "OnPass" "Item_Ditto_PokeballDoor,Open,,0,2" + "OnPass" "Map_Speedmod,ModifySpeed,1,0.6,2" + "OnPass" "Map_Speedmod,ModifySpeed,0,0,2" + } +} + +modify: +{ + match: + { + "targetname" "Item_Earth_Filter" + } + delete: + { + "OnPass" "Item_Earth_Temp_Maker,ForceSpawn,,0,-1" + "OnPass" "Item_Earth_Wall,Close,,0.05,-1" + "OnPass" "Item_Earth_Wall,Kill,,7,-1" + "OnPass" "Item_Earth_Son,PlaySound,,0,-1" + "OnPass" "Item_Earth_Model_Particle,Start,,45,-1" + "OnPass" "Item_Earth_Model_Particle,Stop,,0,-1" + "OnPass" "Item_Earth_Model,Disable,,0,-1" + "OnPass" "Item_Earth_Model,Enable,,45,-1" + "OnPass" "Item_Earth_Button,Lock,,0,-1" + "OnPass" "Item_Earth_Button,Unlock,,45,-1" + "OnPass" "Item_Earth_Wall2,Kill,,7,-1" + "OnPass" "Item_Earth_Wall2,Close,,0.05,-1" + } + insert: + { + "OnPass" "Item_Earth_Temp_Maker,ForceSpawn,,0,2" + "OnPass" "Item_Earth_Wall,Close,,0.05,2" + "OnPass" "Item_Earth_Wall,Kill,,7,2" + "OnPass" "Item_Earth_Son,PlaySound,,0,2" + "OnPass" "Item_Earth_Model_Particle,Start,,45,1" + "OnPass" "Item_Earth_Model_Particle,Stop,,0,2" + "OnPass" "Item_Earth_Model,Disable,,0,2" + "OnPass" "Item_Earth_Model,Enable,,45,1" + "OnPass" "Item_Earth_Button,Lock,,0,2" + "OnPass" "Item_Earth_Button,Unlock,,45,1" + "OnPass" "Item_Earth_Wall2,Kill,,7,2" + "OnPass" "Item_Earth_Wall2,Close,,0.05,2" + } +} +modify: +{ + match: + { + "targetname" "Item_Water_Filter" + } + delete: + { + "OnPass" "Item_Water_Maker,ForceSpawn,,0,-1" + "OnPass" "Item_Water_Button,Lock,,0,-1" + "OnPass" "Item_Water_Button,Unlock,,60,-1" + "OnPass" "Item_Water_Son,PlaySound,,0.2,-1" + "OnPass" "Item_Water_Train_Template,ForceSpawn,,0.02,-1" + "OnPass" "Item_Water_Branch,Test,,0,-1" + } + insert: + { + "OnPass" "Item_Water_Maker,ForceSpawn,,0,2" + "OnPass" "Item_Water_Button,Lock,,0,2" + "OnPass" "Item_Water_Button,Unlock,,60,1" + "OnPass" "Item_Water_Son,PlaySound,,0.2,2" + "OnPass" "Item_Water_Train_Template,ForceSpawn,,0.02,2" + "OnPass" "Item_Water_Branch,Test,,0,2" + } +} +modify: +{ + match: + { + "targetname" "Item_Water_Branch" + } + delete: + { + "OnFalse" "Item_Water_Model,Start,,60,-1" + "OnTrue" "Item_Water_Model2,Start,,60,-1" + } + insert: + { + "OnFalse" "Item_Water_Model,Start,,60,1" + "OnTrue" "Item_Water_Model2,Start,,60,1" + } +} +modify: +{ + match: + { + "targetname" "Item_Gravity_Filter" + } + delete: + { + "OnPass" "Item_Gravity_Particle,Start,,0.05,-1" + "OnPass" "Item_Gravity_Trigger,Enable,,0.05,-1" + "OnPass" "Item_Gravity_Trigger,Kill,,8,-1" + "OnPass" "Item_Gravity_Son,PlaySound,,0,-1" + "OnPass" "Item_Gravity_Particle,Kill,,8,-1" + "OnPass" "Item_Gravity_Temp_Maker,ForceSpawn,,0,-1" + "OnPass" "Item_Gravity_Model,Start,,45,-1" + "OnPass" "Item_Gravity_Model,Stop,,0,-1" + "OnPass" "Item_Gravity_Button,Lock,,0,-1" + "OnPass" "Item_Gravity_Button,Unlock,,45,-1" + } + insert: + { + "OnPass" "Item_Gravity_Particle,Start,,0.05,2" + "OnPass" "Item_Gravity_Trigger,Enable,,0.05,2" + "OnPass" "Item_Gravity_Trigger,Kill,,8,2" + "OnPass" "Item_Gravity_Son,PlaySound,,0,2" + "OnPass" "Item_Gravity_Particle,Kill,,8,2" + "OnPass" "Item_Gravity_Temp_Maker,ForceSpawn,,0,2" + "OnPass" "Item_Gravity_Model,Start,,45,1" + "OnPass" "Item_Gravity_Model,Stop,,0,2" + "OnPass" "Item_Gravity_Button,Lock,,0,2" + "OnPass" "Item_Gravity_Button,Unlock,,45,1" + } +} +modify: +{ + match: + { + "targetname" "Item_Wind_Filter" + } + delete: + { + "OnPass" "Item_Wind_Son,PlaySound,,0,-1" + "OnPass" "Item_Wind_Push,Enable,,0.05,-1" + "OnPass" "Item_Wind_Push,Disable,,8,-1" + "OnPass" "Item_Wind_Model,TurnOn,,45,-1" + "OnPass" "Item_Wind_Model,TurnOff,,0,-1" + "OnPass" "Item_Wind_Button,Lock,,0,-1" + "OnPass" "Item_Wind_Button,Unlock,,45,-1" + "OnPass" "Item_Wind_Branch,Test,,0,-1" + } + insert: + { + "OnPass" "Item_Wind_Son,PlaySound,,0,2" + "OnPass" "Item_Wind_Push,Enable,,0.05,2" + "OnPass" "Item_Wind_Push,Disable,,8,2" + "OnPass" "Item_Wind_Model,TurnOn,,45,1" + "OnPass" "Item_Wind_Model,TurnOff,,0,2" + "OnPass" "Item_Wind_Button,Lock,,0,2" + "OnPass" "Item_Wind_Button,Unlock,,45,1" + "OnPass" "Item_Wind_Branch,Test,,0,2" + } +} +modify: +{ + match: + { + "targetname" "Item_Ice_Filter" + } + delete: + { + "OnPass" "Item_Ice_son,PlaySound,,0,-1" + "OnPass" "Item_Ice_Temp_Maker,ForceSpawn,,0,-1" + "OnPass" "Item_Ice_Button,Lock,,0,-1" + "OnPass" "Item_Ice_Button,Unlock,,60,-1" + "OnPass" "Item_Ice_Branch,Test,,0,-1" + } + insert: + { + "OnPass" "Item_Ice_son,PlaySound,,0,2" + "OnPass" "Item_Ice_Temp_Maker,ForceSpawn,,0,2" + "OnPass" "Item_Ice_Button,Lock,,0,2" + "OnPass" "Item_Ice_Button,Unlock,,60,1" + "OnPass" "Item_Ice_Branch,Test,,0,2" + } +} +modify: +{ + match: + { + "targetname" "Item_Ice_Branch" + } + delete: + { + "OnFalse" "Item_Ice_Model,Start,,60,-1" + "OnTrue" "Item_Ice_Model2,Start,,60,-1" + } + insert: + { + "OnFalse" "Item_Ice_Model,Start,,60,1" + "OnTrue" "Item_Ice_Model2,Start,,60,1" + } +} + + +;-------------------------------------------------------------------- +;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ +;-------------------------------------------------------------------- +;LVL1: ANTISHORTCUT BIGGER +;-------------------------- + +add: +{ + "model" "*322" + "targetname" "Lvl1_AntiShortcut" + "spawnobject" "0" + "spawnflags" "0" + "rendermode" "10" + "renderfx" "0" + "rendercolor" "255 255 255" + "renderamt" "255" + "propdata" "0" + "pressuredelay" "0" + "physdamagescale" "1.0" + "PerformanceMode" "0" + "origin" "-0.41 -7555.6 561" + "nodamageforces" "0" + "minhealthdmg" "0" + "material" "10" + "health" "0" + "gibdir" "0 0 0" + "explosion" "0" + "ExplodeRadius" "0" + "explodemagnitude" "0" + "ExplodeDamage" "0" + "disableshadows" "0" + "disablereceiveshadows" "0" + "classname" "func_breakable" + "OnUser1" "!self,Kill,,6,1" +} + +;------------------ +;EXT3: POKEMON GUN +;------------------ + +modify: +{ + match: + { + "targetname" "Item_Bulbasaur_Pistol" + "classname" "weapon_elite" + } + insert: + { + "OnPlayerPickup" "!self,AddOutput,targetname Item_Bulbasaur_Pistol,0,-1" + } +} +modify: +{ + match: + { + "targetname" "Item_Charmander_Pistol" + "classname" "weapon_elite" + } + insert: + { + "OnPlayerPickup" "!self,AddOutput,targetname Item_Charmander_Pistol,0,-1" + } +} +modify: +{ + match: + { + "targetname" "Item_Squirtle_Pistol" + "classname" "weapon_elite" + } + insert: + { + "OnPlayerPickup" "!self,AddOutput,targetname Item_Squirtle_Pistol,0,-1" + } +} +modify: +{ + match: + { + "targetname" "Item_Pikachu_Pistol" + "classname" "weapon_elite" + } + insert: + { + "OnPlayerPickup" "!self,AddOutput,targetname Item_Pikachu_Pistol,0,-1" + } +} +modify: +{ + match: + { + "targetname" "Item_Ditto_Pistol" + "classname" "weapon_elite" + } + insert: + { + "OnPlayerPickup" "!self,AddOutput,targetname Item_Ditto_Pistol,0,-1" + } +} + +;----------------------- +;EXT3: BATTERIES HEALTH +;----------------------- + +modify: +{ + match: + { + "targetname" "House_ClockBattery_Break" + "origin" "9601 -2997 5272" + "classname" "func_breakable" + } + replace: + { + "targetname" "House_ClockBattery_Break1" + } +} + +modify: +{ + match: + { + "targetname" "House_ClockBattery_Break" + "origin" "9601 -2997 5312" + "classname" "func_breakable" + } + replace: + { + "targetname" "House_ClockBattery_Break2" + } +} + +modify: +{ + match: + { + "targetname" "Ext3_BatteryHealth" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "House_ClockBattery_Break,AddHealth,200,0,-1" + } + insert: + { + "OnStartTouch" "House_ClockBattery_Break1,AddHealth,90,0,-1" + "OnStartTouch" "House_ClockBattery_Break2,AddHealth,90,0,-1" + } +} + + +;------------------------ +;TIMELOOP: SHORTCUT CADE +;------------------------ + +modify: +{ + match: + { + "targetname" "Lvl7_Wood1_Trig" + "classname" "trigger_once" + } + delete: + { + "OnStartTouch" "Lvl7_ClipAntiShortcut,FireUser1,,30,1" + } + insert: + { + "OnStartTouch" "Lvl7_ClipAntiShortcut,FireUser1,,25,1" + } +} + +modify: +{ + match: + { + "targetname" "Lvl7_ClipAntiShortcut" + "classname" "func_wall_toggle" + "hammerid" "1293595" + } + delete: + { + "OnUser1" "!self,Kill,,0,1" + } + insert: + { + "OnUser1" "!self,Kill,,5,1" + } +} + + +modify: +{ + match: + { + "targetname" "Lvl7_ClipAntiShortcut" + "classname" "func_wall_toggle" + "hammerid" "1293599" + } + delete: + { + "OnUser1" "!self,Kill,,10,1" + } + insert: + { + "OnUser1" "!self,Kill,,8,1" + } +} + +modify: +{ + match: + { + "targetname" "Lvl7_ClipAntiShortcut" + "classname" "prop_dynamic" + } + delete: + { + "OnUser1" "!self,Kill,,10,1" + } + insert: + { + "OnUser1" "!self,Kill,,8,1" + } +} + +;-------------------------------------- +;TIMELOOP: BREAK GRID TO PORTAL FASTER +;-------------------------------------- + +modify: +{ + match: + { + "targetname" "Hitler_Boss_SatanMove" + "classname" "func_movelinear" + } + delete: + { + "OnFullyOpen" "Lvl7_Boss_Grid2,Break,,6,1" + } +} + +modify: +{ + match: + { + "targetname" "Hitler_Boss_SatanArm" + "classname" "func_door_rotating" + } + insert: + { + "OnFullyOpen" "Lvl7_Boss_Grid2,Break,,6,1" + } +} + + +;----------------------------- +;TIMELOOP: SATAN TP BEAM WORK +;----------------------------- + +modify: +{ + match: + { + "targetname" "Hitler_Boss_SatanBeam1" + "classname" "path_track" + } + delete: + { + "parentname" "Hitler_Boss_SatanArm" + } + replace: + { + "origin" "2877 8183 -7366" + } +} + +modify: +{ + match: + { + "targetname" "Hitler_Boss_SatanGoDown" + "classname" "func_movelinear" + } + insert: + { + "OnFullyOpen" "Hitler_Boss_SatanBeam1,SetParent,Hitler_Boss_SatanArm,0.1,1" + } +} + +;------------------------------------ +;TIMELOOP: MINES ATTACK INSTANT KILL +;------------------------------------ + +add: +{ + "origin" "9784 1480 6204" + "targetname" "Satan_Boss_PointHurt" + "DamageTarget" "!activator" + "DamageRadius" "256" + "DamageDelay" "1" + "DamageType" "64" + "Damage" "2000" + "classname" "point_hurt" +} + +modify: +{ + match: + { + "targetname" "Attack_Mines_Trigger" + "classname" "trigger_once" + } + insert: + { + "OnStartTouch" "Satan_Boss_PointHurt,Hurt,,0,1" + } +} + +modify: +{ + match: + { + "targetname" "Attack_Mines_Exp" + "classname" "env_explosion" + } + replace: + { + "iRadiusOverride" "0" + "iMagnitude" "0" + } +} + +modify: +{ + match: + { + "targetname" "BossEnds_Case" + "classname" "logic_case" + } + insert: + { + "OnCase05" "Satan_Boss_PointHurt,Kill,,0,1" + } +} + +;-------------------------------- +;TIMELOOP: FILTER NPC TO CT ONLY +;-------------------------------- + +modify: +{ + match: + { + "targetname" "MinionNpc_Trigger" + "classname" "trigger_multiple" + } + insert: + { + "filtername" "Map_Filter_CT" + } +} + +;------------------------------------------ +;TIMELOOP: KILL BEAM HURT AFTER SATAN BOSS +;------------------------------------------ + +modify: +{ + match: + { + "targetname" "BossEnds_Case" + "classname" "logic_case" + } + insert: + { + "OnCase05" "GridHurt*,Kill,,0,1" + } +} \ No newline at end of file diff --git a/ze_shroomforest_v4_5.cfg b/ze_shroomforest_v4_5.cfg new file mode 100644 index 0000000..b89714a --- /dev/null +++ b/ze_shroomforest_v4_5.cfg @@ -0,0 +1,30 @@ +;-------------------------------------------------------------------- +;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ +;-------------------------------------------------------------------- +;REMOVE ANTI CAMP AFTER BOSS +;---------------------------- + +modify: +{ + match: + { + "targetname" "Ditto_Counter" + "classname" "math_counter" + } + insert: + { + "OnHitMax" "Lvl2_AFK_Tp3,Kill,,0,1" + } +} +modify: +{ + match: + { + "targetname" "BossEnds_Case" + "classname" "logic_case" + } + insert: + { + "OnCase02" "Lvl2_AFK_Tp3,Kill,,0,1" + } +} diff --git a/ze_shroomforest_v4_5_august_event.cfg b/ze_shroomforest_v4_5_august_event.cfg new file mode 100644 index 0000000..fba446e --- /dev/null +++ b/ze_shroomforest_v4_5_august_event.cfg @@ -0,0 +1,85 @@ +;-------------------------------------- +;STRIPPER FOR EVENT TO SPAWN LESS ITEMS +;-------------------------------------- + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "TempLvl1" + } + delete: + { + "OnUser1" "ItemTemp_Lvl1,PickRandomShuffle,,0.1,1" + "OnUser1" "ItemOrigin_Lvl1,PickRandomShuffle,,0.13,1" + "OnUser1" "ItemSpawner_Lvl1,ForceSpawn,,0.16,1" + } +} + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "TempLvl2" + } + delete: + { + "OnUser1" "ItemTemp_Lvl2,PickRandomShuffle,,0.1,1" + "OnUser1" "ItemOrigin_Lvl2,PickRandomShuffle,,0.13,1" + "OnUser1" "ItemSpawner_Lvl2,ForceSpawn,,0.16,1" + "OnUser1" "ItemTemp_Lvl2,PickRandomShuffle,,0.20,1" + "OnUser1" "ItemOrigin_Lvl2,PickRandomShuffle,,0.23,1" + "OnUser1" "ItemSpawner_Lvl2,ForceSpawn,,0.26,1" + } +} + +modify: +{ + match: + { + "classname" "point_template" + "targetname" "TempLvl3" + } + delete: + { + "OnUser1" "ItemTemp_Lvl3,PickRandomShuffle,,0.1,1" + "OnUser1" "ItemOrigin_Lvl3,PickRandomShuffle,,0.13,1" + "OnUser1" "ItemSpawner_Lvl3,ForceSpawn,,0.16,1" + "OnUser1" "ItemTemp_Lvl3,PickRandomShuffle,,0.2,1" + "OnUser1" "ItemOrigin_Lvl3,PickRandomShuffle,,0.23,1" + "OnUser1" "ItemSpawner_Lvl3,ForceSpawn,,0.26,1" + } +} + +;-------------------------------------------------------------------- +;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ +;-------------------------------------------------------------------- +;REMOVE ANTI CAMP AFTER BOSS +;---------------------------- + +modify: +{ + match: + { + "targetname" "Ditto_Counter" + "classname" "math_counter" + } + insert: + { + "OnHitMax" "Lvl2_AFK_Tp3,Kill,,0,1" + } +} +modify: +{ + match: + { + "targetname" "BossEnds_Case" + "classname" "logic_case" + } + insert: + { + "OnCase02" "Lvl2_AFK_Tp3,Kill,,0,1" + } +} diff --git a/ze_siberia_1990_v1_2c.cfg b/ze_siberia_1990_v1_2c.cfg index 7c8b6fa..c410f11 100644 --- a/ze_siberia_1990_v1_2c.cfg +++ b/ze_siberia_1990_v1_2c.cfg @@ -1,3 +1,30 @@ -exec pointsnormal -zr_ztele_zombie 0 -zr_ztele_max_human 0 \ No newline at end of file +;-------------------------------------------------------- +;FIX ZOMBIES USING ZTELE TO COME BACK TO SPAWN AT THE END +;-------------------------------------------------------- + +modify: +{ + match: + { + "classname" "trigger_once" + "targetname" "hold9Trigger" + } + insert: + { + "OnStartTouch" "ServerCommand,Command,zr_ztele_zombie 0,45,1" + } +} + +modify: +{ + match: + { + "classname" "logic_case" + "targetname" "LevelOutput" + } + insert: + { + "OnCase01" "ServerCommand,Command,zr_ztele_zombie 1,0,1" + "OnCase02" "ServerCommand,Command,zr_ztele_zombie 1,0,1" + } +} diff --git a/ze_snowcrash_escape_vfixed1.cfg b/ze_snowcrash_escape_vfixed1.cfg new file mode 100644 index 0000000..55bef15 --- /dev/null +++ b/ze_snowcrash_escape_vfixed1.cfg @@ -0,0 +1,31 @@ +;------------------ +;INSTANT KILL NUKE +;------------------ + +modify: +{ + match: + { + "targetname" "hurt_2" + "classname" "trigger_hurt" + } + replace: + { + "damagecap" "999999" + "damage" "999999" + } +} + +modify: +{ + match: + { + "targetname" "hurt_1" + "classname" "trigger_hurt" + } + replace: + { + "damagecap" "999999" + "damage" "999999" + } +} \ No newline at end of file diff --git a/ze_stalker_ultimate_v2_3.cfg b/ze_stalker_ultimate_v2_3.cfg index 294bae3..7690ec1 100644 --- a/ze_stalker_ultimate_v2_3.cfg +++ b/ze_stalker_ultimate_v2_3.cfg @@ -68,3 +68,18 @@ modify: "OnTrigger" "TheCurrentLevelPlugin,SetValue,5,0,1" } } + +modify: +{ + match: + { + "classname" "trigger_teleport" + "targetname" "controller_tp" + "hammerid" "1716669" + "origin" "-9182 -9079 -14603" + } + replace: + { + "origin" "-9211 -9079 -14603" + } +} diff --git a/ze_surf_dark_fantasy_v1.cfg b/ze_surf_dark_fantasy_v1.cfg new file mode 100644 index 0000000..8c672a5 --- /dev/null +++ b/ze_surf_dark_fantasy_v1.cfg @@ -0,0 +1,173 @@ +;fix catacomb skillroom killing zombies +modify: +{ + match: + { + "hammerid" "842356" + "classname" "trigger_hurt" + "origin" "11776 -4236 6338" + } + insert: + { + "filtername" "filter_human" + } +} +;invisible wall between zombie and human in the cutscene 3 +add: +{ + "model" "*411" + "targetname" "lvls_true_cutscene3_wall_zh" + "classname" "func_physbox_multiplayer" + "disablereceiveshadows" "1" + "disableshadows" "1" + "health" "999999999" + "massScale" "100" + "material" "8" + "overridescript" "damping,0.5,rotdamping,40" + "PerformanceMode" "1" + "spawnflags" "60417" + "origin" "-7992 7256 1168" +} +;hiding weapons in cutscenes +modify: +{ + match: + { + "hammerid" "1187919" + "classname" "logic_relay" + "targetname" "lvls_castle_capscene" + } + insert: + { + "OnTrigger" "weapon_*,AddOutput,rendermode 1,12,1" + "OnTrigger" "weapon_*,Alpha,0,12.5,1" + "OnTrigger" "weapon_*,Alpha,255,35.1,1" + } +} +modify: +{ + match: + { + "hammerid" "1260708" + "classname" "trigger_once" + "targetname" "lvls_catacomb_trig_capscene" + } + insert: + { + "OnStartTouch" "weapon_*,AddOutput,rendermode 1,6,1" + "OnStartTouch" "weapon_*,Alpha,0,6.5,1" + "OnStartTouch" "weapon_*,Alpha,255,29.1,1" + } +} +modify: +{ + match: + { + "hammerid" "1359758" + "classname" "logic_relay" + "targetname" "lvls_true_bossarena_capscene_relay" + } + insert: + { + "OnTrigger" "weapon_*,AddOutput,rendermode 1,5,1" + "OnTrigger" "weapon_*,Alpha,0,5.5,1" + "OnTrigger" "weapon_*,Alpha,255,61.1,1" + } +} +;more hp bosses +;charon +modify: +{ + match: + { + "hammerid" "1298146" + "classname" "trigger_multiple" + "targetname" "lvls_dd_charon_addhp" + } + insert: + { + "OnStartTouch" "boss_charon_hp,Add,40,0.02,-1" + } +} +;errorgirl +modify: +{ + match: + { + "hammerid" "1377775" + "classname" "trigger_multiple" + "targetname" "lvls_true_bossarena_errorgirl_trig_addhp" + } + insert: + { + "OnStartTouch" "boss_errorgirl_hp,Add,10,0.02,-1" + } +} +;queen +modify: +{ + match: + { + "hammerid" "1391903" + "classname" "trigger_multiple" + "targetname" "lvls_true_bossarena_queen_trig_addhp" + } + insert: + { + "OnStartTouch" "boss_queen_hp,Add,100,0.02,-1" + } +} +;catgirl +modify: +{ + match: + { + "hammerid" "1411584" + "classname" "trigger_multiple" + "targetname" "lvls_true_bossarena_catgirl_trig_addhp" + } + insert: + { + "OnStartTouch" "boss_catgirl_hp,Add,70,0.02,-1" + } +} +;more damage true ending lasers +modify: +{ + match: + { + "hammerid" "1433130" + "classname" "trigger_hurt" + "targetname" "lvls_castle_laser_up_hurt" + } + replace: + { + "damage" "320" + } +} +modify: +{ + match: + { + "hammerid" "1433136" + "classname" "trigger_hurt" + "targetname" "lvls_castle_laser_mid_hurt" + } + replace: + { + "damage" "320" + } +} +modify: +{ + match: + { + "hammerid" "1433145" + "classname" "trigger_hurt" + "targetname" "lvls_castle_laser_down_hurt" + } + replace: + { + "damage" "320" + } +} \ No newline at end of file diff --git a/ze_surf_outside_s2.cfg b/ze_surf_outside_s2.cfg new file mode 100644 index 0000000..4ab4b46 --- /dev/null +++ b/ze_surf_outside_s2.cfg @@ -0,0 +1,17 @@ +modify: +{ + match: + { + "classname" "trigger_once" + "targetname" "escape ruin" + "origin" "4899.5 -7069.5 -11770.5" + } + delete: + { + "OnStartTouch" "escape_block,Toggle,,0,-1" + } + insert: + { + "OnStartTouch" "escape_block,Toggle,,0,1" + } +} diff --git a/ze_tesv_skyrim_v4fix.cfg b/ze_tesv_skyrim_v4fix.cfg index 86a40c8..65a4acd 100644 --- a/ze_tesv_skyrim_v4fix.cfg +++ b/ze_tesv_skyrim_v4fix.cfg @@ -1637,4 +1637,24 @@ add: "hammerid" "2330845" "OnUse" "!activator,AddOutput,OnUser3 speedmod:ModifySpeed:1:0.01:-1,0,-1" "OnUse" "!activator,AddOutput,OnUser4 speedmod:ModifySpeed:1.08:0.01:-1,0,-1" -} \ No newline at end of file +} +;---------- +;BREAK ZM SHORTCUT 2 SECONDS LATER +;---------- +modify: +{ + match: + { + "origin" "-1040 -9624 220" + "classname" "func_button" + "hammerid" "5439" + } + delete: + { + "OnPressed" "wr_brkdown,Break,,24,1" + } + insert: + { + "OnPressed" "wr_brkdown,Break,,26,1" + } +} diff --git a/ze_the_last_chapter_v1_5_css.cfg b/ze_the_last_chapter_v1_5_css.cfg new file mode 100644 index 0000000..8ca469b --- /dev/null +++ b/ze_the_last_chapter_v1_5_css.cfg @@ -0,0 +1,537 @@ +;======================= +; AUTHOR: CLOUD STRIFE +;======================= + + +modify: +{ + match: + { + "classname" "logic_auto" + } + insert: + { + "OnMapSpawn" "Console,Command,zr_respawn 1,0,1" + "OnMapSpawn" "Console,Command,zr_respawn_delay 1,0,1" + } +} + + +;######################## +;# CHAPTER IV # +;######################## + +;======================================================== +; FIRST BOSS +;======================================================== +add: +{ + "classname" "logic_compare" + "targetname" "nrk4_dog_compare" + "CompareValue" "5" + "InitialValue" "1" + "OnEqualTo" "nrk4_random_timers,Disable,,0,-1" + "OnGreaterThan" "nrk4_random_timers,Disable,,0,-1" + "OnLessThan" "nrk4_random_timers,Enable,,0,-1" +} + +add: +{ + "classname" "math_counter" + "targetname" "nrk4_dog_amount" + "StartDisabled" "0" + "min" "0" + "max" "100" + "startvalue" "0" + "OutValue" "nrk4_dog_compare,SetValueCompare,,0,-1" +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk4_npc_spawner_1" + } + insert: + { + "OnEntitySpawned" "nrk4_dog_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk4_npc_spawner_2" + } + insert: + { + "OnEntitySpawned" "nrk4_dog_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk4_npc_spawner_3" + } + insert: + { + "OnEntitySpawned" "nrk4_dog_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk4_npc_spawner_4" + } + insert: + { + "OnEntitySpawned" "nrk4_dog_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "func_physbox" + "targetname" "nrk_npc_hitbox" + "hammerid" "741703" + } + insert: + { + "OnBreak" "nrk4_dog_amount,Subtract,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "logic_case" + "targetname" "nrk4_random_case" + } + delete: + { + "OnCase05" "nrk4_npc_spawner_1,ForceSpawn,,0.01,-1" + "OnCase05" "nrk4_npc_spawner_3,ForceSpawn,,0.01,-1" + "OnCase05" "nrk4_npc_spawner_2,ForceSpawn,,0.01,-1" + "OnCase06" "nrk4_npc_spawner_4,ForceSpawn,,0.01,-1" + "OnCase07" "nrk4_npc_spawner_4,ForceSpawn,,0.01,-1" + "OnCase07" "nrk4_npc_spawner_3,ForceSpawn,,0.01,-1" + "OnCase07" "nrk4_npc_spawner_2,ForceSpawn,,0.01,-1" + "OnCase07" "nrk4_npc_spawner_1,ForceSpawn,,0.01,-1" + } +} + +modify : +{ + match: + { + "classname" "logic_timer" + "targetname" "nrk4_random_timers" + } + replace: + { + "LowerRandomBound" "1" + "UpperRandomBound" "2" + } +} + +;======================================================== +; SECOND BOSS +;======================================================== +add: +{ + "classname" "math_counter" + "targetname" "nrk4_npc_amount" + "StartDisabled" "0" + "min" "0" + "max" "100" + "startvalue" "0" + "OutValue" "nrk4_npc_compare,SetValueCompare,,0,-1" +} + +add: +{ + "classname" "logic_compare" + "targetname" "nrk4_npc_compare" + "CompareValue" "5" + "InitialValue" "0" + "OnEqualTo" "nrk4_seeker_relay,Disable,,0,-1" + "OnGreaterThan" "nrk4_seeker_relay,Disable,,0,-1" + "OnLessThan" "nrk4_seeker_relay,Enable,,0,-1" +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk4_spawner_miniboss_1" + } + insert: + { + "OnEntitySpawned" "nrk4_npc_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk4_spawner_miniboss_2" + } + insert: + { + "OnEntitySpawned" "nrk4_npc_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk4_spawner_miniboss_3" + } + insert: + { + "OnEntitySpawned" "nrk4_npc_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk4_spawner_miniboss_4" + } + insert: + { + "OnEntitySpawned" "nrk4_npc_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "func_physbox" + "targetname" "nrk4_miniboss_hitbox" + } + insert: + { + "OnBreak" "nrk4_npc_amount,Subtract,1,0,-1" + } +} +;######################## +;# CHAPTER V # +;######################## + +;======================================================== +; FIRST BOSS +;======================================================== +add: +{ + "classname" "math_counter" + "targetname" "nrk5_npc_amount" + "startvalue" "0" + "InitialValue" "0" + "min" "0" + "max" "100" + "StartDisabled" "0" + "OnGetValue" "nrk5_case,InValue,,0,-1" +} + +add: +{ + "classname" "logic_case" + "targetname" "nrk5_case" + "Case01" "0" + "Case02" "1" + "Case03" "2" + "Case04" "3" + "Case05" "4" + "Case06" "5" + "OnCase01" "nrk5_duplicate_relay,Trigger,,0,-1" + "OnCase01" "nrk5_duplicate_spawner_*,ForceSpawn,,1.0,-1" + "OnCase02" "nrk5_duplicate_relay,Trigger,,0,-1" + "OnCase02" "nrk5_duplicate_spawner_1,ForceSpawn,,1.0,-1" + "OnCase02" "nrk5_duplicate_spawner_2,ForceSpawn,,1.0,-1" + "OnCase02" "nrk5_duplicate_spawner_3,ForceSpawn,,1.0,-1" + "OnCase02" "nrk5_duplicate_spawner_4,ForceSpawn,,1.0,-1" + "OnCase03" "nrk5_duplicate_relay,Trigger,,0,-1" + "OnCase03" "nrk5_duplicate_spawner_1,ForceSpawn,,1.0,-1" + "OnCase03" "nrk5_duplicate_spawner_3,ForceSpawn,,1.0,-1" + "OnCase03" "nrk5_duplicate_spawner_5,ForceSpawn,,1.0,-1" + "OnCase04" "nrk5_duplicate_relay,Trigger,,0,-1" + "OnCase04" "nrk5_duplicate_spawner_2,ForceSpawn,,1.0,-1" + "OnCase04" "nrk5_duplicate_spawner_4,ForceSpawn,,1.0,-1" + "OnCase05" "nrk5_duplicate_relay,Trigger,,0,-1" + "OnCase05" "nrk5_duplicate_spawner_5,ForceSpawn,,1.0,-1" +} + +modify: +{ + match: + { + "classname" "logic_timer" + "targetname" "nrk5_duplicate_spawn_timer" + } + delete: + { + "OnTimer" "nrk5_duplicate_relay,Trigger,,0.03,-1" + } + insert: + { + "OnTimer" "nrk5_npc_amount,GetValue,,0.03,-1" + } +} + +modify: +{ + match: + { + "classname" "logic_relay" + "targetname" "nrk5_duplicate_relay" + } + delete: + { + "OnTrigger" "nrk5_duplicate_spawner_1,ForceSpawn,,1,-1" + "OnTrigger" "nrk5_duplicate_spawner_2,ForceSpawn,,1,-1" + "OnTrigger" "nrk5_duplicate_spawner_3,ForceSpawn,,1,-1" + "OnTrigger" "nrk5_duplicate_spawner_4,ForceSpawn,,1,-1" + "OnTrigger" "nrk5_duplicate_spawner_5,ForceSpawn,,1,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk5_duplicate_spawner_1" + } + insert: + { + "OnEntitySpawned" "nrk5_npc_amount,Add,1,0,-1" + } + +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk5_duplicate_spawner_2" + } + insert: + { + "OnEntitySpawned" "nrk5_npc_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk5_duplicate_spawner_3" + } + insert: + { + "OnEntitySpawned" "nrk5_npc_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk5_duplicate_spawner_4" + } + insert: + { + "OnEntitySpawned" "nrk5_npc_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk5_duplicate_spawner_5" + } + insert: + { + "OnEntitySpawned" "nrk5_npc_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "func_physbox" + "targetname" "nrk5_fakeboss_hitbox" + } + insert: + { + "OnBreak" "nrk5_npc_amount,Subtract,1,0,-1" + } +} + +;======================================================== +; SECOND BOSS +;======================================================== +modify: +{ + match: + { + "classname" "logic_case" + "targetname" "nrk5_minisatan_random" + } + delete: + { + "OnCase01" "nrk5_minisatan_spawner_2,ForceSpawn,,0,-1" + "OnCase02" "nrk5_minisatan_spawner_1,ForceSpawn,,0,-1" + "OnCase03" "nrk5_minisatan_spawner_1,ForceSpawn,,0,-1" + "OnCase04" "nrk5_minisatan_spawner_3,ForceSpawn,,0,-1" + "OnCase05" "nrk5_minisatan_spawner_2,ForceSpawn,,0,-1" + "OnCase05" "nrk5_minisatan_spawner_4,ForceSpawn,,0,-1" + "OnCase06" "nrk5_minisatan_spawner_3,ForceSpawn,,0,-1" + "OnCase06" "nrk5_minisatan_spawner_4,ForceSpawn,,0,-1" + } +} + +add: +{ + "classname" "logic_relay" + "targetname" "nrk5_spawn_relay" + "StartDisabled" "0" + "spawnflags" "0" + "OnTrigger" "nrk5_minisatan_random,PickRandom,,0,-1" +} + +modify: +{ + match: + { + "classname" "logic_timer" + "targetname" "nrk5_minisatan_timer" + } + replace: + { + "LowerRandomBound" "7" + "UpperRandomBound" "15" + } + delete: + { + "OnTimer" "nrk5_minisatan_random,PickRandom,,0,-1" + } + insert: + { + "OnTimer" "nrk5_spawn_relay,Trigger,,0,-1" + } +} + +add: +{ + "classname" "math_counter" + "targetname" "nrk5_minisatan_amount" + "max" "100" + "min" "0" + "StartDisabled" "0" + "startvalue" "0" + "OutValue" "nrk5_minisatan_compare,SetValueCompare,,0,-1" +} + +add: +{ + "classname" "logic_compare" + "targetname" "nrk5_minisatan_compare" + "CompareValue" "5" + "InitialValue" "0" + "OnEqualTo" "nrk5_spawn_relay,Disable,,0,-1" + "OnGreaterThan" "nrk5_spawn_relay,Disable,,0,-1" + "OnLessThan" "nrk5_spawn_relay,Enable,,0,-1" +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk5_minisatan_spawner_1" + } + insert: + { + "OnEntitySpawned" "nrk5_minisatan_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk5_minisatan_spawner_2" + } + insert: + { + "OnEntitySpawned" "nrk5_minisatan_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk5_minisatan_spawner_3" + } + insert: + { + "OnEntitySpawned" "nrk5_minisatan_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "env_entity_maker" + "targetname" "nrk5_minisatan_spawner_4" + } + insert: + { + "OnEntitySpawned" "nrk5_minisatan_amount,Add,1,0,-1" + } +} + +modify: +{ + match: + { + "classname" "func_physbox" + "targetname" "nrk5_fakeboss_hitbox" + } + insert: + { + "OnBreak" "nrk5_minisatan_amount,Subtract,1,0,-1" + } +} \ No newline at end of file diff --git a/ze_undersea_temple_s2.cfg b/ze_undersea_temple_s2.cfg new file mode 100644 index 0000000..37588cf --- /dev/null +++ b/ze_undersea_temple_s2.cfg @@ -0,0 +1,39 @@ +;patch tp avoidance spot on level 1 +add: +{ + "model" "*49" + "UseLandmarkAngles" "1" + "targetname" "l1_tp_2" + "target" "l1_garden_center_tp_p" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "232 900 -372" + "CheckDestIfClearForPlayer" "0" + "classname" "trigger_teleport" +} + +;re-add a missing teleport on level 2 +add: +{ + "UseLandmarkAngles" "1" + "targetname" "l2_zm_tele_2" + "target" "l2_zm_tele_2_p" + "StartDisabled" "1" + "spawnflags" "1" + "origin" "3968 2566 -194" + "CheckDestIfClearForPlayer" "0" + "classname" "trigger_teleport" +} +modify: +{ + match: + { + "classname" "logic_auto" + } + insert: + { + "OnMapSpawn" "l2_zm_tele_2,AddOutput,solid 2,0.5,1" + "OnMapSpawn" "l2_zm_tele_2,AddOutput,mins -1768 -2562 -870,1,1" + "OnMapSpawn" "l2_zm_tele_2,AddOutput,maxs 1768 2562 870,1,1" + } +} diff --git a/ze_v0u0v_b2.cfg b/ze_v0u0v_b2.cfg new file mode 100644 index 0000000..521f4d1 --- /dev/null +++ b/ze_v0u0v_b2.cfg @@ -0,0 +1,82 @@ +add: +{ + "origin" "-12536 -9270 991" + "targetname" "TheCurrentLevelPlugin" + "min" "1" + "max" "6" + "startvalue" "1" + "classname" "math_counter" +} + +modify: +{ + match: + { + "targetname" "lvl1_map_relay" + "classname" "logic_relay" + } + insert: + { + "OnTrigger" "TheCurrentLevelPlugin,SetValue,1,0,1" + } +} +modify: +{ + match: + { + "targetname" "lvl2_map_relay" + "classname" "logic_relay" + } + insert: + { + "OnTrigger" "TheCurrentLevelPlugin,SetValue,2,0,1" + } +} +modify: +{ + match: + { + "targetname" "lvl3_map_relay" + "classname" "logic_relay" + } + insert: + { + "OnTrigger" "TheCurrentLevelPlugin,SetValue,3,0,1" + } +} +modify: +{ + match: + { + "targetname" "lvl4_map_relay" + "classname" "logic_relay" + } + insert: + { + "OnTrigger" "TheCurrentLevelPlugin,SetValue,4,0,1" + } +} +modify: +{ + match: + { + "targetname" "lvl5_map_relay" + "classname" "logic_relay" + } + insert: + { + "OnTrigger" "TheCurrentLevelPlugin,SetValue,5,0,1" + } +} +modify: +{ + match: + { + "targetname" "lvl6_map_relay" + "classname" "logic_relay" + } + insert: + { + "OnTrigger" "TheCurrentLevelPlugin,SetValue,6,0,1" + } +} diff --git a/ze_valkvang_s1.cfg b/ze_valkvang_s1.cfg new file mode 100644 index 0000000..a0a0472 --- /dev/null +++ b/ze_valkvang_s1.cfg @@ -0,0 +1,26 @@ +modify: +{ + match: + { + "targetname" "spawn_tele" + "classname" "trigger_teleport" + } + delete: + { + "OnStartTouch" "!activator,AddOutput,health 100,0,-1" + } +} + +modify: +{ + match: + { + "targetname" "ds_escape_gate3" + "classname" "func_door_rotating" + } + replace: + { + "solidbsp" "1" + "ignoredebris" "0" + } +} \ No newline at end of file