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

Change KeyBindings or SteeringWheel?

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by Sexyove, Aug 7, 2013.

  1. Sexyove

    Sexyove
    Expand Collapse

    Joined:
    Aug 7, 2013
    Messages:
    13
    Is it possible to Connect a steering wheel to the game or Change the Keybindings to "WASD"Instead of the arrow Keys? ;)
    And also, The camera is a bit confusing, Is it able to change that to?

    Thanks for Reading :)
     
  2. AnnoyingIB

    AnnoyingIB
    Expand Collapse

    Joined:
    Sep 9, 2012
    Messages:
    42
    Open \scripts\client\inputmap\keyboard.inputmap.cs and change
    Code:
    moveMap.bind( keyboard, left, steer_left ); 
    moveMap.bind( keyboard, right, steer_right ); 
    moveMap.bind( keyboard, up, accelerate ); 
    moveMap.bind( keyboard, down, brake );
    to
    Code:
    moveMap.bind( keyboard, a, steer_left ); 
    moveMap.bind( keyboard, d, steer_right ); 
    moveMap.bind( keyboard, w, accelerate ); 
    moveMap.bind( keyboard, s, brake );
    As for the camera, I have no idea
     
  3. Sexyove

    Sexyove
    Expand Collapse

    Joined:
    Aug 7, 2013
    Messages:
    13
    Thanks! Worked c:

    Okay, If you're in a car, And if you take your Mouse uppwards, You will look down to your feets in the car, I want to change the Axis so if i take the mouse upwards, You look up the roof in the car instead of down to your Feets :)

    Im not sure if its able to do it But if you know it would be Greath!

    Thanks! Best Regards ;D
     
  4. AnnoyingIB

    AnnoyingIB
    Expand Collapse

    Joined:
    Sep 9, 2012
    Messages:
    42
    I have asked the same question but didn't get any response, so I am afraid not (yet ;)) :(
     
  5. Sexyove

    Sexyove
    Expand Collapse

    Joined:
    Aug 7, 2013
    Messages:
    13
    Ye,Kai :) Do you know any ability for adding SteeringWheel with Pedals? :D
     
  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