Posted November 11, 2023 by simonschreibt
There is no cam shake! But it was looking like it when FPS went low. Issue was that I use _delta*20.0 as ratio in a lerp and in low frame this can grow > 1.0. Now it do min(1.0, _delta*20.0) and it's fine!
Sometimes there could be several UIs open even though only 1 should be shown. I guess the reason was, that XP boxes send an "unregister UI"-command even though they didn't open a UI. I hope this was the issue.
Now the engines can hurt ghosts. Necessary for Scout ship.