[Config][PS5] Gran Tourismo 7 Asetek La Prima and Troubleshooting

Post or request custom configuration files.
Post Reply
mighteemouse3
Posts: 2
Joined: Sun Jun 09, 2024 11:44 am

[Config][PS5] Gran Tourismo 7 Asetek La Prima and Troubleshooting

Post by mighteemouse3 »

I had to do a little messing with it but I have a config that works. (It's not fine-tuned yet).
Steps if you want to detect something different:
1. Download an existing config from the launcher.
2. Go to the button mapping (or any place where you can get your pedal/wheel to trigger an auto detect) and change to axis up then auto-detect wheel turns or pedal presses. (this will give you the device name needed i.e. name="Forte Wheel" or name="LaPrima Wheelbase" or name="Forte S-Series Pedals"
3. In the existing config that you downloaded, start replacing the device names with what your devices are.

These steps might work for other bases that are not directly defined as well?

DO NOT try to auto-detect axis's. It will still give you the "Select device" prompt.
You CAN go into the button mapping and change the buttons themselves though.

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_3" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="78"/>
        </button>
        <button id="abs_axis_4" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="81"/>
        </button>
        <button id="abs_axis_5" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="80"/>
        </button>
        <button id="abs_axis_6" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="79"/>
        </button>
        <button id="abs_axis_7" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="12"/>
        </button>
        <button id="abs_axis_8" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="5"/>
        </button>
        <button id="abs_axis_9" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="4"/>
        </button>
        <button id="abs_axis_10" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="13"/>
        </button>
        <button id="abs_axis_11" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="29"/>
        </button>
        <button id="abs_axis_12" label="">
          <device type="joystick" id="0" name="Forte Wheel"/>
          <event type="button" id="31"/>
        </button>
      </button_map>
      <axis_map>
        <axis id="rel_axis_0" label="wheel">
          <device type="joystick" id="0" name="LaPrima Wheelbase"/>
          <event type="axis" id="0" dead_zone="0" multiplier="0.0039" exponent="1.00" shape=""/>
        </axis>
        <axis id="abs_axis_17" label="gas">
          <device type="joystick" id="0" name="Forte S-Series Pedals"/>
          <event type="axis" id="0" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
        <axis id="abs_axis_18" label="brake">
          <device type="joystick" id="0" name="Forte S-Series Pedals"/>
          <event type="axis" id="1" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
        <axis id="abs_axis_19" label="clutch">
          <device type="joystick" id="0" name="Forte S-Series Pedals"/>
          <event type="axis" id="2" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
      </axis_map>
      <joystick_corrections_list/>
      <force_feedback>
        <device type="joystick" id="0" name="LaPrima Wheelbase"/>
        <inversion enable="no"/>
        <gain rumble="100" constant="100" spring="100" damper="100"/>
      </force_feedback>
    </configuration>
  </controller>
</root>
Post Reply