OpenTomb
OpenTomb copied to clipboard
Lara vertical misalignment on ladder
There are some really critical bugs with ladder states, as Lara can't climb up properly from ladder to horizontal surface (it takes few "iterations" for her to finally align correctly), and also she doesn't stop climbing up when she's right under the ceiling, which results in her awkward repositioning.
Fix for the first problem is to finally align Lara's vertical position to multiples of 256 when grabbing. Fix for the second problem is to perform additional collision checks right above and next to her.
It's now impossible to grab ladders all together, jumping up seems to push Lara away from the ladder.
That seems to be related to fixes for #101. She is now pushed away from any obstacles when moved in that direction. Sometimes that movement can be avoided by using action+up, i.e. climbing.
To be more specific: it was introduced in 198eec210b64dd68091c7217fcf13844a77905ce.
duplicate #101 fixed
Sorry, the original bug as reported by Lwmte was not fixed. Gh0stBlade just made a side note about situation becoming even worse and my reply was to that side note. It was fixed since then, but not the original bug. The original bug is about Lara being misaligned when climbing ladders. So, this bug report is still valid.