1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.36 Bug Reporting thread
    Solutions and more information may already be available.

Logitech G25 Pedals (not working) + Fanatec Wheel (working)

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by concretec0w, Aug 8, 2013.

  1. concretec0w

    concretec0w
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    12
    Hi All,

    I've got a Fanatec CSR wheel and Logitech G25 pedals connected via USB convertor. The wheel works fine (although i've not tested the buttons yet), but I'm not able to get the pedals to respond at all. I've attached my logs and .cs files but condensed the main bits below...

    Appreciate any pointers as I feel quite the n00b right now!

    #############################################
    LOG:

    9.225138|*** joystick0 ***
    9.225161| (unbinding...)
    9.225202| *** unbinding failed!
    9.225230| - Product ID: 11
    9.225251| - Vendor ID: eb7
    9.225271| - Product Name: Fanatec CSR Wheel
    9.225292| - GUID: {00110EB7-0000-0000-0000-504944564944}
    9.225352| - 32 objects: button0 (button), button1 (button), button2 (button), button3 (button), button4 (button), button5 (button), button6 (button), button7 (button), button8 (button), button9 (button), button10 (button), button11 (button), button12 (button), button13 (button), button14 (button), button15 (button), button16 (button), button17 (button), button18 (button), button19 (button), button20 (button), button21 (button), button22 (button), button23 (button), button24 (button), button25 (button), button26 (button), xaxis (axis), slider (axis), rzaxis (axis), yaxis (axis)
    9.225378|No active object
    9.225400|No active object
    9.225422|No active object
    9.225442|No active object
    9.225463|No active object
    9.225485|No active object
    9.225536| - joystick specific mapping file not found: scripts/client/inputmaps/custom/00110eb7000000000000504944564944.inputmap.cs
    9.225582| - joystick specific mapping file not found: scripts/client/inputmaps/custom/fanateccsrwheel.inputmap.cs
    9.225667| - trying to load mapping scripts/client/inputmaps/00110eb7000000000000504944564944.inputmap.cs
    9.226041|Fanatec CSR Wheel Loaded
    9.226065|No active object
    9.226089|*** unknown0 ***
    9.226114| (unbinding...)
    9.226137| *** unbinding failed!
    9.226164| - Product ID: 100c
    9.226184| - Vendor ID: 1dd2
    9.226205| - Product Name: Logitech? G25 Pedals
    9.226226| - GUID: {100C1DD2-0000-0000-0000-504944564944}
    9.226252| - 3 objects: rzaxis (axis), ryaxis (axis), rxaxis (axis)
    9.226273|No active object
    9.226294|No active object
    9.226315|No active object
    9.226335|No active object
    9.226356|No active object
    9.226376|No active object
    9.226428| - joystick specific mapping file not found: scripts/client/inputmaps/custom/100c1dd2000000000000504944564944.inputmap.cs
    9.226476| - joystick specific mapping file not found: scripts/client/inputmaps/custom/logitech?g25pedals.inputmap.cs
    9.226558| - trying to load mapping scripts/client/inputmaps/100c1dd2000000000000504944564944.inputmap.cs
    9.226799|Logitech G25 Pedals Loaded
    9.226823|No active object
    9.226845| *** loading input map DONE ***
    9.226881|No active object
    9.226904|### beamng.cs loaded

    #############################################
    G25 Pedals: (.cs file saved to scripts/client/inputmaps/100c1dd2000000000000504944564944.inputmap.cs)

    // Product Name: Logitech? G25 Pedals
    // GUID: {100C1DD2-0000-0000-0000-504944564944}
    // axes: 3^RZ^RY^RX

    //%device = "{100C1DD2-0000-0000-0000-504944564944}-" @ %joyNum;
    %device = "joystick" @ %joyNum;

    moveMap.bind(%device, rzaxis, brake);
    moveMap.bind(%device, ryaxis, accelerate);
    moveMap.bind(%device, rxaxis, "I", clutch);

    echo("Logitech G25 Pedals Loaded");

    #############################################
    Fanatec CSR Wheel: (.cs file saved to scripts/client/inputmaps/00110eb7000000000000504944564944.inputmap.cs)

    // Product Name: Fanatec CSR Wheel
    // GUID: {00110EB7-0000-0000-0000-504944564944}
    // axes: 4^X^S^RZ^Y

    //%device = "{00110EB7-0000-0000-0000-504944564944}-" @ %joyNum;
    %device = "joystick" @ %joyNum;

    moveMap.bind(%device, xaxis, joy_steer);

    moveMap.bind(%device, button6, shiftDown);
    moveMap.bind(%device, button5, shiftUp);
    moveMap.bind(%device, button3, parkingbrake);

    moveMap.bindCmd(%device, button1, "beamNGResetPhysics();", "");
    moveMap.bindCmd(%device, button4, "beamNGResetCamera();", "");
    moveMap.bindCmd(%device, button2, "beamNGCameraToggle();", "");


    moveMap.bindCmd(%device, button3, "beamNGTogglePhysics();", "");
    moveMap.bindCmd(%device, button5, "beamNGSwitchVehicle();", "");
    moveMap.bindCmd(%device, button6, "beamNGZoom(-1);", "");
    moveMap.bindCmd(%device, button7, "beamNGZoom(1);", "");

    echo("Fanatec CSR Wheel Loaded");
    #############################################

    Cheers
    Sunil
     

    Attached Files:

    #1 concretec0w, Aug 8, 2013
    Last edited: Aug 8, 2013
  2. concretec0w

    concretec0w
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    12
    BumP!

    Thanks for any help that comes my way :)
     
  3. concretec0w

    concretec0w
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    12
    Bumpy Bumpy!!!
     
  4. concretec0w

    concretec0w
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    12
    Bump!
    Anyone??
     
  5. concretec0w

    concretec0w
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    12
    bump! Same problem still
     
  6. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    What do you mean connected by a usb converter? The g25 is natively usb?

    Have you tried only having 1 steering wheel and pedals plugged in at once?
     
  7. concretec0w

    concretec0w
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    12
    Hi Aljowen. Thanks for the reply. The G25 pedals normally connect to the G25 Steering wheel via a serial cable type lead, which then connects to the PC via USB. However I'm using the G25 pedals with a Fanatec CSR (without the G25 Wheel). The serial port on the pedals connects to a serial to USB convertor which was custom made for the purpose of using the pedals without the wheel and therefore both wheel and pedals connect to separate USB ports...

    When I connect the pedals to the PC and start BeamNG I can see that it's recognising the pedals as logitec g25's but I think that the serial to usb convertor may be interfering and therefore the default built in profile may not be working as expected. Not sure. Any idea?

    Cheers
    S
     
  8. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    Well i succesfully played the game with my g25 pedals (with wheel attached) with an xbox controller for steering, so no issue with 2 controllers at once there.
    But it does look like you messed up your files, if you look in the attachment each controller seems to have 2 different files (xbox controller attached). You seem to have some syntax from one file and some syntax from the other file all in one file jumbled together. Im not sure if this is an issue since i have never played with input maps before.

    This may be helpful: Playing#Configuring_your_own_controller
     

    Attached Files:

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice