
Variable Gauge Plugin - RPG Maker MZ / MV
A downloadable tool
Download NowName your own price
Demo video:
Plugin details
- Add variable-based animated gauges to your game. Each gauge can be comprised of multiple layers of animated/static sprites.
- Font values are also completely customizable (font color, family, size, stroke color, stroke thickness, etc.)
- Supports horizontal (left-to-right & vice versa), as well as vertical (top-to-bottom & vice versa) gauges.
- Can be added to both map & battle scenes.
- For both MZ/MV
Terms of Usage (Updated 27/01/2025)
- If you've acquired this plugin from itch.io FOR FREE, then attribution (credit) to GBRO Games is required.
- If you've PAID/DONATED AT LEAST $5 for this plugin on itch.io, then attribution (credit) is not required.
- Commercial or non-commercial usage.
- You may edit the plugin's code however you want, but any acts with the intention of rebranding the plugin, such as changing the plugin filename and the comments at the top of the file that include the plugin description and author information, are forbidden.
- You may not resell or redistribute this plugin, regardless if you've made changes or not.
- I am open for commissions should you wish to upgrade the plugin or change parts of it according to your preference. You can contact me at the above link or visit my fiverr page or discord.
How to install
- Add the plugin to your 'js/plugins' folder
- Activate the plugin in the Plugin Manager
- All UI assets go to the 'img/system' folder
Status | Released |
Category | Tool |
Author | GBRO Games |
Tags | rmmv, rmmz, rpg-maker-gauge-plugin, RPG Maker MV, rpg-maker-mv-plugin, RPG Maker MZ, rpg-maker-mz-plugin, rpg-maker-plugins |
Download
Download NowName your own price
Click download now to get access to the following files:
Variable Gauge Demo MZ (v.1.0).zip 92 MB
Variable Gauge Demo MV (v.1.0).zip 380 MB
Comments
Log in with itch.io to leave a comment.
Missing ")" after argument list
MV version, brand new project with no ther plugins.
So I keep getting the error Missing ")" after argument list in my script call. I copied this straight from the help doc in the plugin so I'm not entire sure what's goin on! tbf its been a while since I've touched MV lol
Injury Level and inj should be wrapped in quotation marks like so:
GBRO.VariableGauge.addGauge("Injury Level", "inj", 1, 10, 0, 0)
Must have forgotten to specify that. My bad.
No problem at all! just tried to fix it and it worked! thanks for the quick response!