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.

Cannot Drive after a while

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by cd109876, Sep 19, 2014.

  1. cd109876

    cd109876
    Expand Collapse

    Joined:
    Sep 23, 2013
    Messages:
    21
    In the experimental version as well as the normal, after some random time, the controls for driving won't work. Pushing R works fine, P works fine, all the buttons except for my W,A,S,D keys (Changed input map) work as normal. What can I do to fix this other than restarting the game?
     
  2. IBsenoj

    IBsenoj
    Expand Collapse

    Joined:
    Sep 28, 2013
    Messages:
    818
    Do you ever switch to free camera?
     
  3. Dummiesman

    Dummiesman
    Expand Collapse

    Joined:
    Sep 17, 2013
    Messages:
    4,696
    Alt tab out of the game
    Re-activate from taskbar
     
  4. xXblueray95Xx

    xXblueray95Xx
    Expand Collapse

    Joined:
    Sep 14, 2014
    Messages:
    15
    for me its happen after i launch the game after i change the map keys what you need to do is to re shift it like this


    %mm.bind( keyboard, left, moveleft );
    %mm.bind( keyboard, right, moveright );
    %mm.bind( keyboard, up, moveforward );
    %mm.bind( keyboard, down, movebackward );


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

    to this

    %mm.bind( keyboard, left, steer_left );
    %mm.bind( keyboard, right, steer_right );
    %mm.bind( keyboard, up, accelerate );
    %mm.bind( keyboard, down, brake );


    %mm.bind( keyboard, a, moveleft );
    %mm.bind( keyboard, d, moveright );
    %mm.bind( keyboard, w, moveforward );
    %mm.bind( keyboard, s, movebackward );
     
  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