add: { "origin" "-7767 2954 -3951" "targetname" "TheCurrentLevelPlugin" "min" "1" "max" "6" "startvalue" "1" "classname" "math_counter" } modify: { match: { "targetname" "Trigger_easy" "classname" "trigger_once" } insert: { "OnStartTouch" "TheCurrentLevelPlugin,SetValue,1,0,1" } } modify: { match: { "targetname" "Trigger_normal" "classname" "trigger_once" } insert: { "OnStartTouch" "TheCurrentLevelPlugin,SetValue,2,0,1" } } modify: { match: { "targetname" "Trigger_hard" "classname" "trigger_once" } insert: { "OnStartTouch" "TheCurrentLevelPlugin,SetValue,3,0,1" } } modify: { match: { "targetname" "Trigger_extreme" "classname" "trigger_once" } insert: { "OnStartTouch" "TheCurrentLevelPlugin,SetValue,4,0,1" } } modify: { match: { "targetname" "Trigger_epic" "classname" "trigger_once" } insert: { "OnStartTouch" "TheCurrentLevelPlugin,SetValue,5,0,1" } } modify: { match: { "targetname" "Trigger_Rage_mod" "classname" "trigger_once" } insert: { "OnStartTouch" "TheCurrentLevelPlugin,SetValue,6,0,1" } } ;-------------------------------------------------------------------- ;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/ ;-------------------------------------------------------------------- ;Remove zombie ratio ;---------------------------- modify: { match: { "classname" "logic_auto" "hammerid" "784" } delete: { "OnNewGame" "CONSOLE,Command,zr_infect_mzombie_ratio 8,0,-1" } } ;---------------------------- ;Disable Motion Boss Physbox ;---------------------------- modify: { match: { "targetname" "Reactor" "classname" "func_physbox" } replace: { "spawnflags" "584704" } } ;---------------------------- ;Less Hp Boss Stage 6 ;---------------------------- modify: { match: { "targetname" "Station_heal_boss" "classname" "trigger_multiple" } delete: { "OnStartTouch" "darth_sphere_1,Add,40,0,-1" "OnStartTouch" "darth_sphere_2,Add,40,0,-1" } insert: { "OnStartTouch" "darth_sphere_1,Add,25,0,-1" "OnStartTouch" "darth_sphere_2,Add,25,0,-1" } } modify: { match: { "targetname" "darth_sphere_1" "classname" "math_counter" } replace: { "startvalue" "12" } } modify: { match: { "targetname" "darth_sphere_2" "classname" "math_counter" } replace: { "startvalue" "12" } } ;--------------------------------------------------------------- ;Disable trigger_hurt when Darth Maul dies at the end of Stage 6 ;--------------------------------------------------------------- modify: { match: { "classname" "path_track" "targetname" "Darth_maul_the_end_attack_3" } insert: { "OnPass" "Hurt_end_maul,Disable,,31,-1" } } ;----------------------------------------- ;Disable Motion Darth Maul Physbox Stage 5 ;----------------------------------------- modify: { match: { "classname" "func_physbox_multiplayer" "targetname" "Dart_Maul_phybox" } replace: { "spawnflags" "60416" } }