Plugin Icon On Event Rpg Maker MV
A downloadable asset pack
Complete Description of the Kas_IconOnEvent Plugin
This plugin allows you to display custom icons above map events using a simple syntax via comments in the event page.
Main Features:
-
Multiple icons: you can place several icons on the same event, each with its own settings.
-
Custom positioning: move each icon horizontally (X) and vertically (Y) in pixels relative to the event.
-
Zoom: adjust the size of each icon as a percentage.
-
Initial rotation: set a static rotation angle for each icon.
-
Continuous rotation (Spin): enable smooth and constant rotation.
-
Bounce animation (Bounce): add a gentle and natural vertical floating effect.
-
Simple syntax: everything is defined in a comment on the event page, no complex scripting needed.
-
Compatibility: works with RPG Maker MV 1.6.x and above.
Usage Syntax:
Add a line like this in an event comment:
KasIcon<ID>X<X>Y<Y>Zoom<Z>Rot<R> [Spin] [Bounce]
-
ID: icon ID from the IconSet.png file (e.g., 1, 85, 156…)
-
X: horizontal offset in pixels (e.g., 0, 16, -16)
-
Y: vertical offset in pixels (e.g., -48 to position above the event)
-
Zoom: icon size in %, 100 = normal size
-
Rot: initial rotation angle in degrees (0 to 360)
-
Spin (optional): makes the icon spin continuously
-
Bounce (optional): makes the icon gently bounce
Practical Usage Examples:
-
Indicate an NPC’s mood: a smiley, sad, or angry icon above a character.
-
Show a character’s profession: sword icon for a warrior, book for a mage, bag for a merchant.
-
Mark an NPC’s role: question mark icon for quest giver, or gold sack for vendor.
-
Mini-games and quests: display special icons to indicate interactive objects, powerful enemies, or objectives.
-
Visual status indicators: magical effects, curses, or special states visible directly on the map.
Example usage in an event:
KasIcon1X0Y-48Zoom200Rot0 Spin Bounce KasIcon85X16Y-32Zoom100Rot45 Bounce KasIcon156X-16Y0Zoom150Rot0
These lines display three different icons with customized positions, sizes, rotations, and animations.
Additional Notes:
-
Icons are displayed above events, anchored centrally for smooth rotation.
-
The plugin is lightweight, easy to use, and requires no changes to existing events besides adding comments.
-
Perfect to add clear, dynamic visual information directly on the map, enhancing player experience and understanding.
Download
This asset pack is currently unavailable
Leave a comment
Log in with itch.io to leave a comment.