1. Trouble with the game?
    Try the troubleshooter!

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

    Dismiss Notice

How can i rebind my keys?

Discussion in 'General Discussion' started by Riley., Jan 6, 2014.

  1. Riley.

    Riley.
    Expand Collapse

    Joined:
    Aug 22, 2013
    Messages:
    7
    I want space to break and WASD to drive the arrowkeys and P is annoying me...
     
  2. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,958
    *brake


    and yes. Change your inputmap. Not going to bother saying how because there is a perfectly functional search button above.
     
  3. crazikyle

    crazikyle
    Expand Collapse

    Joined:
    Sep 3, 2013
    Messages:
    875
    I got nothing better to do, so here you go. Just download this inputmap, and replace your current inputmap for keyboard. It will have the same name and can be found in C:\Users\YourName\AppData\Local\BeamNG\BeamNG.drive\scripts\client\inputmaps
     

    Attached Files:

  4. ethan141

    ethan141
    Expand Collapse

    Joined:
    Jan 26, 2014
    Messages:
    1
    Thanks friend! :)
     
  5. loonybin0

    loonybin0
    Expand Collapse

    Joined:
    Mar 3, 2014
    Messages:
    7
    I found that the F1 help menu wouldn't show up with your keybindings. After checking with the original inputmap, turns out that they decided to use a different style method call for that command only. So instead of
    Code:
    %mm.bindCmd(keyboard, "f1", "", "BeamNGHelp.toggle();");
    following the format of the others, they went with
    Code:
    %mm.bindCmd(keyboard, "f1", "", "BeamNGHelpToggle();");
    Beats me as to why.

    Anyway its just a little fix, so attached is the fixed version with a working help menu.
     

    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