Re: Moza R9 and Fanatec V3 Pedals Control Bindings Broken
I found a solution. Works with FSR Wheel. And the turn-in during pitstops also working. no looking left in the box, no looking to back in the replay. There is no spinning the car in the selection, etc. I fixed everything manually.
Ok first my config: R9 base/ FSR wheel/ Fanatec CS pedals
F1 22 PATCH 1.15
I searched the forums and put together the right solution for me.
To fix the Moza issue as a workaround go to C:\Program Files (x86)\Steam\steamapps\common\F1 22\actionmaps and edit your Moza.xml file. There you need to change the type variable for the following action names:
FIRST MAKE A BACKUP OF THE MOZA XML FILE!!!!
rewrite the following lines:
<Axis axisName="di_button_24" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Right Stick Down"> <Axis axisName="di_button_37" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Right Stick Left"> <Axis axisName="di_button_11" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Right Stick Right"> <Axis axisName="di_button_9" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
AND THIS LINES:
<Action actionName="Menu Trigger Left">
<Axis axisName="di_button_8" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
</Action>
<Action actionName="Menu Trigger Right">
<Axis axisName="di_button_10" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />