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

bluetooth

  1. Adriano_ppaula

    Android DPad on Bluetooth gamepad on Android not working?

    Hey guys! Is it just me or is this happening to more people? I'm using the latest version of GM and apparently the gamepad DPAD on Android isn't working. It's working on the PC, and the curious thing is that the analog sticks work perfectly, as do all the other buttons. I'll leave a base...
  2. Kvarnen

    Can't get Bluetooth Ext to work

    Hey, I am very interested in the "Bluetooth Ext" that came out in October. Downloaded it from yoyo marketplace but can't get the demo to work. Tested with three different mobiles but they cannot find each other. The only thing that works partially was between mobile (android) and computer...
  3. Adriano_ppaula

    Android Help with gamepad Bluetooth support and questions with analogue sticks button press

    Hey guys, how are you? Guys, I've been using a very old button system for a while now, but it's always worked, but for some time now, I believe that with GM's updates this system is causing problems. I noticed that some players were complaining about compatibility with the Bluetooth gamepad...
  4. Leif

    Android Android gamepad malfunction: "gamepad lost" and "gamepad discovered" not raised

    Good day. For the moment I'm working on bluetooth gamepad connection with android devices. Made all due to https://gamemaker.io/ru/tutorials/coffee-break-tutorials-setting-up-and-using-gamepads-gml Encountered a problem. When on PC - everything works as desired. Controls OK, game warns about...
  5. ultraboy

    Use GameMaker to "control" the robot arm

    A part of my project is to implement the interaction between the computer and a robotic arm. So I tried to create the software part by GameMaker. 😎 It is stm32 which actually handles the control logic. GameMaker is just responsible for making graphical interface to set arguements value. And...
  6. Tom Pierik

    Controller trigger does not work with bluetooth

    Hi all, I have a problem with the right trigger when the controller is connected with Bluetooth. If i connect the same xbox controller with USB, then it works. The sticks and buttons are working good. I have a controller object, this is the async system event show_debug_message("Event = " +...
  7. ultraboy

    SOLVED Can I use Bluetooth on the GMS2

    I want to use Bluetooth for communication in my game. And I find that the newest manual doesn't have a definition for “network_socket_bluetooth”. But it's still highlighted in the code editor. Can I use this regardless of the Manual? Or should I code my own DLL for Bluetooth communication?
  8. K

    GameMaker and bluetooth

    Hello everyone, I'm starting to work on a mobile game and have yet to decide how to build it. Having no knowledge in programming GameMaker seems to be a great solution. To make my final decision I only need to know : Will the app made with gamemaker be able to receive informations from and...
  9. BlackCoatDalov

    Legacy GM Leg spikes when connecting/disconnecting Xbox One wireless controller with GMS 1.4.9999

    Hey all, I've been running into a similar problem as what happened here. Every time I turn my bluetooth Xbox One controller on or off, I'm getting massive lag spikes in the debugger from RoomSpeedSync. I'm guessing that's because, even though my FPS counter is showing 45, the game is outright...
  10. JordanOttesen

    Mac OSX Yoyo Runner not recognizing gamepad inputs (Switch Pro controller) on my Mac Mini (M1)

    I recently bought a 2020 Mac Mini with an M1 processor, an upgrade from my 2014 Macbook Air. On my old machine, I was able to pair my Nintendo Switch Pro controller via bluetooth without any issues. I can still pair my controller to my new Mac Mini, and I can even play games on itch io with it...
  11. SIG.

    iOS Apple App Store warning: My app is requesting Bluetooth permission? This is news to me.

    I submitted an updated version of my app for beta testing. I received two warnings from Apple. One was the mysterious UIWebView warning. The other one is new: My extensions are Google Play Services, Google Play Services IAP extension, and Google Licensing. I use Google Play Services to serve...
  12. KyleRansford

    Android Xbox One Controller not Working with Android Version - GMS2

    I have a Windows game that the Xbox One controller work with fluently, but when I exported my game as an Android apk, the game runs on my phone, but doesn't detect the Xbox One controller. I have the Bluetooth/iCade Support checked, and evn when my game starts I don't see it asking for any...
  13. Z

    Legacy GM Bluetooth Gamepad Slowdown/Frame Drop Issues

    I'm having performance problems when using a Bluetooth controller. When I use my Bluetooth controller for my Project it lags around 45-58 fps, but when I use a Wired USB controller or without a Bluetooth controller it runs in 60 fps. I tried using alarms or checking every 5 steps/frames, but...
  14. N

    Android Paired Devices is always connected

    I am with problem to handle the gamepad on android, if my device is paired the function gamepad_is_connected(numb_pad) always return true! anyone with the same problem?
  15. H

    Android Game won't recognize bluetooth controller

    Hello! I am nearly finished with my game and is planning to export it to Android. The touch controls work just fine, but it's a lot better to play the game with a controller so I've added gamepad support as well. The gamepad works just fine on PC, but when I export the game to Android the...
  16. H

    Android BUG GMS 2.1.4 -- Bluetooth/Gamepad OFF @settings requesting Unneeded Permission -- apk build failed!

    Not all games need gamepad/bluetooth support, especially for my mobile games on Android which most of the time rely on touchscreen / gesture events. So please don't add unnecessary permissions such as gamepad/bluetooth. When we choose to not use gamepad nor bluetooth support on the game (from...
  17. L

    Android Test to see if WiFi and Bluetooth is enabled

    Hello - We are making a game that requires both the use of WiFi and Bluetooth on android. This is not a publicly available product (it's for a private installation in a museum), but in order for the game to work, it is vital that bluetooth and wifi are enabled. We are writing a plugin that will...
  18. S

    Android [SOLVED] OUYA Left Analog Stick

    I'm trying to port a game of mine to OUYA, and I have a cursor object I'd like to move with the left analog stick. Here's the step event for my cursor object: if (gamepad_is_connected(0)) { gamepad_set_axis_deadzone(0, 0.05); var haxis = gamepad_axis_value(0, gp_axislh)...
  19. SirCumferance

    Bluetooth Strength

    I have an extension that connects to bluetooth, so that is handled. But what I am seeking is a way to disco from the device when the signal strength is less than 30%...is there a way to check the strength (RSSI) from the app? There are apps that claim to do this, but I need the code for my own...
  20. J

    iOS What is requesting bluetooth ?

    Is it Google Play Extension or AdColony Extension, I can't submit to Apple because my game tries to access bluetooth when It does not need it. I could just inject a string to plist but I still want to know what is causing it.
Top