Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Did not you try to adjust it in game settings for your liking?
The mouse does have drift or delay. but its in game files. unless someone can access it it cant get fixed. devs need to give us modding tools.
I’ve been experimenting with some tweaks to the Engine.ini and Input.ini files to improve input responsiveness and reduce mouse issues. These changes might help, so I thought I’d share them here. Let me know if they work for you!
Engine.ini Tweaks
You can find the file here:
%LOCALAPPDATA%\ASF\Saved\Config\WindowsNoEditor\Engine.ini
Add this at the bottom:
[/script/engine.renderersettings]
r.OneFrameThreadLag=0
What it does: This disables the default frame buffering, which can improve input latency.
Input.ini Tweaks
The file is located here:
%LOCALAPPDATA%\ASF\Saved\Config\WindowsNoEditor\Input.ini
Add these lines:
[/script/engine.inputsettings]
bEnableMouseSmoothing=False
bEnableFOVScaling=False
bDisableMouseAcceleration=True
bViewAccelerationEnabled=False
RawMouseInputEnabled=True
bDisableMouseAcceleration=1
bViewAccelerationEnabled=0
RawMouseInputEnabled=1
What they do:
bEnableMouseSmoothing=False: Disables mouse smoothing for precise input.
bEnableFOVScaling=False: Keeps the mouse speed consistent, regardless of FOV.
bDisableMouseAcceleration=True: Turns off mouse acceleration for better control.
bViewAccelerationEnabled=False: Disables view acceleration to reduce input lag.
RawMouseInputEnabled=True: Processes raw mouse input directly.
A Few Notes:
Make sure to back up your files before editing.
These tweaks worked for me, but results might vary depending on your setup.
If anyone else tries these changes, I’d love to hear how they work for you! Let’s help each other get the best experience possible. 😊 Oh and make the files "read only" just to be sure
Came searching for answers. Found this thread.
Tried the settings.
Everything worked great! Thanks so much for posting this @MaexFTW....
I set the v-sync mode in game to ON and limited my FPS to my monitor's refresh rate. It sounds super counter intuitive, but I think the V-sync setting is bugged to do the opposite or something, at the very least it seems like it turned off the "mouse smoothing" effect, which greatly increased the responsiveness for me.
If you are looking for the files, try the following path:
C:\Users\[username]\AppData\Local\ASF\Saved\Config\WindowsNoEditor
Its not in the steam install directory, but the above, even if you've installed it on a diffrent drive. Maex's %localappdata% path should work if you copy/paste it in the address bar, but maybe the full path there might help you find it instead.
I just did the above ini edits and it worked for me.
Messing with the in game settings is what made the difference for me, so I hope my info can help other people in a similar boat.