Version 0.5A
Demo Available: Yes LMPGames_LayeredHPGauges_Demo_V0.5A.zip
Project Available: Yes LMPGames_LayeredHPGauges_Project_V0.5A.zip
Conflicts: None identified thus far
Terms of Use: Free non-commercially or commercially; just give credit
Every wanted to spruce up your battle screen? Maybe you wanted to have something different for a boss battle? Well look no further, this plugin can do that and a bit more!
Drop the plugin file into your plugins folder, add it into your plugins list in your project in the editor, configure the plugin settings, set up enemy note tags. You're Done!
-
Unlimited Gauges
- Create as many layers as you want, just make sure you have colors assigned for each layer.
-
Color Gradient Layers
- Each layer has a starting and ending color set up in the plugin settings. This is completely customize able and supports any number of layers.
-
Gauge Customization
- You are able to change both the font size for the gauge and the gauge thickness. Currently these are global settings and apply to every gauge.
-
Battle Screen Object Offset
- For certain battle scene elements that might get in the way of the gauges, there is a setting to add an offset to these. Currently just the log window position is modified but more can be added upon request or instructions can be added for enterprising devs to add new items on their own.
-
Gauge Visibility
- Gauges can be set to show for every enemy, no matter the note tag settings, or they can be set to respect the note tags. As such, its possible to configure boss battles with non-boss enemies and have the non-bosses have no gauge.
-
Multiple Display Mode
There are a total of eight plugin parameters to customize the plugin with. I will list them and their functions.
- Number of Layers
- This setting allows you to determine the max allowable number of layers to use for gauges. The default setting is 5. There is no maximum limit.
- Layer Gradient Start Colors
- This setting sets the starting gradient colors that will be used for the left side of the gauge. You must have the same number as the maximum layer setting. It is formatted as a list of hex codes.
- Layer Gradient End Colors
- This setting sets the ending gradient colors that will be used for the right side of the gauge. You must have the same number as the maximum layer setting. It is formatted as a list of hex codes.
- Gauge Font Size
- This setting allows you to set the font size used for the guage. The default setting is 18.
- Gauge Height
- This setting allows you to modify the height of the gauge. Please note that when more than one line of gauges is displayed, this setting can cause some overlapping. A fix is in the works. The default setting is 8.
- Display Item Offset
- This setting allows you to set the offset for other battle screen elements near the top of the screen. Currently it only impacts the window log, but more can be added per request or a tutorial on adding more can be created for custom UI elements. The default setting is 10.
- Only ShowGauges on Note Tag
- This setting forces gauges to respect note tags. If no note tag is present, no gauge will be generated for that enemy. The default for this setting is true.
- HP Display Mode
- This setting allows you to switch between guage information display modes. Please note that only mode 1 works when many gauges are on screen; the others do not fit or require lower font sizes to fit.
None, yet.
The note tag goes into the enemy note box and is formatted like this:
Example:
<LMPHPGauges>
Layers:5
ShowLayers
</LMPHPGauges>
Layers sets the number of layers that the enemy gauge will use.
ShowLayers allows you to set if the enemy will generate a gauge. You can also leave the note box blank. This note tag attribute is more for use when the plugin commands and scripting functions are added to allow you more control over when the gauge can be displayed.
- Make enemy gauges be deleted when they die
- Plugin commands and script functions for greater control
- Custom font support
- conceptual Image overlay support
None found as of yet
- Version 0.5 Changelog:
- Initial version of the plugin