Home > Dauntless > Changing the Mouse Sensitivity in Dauntless

Changing the Mouse Sensitivity in Dauntless

Changing the Mouse Sensitivity in Dauntless

Dauntless as of right now has no in-game option to change the mouse sensitivity. Good thing, you can do it via config file. Here is how:

  • Open the Input.ini file which you’ll find in \Users\YOURUSERNAME\AppData\Local\Archon\Saved\Config\WindowsClient\.
  • Add the following 3 lines to it:

[/Script/Engine.InputSettings]
AxisConfig=(AxisKeyName=”MouseX”,AxisProperties=(DeadZone=0.000000,Sensitivity=0.045,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName=”MouseY”,AxisProperties=(DeadZone=0.000000,Sensitivity=0.045,Exponent=1.000000,bInvert=False))

  • Edit the Sensitivity value for both axes to the one of your choice.
  • Save the file and make it read-only. You can do that with a right click on the file -> Properties -> Check “Read-only” under Attributes.
  • If you want to change the controller sensitivity, do the same steps as above but with the following lines:

[/Script/Engine.InputSettings]
+AxisConfig=(AxisKeyName=”Gamepad_LeftX”,AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName=”Gamepad_LeftY”,AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName=”Gamepad_RightX”,AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
+AxisConfig=(AxisKeyName=”Gamepad_RightY”,AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))

Other Dauntless Guides:

Leave a Comment