1. Trouble with the game?
    Try the troubleshooter!

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

    Dismiss Notice

Logitech F310 controller.. only reverse and steering works. How to map?

Discussion in 'General Discussion' started by justin428, Aug 15, 2013.

  1. justin428

    justin428
    Expand Collapse

    Joined:
    Aug 15, 2013
    Messages:
    203
    Hey people.

    I have the demo after seeing it on youtube yesterday. Installation was a challenge but I got it.

    I love this.

    Anyhow, I have that controller, switched to "D" on the back, and I only have reverse and left, right steering. Any idea how to have a fully functioning controller here?

    I really appreciate. Thanks.
     
    #1 justin428, Aug 15, 2013
    Last edited: Aug 24, 2013
  2. justin428

    justin428
    Expand Collapse

    Joined:
    Aug 15, 2013
    Messages:
    203
    Solution found. thx
     
    #2 justin428, Aug 19, 2013
    Last edited: Aug 24, 2013
  3. justin428

    justin428
    Expand Collapse

    Joined:
    Aug 15, 2013
    Messages:
    203
    Fixed thanks to some members.
     
    #3 justin428, Aug 22, 2013
    Last edited: Aug 24, 2013
  4. Squidz

    Squidz
    Expand Collapse

    Joined:
    Aug 22, 2013
    Messages:
    6
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    // Product Name: Wireless Gamepad F710 (Controller)
    // GUID: {C21F046D-0000-0000-0000-504944564944}
    // axes: 5^Y^X^U^R^Z

    // 15% deadzone for the camera things
    $gp_deadzone = "-0.15 0.15";

    // camera
    moveMap.bind(%device, thumbrx, "D", $gp_deadzone, gamepadYaw);
    moveMap.bind(%device, thumbry, "D", $gp_deadzone, gamepadPitch);

    // movement : deadzones and such are in lua for these
    moveMap.bind(%device, thumblx, "D", $gp_deadzone, joy_steer);

    moveMap.bind(%device, triggerl, "D", $gp_deadzone, brake);
    moveMap.bind(%device, triggerr, "D", $gp_deadzone, accelerate);

    moveMap.bind(%device, btn_l, clutch );
    moveMap.bind(%device, btn_a, shiftUp);
    moveMap.bind(%device, btn_x, shiftDown);

    moveMap.bindCmd(%device, dpadd, "beamNGResetPhysics();", "");
    moveMap.bindCmd(%device, dpadr, "beamNGTogglePhysics();", "");
    moveMap.bind(%device, btn_r, parkingbrake_toggle);
    moveMap.bindCmd(%device, lpov, "beamNGSwitchVehicle();", "");
    moveMap.bindCmd(%device, btn_y, "gamepadZoom(-0.1);", "gamepadZoom(0);");
    moveMap.bindCmd(%device, btn_b, "gamepadZoom(0.1);", "gamepadZoom(0);");
    moveMap.bindCmd(%device, btn_rt, "beamNGResetCamera();", "");

    moveMap.bindCmd(%device, btn_back, "beamNGCameraToggle();", "");
    //moveMap.bind(%device, btn_back, beamNGControl); //moveMap.bind(%device, btn_x, toggleFirstPerson); pay pal is dustinmcarroll@hotmail.com
     
  5. xDecapitator

    xDecapitator
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    69
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    Here, I'll post a link to the inputmap that I use. Make sure that the switch on the bottom of your F310 is set to XInput. Put the inputmap in installfolder/scripts/client/inputmaps/custom.

    If a custom folder doesn't exist, make one.

    Here's the download:https://www.dropbox.com/s/h8h17pweznfuyz0/controllergamepadf310.inputmap.cs

    Let me know if the link doesn't work and I'll post another. Also, I don't want your money. Keep it or donate to a cause that needs it!
     
  6. justin428

    justin428
    Expand Collapse

    Joined:
    Aug 15, 2013
    Messages:
    203
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    Ok what do I name the input map file? I made the folder "custom".
     
  7. xDecapitator

    xDecapitator
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    69
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    Just throw the file in the custom folder. It should be named controllerf310gamepad.inputmap.cs.
     
  8. justin428

    justin428
    Expand Collapse

    Joined:
    Aug 15, 2013
    Messages:
    203
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    SUCCESS.

    Its crazy I had to resort to that. You dont want the money?
     
  9. xDecapitator

    xDecapitator
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    69
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    Whoo! Glad it worked for you, man. No, I'd rather you buy the full game with it. Not only is the game totally worth it but the developers deserve it.
     
  10. justin428

    justin428
    Expand Collapse

    Joined:
    Aug 15, 2013
    Messages:
    203
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    Other forum members take notice. These guys are real community assets to this forum. Cant thank them enough. :cool:
     
  11. Mr. Teapot

    Mr. Teapot
    Expand Collapse

    Joined:
    Aug 24, 2013
    Messages:
    49
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    Look it up on google or youtube.
     
  12. justin428

    justin428
    Expand Collapse

    Joined:
    Aug 15, 2013
    Messages:
    203
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    read thread? too late. its done.
     
  13. MyAKAndI

    MyAKAndI
    Expand Collapse

    Joined:
    Sep 5, 2013
    Messages:
    8
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    Can you share your inputmap? I can't get mine to work (I also have a F310) and I have no idea what I'm doing when I try.:cool:
     
  14. justin428

    justin428
    Expand Collapse

    Joined:
    Aug 15, 2013
    Messages:
    203
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    No problem. I'm at work right now but when I get home I'll pm you.
     
  15. Possibly_Pos

    Possibly_Pos
    Expand Collapse

    Joined:
    Aug 31, 2013
    Messages:
    226
    Was hoping this would fix my problem guess not :/
     
  16. Thumper

    Thumper
    Expand Collapse

    Joined:
    Oct 9, 2013
    Messages:
    1
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to


    it works fine other than the steering i cant get anything i tried to work.
     
  17. SPWeber

    SPWeber
    Expand Collapse

    Joined:
    Sep 14, 2013
    Messages:
    1
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    Yep, same with mine. Anyone have a fix?
     
  18. awesomesauce1414

    awesomesauce1414
    Expand Collapse

    Joined:
    Sep 8, 2013
    Messages:
    6
    Re: $$$ paying$$$ Logitech F310 controller.. only reverse and steering works. How to

    Can you rehost that download? It doesn't work anymore
     
  19. xDecapitator

    xDecapitator
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    69
  20. gabesta

    gabesta
    Expand Collapse

    Joined:
    Feb 16, 2014
    Messages:
    4
    Does this file need tweaked at all for individual users? I tried it, and it my F310 is still not working. At best, in "D" mode, it picks up some inputs, but only steering matches up. In "X" mode, nothing works.
     
  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