PLK_Storage
A downloadable tool
Buy Now$4.00 USD or more
Version: 1.0
Description:
This plugin adds a storage system to RPG Maker MZ. Developers can manage the storage inventory by setting limits for items, weapons, and armors while displaying storage status with customizable UI elements.
Key Features | |
Feature | Details |
Item Limit Management | - Set maximum storage limits for each type: general items, weapons, and armors - Set a total capacity limit for the storage |
Deposit/Withdraw System | - Deposit/withdraw items individually - Deposit all items (Deposit All) or withdraw all items (Withdraw All) |
Storage Status Display | - Show the total items used and the remaining capacity - Display the number of items stored by category |
Customizable UI | - Add a storage window to the main menu - Sort items by category - Customize the background image and window skin |
Plugin Commands | - Adjust storage limits dynamically using Plugin Commands |
How to Use
1. Plugin Installation
- Place the plugin file in the
js/plugins
folder of your RPG Maker MZ project. - Open the Plugin Manager and add
PLK_Storage.js
. - Enable the plugin.
2. Plugin Parameters Configuration
Parameter | Type | Default Value | Details |
MAX_DEPOSIT_PER_ITEM | Number | 50 | Maximum number of general items that can be stored |
MAX_DEPOSIT_PER_ARMOR | Number | 50 | Maximum number of armors that can be stored |
MAX_DEPOSIT_PER_SWORD | Number | 50 | Maximum number of weapons that can be stored |
MAX_TOTAL_STORAGE | Number | 50 | Total maximum capacity of the storage |
TypeAll | Text | All | Text for "All" category |
TypeItem | Text | Item | Text for "Item" category |
TypeArmor | Text | Armor | Text for "Armor" category |
TypeSword | Text | Sword | Text for "Sword" category |
Background | File (img/pictures) | Actor3_7 | Background image for the storage window |
WindowSkin | File (img/system) | Window | Window skin for the storage system |
3. Add Menu Command
The Storage command will automatically appear in the main menu once the plugin is enabled.
4. Deposit/Withdraw Functionality
- Select Storage from the main menu to access the storage system.
- Use the Deposit command to store items or Withdraw to retrieve items.
- Use Deposit All or Withdraw All to process all items at once.
5. Plugin Commands
Command | Description | Example |
SetDepositLimits | Set the maximum storage limits | itemLimit: 100
armorLimit: 50 swordLimit: 30 totalLimit: 150 |
Examples
Adjust Maximum Storage in Real-Time
- Use the Plugin Command
SetDepositLimits
. - Input the desired values, for example:
itemLimit: 100
armorLimit: 50
swordLimit: 30
totalLimit: 150
UI Customization
Customization | Details |
Background Image | Choose an image file located in img/pictures. |
Window Skin | Select a window skin file from img/system. |
Notes
- If the storage is full, additional items cannot be deposited.
- If the storage is empty, items cannot be withdrawn.
- The storage status (used and remaining capacity) updates in real-time.
Published | 11 hours ago |
Status | Released |
Category | Tool |
Author | Palatkorn |
Tags | RPG Maker MZ |
Purchase
Buy Now$4.00 USD or more
In order to download this tool you must purchase it at or above the minimum price of $4 USD. You will get access to the following files:
PLK_Storage.js 52 kB
Leave a comment
Log in with itch.io to leave a comment.