June 21, 20169 yr Bump Edit: Super Bump Edit 2: Email me if you need a login Edited June 22, 20169 yr by Gammett
June 29, 20169 yr You can edit the mouse sensitivity through the command: /console SET cameraYawMoveSpeed you enter that into the chat to be able to use it
June 30, 20169 yr Author Wizard Many WoW bumps! Will look into this very soon Join the community on Discord!
July 31, 20169 yr Author Wizard Demon Invasion Bump! Please do this Just added Join the community on Discord!
August 17, 20169 yr 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"
May 5, 20196 yr - i use cameraDistanceMaxZoomFactor 1.95 - is there anyway to make the calculator take account for this?
August 29, 20196 yr 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?
August 29, 20196 yr Author Wizard 1 hour ago, VaniKa said: 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 don't know if it's any different, but classic or new? Join the community on Discord!
August 30, 20196 yr 10 hours ago, DPI Wizard said: I don't know if it's any different, but classic or new? It's the same in both.
August 30, 20196 yr 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.
August 30, 20196 yr 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. Join the community on Discord!
February 7, 20205 yr 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
February 7, 20205 yr 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 Join the community on Discord!
February 7, 20205 yr Author Wizard 32 minutes ago, Metz said: New WoW Addon that provides simple slash commands to adjust the mouse sensitivity in WoW. Works beautifully, I've updated the game info now! Join the community on Discord!
December 19, 20222 yr 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 December 19, 20222 yr by LEGENDKMS
December 19, 20222 yr 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 Join the community on Discord!
June 12, 20232 yr Starting with the Dragonflight expansion, there is a new FOV slider in the video options. Minimum is 50 and max is 90.
June 12, 20232 yr Author Wizard 12 hours ago, JTF195 said: Starting with the Dragonflight expansion, there is a new FOV slider in the video options. Minimum is 50 and max is 90. About time! I've updated it now. Join the community on Discord!
September 25, 20232 yr 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) Steam:https://steamcommunity.com/id/Pyroxia
Create an account or sign in to comment