A downloadable tool

Download NowName your own price

Introduction

Have you ever wanted to create a game with a limited inventory system similar to games like Skyrim in RPG Maker? If the answer is yes, you’ve come to the right place. Create unlimited containers for your players to store items in, set the maximum weight a container can hold, or disallow new items to be deposited entirely. You can even customize the look of the scene by adjusting values in the plugin parameters. For a full list of features, please see down below.

Features

  •  Set the mechanics to “Item Weight” or “Slot Based” to completely change how inventory and container space is calculated. 
  •  Using note tags, give items, weapons, and armors a weight property. They can be decimals like “0.1” or numbers larger than “1”; you decide.
  •  Create and manage all your containers right from the plugin parameters under “Storage Containers.” Afterwards, you can manipulate container settings and contents using script calls and plugin commands throughout your game.
  •  Restrict players from taking items from containers when they have no space left and/or restrict any items from being deposited into containers that have reached their maximum weight.
  •  Throughout gameplay, items can be dropped, deposited, or withdrawn from containers. You can set the default sound effect during these times for all items, weapons, and armour. You can also override the default sound effects on a per-item, per-weapon, and per-armor basis using note tags in the database.
  •  Change various aspects of the game related to the inventory. You can even change the RPG Maker default maximum item limit!
  •  Drop items from the party inventory scene.
  •  Compatible with VisuMZ_1_ItemsEquipsCore. Please make sure my plugins are below VisuStella plugins and in the correct order.
  •  Text code support for changing the colour in the shop and container name windows.
  •  Use note tags to increase/decrease the party maximum weight when an actor is in the current party.
  •  Use note tags to increase/decrease the party maximum weight when an actor is affected by a state and is in the current party.
  •  Use note tags to increase/decrease the party maximum weight when an item, weapon or armour is present in the inventory.
  •  Use note tags to increase/decrease the party maximum weight when the equipment is worn by an actor in the current party.

Terms of Use

1. Do NOT claim ownership or take any code for your own plugins.

2. Do NOT redistribute or resell any of the source code under any circumstances.

3. This plugin is free to be used in any non-commercial game.

4. This plugin can be used for commercial games, provided you have purchased the appropriate licence by clicking the red button found at the bottom of the plugin page here OR by paying the minimum price on this page at 'itch.io'. The licence will cover any and all future games made using the plugin.

StatusReleased
CategoryTool
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
AuthorDungeonmind
Tagsgame-asset, inventory-system, limited-inventory, mz, plugin, rmmz, RPG Maker, RPG Maker MZ

Download

Download NowName your own price

Click download now to get access to the following files:

DM_LimitedInventory Non-Commercial Licence Agreement.pdf 50 kB
DM_LimitedInventory.js V1.14 118 kB
DM_LimitedInventory Commercial Licence Agreement.pdf
if you pay $15 USD or more

Comments

Log in with itch.io to leave a comment.

(5 edits)

Hello and thanks for this plugin i was looking for ! First of all, i want to know something, i dit some test with max at 10 in settings and i add items... so now my inventory is 20/10 and i still can add items, like no limit... no message... no stop... maybe i did someting wrond... i don't know... (for info i hav visuMZ itemequip and did not touch there)



is it a way to stop the add of items or simply the player cant move with a message "you are carrying to much stuff"...?

and is it possible to add the possibility to change all text ? because everything is displayed in english and i want to translate it... i know i can directly edit the .js but... 

(1 edit)

Hello and thanks for your interest in my plugin. You have to check if the player has space in the inventory before giving the item in a conditional script call using :

$gameContainers.checkPartyHaveSpaceForItem(itemId, amount);

The plugin does prevent the player from taking items from containers when they have no space. When you give items manually you should use the script call.

(2 edits)

thanks for you reply ^^ 

if it is an object givent by a npc i do the same ...?

cause i did the conditional script and it doesnt work...


I just tested it and it does indeed work.


well, can you please tell me what to change in my event... i'm not that fluent with english, i think there is something i did not understand in how to do it... :(

Deleted 118 days ago
(1 edit)

Hello there! Thanks for your keen interest in my plugins. You can always email me at support@dmplugins.com with the features you're looking for and I would be glad to take a look.

Deleted 118 days ago
(1 edit)

I have recently tried to send you a reply through email twice and my email keeps getting rejected. Maybe, you can try contacting your email provider to see what's going on.

Deleted 118 days ago

Done.

(1 edit)

Is there an RPG Maker MV version?

(1 edit)

Not at the present time, I'm sorry. If I see a lot of interest in an MV version, I might consider porting it to MV.

Fantastic plugin! Gives a lot of control over how to set up inventory and storage features. Dev is also very helpful and responsive in helping with any issues and adding new features. I highly recommend! Thanks Dungeonmind! :)

-Olly