GameMaker Studio 2 (often called GMS2) is a 2D game development IDE. It is the next iteration of GameMaker: Studio, developed and published by YoYo Games. Use this tag only if your question relates to IDE operation, features and game development in GameMaker Studio 2.
171
questions
0
votes
1
answer
47
views
Error : Missing or corrupt GameMaker build tools - 0x4F030002 when building
Recently I've updated to GameMaker 2 v2022.5.1.16. When I'm building a project now, I get Error : Missing or corrupt GameMaker build tools - 0x4F030002 compile error. Is there a way to fix this?
0
votes
1
answer
12
views
Grid based ai path finding with smooth movement
I'm attempting a grid based path finding to my game. The ai would always teleport, so, I've been working on a way to make it smoothly transition to the next tile with no luck. I also don't want the ...
0
votes
1
answer
7
views
I want to make a an script that when you release the left button in the case object, the circle object draw himself at the position of the case
enter image description here
When I compile, It says that I didn't referenced the variables.
-2
votes
0
answers
14
views
GameMaker Studio Room inheritance problem
I'm watching shaun spalding on youtube. I do everything until 19.10 in the 5th video. but I can't get images in my game.
0
votes
1
answer
27
views
How would I randomize where sprites appear on the screen in GameMaker?
I am making a shooter in which enemies (sprite) come into the game from random locations in the game window at a pre-set rate. I was wondering how I could do this in GameMaker 2.
I am able to make ...
-2
votes
1
answer
18
views
I imported a pokemon project to gmx
// but the code is throwing unexpected terminal operator new
function MovePokemon(argument0, argument1) {
old = argument0;
new = argument1;
TPartyID = global.PartyID[old]
global....
0
votes
1
answer
38
views
Having trouble with wall collisions
I'm working on this game right now (with GameMaker Studio 2) and I'm currently coding walls and when I tried making horizontal collision, it worked fine, but when I made floor collision I would get ...
0
votes
0
answers
9
views
Intercommunication between Gamemaker: studio and Cryengine
I am new to the gaming world and beginner with respect to coding, I have one game made in Game maker: studio with dials and controls in 2D but would like to use CryEngine visual (3d), Is there a way ...
0
votes
1
answer
36
views
Converting a "name" to a real, then convert it back to a string
I've ran into some issues with my current gamemaker project. I've setup a simple "merge" functionality in my game, and I'm trying to increase it's QoL
So what's happening when I'm merging, ...
0
votes
1
answer
15
views
draw_set_alpha seems to not work with draw_rectangle
MY GOAL:
I'm trying to draw a transparent black rectangle over the current view.
THE PROBLEM:
No matter what alpha I set, the rectangle is drawn with full opacity.
THINGS THAT I'VE TRIED:
I tried ...
0
votes
1
answer
49
views
Cant make jump in gamemaker studio2
I can't make the jump work in my game made in game maker studio 2
this project uses gravity and the game maker's language.
this is now just random words so stack overflow lets me post this question so ...
0
votes
0
answers
21
views
How do I freeze objects one at a time
I have been trying to do this for a long time. I have tried every thing that I know, from finding how to freeze all objects to trying to find the instance id, I have try looking on the internet.
0
votes
1
answer
51
views
GameMaker 2: Cannot use function/script name for a variable, using "_dir"
after going through the Space Mods - GML - Enemy Factions (2/3) - GameMaker Studio 2 tutorial on YouTube by Gamemaker.
I've came into some trouble with testing the game.
My compile error goes like ...
0
votes
0
answers
9
views
Modelling card game zones using arrays: how to check what zone an object is in?
I've been building a little card game with a friend. We used ds_lists for building the hand, deck, play zone and discard, moving the card objects back and forth between them. One part we've struggled ...
0
votes
1
answer
21
views
How to open the track panel in GameMaker
I am new to Game Maker. I opened a sequence and accidentally closed the track panel. I don't know how to open it, and I need the track panel for my game.