Forums Index >> Technical Support >> Is there someway to change the "WASD" Key control?
Page : <1> :
His laptop is not configured to use any of these controls easily... Hence the question.
There should be some file where you can change the controls. My guess is that it's called something along the lines of keybindings.cs. I'm not sure though, you should probably ask a scriptor.
I've already e-mailed him this as a reply for what he sent me. Add this to the main.cs:
MoveMap.bind(keyboard, "a", moveleft);
MoveMap.bind(keyboard, "d", moveright);
MoveMap.bind(keyboard, "w", moveforward);
MoveMap.bind(keyboard, "s", movebackward);
Change the keys at will
Thank you
Thank you
Thank you
Thank you
AKA (many Thanks)
V Glad you asked that, in my original game, brought from Real Arcade, I could use my mouse to control the tank, I have installed Dazz's upgrade and now have to use keys to move the tank and the mouse just move the turret, I can't play like this, its driving me mad, please help someone!!!!!!!!!!!!!!!! (Please no gags about I can't play anyway)
Last edited: Sunday, September 17, 2006 at 12:51:11 PM
Page : <1> :
Intern for this next year wants to try the game but the lay-out of the keys on his french laptop make playing TT very uncomforatable. Is there someway to change them??