Devlogs
v1.1.0 New Additions and Fixes
Posted December 10, 2023 by LTN Games
#rpgmaker #update
We have a minor update even though it includes many fixes and additions, we hope this improves the usability of one of our favorite plugins.
Bug Fixes 🐛
- fix max items not being set on creation of presets on new game
- fix crash upon container load when firstOpenItems is not used with plugin command
- fix issue with $gameTemp data not resetting upon container scene termination
- fix bug where items transferred would go over maximum allowed stack size.
- fix containers not being assigned max amount when preset containers were being created on new game
General Improvements and Additions ✨
- Improves general item trasnfers.
- Adds extra condition check for when the container is full or empty.
- Once container is full, user will be brought back to the category window to Withdraw
- Once container is empty, user will be brought back to the category window to Deposit
- Adds condition check when item stack is full.
- Containers now follow item stack rules (set by
$gameParty.maxItems()
)
- Adds parameter to disable check when depositing to a storage container
- When despositing quantity window max amount will be set accordignly, if amount to deposit exceeds item stack or if it exceeds storage space remaining in container.
- When withdrawing Quantity window max amount will be set based on the item stack.
maxAmount = maxStackSize - amountInInventory
- Adds a dark rectangle underneath the quantity number in the Item Quantity Window
- Adds timed messages for when a container is full or empty and when the party item stack is full.
- Adds an extra 2 buttons for incrementing or de-incrementing by 10.
- Adds abiility to click and hold to increase or decrease amount.
- Increment or de-increment amount increases the longer it’s held down
- Add container storage max space and used space inside Container title
- Add an “All” category which will display all items in all categories in both party inventory and container inventory
- update parameter defaults