mpstark / DynamicCam

A more dynamic camera for World of Warcraft.
MIT License
23 stars 11 forks source link

HorizontalOffset still not working #110

Closed Thuuna closed 3 months ago

Thuuna commented 3 months ago

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

FrancisMT commented 3 months ago

Same issue. Using DynamicCam version 2.8.2.

Thuuna commented 3 months ago

Parameter is -2.2 but character stays in the middle.

Screenshot 2024-08-14 182656

Thuuna commented 3 months ago

Dynamiccam Version 2.8.3 -> No changes to HorizontalOffset problem.

LudiusMaximus commented 3 months ago

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.

FrancisMT commented 3 months ago

That solves it. Thank you @LudiusMaximus

Thuuna commented 3 months ago

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

LudiusMaximus commented 3 months ago

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!