
Hey, I've had this problem for a while, but doesn't seem to go away. I have the setting 'Camera Following Style: Only Horizontal when moving' on all my characters, and on my main account, when it is in a slave slot, seems to not adjust on its own, as it does on my other games. MMO games like World of Warcraft require more keybinds than any other genre. Minitool partition wizard i. MMO mice are designed to deal with the many keybinds needed to play games like WoW. Kingdom come deliverance console commands achievements. The main feature of an MMO mouse is the side buttons, the Razer Naga for example has 12 side buttons. Having a lot of mouse buttons levels the workload between your mouse and keyboard.
Wow Mouse Look Speed Too High Levels
Hello.
I am trying to get back into playing World of Warcraft after a bit of a break. I've been playing a lot of FPS's and found myself lowering my sensitivity.
Long story short now that I am returning having lowered my sensitivity I noticed that the mouse look sensitivity is too high for me. (mouse turning)
The mouse look speed option in the interface menu is lowered completely.
I have the console command:
/console SET cameraYawMoveSpeed '#'
This works perfectly replacing # with about 30-40. My issue is that I cannot find a way to implement this setting permanently. I have placed SET cameraYawMoveSpeed '40' at the end of my config.wtf file in an attempt to apply the change by default but the file seems to be managed server side and instantly erases any changes saved to it even after changing the file to read-only. I have also attempted to add that line to a character's specific config file with no luck.
My solution was to create an addon that runs the code on startup; however, I understand that LUA cannot pull / (slash) commands directly. I attempted to find an API for cameraYawMoveSpeed but I was unable to find anything..
I had as follows:
Lower_Sensitivity (Folder)
>Lower_Sensitivity.lua
>>/run SET cameraYawMoveSpeed '40'
>Lower_Sensitivity.toc
>>## Interface: 60000
## Title: Lower_Sensitivity
Lower_Sensitivity.lua
I'm not very good at working with LUA but this sensitivity does bother me enough to dig this deep to try to find a fix.
TLDR: I want my mouse look speed slower than my mouse speed in game. No I can't just lower the speed of my mouse because then the regular cursor speed is too slow.
I am trying to get back into playing World of Warcraft after a bit of a break. I've been playing a lot of FPS's and found myself lowering my sensitivity.
Long story short now that I am returning having lowered my sensitivity I noticed that the mouse look sensitivity is too high for me. (mouse turning)
The mouse look speed option in the interface menu is lowered completely.
I have the console command:
/console SET cameraYawMoveSpeed '#'
This works perfectly replacing # with about 30-40. My issue is that I cannot find a way to implement this setting permanently. I have placed SET cameraYawMoveSpeed '40' at the end of my config.wtf file in an attempt to apply the change by default but the file seems to be managed server side and instantly erases any changes saved to it even after changing the file to read-only. I have also attempted to add that line to a character's specific config file with no luck.
My solution was to create an addon that runs the code on startup; however, I understand that LUA cannot pull / (slash) commands directly. I attempted to find an API for cameraYawMoveSpeed but I was unable to find anything..
I had as follows:
Lower_Sensitivity (Folder)
>Lower_Sensitivity.lua
>>/run SET cameraYawMoveSpeed '40'
>Lower_Sensitivity.toc
>>## Interface: 60000
## Title: Lower_Sensitivity
Lower_Sensitivity.lua
I'm not very good at working with LUA but this sensitivity does bother me enough to dig this deep to try to find a fix.
TLDR: I want my mouse look speed slower than my mouse speed in game. No I can't just lower the speed of my mouse because then the regular cursor speed is too slow.