This guide will help you to invert mouse Y-axis fast and easy.
Guide to Invert Mouse Y-Axis
By CrocDeluxe
I’m completely unable to play with the so-called “normal” mouse input, and I haven’t found an option to invert it anywhere.. So I found out it is possible by fiddling with the game settings. But, nevertheless, the devs should add an option in-game for it.
If anyone else is interested, the procedure is as follows:
- With the game closed, open the file
%LOCALAPPDATA%\Strinova\Saved\Config\WindowsNoEditor\Input.ini
- If the Input.ini file is empty, add the following header as the very first line of the file:
[/Script/Engine.InputSettings]
- Add the following line to the end of it:
AxisConfig=(AxisKeyName="MouseY",AxisProperties=(bInvert=True))
- If there’s any other lines with settings inside this file, do not touch them!
- Save the file.
- Profit.
Be the first to comment