39 lines
556 B
INI
39 lines
556 B
INI
; 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
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "trigger_teleport"
|
|
"targetname" "escape_finalteleport"
|
|
}
|
|
replace:
|
|
{
|
|
"target" "escape_finaldes"
|
|
}
|
|
}
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "info_teleport_destination"
|
|
"targetname" "des6"
|
|
}
|
|
replace:
|
|
{
|
|
"targetname" "escape_finaldes"
|
|
}
|
|
} |