Off-Road Drive

Off-Road Drive

Not enough ratings
Fix Controls unsaved on exit - Off-Road Drive
By hexaae
Fixes controls unsaved on exit (or reset at every launch)
   
Award
Favorite
Favorited
Unfavorite
Fix Controls unsaved on exit - Off-Road Drive
Annoying as hell, after you edit your custom keyboard config (e.g. remapping directional movements to WASD) the game seems to loose settings and on next launch you'll have to restart with default controls.

This finally fixes this annoying behaviour.
Tested and working with keyboard remap and Steam game version 1.1.1.0, Windows 10.

HOW TO
(example for keyboard players)
Edit
...\Engine\Config\BaseEngine.ini
like this:
...
[WinDrv.WindowsClient]
AudioDeviceClass=XAudio2.XAudio2Device
MinAllowableResolutionX=0
MinAllowableResolutionY=0
MaxAllowableResolutionX=0
MaxAllowableResolutionY=0
MinAllowableRefreshRate=0
MaxAllowableRefreshRate=0
ParanoidDeviceLostChecking=0
AllowJoystickInput=0
(when 0 gamepad won't work)
...

WARNING
Still strange things may happen if you use Bluetooth gamepad and the device turns off due to idle while playing with keyboard, and/or you switch between keyboard/gamepad controls. In this case custom control settings can be lost.

As a general rule, set:
AllowJoystickInput=1 🎮 (ONLY if you want to use the gamepad, will save custom remap)
AllowJoystickInput=0 ⌨ (if you want to play with keyboard keys, will save custom remap, gamepads won't work)
Unfortunately keeping both being able to easily switch between keyboard <-> gamepad is not possible.

If you want to play with custom settings for gamepad or keyboard without loosing them on next launch, you MUST set AllowJoystickInput accordingly.
4 Comments
pointyloops 8 Dec, 2024 @ 6:31am 
Thnx
Guilty_Euphoria 1 Sep, 2021 @ 10:19pm 
Wow thanks
hexaae  [author] 1 Sep, 2021 @ 5:47pm 
AllowJoystickInput=1
and you have to always play with gamepad or will reset.
Guilty_Euphoria 1 Sep, 2021 @ 4:48pm 
can you expand how to fix this for controllers?