-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Lara Climb. #38
Comments
RE: Issue 6 |
Another bug, similar to issue 1 which has been fixed. LEVEL8A (City of Khamoon) |
Screencast 2020-08-28 20:38:01.zip If someone could tell me how to get the coordinates to appear like in the screenshots by @Gh0stBlade, I'll be happy to add the info as I guess this would be more useful than the video. UPDATE: I now have the debug version compiled so here are Lara's coordinates and an updated screenshot. |
I have an example that seems to back this up. This screen-shot is in the Obelisk of Khamoon and is on the boundry between two 'rooms' (as defined in the Level editor). Lara is unable to pull up onto the platform ahead of her even though there is plenty of space. I'm running on Linux and have just run a git pull and built from source ('nix' version) to make sure I have all the latest fixes. (I still can't work out how to find Lara's coordinates so I'll ask on the discord thread and post back here if I find out.) UPDATE: I now have the debug version compiled so here are Lara's coordinates and an updated screenshot. |
try to define _DEBUG in compiler options for onscreen info |
I set the _DEBUG flag in build.sh but I get the following error when I try to build. UPDATE: I got the debug version to compile using g++ rather than clang++ by adapting the 'build_e2k.sh' script. It still produced some warnings but it did compile. The first time that I ran the debug version (via gdb), I received this error :
This just needed me to specify an xfont that was available on my system in the debug.h file and rebuild.
(I couldn't find the original -adobe-times-medium font anywhere...) I haven't pushed this as an update as it clearly depends on the system that OpenLara is being compiled on, but hopefully this info could be useful for someone. |
Level: LEVEL7A (Cistern) / LEVEL8A (City of Khamoon)
Room: 111
Lara Position: 33453, -1580, 58468
Issue 1:http://i.imgur.com/PRF6GMg.png
Pressing UP+Action will allow Lara to grab slope edges which isn't possible in the original game.
Edit: https://www.youtube.com/watch?v=Bcvgv_6NqR0 This is also possible due to the ability to grab slope edges.
Issue 2:
http://i.imgur.com/r4iBYDO.png
Lara cannot jump up + hang to grab this wall. But if you climb on-top press back then grab. Lara can grab this wall which shouldn't be possible due to how low it is.
Issue 3: Referring to screenshot 2, if you pull up Lara will go into animation 42, vault up onto block but you can roll during this animation which shouldn't be possible.
Issue 4:
http://i.imgur.com/Ag0Nq59.png
If you run towards the corner of this floor point, Lara will collide with something invisible.
Issue 5:If you tun towards this wall and press UP+Action Lara will vault the ledge below and clip through the wall.
http://i.imgur.com/09SMn4G.png
http://i.imgur.com/WoXrjM7.png
(Solved in: cd29100) Lara can no longer automatically vault this wall via up+action, will have to confirm if this is possible in the retail game.
Issue 6:
Lara cannot pull up here:
http://i.imgur.com/ZA80PFT.png
May be related to this same bug in LEVEL8A
http://i.imgur.com/YX6AxwX.png
Issue 7:
If you face a certain angle towards low walls, Lara can vault them and appear ontop of ledges.
https://www.youtube.com/watch?v=FyRvyxb310g
The text was updated successfully, but these errors were encountered: