An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

NUUN Gauge Image - NUUN_GaugeImage.js

Plugin desc : GaugeImaging

License : MIT License

Author : NUUN

Website : https://github.com/nuun888/MZ/blob/master/NUUN_GaugeImage.js

Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_GaugeImage.js

File name : NUUN_GaugeImage.js

Help of plugin :

* @target MZ
 * @plugindesc GaugeImaging
 * @author NUUN
 * @version 1.6.10
 * @base NUUN_Base
 * @orderAfter NUUN_Base
 * 
 * @help
 * Image the gauge.
 * 
 * Specific conditions
 * HP gauge
 * It will switch to the image set when HP is dying.
 * TPB gauge
 * If TPB is during cast time, it will switch to the set image. (You need a separate plug-in that can visualize the cast time)
 * 
 * Image application at the time of damage requires a separate gauge display extension plug-in.
 * 
 * 'result_exp' Result Acquisition EXP Gauge
 * 'exp' Status screen EXP gauge
 * 'limit' Party limit gauge image
 * 
 * Background image:This is the image displayed at the back.
 * Front image:A decorative image displayed in the foreground.
 * Main image:An image of the game.
 * 
 * Set 'Window_BattleStatus' and 'Window_BattleActor' in the filtering class settings if you want the image of the gauge to be reflected only during battle.
 * Image coordinate X and image coordinate Y are applied even if the label does not specify an image. Set the gauge display offset position of the label image.
 * 
 * GaugeImgAngle
 * Rotates the gauge to the left. A positive number rotates clockwise. The origin of rotation rotates from the center of "GaugeImgWidth" and "GaugeImgHeight".
 * With the core script default, the display height range of the gauge is 36, so if you don't change the base height, the image will be cut off.
 * 
 * GaugeInclined
 * Tilt the gauge diagonally. A positive number tilts to the left.
 * 
 * GaugeImgVariable
 * Extends the display of the gauge except for the range specified by the width of the front gauge image left side non-variable width and the front gauge image right side non-variable width.
 * 
 * Numeric image.
 * For the numerical image format, specify an image in which numbers from 0 to 9 are arranged from the left.
 * The number of vertical divisions is fixed at 1.
 * List 1: Normal
 * List 2: Dying (list 1 applies if not specified)
 * List 3: Incapacitated (list 1 applies if not specified)
 * There is no magnification setting for numerical images.
 * 
 * FilteringClass
 * Enter the applicable window class or gauge class, identification name, or identifier.
 * 
 * Specification
 * Coordinates need to be adjusted if the gauge is rotated using the core script specifications.
 * 
 *  
 * Terms of Use
 * This plugin is distributed under the MIT license.
 * This plugin can be used for free or for a fee.
 * 
 * Log
 * 4/13/2025 Ver.1.6.10
 * Changed the process of numerical display of experience points.
 * 4/13/2025 Ver.1.6.9
 * Temporarily fixed an issue where an error occurred when some plugins were not installed.
 * 4/12/2025 Ver.1.6.8
 * Fixed so that images can be applied to the experience gauge values ​​of NUUN_StatusScreen, NUUN_MenuScreenEX, and NUUN_MenuParamListBase.
 * Fixed image angle processing to rotate based on the current coordinates (non-numeric values).
 * 5/24/2024 Ver.1.6.7
 * Corrected processing by updating "NUUN_GaugeValueEX".
 * 4/16/2023 Ver.1.6.6
 * Modified filtering class processing to support "ExtraGauge" and "SceneCustomMenu".
 * 1/10/2023 Ver.1.6.5
 * Fixed a flickering issue when viewing the gauge.
 * 1/9/2023 Ver.1.6.4
 * Fixed the problem that the gauge image shifts when the slope is specified as a negative value.
 * 12/15/2022 Ver.1.6.3
 * Fixed an issue that caused an error when displaying images in the party limit gauge.
 * 11/9/2022 Ver.1.6.2
 * Changed the display in languages other than Japanese to English.
 * 10/16/2022 Ver.1.6.1
 * Fixed an issue where numeric images were not rotated.
 * Fixed the problem that garbage is displayed when specifying rotation.
 * 10/15/2022 Ver.1.6.0
 * Supports numerical imaging.
 * 7/19/2022 Ver.1.5.2
 * Changed processing by plugging in damage amount gauge visualization.
 * 5/24/2022 Ver.1.5.1
 * Fixed an issue where label coordinates were not applied.
 * 5/24/2022 Ver.1.5.0
 * Significant review of processing contents and plug-in parameters.
 * Added a function that can specify the angle of the gauge.
 * 1/3/2022 Ver.1.4.3
 * Corresponds to the damage amount visualization of the gauge display extension plug-in.
 * Fixed the problem that the display of the front gauge is shifted.
 * 12/20/2021 Ver.1.4.2
 * Corresponds to the image of the party gauge.
 * Added a function to set the range in which the front gauge image is not displayed variably.
 * 12/19/2021 Ver.1.4.1
 * Fixed an issue where filtering classes were not being applied correctly.
 * 2/19/2021 Ver.1.4.0
 * Added processing by supporting gauge plug-ins.
 * Change image setting of gauge.
 * 10/4/2021 Ver.1.3.0
 * Added a function that can set the maximum image.
 * Fixed the problem that the image of the gauge during drowning and casting time did not reflect if the image setting of specific conditions was not set.
 * 9/24/2021 Ver.1.2.0
 * Added a function to image labels.
 * Fixed so that images can be displayed without combining them into one image.
 * Fixed the problem that the image is displayed duplicated.
 * 9/22/2021 Ver.1.1.1
 * Fixed an issue where the main gauge would not display properly.
 * 9/20/2021 Ver.1.1.0
 * Added filtering function.
 * Added a function that can display an image in front of the gauge.
 * 9/20/2021 Ver.1.0.1
 * Fixed the problem that the gauge is not displayed with the gauge that does not support this plug-in.
 * 9/20/2021 Ver.1.0.0
 * first edition
 * 
 * @param GaugeImgList
 * @text Gauge image setting
 * @desc Gauge image setting
 * @type struct<GaugeImg>[]
 * @default []
 * 
 *

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.