53 lines
772 B
INI
53 lines
772 B
INI
;--------------------------------------------------------------------
|
|
;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/
|
|
;--------------------------------------------------------------------
|
|
;NUKE FOREVER
|
|
;-------------
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "destruct_sequence"
|
|
"classname" "logic_relay"
|
|
}
|
|
delete:
|
|
{
|
|
"OnTrigger" "nuke_hurt,Disable,,128,1"
|
|
}
|
|
}
|
|
|
|
;--------------
|
|
;STRONGER NUKE
|
|
;--------------
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "nuke_hurt"
|
|
"classname" "trigger_hurt"
|
|
}
|
|
replace:
|
|
{
|
|
"damage" "150000"
|
|
}
|
|
}
|
|
|
|
;-------------------------------
|
|
;XWING TELE MISSING CLIENT FLAG
|
|
;-------------------------------
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "xwingtele"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
replace:
|
|
{
|
|
"spawnflags" "1"
|
|
}
|
|
}
|