Developer postOriginal post (opens in a new tab)

GamePad Update II

Just published one more small update to enhance the gamepad support. With this update now user will be able to move the character using left stick. Previously only D-Pad was supported for the player movement.

The default controls for the gamepad are as follows.

//Change the game pad controls here //Player movement is fixed to Dpad and Tunning blade direction to stick //Available values : A;B;X;Y:left-trigger;right-trigger;left-shoulder;right-shoulder { "Shatter":"left-trigger", "Attack":"X", "Jump": "A", "Sprint": "right-trigger", "weaponchange":"B" }

You can edit these controls as you like. The game pad config file is present in the game directory config/xboxcontroller.cfg