Devolverland Expo – Advanced Settings Guide

Advanced Settings Guide How to disable movement blur, extrade mouse sensitivity, gamepad deadzones, Y axis inversion, […]

Advanced Settings Guide

How to disable movement blur, extrade mouse sensitivity, gamepad deadzones, Y axis inversion, and FOV.

Config Files

The config documents for this sport are placed in:

  • C:\Users\<username>\AppData\Local\Devolverland_Expo\Saved\Config\WindowsNoEditor

The AppData folder is hidden so ensure you’ve got got hidden documents enabled withinside the View tab withinside the Windows Explorer. You also can get right of entry to C:UsersAppDataLocal through typing “%localappdata%” withinside the begin menu search.

Disable Motion Blur [OBSOLETE]

A movement blur toggle has been delivered to the sport in an update.

Open up Scalability.Ini and upload the subsequent:

  • [PostProcessQuality@3]
  • r.MotionBlurQuality=0

If you aren’t the use of the Epic preset, extrade the quantity three to a decrease price (0 = low, 1 = medium, 2 = high, three = epic.)

Mouse Sensitivity/Invert [OBSOLETE]

Mouse sensitivity adjustment and Y axis inversion were delivered to the sport in an update.

Open up Input.Ini and upload the subsequent:

  • [/script/engine.inputsettings]
    bEnableMouseSmoothing=false
    AxisConfig=(AxisKeyName=”MouseX”,AxisProperties=(DeadZone=0.000000,Sensitivity=0.05,Exponent=1.000000,bInvert=False))
    AxisConfig=(AxisKeyName=”MouseY”,AxisProperties=(DeadZone=0.000000,Sensitivity=0.05,Exponent=1.000000,bInvert=False))

Change the sensitivity numbers (ensure to do both!) to the price of your choosing, aleven though I observed 0.05 works nicely for me. I usually set the mouse sensitivity to twenty-five in Unreal Engine games, so modify in line with your preferences. Keep in thoughts which you want to restart the sport whenever you need to extrade the sensitivity.

If you would really like to invert the mouse Y axis, extrade bInvert to True at the closing line.

Gamepad Drift/Invert

Open up Input.Ini once more and upload the subsequent to the cease of the file:

  • 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))

You can modify the sensitivity values as desired, and additionally extrade bInvert to True at the closing line to invert digital digicam control.

Official aid to modify gamepad sensitivity and invert the Y axis has been delivered to the sport, aleven though I’m now no longer certain how the deadzones work.

FOV

  • Download the Universal Unreal Engine 4 Unlocker here:
    https://framedsc.github.io/GeneralGuides/universal_ue4_consoleunlocker.htm
  • Launch and begin the sport, then run the unlocker.
  • Click the Select button and pick the Devolver Expo process.
  • Click the Inject button.
  • You need to see some repute messages pop up withinside the top left nook of the screen.
  • Go returned to the sport and hit the tilde (~) key to open up the console.
  • Type “FOV XXX” in which XXX is your selected FOV price.
    Enjoy!

Leave a Comment

Your email address will not be published. Required fields are marked *