Forums Index >> Modding >> WASD - Can it be other keys, also?
Page : <1> :
Okay, I found it out, using TGE's open-sourced gui-stuff. %)
For the ones who would like it, to use, here it is.
Linkey.
Install Instructions
1. Drag movementkeys.cs to ThinkTanks/game/client/scripts
2. Add this to the bottom of your main.cs... exec("game/client/scripts/movementkeys.cs");
3. Restart ThinkTanks
You can change the keys. Go to the end of the 'script'. Find somewhere that looks like this:
moveMap.bind( keyboard, f, moveleft );
moveMap.bind( keyboard, g, moveright );
moveMap.bind( keyboard, t, moveforward );
moveMap.bind( keyboard, v, movebackward );
now --> change the f-g-t-v to your own choise.
Last edited: Monday, June 26, 2006 at 1:24:07 AM
Heh, I tryed it, and all worked...
Page : <1> :
Since my arrow keys don't work very good enymore, I tryed to use the WASD-keys. The WASD-keys are in a normal 'form' for QWERTY-keyboards, but aint very good for an AZERTY-keyboard. Eny idea's on how to change WASD to (example) TFGV?