Chasm-Reverse icon indicating copy to clipboard operation
Chasm-Reverse copied to clipboard

shooting switch

Open GilleAliGithub opened this issue 3 years ago • 6 comments

in map "abreast with terror" shot button is absent, need use "noclip" in console to walk to near room

GilleAliGithub avatar Aug 09 '21 06:08 GilleAliGithub

2021-08-09_093950

GilleAliGithub avatar Aug 09 '21 06:08 GilleAliGithub

2021-08-09_094426

GilleAliGithub avatar Aug 09 '21 06:08 GilleAliGithub

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 )

TeslaRus avatar Aug 10 '21 16:08 TeslaRus

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();
}

Panzerschrek avatar Aug 11 '21 16:08 Panzerschrek

Is it possible to add some sort of FixOnLoad method with custom fix settings to avoid hacks in engine?

TeslaRus avatar Aug 12 '21 10:08 TeslaRus

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.

pollux666 avatar Jan 11 '22 10:01 pollux666