HorizontalOffset still not working
Thuuna opened this issue · 7 comments
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.
That solves it. Thank you @LudiusMaximus
Worked. :) Thank you so much for the quick workaround. @LudiusMaximus
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!