It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I'm using mouselook with Greyface's patch but the movement keys are assigned to WASD. How do I change it to the arrow keys? I looked in mm6.ini but the keys are all assigned numbers instead of letters. It looks like this;

[Controls]
key38=87
key40=83
key83=69
key36=86
key37=65
key39=68
key65=81
key88=70
key81=88
This question / problem has been solved by ZFRimage
avatar
Astaldo711: I'm using mouselook with Greyface's patch but the movement keys are assigned to WASD. How do I change it to the arrow keys? I looked in mm6.ini but the keys are all assigned numbers instead of letters. It looks like this;

[Controls]
key38=87
key40=83
key83=69
key36=86
key37=65
key39=68
key65=81
key88=70
key81=88
WASD is 87, 65, 83, 68 respectively
Left, Up, Right, Down are 37, 38, 39, 40

So you need to change:
key37=37
key38=38
key39=39
key40=40
Yes! That did it, thank you!