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.35 Bug Reporting thread
    Solutions and more information may already be available.

FGT Rumble 3-in-1

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by Deat69, Feb 18, 2014.

  1. Deat69

    Deat69
    Expand Collapse

    Joined:
    Feb 15, 2014
    Messages:
    1
    I recently purchased this after ages of not having a steering wheel, so I went to set it up with Beam NG and got lost. this is what I have so far.

    Code:
    // Product Name: FGT Rumble 3-in-1
    // GUID: {B655044F-0000-0000-0000-504944564944}
    // axes: 3^X^ZR^Y
     
    //%device = "{B655044F-0000-0000-0000-504944564944}-" @ %joyNum; 
    %device = "gamepad" 
     
    
    // movement
    %mm.bind(%device, xaxis, steer_direct);
    %mm.bind(%device, yaxis, brake_direct);
    %mm.bind(%device, rzaxis, "RI", accelerate_direct);
    
    
    %mm.bind(%device, button9, toggleShifterMode);
    
    // paddle - left
    %mm.bind(%device, button5, shiftDown);
    // paddle - right
    %mm.bind(%device, button4, shiftUp);t);
    Can someone tell me where I am going wrong with this and how I get it working, I have it in the input maps folder under /custom and I made sure it was .cs
     
  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