gamemaker

  1. L

    Malware?

    C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2023.2.1.90\windows\makensis\Bin\RegTool-x86 I did a scan with malware bytes and this file was diagnosed as malware. Would that be a false positive?
  2. 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...
  3. biyectivo

    Free gooey UI library for Gamemaker

    Hi, this is the preview version of gooey, a small, sprite-based UI library for Gamemaker LTS+ I created. Hope you find it useful! Version: 0.1 alpha (preview version) Date: March 26th, 2023 Category: UI library Price: free forever License: MIT license (includes Jujuadams's Scribble library...
  4. ImprintGaming

    GameMaker Laptop

    I'm thinking of getting a laptop for gamemaker and I just wondered if anyone can recommend one. I've checked specs etc but that doesn't always get the best performance I've found.
  5. ItsTimeForTim

    Windows The Rakata Trilogy

    Yo This is the first time I have posted a game on here I finished this game a while ago, but I didn't consider posting it until now It's a three level primarily-platformer game that I started as a school project. It is three levels, and follows a story. Here is a document that is basically...
  6. P

    GameMaker Object collision when using the grid and the motion_set function.

    Help me figure out how to correctly write code with an object collision when using a grid and the motion_set(); function An example of my code is in the files below:
  7. D

    Instable variable reading (variable not set)

    I was messing around with my Drop system, wich uses a multiple dimenions array to keep the Xp drop informations and uses a script with a for loop to add a little RNG to the drop rarity using weighted chance, beside this script i have another one wich checks if the item belongs to the right item...
  8. Shoba

    GameMaker Gamemaker Spine 4.1 Support

    Since I couldn't find anything in the official [roadmap] is there any estimation if and when Spine 4.1 support will be available? Most Elements work with an export from 4.1->4.0, but certain features like animated image sequences will prevent an import completely.
  9. T

    How do i position a sprite at the start of a text?

    I am trying to make it so that when the text becomes longer, the sprite becomes longer. It works, i centered the text, but i don't know how to position the sprite at the start of the text. It has to be at the start because the sprite streches to the right side.
  10. IchicoreGames

    GameMaker DLC for games

    Good Morning team! i got a question, do you know to implement DLC for update game content??? I am really interested about this topic, i am developing a game right now and i would love to include new content in the future, new skins , or new levels! Can somebody help me??? :eek::oops:
  11. Veecy

    Need help understanding GameMaker's future plans

    Hello fellow forum users, I have been looking at the roadmap, winter 2021 Q&A, and the 2022 Update video, but am struggling to understand some of the information which I find to be important to my own work with GameMaker. In particular, I have been anxiously awaiting the release of Vulkan...
  12. M

    SOLVED Help / 8 Direction Movement and facing by releasing the keys

    Hello, i haven't been programming for that long and somehow I can't find the solution to the following problem. I have a code that allows me to walk in eight directions. However, I can't get the character to look in that direction and the sprite to change in the same direction to idle when I...
  13. U

    SOLVED <unknown object> not set before reading it

    Hello, This is probably very simple, and I think I lost my mind or something... I haven't done anything in gamemaker for a few months, and I just picked back up a very simple project I had been working on. Anyway, I have a persistent game controller in my first room and from it I am trying to...
  14. S

    GameMaker how to leave the sprite looking where you left off?

    I wanted to know how to leave the sprite looking where I left off, like if I move left holding the letter "A", the animation is correct going left but if I release the character it looks back down, I wanted to like when I release the key that he's looking at he keeps looking in the direction he...
  15. El Maul Cosa

    Linux Game Maker Stable for Linux Download fail

    Hello, i noticed that the lastest update for Game Maker has a Linux option to download, but when i tried to download, i have this error: "This XML file does not appear to have any style information associated with it. The document tree is shown below." Why is this happen??
  16. T

    Problem with adding custom controls.

    I followed this youtube tutorial: But when i try to test it, this error shows up: global variable name 'key_up' index not set before reading it. How do i fix this?
  17. GhostAkE

    Please, i am noob, help me

    I am trying to make a cutscene for an ending but i got an error everytime i get to the end. ERROR in action number 1 of Create Event for object Obj_Ending: Variable Obj_Ending.endtext(100072, 0) not set before reading it. at gml_Object_Obj_Ending_Create_0 (line 27) - length =...
  18. Dimsum Cart Studio

    SOLVED Weird bug about structure.

    I use " collision_circle_list " to record the enemies player meet, list named " enemyList ". Everytime before using " collision_circle_list " ,I will destroy the " enemyList " and use ds_list_creat() to reset the structure. But when I read " enemyList ", sometimes it shows the bug ( not...
  19. GamingEngineer

    Development Game Maker 3D projects

    Hi everyone, I am very curious about the number of people who use Game Maker for 3D projects. Game Maker is a fantastic 2D engine with some 3D capabilities as well. Share your own 3D GM project below! 3D Racing Demo (2008) I have been using Game Maker's 3D functionality for almost 15 years and...
  20. K

    Jumping does not work with tile collisions

    I switched to tile collisions in my platformer, but now I can't jump anymore. I need a code for a onground detector, because I don't know how that works with tile collision. I'm a bit of a beginner at gamemaker 2, so i need help. var xDirection = keyboard_check(ord("D")) -...
Top