storm-engine
storm-engine copied to clipboard
[BUG] [CoAS] Strange behavior when fading to a new location
Describe the bug After the cure the lord during the main Peter Blood questline in CoAS, the camera is positioned above the scene and the game gets stuck. Saving and reloading the game fixes the issue.
To Reproduce Steps to reproduce the behavior:
- Start the Peter Blood quest line
- Follow the quest and cure the lord
- Wait for the screen to fade to black and the new location to be loaded
- Camera is stuck (and other potential issues)
Expected behavior The new scene is loaded (estate office), with you facing the desk.
Screenshots
Additional context This seems to be a problem with the original game scripts, where two faders are created. One for the fade-to-black effect and one for the loading screen. This causes issues with the various fader event handlers.
Rewriting the fader scripts might be necessary.
Fixed by tweaking the quest delay https://github.com/storm-devs/coas/commit/cb88cf5cfc12a2ba97ae2b7928dfc268d5e58d15
Let keep this open until the behaviour is examined. I'm reassigning this to myself
@Hammie, could you by chance check this behaviour again?