STRAIGHT TO THE SOLUTION
Start here
01Back up the file and find empty entries↓02Restore mouse-wheel zoom↓03Restore Shift for ladder sliding↓01
Back up the file and find empty entries
- Close the game, open the folder below and back up GameUserSettings.ini.
- Find ScopeZoom inside the long CustomKeybindings line in the original file.
- Edit only affected entries containing PrimaryKey=(bIsCustom=True) without a Key value. Do not replace deliberately unbound actions.
%LOCALAPPDATA%\Wardogs\Saved\Config\WindowsClient02
Restore mouse-wheel zoom
- Use the first value for Input.NamedActions.Player.ScopeZoom.Increase.
- Use the second value for Input.NamedActions.Player.ScopeZoom.Decrease.
- Preserve commas and parentheses, save and test an optic with adjustable magnification.
PrimaryKey=(Key=MouseScrollUp,bIsCustom=True)
PrimaryKey=(Key=MouseScrollDown,bIsCustom=True)03
Restore Shift for ladder sliding
- Replace only an existing empty PrimaryKey entry for Input.NamedActions.Player.SlideDownLadder.
- Do not add missing entries at an arbitrary position: CustomKeybindings is a structured list.
PrimaryKey=(Key=LeftShift,bIsCustom=True)04
Restore the backup if needed
- Close the game and restore your backup if the repair fails.
- Leave the file writable so future settings can save. Avoid repeating the mouse-wheel reassignment that triggered the issue.
Frequently asked questions
Why might the in-game reset fail?
An empty custom entry may continue to override the default. Check the affected action directly in CustomKeybindings.
Did this fix help?
Your answer helps us improve these troubleshooting steps.