PAYDAY 3

PAYDAY 3

58 ratings
How to ACTUALLY disable mouse acceleration in PAYDAY 3.
By Hunger
Having trouble aiming? It's not just you. Here's an INI tweak to fix it.
2
   
Award
Favorite
Favorited
Unfavorite
What's going on?
The game uses built-in mouse acceleration for things like making it harder to aim up and down when holding a hostage in your left hand. However, this also interferes with regular aiming and can make you feel really skill-issued when none of your muscle memory is working.
How do I fix it?
Go to C:\Users\(Your PC Username)\AppData\Local\PAYDAY3\Saved\Config\WindowsClient.

*Enable hidden folders if you don't see some of the folders. To do this in Windows 11, you can click View in File Explorer and under Show, tick Hidden items.

Open the Input.ini file.

If you disabled Mouse Smoothing in the game settings, it should look like:

[/script/engine.inputsettings]
bEnableMouseSmoothing=False


Literally all you need to do is, below this add bDisableMouseAcceleration=True. It should look like this:

[/script/engine.inputsettings]
bEnableMouseSmoothing=False
bDisableMouseAcceleration=True


Save the file and close it out. This Unreal Engine 4 setting disables all of the mouse acceleration in the game and you will immediately notice the difference. (At least, I did.)

You'll be able to look up and down with a hostage with no slowdown either. Hopefully needing this tweak gets fixed in a patch. You thought you were popping helmets before, but now you'll be sending them flying.

Note: you should also do this to the WindowsNoEditor folder as well, just in case. They might be different folders for the open beta and the full release builds.
10 Comments
Dichtwieeinwicht 29 Sep, 2023 @ 3:59am 
thank you
Cheggf 28 Sep, 2023 @ 12:15pm 
Yes just add the lines yourself at the bottom of the file like this

ActionMappings=(ActionName="ViewPreviousTarget",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MouseScrollDown)
ActionMappings=(ActionName="ZoomInViewTarget",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_DPad_Up)
ActionMappings=(ActionName="ZoomInViewTarget",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=W)
ActionMappings=(ActionName="ZoomOutViewTarget",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_DPad_Down)
ActionMappings=(ActionName="ZoomOutViewTarget",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=S)
bEnableMouseSmoothing=False
bEnableMouseSmoothing=False
bDisableMouseAcceleration=True
King 28 Sep, 2023 @ 12:12pm 
or am i supposed to add the line myself under the script/engine thing? and do i need to disable mouse smoothing or was that just an example?
King 28 Sep, 2023 @ 12:09pm 
i cant find any of the mouse setting in the input.ini file, i opened it with notepad+++ so i can literally search it and i didnt find it anywhere
sponky 27 Sep, 2023 @ 6:30am 
Thanks bro :steamthumbsup:
Heart 🎕 27 Sep, 2023 @ 3:32am 
Next find out how to remove controller aim assist, please.
Cheggf 24 Sep, 2023 @ 10:45am 
Valve, please add this! And give me one! Because it's EPIC!
Hunger  [author] 22 Sep, 2023 @ 2:03pm 
WindowsClient is likely the live build of the game, I have WindowsNoEditor from the beta. It should work if you add the lines yourself. My input.ini has both of those settings plus a bunch of key mappings that point to some UI elements.
Barack Obama (Real) 22 Sep, 2023 @ 1:51pm 
i dont have a "WindowsNoEditor" folder, i only have a "WindowsClient" Folder and when i open the input file it doesnt have any of these lines. i have hidden files enabled
West Taiwan 22 Sep, 2023 @ 12:54am 
hi, I ran into you just now in a heist, thanks for explaining this bug to me, fixed it for real now.