Ver 1.4.0 - New Feature: SNAP!
New feature
- Drag mode now supports snapping like Photoshop. This helps you modify the layout much easier.
Adjustment
- Save file (json) now stored in js folder as HotbarPosition.json
- Some adjustment to description
Files
Hendrix_Hotbar_Creator.js (v1.4.0) (MV/MZ) 177 kB
1 day ago
Get Hotbar Creator - RPG Maker MV/MZ plugin
Buy Now$11.99 USD or more
Hotbar Creator - RPG Maker MV/MZ plugin
Easily create hotbars and game UI on screen, a tool for every project
Status | Released |
Category | Tool |
Author | Sang Hendrix |
Tags | gamepad, game-ui, Graphical User Interface (GUI), hotbar, plugin, quick-access-bar, RPG Maker, RPG Maker MV, RPG Maker MZ, slots-ui |
More posts
- Ver 1.3.8 - Compatibility to Hendrix Action Engine2 days ago
- Ver 1.3.7 - A Minor adjustedment20 days ago
- Ver 1.3.6 - Brought back conditional branches34 days ago
- Ver 1.3.5 - Web/Mobile bug fix37 days ago
- Ver 1.3.4 - Bug fix: Trigger skill deal damage to player41 days ago
- Ver 1.3.3 - Bug fix for newer NWJS version41 days ago
- Ver 1.3.2 - Mana Adjustment43 days ago
- Ver 1.3.1 - New features: Item out of stock44 days ago
- Ver 1.3.0 - Major overhaul!45 days ago
Comments
Log in with itch.io to leave a comment.
Hey Sang, can I have a suggestion for an update?
1. Can we have option for "show item quantity" only if grather than 1? I would love to have option that it just does not show when "1".
2. Can we change the "Use Now" to something else? Like via notetags for items, for example <usetext:Eat This> gives us "Eat This" instead of "Use Now".
Feature 1 already exists but for feature 2, I'll see if the majority of people really want that.
Okay, thank you. Can you tell me how to set up the first feature? ^^'
It's in the plugin parameter list, I think it's called "Show Zero Quantity".
Yeah, but show zero just shows when item=0, and I wanted to show the quantity if item>1; if 1 then does not show. Like if I got a tool (which is always 1), then don't show the quantity. Would be so cool if you could implement that <3
Find this part in the code:
if (quantity > 0 || showZeroQuantity) {
Change 0 to 1 and you should have what you need.
This is super helpful, thanks!