inventory

  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. 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...
  4. A

    Drag-and-Drop/Combining Item System Help

    Hi, I'm a newcomer to GameMaker 2, and I'm currently working on an escape room game called Aetherium. I intend to have a system in which certain items can be dragged across the screen to predefined locations, and a system where certain items can be combined with others in a way that's common in...
  5. O

    GML Visual Confused on how to create an inventory using GML Visual

    Hi guys I hate seeming so clueless on forums like this but I'm kind of confused. Basically I'm using GML Visual and I can't seem to figure out how to establish an array and create an inventory system. My main problem is that there are no tutorials I can find online about how to create an...
  6. MrPugMC

    Equipment System

    Hello once again, I am complete with my inventory system and right now I am working on an equipment system. I have made it so when I right click an equipment item (in this case a sword), it will go into the ds grid named "myEquipments", the big problem I have though is I can't for the life of me...
  7. MrPugMC

    Help with ds grid deletion and player healing

    Hello, I have made it so when the player right clicks on a health potion, the health potion will be deleted from the ds grid and the player will be healed by .25 HP (one quarter of a heart). The weird thing is, this all works extremely well until the player is almost at max health. So for...
  8. austinmalcolm

    SOLVED Inventory System: Checking if object is the same as selected item in Array

    Hi! So I'm looking to build upon GameMaker's "Little Town" Adventure game tutorial. In the tutorial, you are able to pick up an object, move it around and then set it down wherever you'd like. What I'm looking to add to this is the ability to pick up multiple items at once and switch between...
  9. 2

    steam item drop

    Hello my code stopped working for dropping inventory item on steam, before I used: steam_inventory_trigger_item_drop(100) steam_inventory_trigger_item_drop(101) is it a new code for it?
  10. F

    Help me with a inventory system

    I'm trying to create a inventory system, and I want to insert in an array the objects that the player take. For now I'm using a string. And I want to put that string in the array. this is my code in the player's step event: if ((distance_to_object(obj_takeable) <= 10) &&...
  11. L

    Weapon Swapping if picked up

    Hello. I'm pretty new to gamemaker and I've been following some tutorials to learn. In these tutorials I've learned how to make a constructor that has all my weapons, it's like this // Cria a arma tudo function criacaoDeArma(_sprite=spr_sword, _tamanhoArma = 0, _objAtk = obj_atk, _cooldown = 1...
  12. JesusOnExtasy

    GML My shop system ready [ +Project Download link ]

    Good afternoon everyone. I have now completed my store, where you can buy then put on and take off a piece of equipment. I think it will be useful for beginner game developers :) Leave a like if this information was helpful to you. I want to appeal to those who have been working in GMS2 for many...
  13. JesusOnExtasy

    SOLVED Professional Inventory System [ Buy items + Sort items + Shop system + Character Equip ]

    I completely rewrote my inventory system. thanks to everyone who helped in solving some problems in the code. [ Finally I finished my inventory which works properly and as it should. I understood one thing, if you need something, then it's up to you. ]
  14. Bukmand

    Asset - Project RPG Inventory Example

    I made RPG Inventory example, Code is very easy to use, 1 Variable up or down to control scrolling without doing anything else and similar ones in object, easily adjustable for your games Download
  15. JesusOnExtasy

    Design Professional Inventory System (Ready) (+video)

    The topic of creating an inventory in GMS2 is a very popular topic, so I want people to post their inventories and their functions in this post. I added my own inventory where each object has its own properties and actions, items can be sold, exchanged or used to make other items. ( I did all...
  16. T

    GML Having trouble saving inventory data using ds_lists and structs

    Hi. This post is probably going to be fairly long, as I want to be as thorough as possible. Apologies for that, and bless your soul if you read through the whole thing. A game I've been working on for many years now is nearly complete, and its development has now reached the stage where I need...
  17. VisscaGem

    How do i swap items in an inventory by clicking a different object.

    Aight, i have an array, inside of the player object, it has the inventory and stuff. I have a separated object for the slots, they just display the items on the inventory, like this: I want to be able to swap items around basically, by clicking in the slot, the clicking in a different slot, and...
  18. M

    SOLVED Running a test, need a "key" item to open a "chest" and give a "gun" item

    hello! I'm pretty new to this so i hope im posting in the right place. I've been following this great tutorial mostly to a T () on how to make an inventory system (the only things ive changed have been no items sprites in the inventory for the sake of the game we're making) but now i cant...
  19. E

    Simple inventory from scratch

    I haven't used game maker much at all since gm6-8.1, but since it's free I decided to download it and I made an inventory from scratch using GML. It took me a few hours over a few days as I jumped straight into it, but using the documentation and a few old forum posts I just finished it. I've...
  20. JesusOnExtasy

    Professional Game Inventory system (can you do that?)

    Good afternoon, I play here in one game and there is a very convenient inventory. I would like to write the same for my project, for example, for 32 - 48 cells with saving the position of the item in the inventory and when you hover over it, a description of the item is displayed. Is it...
Top