stripper-configs/maps/ze_space_stationob_fix.cfg

53 lines
772 B
INI
Raw Permalink Normal View History

2021-06-23 13:53:00 +02:00
;--------------------------------------------------------------------
;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"
}
}
2025-01-03 18:59:04 +01:00
;--------------
;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"
}
}