Meca Cup1 pedals detected but not working
- 2 years ago
This issue is now resolved. I created a file named Meca_Cup1_pedals.xml and placed it in the EA Games/F1 23/actionmaps directory.
The file's content follow:
<!--
**************************************************
* To ensure the use of this data map in the game make sure the file name is valid in the dictionary file and that the database has been modified correctly.
**************************************************
-->
<Device name="Meca_Cup1_pedals" typeid="22D21DD2" display="Meca_CUP1_pedals" type="pedals">
<ForceFeedback>
<Strength value="0" />
<OnTrack value="0" />
<Rumblestrip value="0" />
<OffTrack value="0" />
<WheelWeight value="0" />
<UnderstearEnhance value="false" />
</ForceFeedback>
<ActionMaps>
<ActionMap actionMapName="Meca_Cup1_pedals" deviceName="22D21DD2" deviceDisplayKey="Meca_CUP1_pedals" priority="4">
<Action actionName="Accelerate">
<Axis axisName="di_z_axis_rotation" type="uniDirectionalPositive" deadZone="9.0" saturation="100.0" />
</Action>
<Action actionName="Brake">
<Axis axisName="di_y_axis_rotation" type="uniDirectionalPositive" deadZone="3.0" saturation="100.0" />
</Action>
<Action actionName="Clutch">
<Axis axisName="di_x_axis_rotation" type="uniDirectionalPositive" deadZone="3.0" saturation="100.0" />
</Action>
</ActionMap>
</ActionMaps>
</Device>(I attempted to upload the file to this post, but received an "unsupported extension type error).
After restarting F1 23, the game updated it's internal database with the contents of the file and now properly handles the Meca Cup 1 pedals.
Hoyt