46 lines
823 B
INI
46 lines
823 B
INI
;--------------------------------------------------------------------
|
|
;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/
|
|
;--------------------------------------------------------------------
|
|
;FIX END NUKE DELAY
|
|
;--------------------------------
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "1040 674 807"
|
|
"targetname" "w_10"
|
|
"classname" "path_track"
|
|
"hammerid" "80902"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPass" "end2,AddOutput,damage 100000,12,1"
|
|
}
|
|
}
|
|
|
|
;----------------
|
|
;FIX HIDING SPOT
|
|
;----------------
|
|
|
|
add:
|
|
{
|
|
"spawnflags" "0"
|
|
"targetname" "glitcher"
|
|
"classname" "player_speedmod"
|
|
}
|
|
|
|
add:
|
|
{
|
|
"model" "*77"
|
|
"targetname" "no_glitch"
|
|
"StartDisabled" "0"
|
|
"target" "ae_2"
|
|
"origin" "-1372 586 721"
|
|
"spawnflags" "1"
|
|
"classname" "trigger_teleport"
|
|
"hammerid" "16507"
|
|
"OnStartTouch" "glitcher,ModifySpeed,0.5,0,-1"
|
|
|
|
}
|