Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: QueenM56 on May 10, 2018, 05:39:10 AM

Title: How to create weapon/equipment inventory system
Post by: QueenM56 on May 10, 2018, 05:39:10 AM
Hi,

I'd like to create a weapon/equipment inventory system for my 2D game.
What I want is for the character to be able to purchase weapons or equipment with virtual currency and use them in game scenes.
I've looked at some tutorials of Array making, but haven't found anything relevant to what I want to make, or the tutorials are pretty hard to understand.
Does anyone know if there is any better or seems relevant tutorial?
Please advise.
Cheers,
M
 
Title: Re: How to create weapon/equipment inventory system
Post by: Fat Pug Studio on May 10, 2018, 06:23:39 AM
That is a very broad question. Use Datamaker for arrays, it's quite simple.

By the way, if you didn't understand the tutorials, how come you find them irrevelevant for what you want to make?
Title: Re: How to create weapon/equipment inventory system
Post by: QueenM56 on May 13, 2018, 02:35:33 AM
Because the result of the tutorial shows something different from what I want to achieve.
Anyway, is there a good tutorial about how to use data maker?
Cheers,
M
Title: Re: How to create weapon/equipment inventory system
Post by: Fat Pug Studio on May 13, 2018, 04:39:14 AM
Sure, Djaydino made some great ones .

Title: Re: How to create weapon/equipment inventory system
Post by: djaydino on May 13, 2018, 08:00:26 AM
Hi,
Data maker is actually not using arrays, but using xml/json
But i believe it includes array maker (which can also be downloaded separately)

xml/json is actually good for an inventory system if you need multiple stats and they can be used in combination with some arrays (which would have the prefabs/materials in its list)
Title: Re: How to create weapon/equipment inventory system
Post by: QueenM56 on May 15, 2018, 03:04:45 AM
Thanks Guys,

It seems I need to do more research about all these so I could ask more specific questions.
Thanks for the link and advice!
M