stripper-configs/maps/ze_notredame_v1_3.cfg

53 lines
942 B
INI

;*******************************************
;*-------------STRIPPER BY-----------------*
;*---------------KLIXUS--------------------*
;*******************************************
;Moves AFK Teleport inside ZM Cage. Disables ztele glitch
modify:
{
match:
{
"targetname" "BossRoomCageTPDestination"
"classname" "info_teleport_destination"
"hammerid" "91366"
}
replace:
{
"origin" "7293 -4263 1599"
"angles" "0 90 0"
}
}
;
; stripper by encapsulation_dot1q
;
;; fixed zm teleport on spawn
add:
{
"model" "*31"
"targetname" "SpawnDoor6"
"target" "SpawnTPDestination"
"StartDisabled" "1"
"spawnflags" "1"
"origin" "-2208 -972 448"
"filtername" "TFilter"
"classname" "trigger_teleport"
}
modify:
{
match:
{
"classname" "logic_auto"
"hammerid" "86553"
}
insert:
{
"OnMapSpawn" "SpawnDoor6,Enable,,25,-1"
"OnMapSpawn" "SpawnDoor6,Disable,,25.5,-1"
}
}