stripper-configs/ze_deadcore_s6.cfg

39 lines
556 B
INI
Raw Normal View History

2020-01-16 15:39:45 +01:00
; Don't lagcomp the kill triggers inside the moving cubes on A (1073741824[anti-lag comp] + 1[client])
modify:
{
match:
{
"classname" "trigger_hurt"
"targetname" "/a_boss_bhurt.*/"
}
replace:
{
"spawnflags" "1073741825"
}
}
; Fix teleport to cage at the end of D
2019-06-17 01:13:20 +02:00
modify:
{
match:
{
"classname" "trigger_teleport"
"targetname" "escape_finalteleport"
}
replace:
{
"target" "escape_finaldes"
}
}
modify:
{
match:
{
"classname" "info_teleport_destination"
"targetname" "des6"
}
replace:
{
"targetname" "escape_finaldes"
}
}