Silvar: Is there some way to rebind the controls from the arrow keys to WASD?
YES! The free program I use is called AutoHotkey, it works wonders for all types of games to rebind or to set the controls for the keyboard or make macros to perform many actions! Download autohotkey and install, open up the autohotkey.ahk file they give you in my documents to see how it looks. Read the help file of the program and learn to REMAP keys. I made my mouse button 4 = 20 clicks of the regular left mouse button, so now I have instant auto fire. I might change it to 40 clicks. Here is simple instructions, 1. download and install autohotkey, 2. open notepad, 3. type this XButton1::Click 40 then 4. save the file on your desktop as click40.ahk then 5. exit notepad, 6. double click the ahk file on your desktop to load it on your system tray. 7. anytime you press mousebutton4 u will get 40 clicks, 8. play your game, 9. right click on H icon in your system tray and read the help file to make more! Anyway, Autohotkey is a must have for any computer owner, gamer or not.