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
SpoilerTo 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.
• Filename:
- 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.
本贴来自国际rpgmaker官方论坛作者:Eliaquim处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/eli-balloon-position-easily-change-the-position-of-the-balloons.129292/