1. Issues with the game?
    Check the Known Issues list before reporting!

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

Thrustmaster RGT Forcefeedback Pro

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by Deewad, Aug 5, 2013.

  1. Deewad

    Deewad
    Expand Collapse

    Joined:
    Aug 5, 2013
    Messages:
    240
    Does anyone have a input map for this wheel, I'd love to buy the game but want to make sure my wheel will work with it
     
  2. jessejames

    jessejames
    Expand Collapse

    Joined:
    Aug 5, 2013
    Messages:
    8
    +>4000! I tried to do it but i'm only familiar with rfactors simpler coding method.
     
  3. Deewad

    Deewad
    Expand Collapse

    Joined:
    Aug 5, 2013
    Messages:
    240
    I got it mapped
     
  4. jessejames

    jessejames
    Expand Collapse

    Joined:
    Aug 5, 2013
    Messages:
    8
    can you copy the contents of the file onto here? qould be much appreciated!
     
  5. Deewad

    Deewad
    Expand Collapse

    Joined:
    Aug 5, 2013
    Messages:
    240
    Oh sure, Feel free to edit
    Code:
    // Product Name: RGT Force Feedback Pro
    // GUID: {b653044f-0000-0000-0000-504944564944}
    // axes: 5^Y^X^U^R^Z
    
    // camera
    moveMap.bind(%device, button0, joystickYaw);
    moveMap.bind(%device, button1, joystickPitch);
    // movement
    moveMap.bind(%device, xaxis, joy_steer);
    moveMap.bind(%device, yaxis,"I", brake);
    moveMap.bind(%device, rzaxis, "I", accelerate);
    moveMap.bind(%device, slider, "I", clutch);
    
    moveMap.bind(%device, button3, toggleShifterMode);
    // paddle - left
    moveMap.bind(%device, button1, shiftDown);
    // paddle - right
    moveMap.bind(%device, button2, shiftUp);
    // gears
    moveMap.bindCmd(%device, button14, "shiftToGear(-1);", "shiftToGear(0);");
    moveMap.bindCmd(%device, button3,  "shiftToGear(1);",  "shiftToGear(0);");
    moveMap.bindCmd(%device, button4,  "shiftToGear(2);",  "shiftToGear(0);");
    moveMap.bindCmd(%device, button6, "shiftToGear(3);",  "shiftToGear(0);");
    moveMap.bindCmd(%device, button7, "shiftToGear(4);",  "shiftToGear(0);");
    moveMap.bindCmd(%device, button12, "shiftToGear(5);",  "shiftToGear(0);");
    moveMap.bindCmd(%device, button13, "shiftToGear(6);",  "shiftToGear(0);");
    
    //moveMap.bindCmd(%device, button2, "beamNGResetPhysics();", "");
    //moveMap.bindCmd(%device, button3, "beamNGTogglePhysics();", "");
    //moveMap.bind(%device, button4, parkingbrake_toggle);
    //moveMap.bindCmd(%device, button5, "beamNGSwitchVehicle();", "");
    //moveMap.bindCmd(%device, button6, "beamNGZoom(-1);", "");
    //moveMap.bindCmd(%device, button7, "beamNGZoom(1);", "");
    //moveMap.bindCmd(%device, button8, "beamNGResetCamera();", "");
    //moveMap.bindCmd(%device, button9, "beamNGCameraToggle();", "");
    //moveMap.bind(%device, btn_back, beamNGControl);
    //moveMap.bind(%device, btn_x, toggleFirstPerson);
    echo("G25 mapping loaded");
    
     
  6. jessejames

    jessejames
    Expand Collapse

    Joined:
    Aug 5, 2013
    Messages:
    8
    doesnt work i get this error in the log 3.700946|No active object3.701043|*** joystick0 ***
    3.701108| (unbinding...)
    3.701181| *** unbinding failed!
    3.701262| - Product ID: b653
    3.701326| - Vendor ID: 44f
    3.701388| - Product Name: RGT Force Feedback Pro
    3.701455| - GUID: {B653044F-0000-0000-0000-504944564944}
    3.701587| - 16 objects: button0 (button), button1 (button), button2 (button), button3 (button), button4 (button), button5 (button), button6 (button), button7 (button), button8 (button), button9 (button), xaxis (axis), yaxis (axis), rzaxis (axis), slider (axis), slider (axis)
    3.701645|No active object
    3.701707|No active object
    3.701771|No active object
    3.701832|No active object
    3.701895|No active object
    3.701960|No active object
    3.702357| - joystick specific mapping file not found: scripts/client/inputmaps/custom/b653044f000000000000504944564944.inputmap.cs
    3.702525| - joystick specific mapping file not found: scripts/client/inputmaps/custom/rgtforcefeedbackpro.inputmap.cs
    3.702737| - joystick specific mapping file not found: scripts/client/inputmaps/b653044f000000000000504944564944.inputmap.cs
    3.702800|No active object
    3.702988| - joystick specific mapping file not found: scripts/client/inputmaps/rgtforcefeedbackpro.inputmap.cs
    3.703055|No active object
    3.703126| *** loading input map DONE ***
    3.703239|No active object
     
  7. Creak92

    Creak92
    Expand Collapse

    Joined:
    Aug 10, 2012
    Messages:
    58
    This one should work.
     

    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