Page 1 of 1

Inventory system

Posted: Sun Apr 26, 2020 12:37 pm
by mggame
What inventory and character stats system integrates best with Dialogue System?

Re: Inventory system

Posted: Sun Apr 26, 2020 2:11 pm
by Tony Li
That's a good question. I don't have a perfect answer.

Inventory Engine is a simple, reliable inventory system, but it doesn't have stats or vendors. You'd need to write that code yourself.

Inventory Pro has stats and vendors, but it can be a struggle to get working and keep working. (Your mileage may vary. Just passing along customer experiences.)

Genre frameworks such as ORK Framework (for RPGs) and Adventure Creator (for adventure games) often have their own inventory and stats systems.

Opsive is working on a new inventory system. They expect to release it in May. I'll be coordinating with them to write Dialogue System integration. But it's not available yet.

If you already have something in mind, feel free to let me know. I can share any experiences I've had with them when it comes to integration.