Author: Hakuen Studio
Introduction
• This plugin was created with the intention of giving you more flexibility regarding the position of the balloon in the characters. It is useful if you want to use sprite sheets other than the MZ standard.
Features
Changing the position of the balloons:
• Through the notes field.
• Through the file name.
• Through comments on the event pages.
How to use
To use this plugin it is necessary to keep in mind that it will not assign a new position for the balloon, but rather, add (or subtract) value from the original position.
That is, it works as an offset.
Thus, the balloon's standard X position is equivalent to the character's X position (on the screen). The balloon's Y position is equal to the character's Y position - the height of the sprite (this.y - this.height).
Having understood that, it is very easy to use the plugin.
In the plugin parameters, choose where you want the plugin to look for the X and Y offset values for the balloons of events and players.
• Notes field:
- Put the following in the notes field (for event and player - It is case-sensitive):
<BalloonPos: x, y>
Replace X and Y with the values you want.
*For the player use the note field from the actor database.
• File name:
- You need to add "bpos[x, y]" in the file name. For example:
Actor1_bpos[30,40].png
• Comments (Only works for the event)
- Add the same as the notes field:
<BalloonPos: x, y>
However, it is not case sensitive here.
Update Log
Version 1.0.0 - 10/22/2020
- Plugin release!
- Plugin release!
