First up, MWLL is amazing. The random crashes, sound issues and lag spikes aside.
But this isn't about praising the teams godly Crysis modding skills. Its a matter of control. My only major gripe so far has to do with the Flight controls and the fact that the mouse is inverted.
Long story short, I'd like to know if its possible to have 'up' as 'up' and 'down' as 'down', whilst using my mouse to control the VTOLs and Aerospace vechiles. I believe I've found the consponding entries in the actionmaps.xml file, but I'm at a loss as to what to do from here. If someone would care to enlighten me on the subject, it would be appriecated.
<actionmap name="helicopter" version="19">
<action name="v_brake" onPress="1" onRelease="1">
<key name="x"/>
</action>
<action name="v_boost" onPress="1" onRelease="1" retriggerable="1">
<key name="lshift"/>
<key name="xi_shoulderl"/>
</action>
<action name="v_rotateyaw">
<key name="joyaxis_x"/>
</action>
<action name="v_rotatepitch">
<key name="maxis_y"/>
<key name="joyaxis_y"/>
</action>
<actionmap name="vtol" version="19">
<action name="v_boost" onPress="1" onRelease="1" retriggerable="1">
<key name="lshift"/>
<key name="xi_shoulderl"/>
</action>
<action name="v_rotatepitch" always="1">
<key name="maxis_y"/>
<key name="joyaxis_y"/>
</action>