352 lines
5.9 KiB
INI
352 lines
5.9 KiB
INI
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_ztele_zombie 0,0,-1"
|
|
"OnNewGame" "CONSOLE,Command,zr_infect_mzombie_ratio 8,0,-1"
|
|
"OnNewGame" "CONSOLE,Command,zr_class_modify zombies health 8500,0,-1"
|
|
"OnNewGame" "CONSOLE,Command,zr_class_modify zombies health_regen_interval 0.2,0,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnNewGame" "CONSOLE,Command,zr_ztele_max_zombie 3,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 & give more hp to physbox
|
|
;-------------------------------------------------------------------
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_physbox_multiplayer"
|
|
"targetname" "Dart_Maul_phybox"
|
|
}
|
|
replace:
|
|
{
|
|
"spawnflags" "60416"
|
|
"health" "150000"
|
|
}
|
|
}
|
|
|
|
;------------------------------------------
|
|
;Disable nuke that kills Humans on stage 4
|
|
;------------------------------------------
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "trigger_once"
|
|
"targetname" "Trigger_extreme_nuke"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "Kill_All,Enable,,8,-1"
|
|
}
|
|
}
|
|
|
|
;------------------------------
|
|
; STAGE 4 BOSS TP FIX
|
|
;(do not remove the comments,
|
|
; it makes stage 4 unplayable)
|
|
;------------------------------
|
|
|
|
;add:
|
|
;{
|
|
; "model" "*297"
|
|
; "targetname" "Trigger_Teleport_Lvl_4_1"
|
|
; "StartDisabled" "1"
|
|
; "spawnflags" "1"
|
|
; "origin" "-5774 -6550 -1843.5"
|
|
; "classname" "trigger_teleport"
|
|
;}
|
|
;add:
|
|
;{
|
|
; "model" "*297"
|
|
; "targetname" "Trigger_Teleport_Lvl_4_1"
|
|
; "StartDisabled" "1"
|
|
; "spawnflags" "1"
|
|
; "origin" "-5774 -6250.01 -1843.5"
|
|
; "classname" "trigger_teleport"
|
|
;}
|
|
;add:
|
|
;{
|
|
; "model" "*297"
|
|
; "targetname" "Trigger_Teleport_Lvl_4_1"
|
|
; "StartDisabled" "1"
|
|
; "spawnflags" "1"
|
|
; "origin" "-5786.16 -6031.47 -1843.5"
|
|
; "classname" "trigger_teleport"
|
|
;}
|
|
;add:
|
|
;{
|
|
; "model" "*297"
|
|
; "targetname" "Trigger_Teleport_Lvl_4_1"
|
|
; "StartDisabled" "1"
|
|
; "spawnflags" "1"
|
|
; "origin" "-4658 -6570.01 -1843.5"
|
|
; "classname" "trigger_teleport"
|
|
;}
|
|
;add:
|
|
;{
|
|
; "model" "*297"
|
|
; "targetname" "Trigger_Teleport_Lvl_4_1"
|
|
; "StartDisabled" "1"
|
|
; "spawnflags" "1"
|
|
; "origin" "-4658 -6270.01 -1843.5"
|
|
; "classname" "trigger_teleport"
|
|
;}
|
|
;add:
|
|
;{
|
|
; "model" "*297"
|
|
; "targetname" "Trigger_Teleport_Lvl_4_1"
|
|
; "StartDisabled" "1"
|
|
; "spawnflags" "1"
|
|
; "origin" "-4670.16 -5987.47 -1843.5"
|
|
; "classname" "trigger_teleport"
|
|
;}
|
|
;add:
|
|
;{
|
|
; "model" "*297"
|
|
; "targetname" "Trigger_Teleport_Lvl_4_1"
|
|
; "StartDisabled" "1"
|
|
; "spawnflags" "1"
|
|
; "origin" "-3570 -6570.01 -1843.5"
|
|
; "classname" "trigger_teleport"
|
|
;}
|
|
;add:
|
|
;{
|
|
; "model" "*297"
|
|
; "targetname" "Trigger_Teleport_Lvl_4_1"
|
|
; "StartDisabled" "1"
|
|
; "spawnflags" "1"
|
|
; "origin" "-3570 -6270.01 -1843.5"
|
|
; "classname" "trigger_teleport"
|
|
;}
|
|
;add:
|
|
;{
|
|
; "model" "*297"
|
|
; "targetname" "Trigger_Teleport_Lvl_4_1"
|
|
; "StartDisabled" "1"
|
|
; "spawnflags" "1"
|
|
; "origin" "-3582.16 -5987.47 -1843.5"
|
|
; "classname" "trigger_teleport"
|
|
;}
|
|
;add:
|
|
;{
|
|
; "model" "*297"
|
|
; "targetname" "Trigger_Teleport_Lvl_4_1"
|
|
; "StartDisabled" "1"
|
|
; "spawnflags" "1"
|
|
; "origin" "-3570 -6570.01 -1724.5"
|
|
; "classname" "trigger_teleport"
|
|
;}
|
|
;add:
|
|
;{
|
|
; "model" "*297"
|
|
; "targetname" "Trigger_Teleport_Lvl_4_1"
|
|
; "StartDisabled" "1"
|
|
; "spawnflags" "1"
|
|
; "origin" "-3570 -6270.01 -1724.5"
|
|
; "classname" "trigger_teleport"
|
|
;}
|
|
|
|
;-----------------
|
|
;STAGE 6 NUKE FIX
|
|
;-----------------
|
|
|
|
add:
|
|
{
|
|
"model" "*394"
|
|
"targetname" "Trigger_hurt_end"
|
|
"StartDisabled" "1"
|
|
"spawnflags" "1"
|
|
"origin" "9368.5 1398 -1742.5"
|
|
"nodmgforce" "0"
|
|
"damagetype" "0"
|
|
"damagemodel" "0"
|
|
"damagecap" "20"
|
|
"damage" "999999"
|
|
"classname" "trigger_hurt"
|
|
}
|