question

  1. K

    GameMaker Game not running, runtime error?

    C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2024.2.0.163/windows/x64/Runner.exe exited with non-zero status (-1073741515) elapsed time 00:00:01.0581435s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2024.2.0.163/bin/igor/windows/x64/Igor.exe" -j=8...
  2. T

    What's the best option here?

    Hello all! I'm into making a game similar to Magic Research, Democracy, etc. meaning no movements, no graphics, just choices, resource management (money, research, and some other stuff probably) and background simulation. Here's my game layout: BUTTONS 1-5 for accessing various components...
  3. Azriel82

    Opera GX Trying to Publish my game on GXgames, but the In-Game Font looks funky, how do I fix?

    I made a game (called Itzy Bitzy) using GMS. I'm having an issue with how the font is displayed in the GXgames version of the game. In the windows executable the font looks fine, crisp and clear, but in the GXgames browser version it's all jagged and rough looking. I've been all over the...
  4. EdM323

    Debug mode - check and uncheck objects to follow?

    Hi everyone, First of all, I'm glad to be back here. I made games about 10 years ago before taking a long break to study. It's good to be back at game making and I'm happy to see that the community is still well alive. I'm getting used to Game maker studio, and I have a question regarding the...
  5. H

    GML How to change spawn location of character after leaving and reentering a room?

    Hey all, I've recently picked up GameMaker Studio and am trying to learn the basics (movement, rooms, etc.) I've looked in the manual, and online, but I can't find anything on this and I have no clue where to start. I'm trying to make my character start in the middle of a room, and once they...
  6. Yay4ew

    Drag and Drop help

    basically im following the asteroids tutorial on game makers youtube channel: Basically I'm trying to create the bullet and this image pops up: I go to where the issue is and I can't figure it out pls help here are images of both of the events:
  7. L

    SOLVED Best way to teather one object to another but still allow other to move freely within set boundries?

    I have a space ship object and a reticle object. The ship is controlled by player one. The reticle is controlled by player two. As the ship moves I would like the reticle to keep it's relative x,y position but still follow the ship. The ship is controlled via the player 1 analogue stick...
  8. T

    Can I use an array in a struct?

    enemy_block = { enemy_sprite : spr_enemy, enemy_sprite_convinced : spr_enemy_convinced, enemy_name : "BLOCK", enemy_atk : 6, enemy_health : 16, conversate_response : accept_conversate, enemy_theme : mus_basicbattle, enemy_puzzle[0] = obj_dummy_test, } (It's saying that using the '[' is a...
  9. A

    Is there a way for multiple people to program a game at the same time?

    I and my team are trying to make a game for a school project but we dont now If we can share and use more than one computer to program the game, like a online word document. I there a way to do this?
  10. GyphonGoofyGamer

    GameMaker What does 'this message mean? (The type "GM1041 Undefined" appears where the type "Real" is expected.)

    Does anyone know what this means? (GM1041 The type "Undefined" appears where the type "Real" is expected.)
  11. 9

    GameMaker I don't know what is calls but it is not appearing anymor after updated

    this window here, the showing function in GML
  12. H

    GameMaker Ubuntu-beta Capabilities

    Hello, My friends and I recently started on a project, they both run Windows and I use Linux. I was curious if there are any issues we will run into in terms of compatability? Will I still be able to compile for Windows? I appreciate any input, thank you very much.
  13. M

    GameMaker SDF option for font works in GUI layer but not in regular draw event

    I am drawing the same text with the same font, once in the Draw event and once the Draw GUI event and this is the result: The blurry one is in the regular Draw event. It is like the SDF option, which is checked for this font, does not work in the Draw event. Anyone know how to fix this?
  14. G

    Distribution regarding "microtransactions"

    Hi, I've never made a game before and I'm not delusional I know how far from it I am right now but regardless - is GameMaker Studio a good choice for someone looking to make a f2p game with an option for revenue from cosmetics and such? is there an option to add a "cash-shop"? and excuse me if...
  15. M

    Why "draw" elements float on coordinates, and how to properly set it up in general?

    Greetings, can someone please help? This looks partly like a bug, or I definitely don't understand how it works in general 1. Is there any way to make the text line lie vertically in the middle of the coordinate? Currently, the "y" coordinate is the top line of the line, but I need it to be...
  16. 9

    Android GMEXT-Admob 1.2ver put some banner on it

    https://github.com/YoYoGames/GMEXT-AdMob Im using GMEXT-AdMob 1.2 ver its updated so can't find video guide can't even referenced the support forum i just wanted put some banner on top i make game running well, all that's left is to put in the advertisement banner part of Obj_AdMob Create...
  17. 9

    Please help me, About AdMob

    I trying with the latest releases admob on github and i connected with my phone successfully and try to run the test room and it failed this is the part of failure log WARNING:Using flatDir should be avoided because it doesn't support any meta-data formats. > Task...
  18. S

    How do I apply my license?

    I've already downloaded gamemaker and started using it. I just now purchased a license because I want to publish a game, but I can't figure out how to apply the license. I have the Indie tier. I've looked over the FAQ and website but I still can't figure it out.
  19. M

    How to check the possibility of walking along the path?

    Greetings, can someone please advise me, how can I check whether an object has the ability to pass along the path or no, in real time? I tried to get away from mp_grid_path, but unfortunately it doesn't work as I though: mp_grid_add_instances(gr_id, Owall, true); //check likeexistence of...
  20. A

    Inventory system help

    I'm not super experienced with programming, so I'm having trouble deciding how I want to make my inventory system. What I'm wondering is for an inventory system I want to have in my game, it seems logical for me to have the individual items in the inventory, say swords, spears, and bows, be...
Top