Visual ATB Gauge (YEP)

From Yanfly.moe Wiki
Revision as of 10:40, 13 June 2020 by Yanfly (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Required Plugins

The following plugins are required in order to use this plugin.

Place the following plugins above this plugin located in the Plugin Manager.

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

This plugin requires YEP_BattleEngineCore and YEP_X_BattleSysATB.
Make sure this plugin is located under YEP_BattleEngineCore and
YEP_X_BattleSysATB in the plugin list.

This plugin will show the ATB Gauge for enemies if the current battle system
is ATB. The gauges can be shown either below or above the enemies.

Notetags

NotetagsMV.png

RPG Maker MV's editor is unable to allow for custom traits/properties that a game dev may wish to associate with a database object, event, map, etc. Notetags are used to work around such limitations by allowing the game dev to tag certain traits/properties using specific Notetags declared by the related plugin.

Here is a list of Notetag(s) that you may use.

---

The following are some notetags you can use to adjust the appearance of
the enemy's ATB Gauge.

Enemy Notetags:
  <Show ATB Gauge>
  <Hide ATB Gauge>
  This will cause the ATB Gauge to be shown or hidden ignoring the default
  settings found in the parameters.

  <ATB Gauge Width: x>
  This allows you to set the enemy's ATB Gauge width to x instead of having
  it match the enemy's battler graphic width.

Changelog

Version 1.04:
- Updated for RPG Maker MV version 1.5.0.

Version 1.03:
- Updated for RPG Maker MV version 1.1.0.

Version 1.02:
- Optimization update.

Version 1.01:
- Fixed a graphical issue to synchronize the opacity value with battlers!

Version 1.00:
- Finished Plugin!