• 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!

vibration

  1. JeanSwamp

    Android & iOS Rumble/Vibration

    Hello, I am testing the waters with mobile development and I did not find anything in the GMS2 documentation about rumble for mobile devices. I am familiar with doing it with gamepads, however this seems to be completely different. Anyone with experience in mobile development can point me out...
  2. Daniel Mallett

    PS4 virbration not working

    Does Gamemaker Studio 2.3+ support vibration for the PS4 controller. I'm running the rumble function but nothing is happening. I read that if it shows up in slot 4 that it means direct input and will not work. Does this apply to pressure sensitive controls aswell. I swear in the past even back...
  3. RizbIT

    Asset - Extension iOS Vibrate - Haptics Extension

    This allows you to create some vibrations on your iPhone device Not tested on iPad You can use some of the pre-defined vibrations or use you own by entering a value This can vary from very short to multiple long vibrations. Download it here...
  4. I

    native extension for android - get context

    Hi I'm pretty new at android programming and I've been trying to make a native extension for android I've been looking for a way to get context (in order to access VIBRATOR_SERVICE) I've searched extensively and found that some people use: RunnerJNILib.GetApplicationContext() I would like to...
  5. S

    Windows [Solved] Gamemaker Studio 2 DS4 Vibration not working

    Hello, I am struggling to get my ds4 controller to rumble with the gampad_set_vibration function. gamepad_set_vibration(device, left_motor, right_motor) So I am doing the following when I enter a character attack area gamepad_set_vibration(obj_player.gamepadSlot, 0.5, 0.5); alarm[11]...
  6. JAG

    Mac OSX Controller vibration

    Does anyone know if it's possible to have GMS make a Dualshock 4 or Xbox One gamepad vibrate when connected to a Mac?
  7. D1Project

    Mac OSX gamepad_set_vibration for Mac?

    Hello, I'm trying to get the player's gamepad to vibrate on Mac. But gamepad_set_vibration(0, 1, 1) doesn't work. In the documentation, it is written: NOTE: This function is currently only available for the standard Windows, PS4 and Xbox One target modules. But how do I do for Mac? Thanks a lot
  8. L

    Legacy GM DualShock 4 Controller wont vibrate?!

    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); )...
  9. W

    Legacy GM [SOLVED] Vibration, speed not stopping.

    I have an object that is moving towards the left and which is supposed to stop at a certain point yet it keeps going and won't stop it's speed. Here's the code: Create event: // pink block position pinkposition = room_width = room_width - (room_width * 0.992); // y position of instance var...
  10. N

    Asset - Extension Taptics: A Haptic Feedback Extension for iPhone 7

    Hi all, Just released my first ever extension to the Marketplace yesterday. Taptics lets you use the new Taptic Engine in the iPhone 7 with your Gamemaker games. This means that you can add really cool haptic effects that weren't possible before. If you've ever used an iPhone 7, you know how...
Top