The Outer Worlds: How To Fix Mouse Sensitivity Acceleration/Smoothing

Last Updated on December 4, 2022

Outer Worlds is a beautiful game; there are many things to do. The character progression and unlocking stuff are so much fun. However, there are a few irritating problems in the game, one of them being the Mouse Acceleration/Smoothing; my cursor was jumping here and there because of this.

In this article, we will find out if there’s a fix for this problem or not.

Do read this if you are facing crashing issues in the Outer Worlds.

In this article, we will find out how to fix mouse smoothing and acceleration issues in The Outer Worlds.


How To Fix Mouse Acceleration

Step 1 – If you are a game pass owner, then below is your installation folder:

%LOCALAPPDATA%\Packages\PrivateDivision.TheOuterWorldsWindows10_hv3d7yfbgr2rp\LocalCache\Local\Indiana\Saved\Config\WindowsNoEditor

Step 2 -Once you have opened the installation folder, locate Input.ini file and open it with any text editor.

Add the following lines at the end of the file

[Engine.PlayerInput]

bEnableMouseSmoothing=false

Step 3 – After doing this, Click Save

This should fix any mouse acceleration and smoothing-related issues you might have been facing.

Do comment below if this guide helped you out.

Photo of author

Written by Vikas

Hey, I am Vikas. I've had a longstanding passion for computing and gaming for over a decade now. With a computer science degree under my belt sparking my initial interest in the industry from a young age, you'll often find me immersed for hours in the latest PC titles, especially enjoying multiplayer online games, while also enjoying sharing my insights and reviews. My work has been featured on IGN, Kotaku, MSN and Forbes to name a few. In my spare time, I read books and play with my cats. You can read more about me here. My favorite games are Destiny 2, Warframe, COD Cold War, and Minecraft.

Share on:

2 thoughts on “The Outer Worlds: How To Fix Mouse Sensitivity Acceleration/Smoothing”

  1. Thank you!

    For those that didn’t manage to get to the directory to access the Input.ini do the following:

    1) Press windows hotkey, type %appdata% and press ENTER

    2) On the directory on the top windows explorer search bar it should be C:\Users\YOURUSERNAME\AppData\Roaming on the directory, click in the APPDATA one to access it

    3) Now go inside Local, then Packages, PrivateDivision.TheOuterWorldsWindows10_hv3d7yfbgr2rp, Local Cache, Local, Indiana, Saved, Config, WindowsNoEditor

    4) Now access the Input.ini and add the line,

    [Engine.PlayerInput]

    bEnableMouseSmoothing=false

    Now press ctrl + s to save it, that’s it.

    Reply
  2. For bEnableMouseSmoothing to actually work it has to be under [/Script/Engine.InputSettings] section not [Engine.PlayerInput]:

    [/Script/Engine.InputSettings]
    bEnableMouseSmoothing=False

    Reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.