- Joined
- May 30, 2015
- Messages
- 816
- Reaction score
- 826
- First Language
- English
- Primarily Uses
This is an extension plugin for YEP Battle Status Window by Yanfly.
This plugin adds several parameters to customize the battle hud.
I'm also very open to adding more options based on feedback.
This plugin is used best when you know some javascript, so try asking here or in the help sections for javascript to learn more if you need to.
Example I did using the parameters and some javascript:

* ============================================================================
* Actor Notetags
* ============================================================================
* <HideBattleStatusHp> will hide the hp gauge from the battle status window
* for the actor.
*
* <HideBattleStatusMp> will hide the mp gauge from the battle status window
* for the actor.
*
* <HideBattleStatusTp> will hide the tp gauge from the battle status window
* for the actor.
*
* <HideBattleStatusAtb> will hide the tp gauge from the battle status window
* for the actor.
*
* <BattlerPicture: x> will use x as the actor's picture. See parameters.
* ============================================================================
* Tips
* ============================================================================
* Other Yanfly plugins like Core Engine, Buffs State Core and of course
* Battle Status will change how the battle hud looks like. Also look at those
* parameters to customize your hud.
*
* The rect variable refers to the entire rectangle. It's best to use this
* instead of basicAreaRect, gaugeRect etc if you want to change positioning.
* ============================================================================
* DreamX Setup Suggestion Parameter Info
* ============================================================================
* This parameter sets up the hud similar to my example screenshot.
* It overrides parameters for these things:
*
* Face X, Width, Height
* Gauge/Name X, Width
*
* Name Y
* HP Gauge Y
* MP Gauge Y
*
* Icons X, Y
*
* Name Alignment
*
* Adjust Columns set to true in YEP Battle Status Window
*
* Therefore, you can still use the other parameters to your liking to
* customize further.
*
* You can also of course individually use the functions provided by this
* plugin.
* ============================================================================
* Terms Of Use
* ============================================================================
* Free to use and modify for commercial and noncommercial games, with credit.
* ============================================================================
* Credits
* ============================================================================
* DreamX
* Yanfly for YEP Battle Status Window
Script
This plugin adds several parameters to customize the battle hud.
I'm also very open to adding more options based on feedback.
This plugin is used best when you know some javascript, so try asking here or in the help sections for javascript to learn more if you need to.
Example I did using the parameters and some javascript:

* ============================================================================
* Actor Notetags
* ============================================================================
* <HideBattleStatusHp> will hide the hp gauge from the battle status window
* for the actor.
*
* <HideBattleStatusMp> will hide the mp gauge from the battle status window
* for the actor.
*
* <HideBattleStatusTp> will hide the tp gauge from the battle status window
* for the actor.
*
* <HideBattleStatusAtb> will hide the tp gauge from the battle status window
* for the actor.
*
* <BattlerPicture: x> will use x as the actor's picture. See parameters.
* ============================================================================
* Tips
* ============================================================================
* Other Yanfly plugins like Core Engine, Buffs State Core and of course
* Battle Status will change how the battle hud looks like. Also look at those
* parameters to customize your hud.
*
* The rect variable refers to the entire rectangle. It's best to use this
* instead of basicAreaRect, gaugeRect etc if you want to change positioning.
* ============================================================================
* DreamX Setup Suggestion Parameter Info
* ============================================================================
* This parameter sets up the hud similar to my example screenshot.
* It overrides parameters for these things:
*
* Face X, Width, Height
* Gauge/Name X, Width
*
* Name Y
* HP Gauge Y
* MP Gauge Y
*
* Icons X, Y
*
* Name Alignment
*
* Adjust Columns set to true in YEP Battle Status Window
*
* Therefore, you can still use the other parameters to your liking to
* customize further.
*
* You can also of course individually use the functions provided by this
* plugin.
* ============================================================================
* Terms Of Use
* ============================================================================
* Free to use and modify for commercial and noncommercial games, with credit.
* ============================================================================
* Credits
* ============================================================================
* DreamX
* Yanfly for YEP Battle Status Window
Script
Last edited by a moderator:



