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.

how to change keyboard controls

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by camronator, Aug 23, 2013.

  1. camronator

    camronator
    Expand Collapse

    Joined:
    Aug 23, 2013
    Messages:
    11
    I really hate the arrow key steering and I want to use wasd how do I change it?
     
  2. szymoniak

    szymoniak
    Expand Collapse

    Joined:
    Aug 20, 2013
    Messages:
    18
  3. camronator

    camronator
    Expand Collapse

    Joined:
    Aug 23, 2013
    Messages:
    11
    is this right?

    ////////////////////////////////////////////////
    //// Keyboardmappings
    // arrow
    //moveMap.bind(keyboard,w, accelerate);
    //moveMap.bind(keyboard,s, brake);
    //moveMap.bind(keyboard,a, steer_left);
    //moveMap.bind(keyboard,d, steer_right);

    moveMap.bind(keyboard, a, moveleft );
    moveMap.bind(keyboard, d, moveright );
    moveMap.bind(keyboard, w, moveforward );
    moveMap.bind(keyboard, s, movebackward );

    moveMap.bind(keyboard, a, steer_left );
    moveMap.bind(keyboard, d, steer_right );
    moveMap.bind(keyboard, w, accelerate );
    moveMap.bind(keyboard, s, brake );

     
  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