Stanzilla / WoWUIBugs

World of Warcraft UI Bug Tracker
169 stars 7 forks source link

CVar `CameraReduceUnexpectedMovement` Starts To Affect `CameraKeepCharacterCentered` After 11.0.2 #633

Open Peterodox opened 3 months ago

Peterodox commented 3 months ago

The two CVars are controlled by a single Motion Sickness checkbox under Accessibility - General. A recent change in 11.0.2 caused CameraReduceUnexpectedMovement to also render test_cameraOverShoulder (which controls the camera's horizontal offset) unresponsive.

LudiusMaximus commented 3 months ago

Furthermore since 11.0.2:

Checking the "Motion Sickness" checkbox sets CameraKeepCharacterCentered to false and CameraReduceUnexpectedMovement to true whereas unchecking the checkbox sets CameraKeepCharacterCentered to true and CameraReduceUnexpectedMovement to false

As @Peterodox said, either variable now stops shoulder offset to take effect, so it does not work regardless whether "Motion Sickness" is checked or not.

I would expect CameraKeepCharacterCentered to be true if and only if the "Motion Sickness" checkbox is checked.