
That is a guide how to make the zooming (mouse scrolling) more smooth and with more steps to use.
Guide to Make the Zooming (Mouse Scrolling) More Smooth
How-To
- Goto c:\Users\YOUR_USER_NAME\Documents\My Games\TrainSimWorld3\Saved\Config\WindowsNoEditor\
- Find or create the file Input.ini
- Open the file and add all inside the lines
[/script/engine.inputsettings]
AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=0.050000,Exponent=1.000000,bInvert=False))
Save the file and make it Read Only (right click on Input.ini -> Properties check the box Read-only -> Apply and OK).
Be the first to comment