78 lines
1.4 KiB
INI
78 lines
1.4 KiB
INI
;--------------------------------------------------------------------
|
|
;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/
|
|
;--------------------------------------------------------------------
|
|
;FIX TP GLITCH + NUKE GLITCH
|
|
;-----------------------------
|
|
|
|
; Water Spawn
|
|
|
|
add:
|
|
{
|
|
"model" "*265"
|
|
"targetname" "boss_masstele2"
|
|
"StartDisabled" "1"
|
|
"spawnflags" "1"
|
|
"origin" "-3584 -1392 -48"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
|
|
; Above Door
|
|
|
|
add:
|
|
{
|
|
"model" "*299"
|
|
"targetname" "boss_masstele2"
|
|
"StartDisabled" "1"
|
|
"spawnflags" "1"
|
|
"origin" "-3968 -5632 528"
|
|
"classname" "trigger_teleport"
|
|
}
|
|
|
|
|
|
; Rick Astley Boss
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"origin" "-980 -13136 -1984"
|
|
"classname" "trigger_hurt"
|
|
"hammerid" "2423"
|
|
}
|
|
replace:
|
|
{
|
|
"origin" "-980 -13136 -1968"
|
|
}
|
|
}
|
|
|
|
;------------------------------
|
|
;FIX BOSS STAGE 2 FALLING DOWN
|
|
;------------------------------
|
|
|
|
add:
|
|
{
|
|
"origin" "12256 -8960 -256"
|
|
"targetname" "FILTER_CY01Physic3"
|
|
"Negated" "Allow entities that match criteria"
|
|
"filtername" "CY01Physic3"
|
|
"classname" "filter_activator_name"
|
|
}
|
|
add:
|
|
{
|
|
"origin" "12256 -8960 -256"
|
|
"targetname" "DESTINATION_CY01Physic3"
|
|
"angles" "0 0 0"
|
|
"classname" "info_teleport_destination"
|
|
}
|
|
add:
|
|
{
|
|
"model" "*543"
|
|
"origin" "12256 -8960 -800"
|
|
"targetname" "TELEPORT_CY01Physic3"
|
|
"target" "DESTINATION_CY01Physic3"
|
|
"filtername" "FILTER_CY01Physic3"
|
|
"spawnflags" "1088"
|
|
"StartDisabled" "0"
|
|
"classname" "trigger_teleport"
|
|
}
|