Mouse wheel switches weapons while scoped
Symptoms
Section titled “Symptoms”- You aim (RMB) with a variable-zoom scope, scroll the mouse wheel — the magnification doesn’t change.
- Instead of zooming, the wheel switches weapons.
- The “Reset to default” button in the controls settings doesn’t help.
The bug appears once you rebind any action to the mouse wheel in the settings — most often minimap zoom or weapon switching. After that, the scope zoom actions lose their key in the settings file, and the wheel goes to other actions.
In GameUserSettings.ini the broken entries look like this — the zoom has no key (Key=...):
((TagName="Input.NamedActions.Player.ScopeZoom.Increase"), (PrimaryKey=(bIsCustom=True)))((TagName="Input.NamedActions.Player.ScopeZoom.Decrease"), (PrimaryKey=(bIsCustom=True)))Fix 1. Edit the settings file (recommended)
Section titled “Fix 1. Edit the settings file (recommended)”The rest of your settings are kept.
-
Close the game completely. Otherwise it will overwrite the file when it exits.
-
Press Win + R, paste
%LOCALAPPDATA%\Wardogs\Saved\Config\WindowsClientand press Enter. -
Back up
GameUserSettings.ini— for example, copy it to your desktop. -
Open
GameUserSettings.iniin Notepad. -
Press Ctrl + F and search for
ScopeZoom. -
Replace both entries with these — bound to the mouse wheel:
((TagName="Input.NamedActions.Player.ScopeZoom.Increase"), (PrimaryKey=(Key=MouseScrollUp,bIsCustom=True)))((TagName="Input.NamedActions.Player.ScopeZoom.Decrease"), (PrimaryKey=(Key=MouseScrollDown,bIsCustom=True)))Only the part inside
PrimaryKey=(...)changes: you addKey=MouseScrollUp,orKey=MouseScrollDown,. Leave the rest of the line alone. -
Save the file (Ctrl + S) and launch the game.
Fix 2. Delete the settings file
Section titled “Fix 2. Delete the settings file”The quickest fix, but it resets all your settings: keys, graphics and sound.
- Close the game.
- Open the folder
%LOCALAPPDATA%\Wardogs\Saved\Config\WindowsClient(Win + R). - Delete
GameUserSettings.ini. - Launch the game — it recreates the file with default settings.
Fix 3. Delete just the zoom entries
Section titled “Fix 3. Delete just the zoom entries”Players report this also works: close the game, delete both the ScopeZoom.Increase and ScopeZoom.Decrease entries from GameUserSettings.ini entirely (with their surrounding brackets and one comma), then launch the game. It restores the zoom with its default keys.
This one needs care with brackets and commas, so we recommend fix 1.
How to check
Section titled “How to check”- Launch the game and take a weapon with a variable scope, such as 3x–6x or 6x–10x.
- Aim (RMB) and scroll the mouse wheel — the magnification should change.
- Without aiming, the wheel still switches weapons — that’s intended.
Keep it from coming back
Section titled “Keep it from coming back”- Don’t bind other actions to the mouse wheel, especially minimap zoom. That’s what breaks scope zoom.
- If the bug comes back, repeat fix 1.