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?
ID:2391702
Aug 13 2018, 12:34 pm
|
|
Aug 14 2018, 12:12 am
|
|
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.
|