Jump to content
View in the app

A better way to browse. Learn more.

Mouse Sensitivity Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

World of Warcraft

Featured Replies

  • 1 year later...
  • Replies 26
  • Views 12.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Thanks a lot!   Here's a quick addon to make this permanent: local frame = CreateFrame("frame") frame:RegisterEvent("PLAYER_ENTERING_WORLD") frame:SetScript("OnEvent", function() SetCVar("cameraY

  • DPI Wizard
    DPI Wizard

    Just added

  • DPI Wizard
    DPI Wizard

    Thanks for the info, I've updated the game to support the Windows Display Scale setting.

  • 3 months later...
  • 2 weeks later...
  • 4 weeks later...
  • 2 weeks later...
  • 2 weeks later...

Thanks a lot!

 

Here's a quick addon to make this permanent:

local frame = CreateFrame("frame")
frame:RegisterEvent("PLAYER_ENTERING_WORLD")
frame:SetScript("OnEvent", function()
	SetCVar("cameraYawMoveSpeed", 180.0)
	SetCVar("cameraPitchMoveSpeed", 90.0)
	SetCVar("enableMouseSpeed", 0)
end)

Just paste this into http://addon.bool.no/ and click "Create my Addon"  ;)

  • 2 years later...
  • 3 months later...

In my case the calculated sensitivity seems too high. Using Overwatch as the base game the result for WoW is 66, while actually 45 seems to fit better. Could you please check if the calculation is still valid?

I may have found the cause. I found out that exactly 44 seems to make it as sensitive as it should be at 66, which is exactly two thirds. I use 150 % DPI scaling in Windows, which seems to have an impact on the game's sensitivity. Also this site detects a resolution of 1280x720, although the native resolution is 1920x1080. I guess it's the same with WoW. 

  • Author
  • Wizard
39 minutes ago, VaniKa said:

I may have found the cause. I found out that exactly 44 seems to make it as sensitive as it should be at 66, which is exactly two thirds. I use 150 % DPI scaling in Windows, which seems to have an impact on the game's sensitivity. Also this site detects a resolution of 1280x720, although the native resolution is 1920x1080. I guess it's the same with WoW. 

Thanks for the info, I've updated the game to support the Windows Display Scale setting.

  • 5 months later...

New WoW Addon that provides simple slash commands to adjust the mouse sensitivity in WoW.

https://www.curseforge.com/wow/addons/mousesensitivity

How to use:
/sens shows your current mouse sensitivity
/sens 20 sets your current mouse sensitivity to 20

The addon also turns off "Enable Mouse Sensitivity" under Interface/Mouse for maximum compatibility with mouse settings from mouse-sensitivity.com

  • Author
  • Wizard
Just now, Metz said:

New WoW Addon that provides simple slash commands to adjust the mouse sensitivity in WoW.

https://www.curseforge.com/wow/addons/mousesensitivity

How to use:
/sens shows your current mouse sensitivity
/sens 20 sets your current mouse sensitivity to 20

The addon also turns off "Enable Mouse Sensitivity" under Interface/Mouse for maximum compatibility with mouse settings from mouse-sensitivity.com

Awesome! I'll test it and update the info :)

  • 2 years later...

Need an update. Getting 21 when the max is 10.

Pasted /sensitivity 21.12 in the general chat but doesnt feel like it changed?

Only response i am getting is Type /help for a listing of a few commands

Edited by LEGENDKMS

  • Author
  • Wizard
7 hours ago, LEGENDKMS said:

Need an update. Getting 21 when the max is 10.

Pasted /sensitivity 21.12 in the general chat but doesnt feel like it changed?

Only response i am getting is Type /help for a listing of a few commands

You need to type (or copy/paste) the whole calculated output from the calculator, for instance:

/console cameraYawMoveSpeed 21.12

and

/console cameraPitchMoveSpeed 21.12

  • 5 months later...
  • 3 months later...

there is a way for applying raw input in wow and also it stops freezing camera problem on fast swipes. I'm writing the method down below it fixed my freezing camera in fast swipes problem. also can be updated for raw input in calculator ^^

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"

(Alternately you could just add that setting using notepad exactly as it is here. Copy/Paste would be your friend - I have it enabled that is my copy paste)

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.