Side Battle Status UI (Olivia)
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.
Fallen Angel Olivia
This is a plugin created by Fallen Angel Olivia.
You can also follow Fallen Angel Olivia on itch.io.
RPG Maker Version
This plugin is made for RPG Maker MV versions 1.6.1 and below. If you update RPG Maker MV past that and this plugin breaks, I am NOT responsible for it.
Terms of Use
You are only allowed to use the plugins made by Atelier Irina if you agree to all of the following:
- These plugins may be used in free or commercial games.
- 'Fallen Angel Olivia' must be given credit in your games.
- You are allowed to edit the code.
- Do NOT change the filename, parameters, and information of the plugin.
- You are NOT allowed to redistribute these Plugins.
- You may NOT take code for your own released Plugins.
OctoPack Battler
This plugin is a part of the OctoPack Battler plugin series!
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.
Introduction
This is a RPG Maker MV plugin that changes the UI of the battle system to something more minimalistic. The menus are placed towards the player's party to let the player focus their attention to the center of the screen instead of to the lower ledges of the screen.
The status menu is also reworked to reduce the amount of lag produced by the game system. Without this plugin, RPG Maker MV's battle system produces a lot of lag and uses too many resources by constantly redrawing the status window every turn. This causes the game's FPS to drop a lot. This plugin changes the times needed to update the status window and only when it needs to do so.
This is the FPS without the UI plugin at turn start
This is the FPS with the UI plugin at turn start
This plugin requires YEP Battle Engine Core because it uses a lot of functions from the Battle Engine Core to optimize and reduce the amount of lag produced by the battle system and to calculate the window positions. If you do not have this plugin, go here to download it: Battle Engine Core.
This plugin best works in a game with a higher resolution. I recommend a 16:9 screen ratio of roughly 1280x720 size. If you want to change your game screen's resolution, please use Yanfly's Core Engine plugin: Core Engine
Plugin Parameters
There are Plugin Parameters that you may configure for this plugin.
Plugin parameters can be changed to customize your battle's appearance. Please go over each one carefully.
Positioning
Position Actors: Position actor sprites on the screen using the formula below? This overrides the formula used in Yanfly's Battle Engine Core and Row Formation so turn this off if you want to use those settings instead.
Formula for X: Formula used for X screen position
Formula for Y: Formula used for Y screen position
Position Enemies: Position enemy sprites on the screen using the formula below? This overrides the formula used in Yanfly's Core Engien and Row Formation so turn this off if you want to use those settings instead.
Formula for X: Formula used for X screen position
Formula for Y: Formula used for Y screen position
Status Window
Ceiling Distance: How many pixels from the top of the screen to leave as room for the status windows?
Gauge Height: How high should the gauges of the windows be pixels
Gauge Width: How wide should the gauges of the windows be in pixels
Move Distance: Active: Move the status window this many pixels when the battler is the active battler
Move Distance: Selected: Move the status window this many pixels when the battler is selected for a skill or item target
Move Distance: Speed: The move speed for the window when animating
States Max: Maximum number of states to draw on the status windows
Window Scale: Scale the size of the contents of the status windows down by this much
Window Width: How wide should the status windows be on the screen
Window Settings
Dim Help Window: Dim the help window background
Command Window Width: Width in pixels for battle command windows
List Window Rows: Maximum number of rows to use for each of the list windows
List Window Width: Width in pixels for battle list windows
Window Scale: Scale the size of the contents of the command and list windows down by this much
Window Masking Effect: Enable or disable the window masking effect. By turning off masking, you also get weird of the strange clipping effects when windows are on top of each other.
f you want to display TP in battle, please enable the Display TP in Battle checkbox in the Database's System tab. This is a new feature added in from the September 4, 2018 update of the plugin.
Changelog
- May 13 2020: Bug fix for crash on start for Side Battle UI.
- Sep 4 2018: Added in TP display if Database System tab has "Display TP in Battle" checked.
- Sep 7 2018: Minimum window calculation fix
- Sep 16 2018: Added functionality to display more than 4 states.