Chasm-Reverse
Chasm-Reverse copied to clipboard
shooting switch
in map "abreast with terror" shot button is absent, need use "noclip" in console to walk to near room
in map "abreast with terror" shot button is absent, need use "noclip" in console to walk to near room
That is why I can't pass that level without noclip )
https://youtu.be/quHPLJB1kNs?t=10047
This is combination of two bugs: in map itself and in original engine. I tried to fix it several times but i didn't find any good solution. Probably i need use some sort of ugly hack, like
if (map == 15 && switch_id == 123)
{
LiftItUp();
}
Is it possible to add some sort of FixOnLoad method with custom fix settings to avoid hacks in engine?
I have the same issue. It's possible to shoot the switch from the outside countyard because the switch is for some reason like 2 metrers higher than I should be, so it's like... hovering in the sky.