ID:2391702
 
Hi.

How do ya use a gamepad for moving around in a BYOND game?

I tried putting in some gamepad macros from the skin, like so:

https://i.imgur.com/J4hRq2g.png

However, with both +REP and without it, it just makes it so that the player takes one step when I hold down the direction on my gamepad's control stick. I can't get it so that the player can keep moving when using the gamepad. They just take one step.

How can I make it so that the player can move himself around by using a gamepad's left joystick?
An easier way to do this is to use gamepad mappings instead of macros. Map the different directions to the arrow keys and the Dpad will behave just like the arrows.