MWO Mouse wheel zoom

Dark DeLaurel

Staff member
Kurultai
Horsemen
If you want to use your mouse wheel to zoom copy the following text into your actionmaps.xml in C:\Games\Piranha Games\MechWarrior Online\USER\Profiles\username\ (the file will open with notepad)

<action name="m_toggle_zoom_mode">
<rebind device="keyboard" input="mwheel_up" index="4" defaultInput=""/>
</action>

You want to put it after the following:

<ActionMaps Version="10">
<actionmap name="mech">


It is not overly elegant but it works, basically as you click your wheel forward it will scroll through the zoom levels.
 

CarnageINC

Clansmen
For some reason I can't get this to work on my system. It tells me that I don't have permission to change the files or somethingy like that. Of course I have full admin control and have my file extensions set so I can modify them. I'm at a loss on how to get it to work.
 
Top