EA SPORTS™ WRC

EA SPORTS™ WRC

View Stats:
Polpolion Dec 21, 2023 @ 10:28am
Invert Handbrake Axis
How do you invert an axis in controls? My handbrake control is backwards - i need to pull it to disengage the brake. Doesn't seem to matter how it gets bound in the controls menu it always chooses the wrong direction.
< >
Showing 1-3 of 3 comments
Stolz Dec 21, 2023 @ 10:02pm 
This is how I did it for my Moza HBP handbrake:

In file `C:\Program Files (x86)\Steam\steamapps\common\EA SPORTS WRC\WRC\Content\input\Windows\devices\device_defines.xml` add a line like this one
<device id="{2F4A03F0-0000-0000-0000-504944564944}" name="moza_handbrake_hbp" official="false" type="handbreak" priority="100" />

Where:

- `2F4A03F0-0000-0000-0000-504944564944` is the USB id of your break. That same file explains how to obtain it.
- `moza_handbrake_hbp` is whatever name you want to give to your brake. The value does not matter but the same value you set here must also be used in the next step.

Then create file `C:\Program Files (x86)\Steam\steamapps\common\EA SPORTS WRC\WRC\Content\input\Windows\actionmaps\moza_handbrake_hbp.xml` create file with this content
<?xml version="1.0" encoding="utf-8"?> <action_map name="moza_handbrake_hbp" device_name="moza_handbrake_hbp" library="lib_direct_input"> <axis_defaults> <axis name="di_x_axis"> <action deadzone="0" saturation="1.0" name="driving.handbrake" /> </axis> </axis_defaults> <group name="driving"> <action name="handbrake"> <axis name="di_x_axis" type="negative" /> </action> </action_map>

Where `moza_handbrake_hbp` is the same value you set in the first step
Stolz Dec 21, 2023 @ 10:05pm 
BTW, the input drivers settings for EA WRC are exactly the same than for DR2 so you can also search for instructions to make your handbrake model work in DR2 and apply the steps in EA WRC files
Sprout Dec 23, 2023 @ 9:54pm 
What handbrake are you using?

My Moza HB had this issue, both occurrences were immediately after binding it as an input. The solution was after binding the HB, go back to the 'main' control options page, select your HB device and calibrate its axis using the in-game calibration.

Both times this fixed my handbrake being inverted.
Last edited by Sprout; Dec 23, 2023 @ 9:56pm
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Dec 21, 2023 @ 10:28am
Posts: 3