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

gamemaker 2

  1. D

    GameMaker Is it possible to import a Desktop to a UWP?

    is it possible and how hard is it totake a game folder from GMS2 Desktop and put this into GMS2 UWP? Certainly I would have to change the key assignment of keyboard inputs in controller inputs. But would it have been all then? Are the desktop projects from GMS2, compatible with the UWP projects...
  2. D

    GameMaker Why do the steam commands don't work on me?

    No matter what Steam command I execute in the code. the function block is always ignored later when I run the game on steam! My Steam achievements are online on steam see screenshots: if (!steam_get_achievement("find_the_exit")) {...
  3. D

    GameMaker What is this for a fps limit function?

    I am currently testing my game on a second computer. this second computer is a laptop and has a GTX 950M graphics card. I already uploaded my current game to steam as a build, which is why the Steam FPS shows me 30 fps continuously in the top left, but why? The laptop screen can run at 64 Hz...
  4. M

    Abstract

    Is there a way to declare abstract variables for strategy pattern use in superclass objects? I'm working on a version of pac man, and I want to have a strategy pattern for ghost AI, but I need to be able to declare an abstract variable to later be assigned a specific targeting method in the...
  5. D

    GameMaker How to play video sequences in GMS2 ?

    I want to play a video in my game for a sequenz... Is this possible in GMS2 ? The video that I want to play has a resolution of 1920x1080p...
  6. D

    GameMaker can I play .mp4 videos in GMS2 ?

    Can I play a video sequence in my game? something like an ".mp4" video file? The video that I want to play has a resolution of 1920x1080p...
  7. D

    GameMaker how hard is it to puslih a game for linux to?

    I'm currently making a game that should come out for windows, but how complicated would it be to publish the same game for Linux and Mac with GameMaker Studio 2? In this case, would it be just a question of pressing a few buttons to export the same game made to the other platforms, or is that a...
  8. D

    GameMaker Why do the "x" and "y" jump back?

    Why do the "x" and "y" jump back if the player ends to walk I have a player object and I have a flashlight object. When the player is walking, the coordinates are taken over by the player and expanded to their "x + 100" and "y + 20". But if the player is not walking, then it takes over the same...
  9. D

    GameMaker Why do the screen freeze in room-18?

    I have a game where there are 21 rooms. Everything runs as usual, the player is not persistent and is placed in each additional room. However, for strange reasons, I can no longer move in the game as soon as I cross the door of Raum18 and I do not get an error message. No matter whether in debug...
  10. M

    questions about the code

    1) Does this code work in GameMaker Studio 2? when I enter it in the second GameMaker it says to me that there is an error in line 5, as I understand it because of the quotation marks (but I'm not 100% sure), if someone know how will replace it, tell me please 2) I don’t fully understand how...
  11. Woolford Studio

    Steam remote play

    Hi all, I’m in the process of applying the steam sdk to my game and I noticed that we are advised to use version 1.42. Recently steam announced with their latest sdk that remote play is now possible. My game features split screen and I was always disappointed that I couldn’t figure out how to...
  12. M

    GameMaker Help with a HnS Platformer (GM: Studio 2)

    I need help for a script: i'm starting with a test for a future HnS Platformer game (first I make a test, then I will make a game about). My character is supposed to attack both when is on the floor, and when in jumping. The problem: when I start the game, the code doesn't work correctly Here is...
  13. D

    GameMaker How works the Steam Archivments

    I tried a lot but I can not get any achievements on Steam in my game. I wrote this keyboard_check function, which also worked when I swapped the Archivment command with a sound effect that should be played as soon as I press the "O" key. To test whether the function is called at all and even...
  14. S

    iOS GM Splash Screen isn't Disappearing

    Hello everyone! First off I'd like to mention that I have the desktop version of GameMaker 2 and that this wasn't an issue before around a month ago. The GameMaker splash screen only shows on my program when I'm running it on a mobile device. I looked in the iOS settings in the Options tab...
  15. D

    GameMaker camera view in new rooms?

    I have a game with a limited camera view that tracks only the player. What do I have to program if I want to enter a new room and the camera should follow now follow the player in the next room along?
  16. E

    GameMaker NEED HELP WITH ENEMY AI

    I want the enemy ai to follow the player until the position it can hit but while the player is heading rights it works but unfortunately it doesn't function while heading left. here is my code: if State == enemyState.Playerseen{ if (can_see == true){ var lastPlayerPosition = inst.x...
  17. J

    GameMaker Coupon codes system

    Does anyone know how I can set up a coupon codes system? Are there any good tutorials out there on this subject? What I intend to do is have codes that unlock certain skins / get free gems / etc. The code can only be used once (main importance). But if the code can also be used for a period of...
  18. S

    GML How to program Credits into the game

    I have looked over the internet and I have a general idea on how to code in GML but I just can't work out how to implement credits in to my game. I would appreciate anything like a link to a tutorial or some instructions. please and thanks you.
  19. J

    GameMaker Particles issue [SOLVED]

    So, I am pretty new with Game Maker, and I have been struggling with particle system recently. I did some bunch of code, and it seems to be working, but, for some reason, there are some issues with particles - first, they are not drawn on any light colors and second, they are being overlapped by...
  20. H

    GameMaker Asset Layer Question

    Hello GM community! The usual disclaimer: No clue if this is the right place to post this. Easy question (hopefully): How do I remove / delete a sprite placed in any asset layer within the room editor. I've read through the manual (specifically regarding room editor and asset layer) and...
Top