• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Legacy GM DualShock 4 Controller wont vibrate?!

L

LeoChima

Guest
I'm making a game and everything works fine but when I try to make my DS4 controller to vibrate it doesn't work! I tested this in the player create event and this is the code: gamepad_set_vibration(4,1,1);

Btw, the colour of the leds doesn't change either (code: gamepad_set_colour(4,c_blue); )

Does anyone know a way to fix this?

Thanks!
 

rwkay

GameMaker Staff
GameMaker Dev.
The gamepad_set_colour will only work in the PS4 module and we currently do not support vibration on DirectInput devices (which is how the DS4 appears on Windows).

Russell
 
L

LeoChima

Guest
Okay, sooo I need an xBox controller or is there any other XInput devices? And how does the PS4 module work (if you can still get it)?
 
Top