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.

did i change the keyboard layout right?

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

  1. camronator

    camronator
    Expand Collapse

    Joined:
    Aug 23, 2013
    Messages:
    11
    ////////////////////////////////////////////////
    //// 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 );

     
  2. szymoniak

    szymoniak
    Expand Collapse

    Joined:
    Aug 20, 2013
    Messages:
    18
    Try and see if it works, if not change.
     
  3. Pinecones

    Pinecones
    Expand Collapse

    Joined:
    Aug 20, 2013
    Messages:
    67
    The only issue here is if you go to edit the map and your camera isn't locked, your car will move along with you since the keys are the same. I guess that could be avoided by pressing J (i think it was J? Perhaps control + J?).

    I changed my move keys to the arrow keys
     
  4. pulley999

    pulley999
    Expand Collapse

    Joined:
    Jan 21, 2013
    Messages:
    824
    Yeah, you may want to change the translational camera binds to the arrow keys, otherwise you will have some weird behavior when freecaming. other than that it should be fine.
     
  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