ersh1 / BG3_NativeCameraTweaks

GNU General Public License v3.0
51 stars 10 forks source link

[Bug] Terrain Collision is Ignored #1

Closed bidaumm closed 1 year ago

bidaumm commented 1 year ago

As per above, with the mod running the camera will clip through terrain when tilted all the way down. I would expect this is also happening with all forms of collision but haven't tested

ersh1 commented 1 year ago

Sorta fixed in 2.0.0. Not real collision detection, but it does collide with a plane at the character's feet.

Foul-Tarnished commented 1 year ago

Sorta fixed in 2.0.0. Not real collision detection, but it does collide with a plane at the character's feet.

Do you know how the other mod did it ? The BG3ModCam.exe or whatever

Pretty sure it had collision with the ground, maybe even more precise than 2.0.0

I mean, the game does have collision for the camera by default, couldn't you just use it instead of creating an invisible mesh at the character feet or whatever ?