• 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.3

  1. jinl

    GameMaker [Beginner looks for help] Unfixed YYGI32 error: incorrect type(undefined) expecitng a number

    I have been watching a tutorial for an isometric game, having a jam at loading the map script. One of the script is creating new maps. A YYGI32 error pops up when I pressed Enter to start the script: ############################################################################################...
  2. Darkchampion

    Job Offer - Programmer Experienced Programmer Needed - PS5 Porting in GMS2

    Hi there, We are currently looking for a Programmer who has experience porting GMS2 projects to PS5 (Or any experience porting to Playstation using the inbuilt game maker tools). More information will be provided in due course. Thanks in advance.
  3. wib030

    GML array not being inserted properly?

    hi! I'm semi new to gamemaker 2 and im having some issues with some code im writing for my game It's for my party system switching specifically, i have an array with structs in it for party members, as well as an active party member struct (separate) To switch i copy the active party member...
  4. R

    instance_nth_nearest script finding the second/third nearest

    hi everyone! i have this script that finds the nearest instance, but i cant find a good way to find the second, third ect nearest. This script should be able to do this. At the moment the script is as follows: /// instance_nth_nearest(x,y,obj,n) // // Returns the id of the nth nearest instance...
  5. A

    SOLVED GMS2.3 creator subscription not working?

    Hello. I've recently purchased the GMS2.3 monthly creator subscription (about 4 hours ago) and have been trying to make it work in GMS2 (I can't export my game). Tried restarting the computer, updating the IDE and it didn't work. By the way, I am logged into the account I used to buy the...
  6. Nedenir

    GameMaker Importing project from Marketplace (2.x to 2.3)

    Importing project from Marketplace stuck at converting, its looks like freeze, same if i download project and try to import it manualy. Windows gave me info that GameMaker stops working. Ergo Can't import 2.x projects into 2.3
  7. N

    Problem with compiling the Game (still on test version)

    Hi i have a Problem with compiling the game. I know I'm on the test version but when i click on compile it says that the ico file isn't valid (I don't know what exactly stands there because my game is on german). I don't know why it doesn't work i have the ico file and i converted it from jpg to...
  8. J

    GameMaker Gamemaker 2 update

    There is a new update on gamemaker 2 and I want to know if my old projects gets deleted. When I download the newer version it says its deleting everything if so how do I import my old games on the new version?
  9. R

    Notch and Hole punches

    Is it possible to fill the areas next to the notch with a the background color of the room or force game maker to use it.
  10. nElecticX7

    Hello! I am trying to do some simple PARTICLES but can't figure out something...

    I've been using a tool to generate some particles, and the code is this: // Setup: sys_particle = part_system_create() part_system_layer(sys_particle, layer) part_particle = part_type_create() part_type_shape(part_particle, pt_shape_cloud) part_type_size(part_particle, 0, 1, 0, 0)...
  11. rogonow

    Asset - Demo Polylogue story e-book game engine

    I made: Polylogue story e-book game engine (link to Marketplace) Polylogue story e-book game engine (link to itch.io) (1.1) You can use it for polylogues, like dialogues but with multiple characters, colors and expressions, to make a story (game). The caracters can be drawn or animated. You...
  12. itsmecsf

    SOLVED Stackable ds list

    How to stack with ds list? I have two options and would like the amount to increase instead of adding the potion to the list again. Could someone give me an example of this? Thanks!
  13. T

    Windows What am I doing wrong when uploading my game to steam?

    I'm on a modern patch, i downloaded the sdk, 1.42, unzipped it, set it as the steam destination. Enabled steam, entered in the steam id properly ( 1714020 ). Yet I don't get the steam notification for the game. I'll link the video below.
  14. Evan Kinsler

    Where's the best place to learn GUI Design?

    Please reply to this post with the best videos for beginners to learn about GUI Design in Gamemaker Studio 2.3. Even though I will try and look for some myself, I will still enjoy it if I heard other people's opinions on where to start.
  15. M

    Android How can i create drag of screen view on Android platform using GM 2.3.3

    I was following the below tutorial. I am trying zoom and drag screen on Android platform. But i am failed to implement both correctly. For example of dragging screen, How can i do it in android screen like we do in farming game? In farming, we do zoom in an area and then dragging/moving the...
  16. Acid Reflvx

    GML filename_path getting files from the game data directory

    Hi, I've been creating a rhythm game with a level editor, and I've added a feature that allows you to import .ogg files from your computer as the level music. I've recently set it to encode the things you make in the editor into numbers, and then list those things in a .txt file. That way you...
  17. DarK_SaCoR

    Windows Issue with monitor at 144Hz - framerate drops to 48 fps (GMS 2.3.3)

    IDE Version: 2.3.3.570 Runtime: 2.3.3.434 Since the last GM update, I have been experiencing some problems with the framerate, going from 60 to 48 fps when the game runs on a monitor with a refresh rate of 144Hz. On the other hand, the game runs perfectly at 60 fps if I configure the refresh...
  18. JasrielKraftuur

    SOLVED Changing the Repository of a project and Updating Gamemaker Studio 2

    Hi! I've been trying to figure out how to upload my project to Github for the past week but I keep getting stopped on the same step everywhere. I've looked at several different sites, and they all say to create an external repository first, then you can upload your project to the repository...
  19. Luigi1000

    Issues with debugger suddenly and eradically disconecting.

    Hey everyone, ever since updating to 2.3.2 I have had issues with the debugger suddenly resuming the game despite being paused at a breakpoint all on it's own. It says that the client refused and disconnected in the output but I got no idea why that would be case. (As shown in the code block...
  20. 0TastyPie0

    Can't draw tiles in the room editor anymore

    I was fixing new stage defaults for my game, a room which I make child rooms from, then make stages from there. For some reason it won't let me draw tiles in certain areas, seems to be affecting any tile outside the default room's room dimensions. I tried looking around online, but I can't find...
Top