game

  1. JesusOnExtasy

    [RPG] Darkest Age (New design) [+Demo]

    ★ New visual effects ★ ★ New inventory items ★ ★ All Stats Functions ( stable ) ★ ★ Inventory Functions ( stable ) ★ ★ Purchasing items in the store ( stable ) ★ Download Demo : Darkest Age 0.009v (Android) Darkest Age 0.009v (PC) Game work plan : - Create craft system. - Improved game...
  2. JesusOnExtasy

    Craft system : Resources and Equipment [ Actual topic ]

    Good afternoon, I have already solved the problem with the inventory, thanks to the kind people who are on the forum. Now I'm trying to write a system for crafting resources and equipment for a character. Who has already done this and what is the best way to do it ? Here's what's included in...
  3. G

    Spinner not giving score as it should be.

    I'm trying to add a reward spinner into my game, but I can't seem to get the wheel to give score. This is what I have tried, and it refuses to give any score. Spinner: Create: velocity = 0; checker = 0; startspinner = 0; Step Event: if (startspinner == 1) checker += 1; if (checker % 5 ==...
  4. 22Pepperjack

    Portfolio - Programming [For Hire] Experienced GML Programmer and Game Dev.

    Hello gamers and developers, I'm Pepper, a seasoned indie game developer dedicated to crafting unforgettable and engaging gaming experiences. With over 17 years of GML programming expertise and 4+ years of client work, I offer: Extensive GML programming skills Versatility across any genre...
  5. N

    GameMaker convert to android

    hello. can anyone tell me how to convert my pc game file to android? i can't compile the game
  6. Akaizer

    Portfolio - Art [For Hire] 2D Artist | Generalist | Illustrator

    My name is Laísa and I am a generalist artist, mostly doing illustrations especially animals and anthro characters but I enjoy doing any type of artistic task. I hold a degree in Fine Arts and have expanded my skill set through diverse experiences, including working with indie game companies...
  7. JesusOnExtasy

    SOLVED Incorrect saving of the "undefined" parameter (+Project File)

    I can save the game, but when I load the game, I cannot equip the items that were purchased from me and are in my inventory. I buy 2-3 weapons and 1 set of armor. and the stats start to work incorrectly. Here is my game project, who needs to download it, but I hope someone can help me. After...
  8. T

    SOLVED I'm trying to change my player sprite when an input is detected

    Like the title says -- Trying to create a boost mechanic for a rocket. When the player presses space the rocket goes faster. The boost mechanic itself works, but I have two separate sprites I would like to make this more visually appealing and obvious. I'm not too sure why my code isn't working...
  9. JesusOnExtasy

    Strange error in saving the game.

    Saves with the value "undefined" are not loaded correctly, namely, after loading, items are not put on the character. Here's my save for now. enum Type...
  10. T

    Development What is the best way to keep a game file outside GameMaker (local)?

    I would like to keep my game files somewhere I can get every time, I thought of Google Drive but just placing each file of sprite, background, script, etc. separately in Drive is quite an overwhelming idea... please help me!
  11. R

    Portfolio - Audio FREE GAME MUSIC for INDIE GAME DEVS (for mostly old-school 2D games)

    That's right! FREE MUSIC! Hundreds of songs between FGM1 and FGM2 for different levels, moods, and more. Loops and various old-school game levels or circumstances should be the expectation you have going in. It's all free to use (if you can download it), and edit if it's reasonable (e.g. too...
  12. Misu

    Game Mechanics What is the most ideal button layout for mobile, IYO?

    I know this may be a very subjective topic and also depends on what the game mechanics are to operate, however, I am very curious to know what is everyone's perception on this. I am working on a layout that I can use for any future projects I have on my library (general purpose) but from my...
  13. ShubhamBansod

    GML Getting Response from NodeJS to GameMaker Async Event

    Hey, So, I started learning NodeJS and MongoDB with Game Maker, I'm able to send the Data to NodeJS and also able to save it to MongoDB :) Everything is working fine, but the NodeJS server is not sending the data (response) to GameMaker Client NodeJS "index.js" Game Maker Code [/SPOILER]...
  14. JesusOnExtasy

     My horror game design (video)

    I'm currently working on the design of my horror game. What do you think? good or not?
  15. Z

    Automatic tile collision

    I am making a survival game (tile based) but i cant find any info about a automatic tile collision system that matches the requirements so here are the requirements and if you got any idea of where to search or know how to do it ill be very happy to hear Requirements: Must work with tiles that...
  16. PsychicParrot

    Jack Dragon and the Stone of Peace

    Hello GMC! I've been working on this retro arcade game for a bit now and it's almost finished, so I thought it was probably time to start showing it around. It will be released on Steam and Itch.io and also one of the consoles, but I'm not allowed to say which console yet because the contracts...
  17. CraterHater

    Portfolio - Programming [For Hire] Programmer / Game Designer looking for assignments (Closed at the moment)

    Status: Currently not looking for more work! Hey! My name is Robin. I have been making games with Gamemaker for 8 years now and have a finished game on Steam (linked below). I am able to do most projects in Gamemaker Studio 2 as long as they are 2D. Most experienced in General 2D Gamemaker...
  18. JesusOnExtasy

    GML [ Functions to upgrade weapons or items ]

    Good afternoon everyone. There is 1 item and it has many characteristics. What are the most convenient options for their implementation? Share your experience... Item Icarus Sword : { Atk=300, Crit=80, AtkSpd=476 } Subject Complements ( Upgrade ) : 1. { Soul Crystal=134.Crit } 2. { Life...
  19. lyfe264_

    GameMaker Fullscreen issue when exported

    Hello, I have a problem when the game is exported it as a zip. When in full screen, the game only shows the top left corner of game as if it was zoomed. When I just run it from GameMaker I don't have any problem with full screen. Thank you in advance and have a nice day !
  20. SohleKNKI

    SOLVED Weather api

    Does anyone know how to get a response from an api. For example I have this url: https://api.open-meteo.com/v1/forecast?latitude=47.37&longitude=8.55&daily=weathercode,temperature_2m_max,temperature_2m_min&forecast_days=3&timezone=auto I would like to get the weathercode or min or max...
Top