Hoping you guys can help.
I have used various versions of GZDoom before, and have always set the mousewheel to zoom in and out on the automap. I've set it up on a new machine, and no matter what I tinker with, it just won't zoom with the wheel. I'm using 4.4.2 (I've also tried various earlier versions to test, they didn't work either). The mousewheel is recognised in menus, and it's recognised to change weapons, but does nothing when set to zoom on the automap.
Any suggestions for a fix?
Can't Zoom with Mousewheel on Automap
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
- drfrag
- Vintage GZDoom Developer
- Posts: 3205
- Joined: Fri Apr 23, 2004 3:51 am
- Location: Spain
- Contact:
Re: Can't Zoom with Mousewheel on Automap
This is not a bug, you've assigned other keys for it and the mouse wheel can't be assigned from the menu. Delete your ini.
- m8f
-

- Posts: 1467
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Location: Siberia (UTC+7)
- Contact:
Re: Can't Zoom with Mousewheel on Automap
Or, alternatively, if you don't want to wipe your settings, add the following lines to Doom.AutomapBindings section in your gzdoom.ini:
To restore map zoom by a mouse wheel in other games, search for other .AutomapBindings sections in gzdoom.ini.
Code: Select all
mwheelup=am_zoom 1.2
mwheeldown=am_zoom -1.2-
Guest
Re: Can't Zoom with Mousewheel on Automap
Ah, excellent. Thank you both for your help. My sanity is saved! 