51 lines
972 B
INI
51 lines
972 B
INI
;--------------------------------------------------------------------
|
|
;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/
|
|
;--------------------------------------------------------------------
|
|
; fix no nuke near the breaking fence
|
|
;-------------------------------------
|
|
|
|
add:
|
|
{
|
|
"model" "*132"
|
|
"targetname" "offcliffpush"
|
|
"StartDisabled" "1"
|
|
"speed" "500"
|
|
"spawnflags" "1"
|
|
"pushdir" "0 0 0"
|
|
"origin" "-7560 -11596 134"
|
|
"alternateticksfix" "0"
|
|
"classname" "trigger_push"
|
|
}
|
|
|
|
;-------------------------
|
|
; fix go above end bunker
|
|
;-------------------------
|
|
|
|
add:
|
|
{
|
|
"model" "*233"
|
|
"targetname" "hurtmap"
|
|
"target" "beginark"
|
|
"StartDisabled" "0"
|
|
"spawnflags" "1"
|
|
"origin" "-8070 -10486 624"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
|
|
;-----------------
|
|
; fix nuke damage
|
|
;-----------------
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "hurtmap"
|
|
"classname" "trigger_hurt"
|
|
}
|
|
replace:
|
|
{
|
|
"damage" "500000"
|
|
}
|
|
}
|