DynamicCam

DynamicCam

1M Downloads

HorizontalOffset still not working

Thuuna opened this issue · 7 comments

commented

Hello,

I just updated Dynamiccam to the newest Version but the HorizontalOffset in Situations and in global still not working. (Patch 11.0.2) (It worked at Patch 11.0.0)

I changed the parameter but the camera stays in the middle.

Screenshot 2024-08-14 182000

commented

Right! I think it has to do with the game's "Motion Sickness" option. DynamicCam used to automatically disable this, which seems to be broken since 11.0.2. For the time being, just disable Motion Sickness manually. I will enforce it again with the next release.

commented

That solves it. Thank you @LudiusMaximus

commented

Parameter is -2.2 but character stays in the middle.

Screenshot 2024-08-14 182656

commented

Same issue. Using DynamicCam version 2.8.2.

commented

Dynamiccam Version 2.8.3 -> No changes to HorizontalOffset problem.

commented

Worked. :) Thank you so much for the quick workaround. @LudiusMaximus

commented

Bizarrely, since 11.0.2 checking the "Motion Sickness" checkbox sets
CameraKeepCharacterCentered = false and CameraReduceUnexpectedMovement = true
whereas unchecking the checkbox sets
CameraKeepCharacterCentered = true and CameraReduceUnexpectedMovement = false
Either variable being true stops shoulder offset from taking effect, so I disabled the checkbox completely in the latest release 2.8.5.

Thanks again for your support!