Mouse acceleration problem when looking around

Hi all

I already made a topic but the problem persists https://eu.forums.blizzard.com/en/wow/t/mouse-look-issue-random-speed/75528

I tried running different commands like:

/script print(GetCVar(“rawMouseEnable”))
/script SetCVar(“rawMouseEnable”, 1);
/console SET cameraYawMoveSpeed [number]
/console cameraPitchMoveSpeed [number]

Basically, if I move my mouse slowly while holding right mouse button, then it also moves slowly. But if I move faster, my character also looks around fast.

I know it sounds logical, but here is an example: If I move my mouse slowly from left to right 100% of distance (let’s say 20cm on the mouse-pad), then my character turns 100% distance (angle).

But if I move my mouse quickly, but still that 100% distance on the mouse-pad, then my character suddenly has turned 200% in the game.

Any ideas how to fix this? Even the mouse cursor in the game does not have this behaviour. This happens only when I look around.

Below did the trick for me (in BFA, don’t have this problem in classic though).

In BNet launcher go to Settings > Game settings > WoW Classic and enable “additional command line arguments”. In the commands field paste below and that’s it.

/console rawMouseEnable 1

Thanks but it was already on with /script SetCVar(“rawMouseEnable”, 1);

Completely missed that it’s the same script. :confused:

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