Fanantec CSR xml for G29 PS4

Discuss everything to do with GIMX here
Post Reply
gt_fan
Posts: 21
Joined: Mon Feb 15, 2016 5:58 am

Fanantec CSR xml for G29 PS4

Post by gt_fan »

Just testing this for a Fanatec CSR wheel on gimx ps4 and it seems to be working ok. This is for a Fanatec wheel in Fanatec mode not Logitech G25 emulation.


OS: Windows 10
Fanatec driver: v261
Wheel: Fanatec CSR (latest firmware 756) with CSR Elite pedals connected to wheel and sequential shifter
Latest Gimx version

Note: PS button mapped to sequential shifter - forward. Change this to your preference in gimx-config.

Let me know if this works for you.

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<root>
  <controller id="1" dpi="0" type="G29 PS4">
    <configuration id="1">
      <trigger type="" id="" name="" button_id="" switch_back="no" delay="0"/>
      <mouse_options_list/>
      <intensity_list/>
      <button_map>
        <button id="abs_axis_0" label="share">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="8"/>
        </button>
        <button id="abs_axis_1" label="options">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="9"/>
        </button>
        <button id="abs_axis_2" label="PS">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="12"/>
        </button>
        <button id="abs_axis_3" label="up">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="27"/>
        </button>
        <button id="abs_axis_4" label="right">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="28"/>
        </button>
        <button id="abs_axis_5" label="down">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="29"/>
        </button>
        <button id="abs_axis_6" label="left">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="30"/>
        </button>
        <button id="abs_axis_7" label="triangle">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="3"/>
        </button>
        <button id="abs_axis_8" label="circle">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="2"/>
        </button>
        <button id="abs_axis_9" label="cross">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="1"/>
        </button>
        <button id="abs_axis_10" label="square">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="0"/>
        </button>
        <button id="abs_axis_11" label="L1">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="5"/>
        </button>
        <button id="abs_axis_12" label="R1">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="4"/>
        </button>
        <button id="abs_axis_14" label="R2">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="6"/>
        </button>
        <button id="abs_axis_13" label="L2">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="7"/>
        </button>
        <button id="abs_axis_15" label="L3">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="11"/>
        </button>
        <button id="abs_axis_16" label="R3">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="button" id="10"/>
        </button>
      </button_map>
      <axis_map>
        <axis id="rel_axis_0" label="wheel">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="axis" id="0" dead_zone="0" multiplier="0.0039" exponent="1.00" shape="Circle"/>
        </axis>
        <axis id="abs_axis_17" label="gas">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="axis" id="1" dead_zone="0" multiplier="0.008" exponent="1.00" shape="Circle"/>
        </axis>
        <axis id="abs_axis_18" label="brake">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="axis" id="2" dead_zone="0" multiplier="0.008" exponent="1.00" shape="Circle"/>
        </axis>
        <axis id="abs_axis_19" label="clutch">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="axis" id="3" dead_zone="0" multiplier="0.008" exponent="1.00" shape="Circle"/>
        </axis>
      </axis_map>
      <joystick_corrections_list>
        <correction low_value="32767" low_coef="-8192" high_value="0" high_coef="0">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="axis" id="1"/>
        </correction>
        <correction low_value="32767" low_coef="-8192" high_value="0" high_coef="0">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="axis" id="2"/>
        </correction>
        <correction low_value="32767" low_coef="-8192" high_value="0" high_coef="0">
          <device type="joystick" id="0" name="Fanatec CSR Wheel"/>
          <event type="axis" id="3"/>
        </correction>
      </joystick_corrections_list>
    </configuration>
  </controller>
</root>

Post Reply