73 lines
1.1 KiB
INI
73 lines
1.1 KiB
INI
;--------------------------------------------------------------------
|
|
;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/
|
|
;--------------------------------------------------------------------
|
|
;FIX END NUKE DELAY
|
|
;-------------------
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "path_track"
|
|
"targetname" "z_7"
|
|
"origin" "-3056 3648 960"
|
|
"hammerid" "6948"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "end_2,AddOutput,damage 100000,5,1"
|
|
}
|
|
}
|
|
|
|
;----------------------
|
|
;FIX TELEPORT GLITCHES
|
|
;----------------------
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "path_track"
|
|
"targetname" "z_7"
|
|
"origin" "-3056 3648 960"
|
|
"hammerid" "6948"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "t_1,Enable,,2,1"
|
|
"OnPass" "t_2,Enable,,2.1,1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "logic_relay"
|
|
"targetname" "d_3"
|
|
"origin" "1096 -48 26"
|
|
"hammerid" "8028"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "tele_ze,KillHierarchy,,21,-1"
|
|
}
|
|
insert:
|
|
{
|
|
"OnTrigger" "tele_ze,KillHierarchy,,27,-1"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "trigger_teleport"
|
|
"targetname" "tele_ze"
|
|
"origin" "-3114.5 5667.5 -1344"
|
|
"model" "*182"
|
|
"hammerid" "720550"
|
|
}
|
|
insert:
|
|
{
|
|
"filtername" "zombie_filter"
|
|
}
|
|
} |