Page 1 of 1

Problem Simucube to G27 PC

Posted: Thu Jan 10, 2019 12:17 am
by Majony
Hi,

I try to run my SImucube through the Gimx on my computer so I can play titles like WRC and some more. After doing several tests I can not detect the wheel inside the games, in the logitech panel I get recognized, but in the game I take everything but the steering wheel, in the wrc I have even ffb, but I do not use to turn. I have the Gimx adpater bought in the store, the log I cut it because it would not let me put it whole in the Pastebin since it was very big. I have loaded the G27 firmware for PC and not for PS. I used wrc7 in this log

https://pastebin.com/BuAsn107

I hope sameone can help me please, I have read a lot and searched the forum but I have not found anything that answers me

Thanks in advance

Re: Problem Simucube to G27 PC

Posted: Thu Jan 10, 2019 1:28 am
by kaiba_seto2004
Hi,

Due to your log file, you uploaded wrong firmware for your adapter (G27 PS3).
I think you should upload this firmware:
Image

Re: Problem Simucube to G27 PC

Posted: Thu Jan 10, 2019 7:21 am
by Matlo
Hi,

EMUG27PC also reports "G27 PS3" to the software. I know this is confusing...

The problem here is that you somehow defined a joystick correction that just kills the wheel axis.
Try the following configuration:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<root>
  <controller id="1" dpi="0" type="G27 PS3">
    <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_11" label="Subir marcha">
          <device type="joystick" id="0" name="BU0836-LC Interface"/>
          <event type="button" id="9"/>
        </button>
        <button id="abs_axis_13" label="Bajar marcha">
          <device type="joystick" id="0" name="BU0836-LC Interface"/>
          <event type="button" id="2"/>
        </button>
        <button id="abs_axis_19" label="Embrague">
          <device type="joystick" id="0" name="Heusinkveld Sim Pedals Sprint"/>
          <event type="axis down" id="2" threshold="-10"/>
        </button>
        <button id="abs_axis_1" label="Start">
          <device type="joystick" id="0" name="BU0836-LC Interface"/>
          <event type="button" id="8"/>
        </button>
        <button id="abs_axis_9" label="x">
          <device type="joystick" id="0" name="BU0836-LC Interface"/>
          <event type="button" id="6"/>
        </button>
      </button_map>
      <axis_map>
        <axis id="rel_axis_0" label="Simucube">
          <device type="joystick" id="0" name="SimuCUBE"/>
          <event type="axis" id="0" dead_zone="0" multiplier="0.0039" exponent="1.00" shape=""/>
        </axis>
        <axis id="abs_axis_17" label="Acelerador">
          <device type="joystick" id="0" name="Heusinkveld Sim Pedals Sprint"/>
          <event type="axis" id="0" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
        <axis id="abs_axis_18" label="Freno">
          <device type="joystick" id="0" name="Heusinkveld Sim Pedals Sprint"/>
          <event type="axis" id="1" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
        <axis id="abs_axis_19" label="Freno mano">
          <device type="joystick" id="0" name="BU0836-LC Interface"/>
          <event type="axis" id="0" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
      </axis_map>
      <joystick_corrections_list>
        <correction low_value="-32768" low_coef="0" high_value="-32768" high_coef="8191">
          <device type="joystick" id="0" name="Heusinkveld Sim Pedals Sprint"/>
          <event type="axis" id="0"/>
        </correction>
        <correction low_value="-32768" low_coef="0" high_value="-32768" high_coef="9358">
          <device type="joystick" id="0" name="Heusinkveld Sim Pedals Sprint"/>
          <event type="axis" id="1"/>
        </correction>
        <correction low_value="-32768" low_coef="0" high_value="-32768" high_coef="8191">
          <device type="joystick" id="0" name="BU0836-LC Interface"/>
          <event type="axis" id="0"/>
        </correction>
      </joystick_corrections_list>
      <force_feedback>
        <device type="joystick" id="0" name="SimuCUBE"/>
        <inversion enable="no"/>
        <gain rumble="100" constant="100" spring="100" damper="100"/>
      </force_feedback>
    </configuration>
  </controller>
</root>

Re: Problem Simucube to G27 PC

Posted: Thu Jan 10, 2019 9:12 pm
by Majony
Hi very thanks for the help, but how can i try your configuration Matlo?
Forgiveness for ignorance :geek: :lol:

Re: Problem Simucube to G27 PC

Posted: Thu Jan 10, 2019 9:26 pm
by Matlo
In gimx-launcher, click on "File > Open config directory".
Open your configuration with a text editor like Notepad++.
Replace the whole contents, save.

Re: Problem Simucube to G27 PC

Posted: Thu Jan 10, 2019 9:35 pm
by Majony
Thanks mate, i wanna try tomorrow, i´ll tell you

Re: Problem Simucube to G27 PC

Posted: Fri Jan 11, 2019 11:53 pm
by Majony
Well its Ok ! but in wrc 4 an gravel i dont have any ffb, i´ll send you the new log with this games to see if it can be solved.
Very thanks !

Re: Problem Simucube to G27 PC

Posted: Sat Jan 12, 2019 10:28 am
by GoDlike
Please select Messages->Debug and then check "Haptic" when generating the log file. This should help with FFB debugging.

Re: Problem Simucube to G27 PC

Posted: Sun Jan 13, 2019 6:04 am
by Majony
Thanks GoDlike i´ll try it