Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
NUUN Exp Gauge - NUUN_ExpGauge.js
Plugin desc : Experience Gauge
License : MIT License
Author : NUUN
Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_ExpGauge.js
Desc page : https://github.com/nuun888/MZ
Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_ExpGauge.js
File name : NUUN_ExpGauge.js
Help of plugin :
@target MZ @url https://github.com/nuun888/MZ @plugindesc Experience Gauge @author NUUN @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/NUUN-MZ-plugins ). Original plugin by NUUN. Please check the latest official version at: https://github.com/nuun888/MZ ----- This plugin allows you to display an experience gauge using an external plugin. Terms of Use This plugin is distributed under the MIT License. Update History July 18, 2022 Ver. 1.0.1 Fixed the gauge display extension so that the current value coordinates can be adjusted. July 17, 2022 Ver. 1.0.0 First release @param ExpName @text Distinguished Name @desc Identification name (When specifying for gauge visualization, etc., please specify the parameter name in this plugin parameter) @type string @default exp @param ExpPercent @text Experience percentage display @desc Experience points displayed as a percentage @type boolean @default false @param EXPGaugeColor1 @text Experience Gauge Color 1 @desc Experience Gauge Color 1 (System Color or Color Index (Text Tab)) @type number @default 17 @param EXPGaugeColor2 @text Experience Gauge Color 2 @desc Experience Gauge Color 2 (System Color or Color Index (Text Tab)) @type number @default 6 @param EXPGaugeX @text EXP gauge X coordinate @desc EXP gauge X coordinate (relative) @type number @default 0 @param EXPGaugeY @text EXP gauge Y coordinate @desc EXP gauge Y coordinate (relative) @type number @default 0 @param EXPGaugeWidth @text EXP gauge width @desc Specifies the width of the EXP gauge. @type number @default 300 @param EXPGaugeHeight @text EXP gauge vertical width @desc Specify the width and height of the EXP gauge. @type number @default 12 @param DecimalMode @text Rounding off @desc Round off the decimal point outside the display (false to truncate). @type boolean @default true @param EXPDecimal @text Decimal places @desc The number of decimal points that can be displayed. @type number @default 2 @min 0 @max 99