Forum Discussion

Aerenko's avatar
3 years ago

Moza R9 and Fanatec V3 Pedals Control Bindings Broken

Product: F1 22
Platform:PC
Summarize your bug The latest Sports Liveries patch somehow managed to completely break BOTH my Moza GS bindings AND my Fanatec Pedal Bindings. First Issue: The accelerator Pedal on my Fanatec V3's is on an inverted axis ALL the time (on both + and - directions) so, essentially it's 100% when it's 0% and viceversa. This worked correctly before the latest patch. Second Issue: The new Moza Wheel Preset Bindings completely broke the menu bindings I had and not only this, but the camera is constantly looking left on the pits even if I unbind the look in any direction bindings. Third Issue: I cannot map certain keys that I could before because the game hard locks menu binds when you have an XML preset from Codemasters in the game install, ridiculous.
What is your 16 digit Report Code? VHAT-TMKE-BRXS-DVSE
Which area is the bug/glitch in? Multiplayer
How often does the bug occur? Every time (100%)
Did you have cross-play enabled? Yes
Steps: How can we find the bug ourselves? Just use a Moza Wheel and Fanatec V3 pedals on the latest patch.
What happens when the bug occurs? The game is essentially unplayable due to hard-coded keybinds and the broken accelerator inverted axis.
What do you expect to see? I expect this to work how it actually did previous to this patch.

10 Replies

  • Hi, 

    Same problem, i use Moza R9 + moza FSR and SR-P pedals. 

    Need a fix !

  • Product: F1 22
    Platform:PC
    Summarize your bug I cant assign buttons in menu control
    What is your 16 digit Report Code? TCSC-RJRS-DHVS-JGTE
    Which area is the bug/glitch in? My Team
    How often does the bug occur? Every time (100%)
    Did you have cross-play enabled? Yes
    Steps: How can we find the bug ourselves? When assigning keys
    What happens when the bug occurs? ı cant assign buttons
    What do you expect to see? i want to assign the buttons

    Hello, I am using Moza Racing DD R9 base and CS steering wheel. There was no problem until today, but as of today I can't assign keys on my steering wheel. I can assign a key in the "Control Scheme" section, but I cannot assign a key in the "Menu Control" section. I take this warning ("You can only map menu control for devices that have no preset control scheme"). After customization keys cannot be saved. My equipment is moza cs wheel and the Default enter keys is 35, 23, 31, 22 but moza cs wheel no keys 35, 23, 31, 22.That's ridiculous. Please help quickly.

    PS: I chose the question(Which area is the bug/glitch in? ⭐) as "My Team" by necessity. I had to answer the question out of necessity or I can't send you my problem. The problem happens all the time, not just My Team.

  • Product: F1 22
    Platform:Steam-PC
    Summarize your bug today 110122 everything i mapped on wheel was changed and now i can't change anything in the ''menu controll'' scheme, due to waring promt'' you can only map menu controles for devices that has no preset controle scheme'' it was also added a ''Moza wheel'' and a ''moza pedals'' controlescheme i did not add.
    What is your 16 digit Report Code? TCSC-RJRS-DHVS-JGTE
    Which area is the bug/glitch in? Driver Career
    How often does the bug occur? Every time (100%)
    Did you have cross-play enabled? Yes
    Steps: How can we find the bug ourselves? In PC'' Settins controles vibration & forcefeedback section mapping buttons Menu controll maping
    What happens when the bug occurs? a waring promt puts up saying: '' you can only map menu controles for devices that has no preset controle scheme''
    What do you expect to see? No promt saying '' you can only map menu controles for devices that has no preset controle scheme''

    I didn't have this problem a couple of days ago please sort this asap,
    I have a MOZA R9 gs wheel and pedals which i setup a while ago and map everything to my likeing it worked fine until today 110122 everything i mapped on wheel was changed and now i can't change anything in the ''menu controll'' scheme, due to waring promt:

     ''you can only map menu controles for devices that has no preset controle scheme''

    it was also added a ''Moza wheel'' and a ''moza pedals'' controleschem i did not add, i really would like do map the wheel how i want it and how it was before.

    This promt did not come up this weekend when i was playing and mapping aroud buttons to my liking.

  • Okay so for the Moza Look buttons problem I think I may have found a possible fix. Here's an Action Map XML I made for myself that seems to be working fine. Apparently the deadzone and type on the Menu Right Stick (Left|Right) buttons are wrong, so I went ahead and copied it from a Logitech config.

    As for the Pedal axis, I don't recall if I changed something but I fixed the Accelerator somehow. The only problem now resides with the Brake pedal not registering any of the travel before hitting the harder part of the pedal. I've basically lost about 80% of the pedal travel and only register 0-100% in the last 20% of the pedal (with 0% deadzone set).

    You'll need to re-enable the default preset and create a custom one from this action map though.

    TLDR: 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:

    • Menu Right Stick Up -> di_button_8
    • Menu Right Stick Down -> di_button_10
    • Menu Right Stick Left -> di_button_11
    • Menu Right Stick Right -> di_button_9

    All of these have to use the uniDirectionalPositive type, and deadZone of 0.0

    RAW XML Code:
                <Action actionName="Menu Right Stick Up">
                    <Axis axisName="di_button_8" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
                </Action>
                <Action actionName="Menu Right Stick Down">
                    <Axis axisName="di_button_10" 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>

    As a bonus if you wish to use the left stick in DPAD mode and not Button mode, here's the XML Code:

                <Action actionName="Menu Up">
                    <Axis axisName="di_dpad_0_up" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
                </Action>
                <Action actionName="Menu Down">
                    <Axis axisName="di_dpad_0_down" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
                </Action>
                <Action actionName="Menu Left">
                    <Axis axisName="di_dpad_0_left" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
                </Action>
                <Action actionName="Menu Right">
                    <Axis axisName="di_dpad_0_right" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
                </Action>
                <Action actionName="Menu DPad Up">
                    <Axis axisName="di_dpad_0_up" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
                </Action>
                <Action actionName="Menu DPad Down">
                    <Axis axisName="di_dpad_0_down" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
                </Action>
                <Action actionName="Menu DPad Left">
                    <Axis axisName="di_dpad_0_left" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
                </Action>
                <Action actionName="Menu DPad Right">
                    <Axis axisName="di_dpad_0_right" type="uniDirectionalPositive" deadZone="0.0" saturation="1.0" />
                </Action>
     
    Hope this is useful while Codemasters actually gets to fix the issue.
  • Aerenko's avatar
    Aerenko
    3 years ago
    @The_NoSebo Yeah that's something only Codemasters can fix. They seem to have put a check where you can't modify bindings that are in pre-defined control pre-sets. Hopefully they get to it soon (press X to doubt).
  • I am having this same issue as of the new patch 1.15 when I updated last night.  Hope to hear something about a fix for this.  Also sent a support ticket to Moza

  • The_NoSebo's avatar
    The_NoSebo
    Rising Rookie
    3 years ago

    I have sent this issue Moza too. And they replied me like that;

    "F1 22 updated the official active adaptation for MOZA devices recently, but there are some problems, we have reported the problem to the F1 22 official, waiting for them to fix it, please be patient, thank you."

    We have to wait..

  • 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" />

About F1® Franchise Discussion

Join other players talking about classic F1® games here.5,001 PostsLatest Activity: 13 hours ago