3 years ago
Moza Wheel Support
I'm currently using a Moza R9 and Moza GS Wheel to drive, and the game detects it as a controller, so I get the weird steering limit/lock and jittering over bumps. This ruins my realism and I would r...
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" />
Thanks @TommyRider88; this appears similar to @Aerenko's solution here.
Yes, one half.
However, there was still a problem navigating through the menu. Only looking to the left solved and looking back in the replay.
These button assignments need to be swapped because there are multiple opicos on the same button.
etc.<Axis axisName="di_button_24" type
<Axis axisName="di_button_37"
and this
<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" />
EA *.
The solution for this is the version I copied. This works for me R9 base / FSR wheel / Fanatec CS pedals combination.
I hope it helps someone.