Philly's Event Pop Up Plugin
A downloadable asset pack
This plugin lets you display text or icons above events when the player is
within a specified tile range. It also supports:
- A simple fade-in/fade-out effect when the player enters/leaves range.
- Optional text color configuration (hex or color index).
----------------------------------------------------------------------------
NOTETAGS FOR EVENTS
----------------------------------------------------------------------------
<text: YourText> Shows "YourText" as a text pop-up above the event.
<icon: x> Shows the icon with ID x (from your IconSet).
<range: x> Overrides the default range for this specific event.
<color: y> Sets the text color. y can be either:
- A hex code like "#ff0000"
- A number referencing RPG Maker MZ’s color index, e.g. "2"
uses ColorManager.textColor(2)
Example notetags:
<text: Danger!>
<color: #ff0000>
<range: 4>
or
<text: Warning!>
<color: 2>
----------------------------------------------------------------------------
HOW IT WORKS
----------------------------------------------------------------------------
1. If <range: ...> is not found, the plugin uses the Default Range specified
in the plugin parameters.
2. The font size is defined by the "Font Size" parameter.
3. The plugin calculates tile-based distance using RPG Maker MZ's default
distance formula (diagonal movement included).
4. The fade-in/fade-out uses a simple opacity change each frame. Once the
player is within range, the pop-up fades in; when they leave range, it
fades out.
5. If <color: ...> is given, text is drawn in that color. If no color is
specified, the text defaults to white (#ffffff).
Terms:
Free for Non-Commercial/Commercial use. Dont resell or share this Plugin.
May not work with the VisuStella or other Thrid Party plugins.
Published | 3 days ago |
Status | Released |
Category | Assets |
Author | Kento Games |
Tags | Asset Pack, DRM Free, plugin, Royalty Free, RPG Maker, RPG Maker MZ, sourcecode |
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.