
How to change the movement kontrols ingame to WASD!
WASD Kontrols!
If you want WASD controls while fighting ingame I found out how to do it.
Go into the following folder:
- C:\Program Files (x86)\Steam\steamapps\common\Mortal Kombat Arcade Kollection\MKHDGame\Config
Open the file:
- MKHDInput
Change the following lines of code:
KeyBindings=(Target="p1",Keyname="Up",Command="MoveUp")
KeyBindings=(Target="p1",Keyname="Down",Command="MoveDown")
KeyBindings=(Target="p1",Keyname="Left",Command="MoveLeft")
KeyBindings=(Target="p1",Keyname="Right",Command="MoveRight")
To the new WASD format:
KeyBindings=(Target="p1",Keyname="W",Command="MoveUp")
KeyBindings=(Target="p1",Keyname="S",Command="MoveDown")
KeyBindings=(Target="p1",Keyname="A",Command="MoveLeft")
KeyBindings=(Target="p1",Keyname="D",Command="MoveRight")
Then WASD controls work ingame!
Be the first to comment