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 Battler Tpb Gauge - NUUN_BattlerTpbGauge.js

Plugin desc : Butler TPB Gauge

License : MIT License

Author : NUUN

Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_BattlerTpbGauge.js

Desc page : https://github.com/nuun888/MZ

Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_BattlerTpbGauge.js

File name : NUUN_BattlerTpbGauge.js

Help of plugin :

@target MZ
@url https://github.com/nuun888/MZ
@plugindesc Butler TPB 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
-----

Displays the TPB gauge for enemies and SV actors during battle.

Enemy character or actor memo field
<TPBGaugeX:[position]> Adjusts the X coordinate of the TPB gauge. (Relative
coordinates)
<TPBGaugeY:[position]> Adjusts the Y coordinate of the TPB gauge. (Relative
coordinates)
[position]: Coordinates

Battle event notes
<TPBGaugePosition:[Id],[x],[y]> Adjusts the gauge position of the [Id]th
monster in the enemy group. (Relative coordinates)
[Id]: Display order number
[x]: X coordinate
[y]: Y coordinate
[id] is specified by the ID of the monster placement order in the enemy group
settings. A number appears in the upper left corner of the monster image in
the placement view; enter that number here.

This plugin requires NUUN_Base Ver. 1.2.0 or later.

Please make sure to update the Battler Overlay Base to the latest version.

Terms of Use
This plugin is distributed under the MIT License.

Update History
June 2, 2023 Ver. 1.5.1
Processing fixes.
May 28, 2023 Ver. 1.5.0
Support for displaying the TPB gauge on actors.
May 14, 2022 Ver. 1.4.0
Define changes related to major changes to the Battler display processing
definition.
December 19, 2021 Ver. 1.3.0
Support for gauge visualization.
November 8, 2021 Ver. 1.2.2
Changed the method for setting enemy group coordinate changes.
November 7, 2021 Ver. 1.2.1
Some processing fixes.
November 6, 2021 Ver. 1.2.0
Added a feature to adjust gauge coordinates for each monster in the enemy
group.
September 2, 2021 Ver. 1.1.9
Added a centered display feature.
Fixed an issue where the TPB gauge position was not reflected.
August 29, 2021 Ver. 1.1.8
Added processing to prevent conflicts.
July 15, 2021 Ver. 1.1.7
Processing optimization: Some processing has been moved to NUUN_Base.
July 14, 2021 Ver. 1.1.6
Addressed conflicts with plugins that delete enemy images and add new enemy
images.
June 19, 2021 Ver. 1.1.5
Some processing changes to support Pseudo 3D Battle Ver. 1.1.
May 24, 2021 Ver. 1.1.4
Some processing fixes.
April 11, 2021 Ver. 1.1.3
Added support for plugins that display side-view actors for monsters.
Fixed an error that occurred when starting a battle with a monster that
specified a side-view actor.
January 28, 2021 Ver. 1.1.2
Allows you to adjust the X coordinate for each enemy.
January 20, 2021 Ver. 1.1.1
Added the ability to adjust the X coordinate.
Added the ability to adjust the Y coordinate for each enemy.
January 17, 2021 Ver. 1.1.0
Added the ability to adjust the Y coordinate.
Fixed an issue where enemy state displays overlapped.
January 17, 2021 Ver. 1.0.1
Minor fixes.
January 16, 2021 Ver. 1.0.0
First release.

@param EnemySetting
@text Enemy Settings
@default ------------------------------

@param EnemyVisibleSetting
@text Display settings
@default ------------------------------
@parent EnemySetting

@param TpbPosition
@text TPB gauge position
@desc Enemy TPB gauge position
@type select
@default 0
@option No display
@value -1
@option Above the enemy image
@value 0
@option Under the enemy image
@value 1
@option Center of enemy image
@value 2
@parent EnemyVisibleSetting

@param GaugeSetting
@text Enemy Gauge Settings
@default ------------------------------
@parent EnemySetting

@param GaugeWidth
@text TPB gauge width
@desc Specifies the width of the TPB gauge.
@type number
@default 128
@min 0
@parent GaugeSetting

@param GaugeHeight
@text TPB gauge vertical width
@desc Specifies the vertical width of the TPB gauge.
@type number
@default 12
@min 0
@parent GaugeSetting

@param Gauge_X
@text TPB gauge X coordinate
@desc Specifies the X coordinate (relative coordinate) of the TPB gauge.
@type number
@default 0
@min -9999
@parent GaugeSetting

@param Gauge_Y
@text TPB gauge Y coordinate
@desc Specifies the Y coordinate (relative coordinate) of the TPB gauge.
@type number
@default 0
@min -9999
@parent GaugeSetting

@param ActorSetting
@text Actor Settings
@default ------------------------------

@param ActorVisibleSetting
@text Display settings
@default ------------------------------
@parent ActorSetting

@param ActorTpbPosition
@text TPB gauge position
@desc Actor's TPB gauge position
@type select
@default -1
@option No display
@value -1
@option Above the SV actor image
@value 0
@option Under the SV actor image
@value 1
@parent ActorVisibleSetting

@param ActorGaugeSetting
@text Actor Gauge Settings
@default ------------------------------
@parent ActorSetting

@param ActorGaugeWidth
@text TPB gauge width
@desc Specifies the width of the actor's TPB gauge.
@type number
@default 128
@min 0
@parent ActorGaugeSetting

@param ActorGaugeHeight
@text TPB gauge vertical width
@desc Specifies the vertical width of the actor's TPB gauge.
@type number
@default 12
@min 0
@parent ActorGaugeSetting

@param ActorGauge_X
@text TPB gauge X coordinate
@desc Specifies the X coordinate (relative coordinate) of the actor's TPB gauge.
@type number
@default 0
@min -9999
@parent ActorGaugeSetting

@param ActorGauge_Y
@text TPB gauge Y coordinate
@desc Specifies the Y coordinate (relative coordinate) of the actor's TPB gauge.
@type number
@default 0
@min -9999
@parent ActorGaugeSetting

スポンサードリンク

-MZ plugins

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