Slot System Extension

I’m in need of a slot management system, and I found a promising extension Slot system - GDevelop documentation, but I can’t understand the documentation… Does anyone know if there is a tutorial or demo that uses this extension anywhere?

@infokubarcade Made the extension, maybe they could help you…?

1 Like

Thank you for the reply. I couldn’t work it out so I’ve taken a different approach now :-).

Hey, thanks for using the extension and sorry for the damn late replay.
I’ll publish the code of an example game i made, since you are not the only one requesting it.

The extension is not hard to use but requires some setup (setting the Slot size of each Space, but yeah, overall it requires a tutorial / demo)

I know you used something else, so it will be for a next project :slight_smile: !
I’ll reply as soon as it’s online !

It’s not too late for me to change. Thank you!

So, here were go.

First of all, you can play the demo game here : Epic Static Dungeon | Play on gd.games
It shows off many possibilities of the extension.

And i fully commented my code here : slot_inventory_game.zip - Google Drive

If you have any questions, feel free to ask.
And just in case : note that this extension is only for data management and won’t display anything. Other extensions exist for having grid views and so on.

1 Like

Hi, im trying to implement this system too as inventory but can’t set the named slot max count :confused: (if that i understand right it limit the units of object in 1 slot)

I have this event but doesn’t works:

It count and add correctly the number of the items but not set the max capacity in the slot.
Any help? what am i doing wrong?

Hey,

Is your question related to this topic ?
If not : why not opening your own topic so we won’t flood this one ?

I don’t see anything bad in your code right now, so tell me more about what you are trying to do and i’ll try to help :slight_smile: