Look camera is super sensitive!

Anyone else got problems with the look camera being super sensitive from time to time ? I put the sensitivity down to lowest but still it sometimes goes crazy ! Mouse sensitivity is otherwise just fine.

There is a config CVar “rawMouseEnable” we could test here.

To check if it’s enabled type or copy - then ctrl + v this into a chat box.

/script print(GetCVar(“rawMouseEnable”))

That will show a single 0 if off or a 1 if on.

Now to enable it use:

/script SetCVar(“rawMouseEnable”, 1);

To double check that the script worked go to the Wow folder > WTF - look for the Config file. Open with notepad. This should be at the bottom of CVar list:

SET rawMouseEnable “1”

2 Likes

hello.

Go ingame, press ESC, chose ‘interface options’ go to ‘mouse’ here adjust the left slider ‘mouse look speed’.

You can also enable mouse sensitivity here to adjust the cursor speed as well.

1 Like

System > Advanced > Disable Foreground FPS Limit

It’s apparently been an issue since the patch.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.