mpstark / DynamicCam

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

Disable CameraKeepCharacterCentered cvar #31

Closed Ketho closed 3 years ago

Ketho commented 3 years ago

Since the "Keep Character Centered" option disables actioncam functionality in patch 9.0.1, can't you just disable it with

C_CVar.SetCVar("CameraKeepCharacterCentered", 0)
LudiusMaximus commented 3 years ago

Thanks! I intend to do this with the next release. But I wanted to give some user feedback while doing so, such that people don't get confused if their accessibility settings are getting reset.