Mouse Input Fix – World War 3

Mouse Input Fix – World War 3 1 - steamclue.com
Mouse Input Fix – World War 3 1 - steamclue.com

A Simple guide for the Mouse Issues that come with every Unreal Engine Game
 
 

What Mouse input issues?

Essentially the way most games, especially Unreal Engine ones handle Mouse Input, is by calculating Mouse Movement pretty far back. Therefore if your CPU cant keep up, itll cause the mouse to slow down.
 
Thats a yikes isnt it?
 
But luckily we can fix it!
 
 
 

Fixing the Mouse Issues!

First thing we have to do is get to the games config files.
 
Which are located here:
 
C:\Users\<Username>\AppData\Local\WW3\Saved\Config\WindowsClient
 
 
Mouse Input Fix - World War 3 - Fixing the Mouse Issues! - B265A8226
 
 
Once youre there, open GameUserSettings.ini with your notepad and in there we’ll search(F3) for “RawMouseInput”. It should look like this:
 
 
Mouse Input Fix - World War 3 - Fixing the Mouse Issues! - C19508D60
 
 
When you have that, change the False to True, behind that add a “,” and add “bEnableMouseSmoothing=False”.
 
Make sure there is a , after each command and no spaces. The line should read somethingxyz,RawMouseInputEnabled=True,bEnableMouseSmoothing=False,Invertxyz
 
Match it with my screenshot if youre confused!
 
 
Mouse Input Fix - World War 3 - Fixing the Mouse Issues! - E56777165
 
 
For good measure cause some versions of the Unreal Engine are a bit different and to make sure it works, we can also open input.ini from the same Folder and right beneath [/script/engine.inputsettings] we’ll add
 
RawMouseInputEnabled=True
 
bEnableMouseSmoothing=False
 
 
Mouse Input Fix - World War 3 - Fixing the Mouse Issues! - 6D89ED699
 
 
And thats it, enjoy the game with 0 mouse issues.
 
Also yes, this works on other Unreal Engine games too.
 
 
PS By using this Guide you agree to not shoot at me when Im in your match.
 
 

Written by eMiKo

 
 
Here we come to an end for the Mouse Input Fix – World War 3 guide. I hope this guide has helped you with your gameplay. If you have something to add to this guide or believe we forgot some information to add, please let us know via comment! We check each comment manually by approving them!
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*