A downloadable asset pack

Download NowName your own price

๐ŸŽฎ ED5 Event Tips - Professional Tooltips for RPG Maker MZ/MV

Transform your game's UI with beautiful, modern tooltips that appear when hovering over events!

ED5 Event Tips Demo

โœจ Features

  • ๐ŸŽจ Modern Styling - Gorgeous rounded corners, drop shadows, and gradient backgrounds
  • ๐Ÿ–ฑ๏ธ Smart Triggers - Mouse hover or player distance detection
  • ๐Ÿ“ Fixed or Auto Size - Lock tooltips to specific dimensions or let them auto-resize
  • ๐Ÿ”ค Auto Font Scaling - Text automatically shrinks to fit available space
  • ๐Ÿ–ผ๏ธ Background Images - Use custom images for unique tooltip designs
  • ๐ŸŽญ Rich Text Support - Color codes, inline icons, and text formatting
  • โšก Highly Customizable - 25+ plugin parameters to tailor every aspect
  • ๐Ÿ”„ MZ & MV Compatible - Works seamlessly on both RPG Maker versions

๐Ÿš€ Quick Start

  1. Install the plugin in your js/plugins folder
  2. Enable it in the Plugin Manager
  3. Create an event and add a comment with tooltip tags:
<tipIcon:84> <tipText:Save Point>

That's it! Hover over the event to see your tooltip! โœจ

๐Ÿ“ Comment Tags

TagDescriptionExample
<tipIcon:n> Icon ID to display <tipIcon:84>
<tipText:text> Tooltip text content <tipText:Save Point>
<tipDelay:n> Frames before appearing <tipDelay:30>
<tipWidth:n> Tooltip width in pixels <tipWidth:300>
<tipBgColor:hex> Background color <tipBgColor:#330000>
<tipBgOpacity:n> Background opacity (0-255) <tipBgOpacity:180>
<tipBgImage:file> Background image <tipBgImage:MyBg>
<tipPadding:n> Inner padding <tipPadding:16>
<tipOffset:x,y> Position offset <tipOffset:0,-80>
<tipAlwaysShow> Always visible <tipAlwaysShow>

๐ŸŽจ Text Formatting

  • \C[n] - Change text color (use color codes 0-31)
  • \I[n] - Insert an icon in text
  • \n - Line break

Example:

<tipText:\C[2]Magic Shop\C[0]\n\I[176] Potions & Spells>

๐ŸŽฏ Usage Examples

Simple NPC Tooltip

<tipIcon:1> <tipText:Talk to Villager>

Treasure Chest

<tipIcon:208> <tipText:\C[14]Treasure Chest\C[0]\nPress Enter to open> <tipBgColor:#4a3000>

Danger Warning

<tipIcon:64> <tipText:\C[18]DANGER!\C[0]\nLevel 20+ Required> <tipDelay:10> <tipBgColor:#660000> <tipWidth:280>

Always Visible Sign

<tipIcon:87> <tipText:Item Shop> <tipAlwaysShow>

โš™๏ธ Plugin Parameters

Trigger Settings

  • Trigger Mode - Mouse hover or player distance
  • Hover Distance - Tiles away to trigger (1-5)
  • Default Delay - Frames before appearing (0-120)

Size & Scaling

  • Use Fixed Size - Lock to specific dimensions
  • Fixed Width/Height - Dimensions when fixed mode is on
  • Auto Scale Font - Shrink text to fit
  • Min/Max Font Size - Font size range (12-48)

Modern Style

  • Use Modern Style - Enable rounded corners and effects
  • Corner Radius - Roundness of corners (0-30)
  • Enable Shadow - Drop shadow behind tooltip
  • Shadow Blur/Color - Shadow appearance
  • Enable Gradient - Gradient background
  • Gradient Colors - Top and bottom colors
  • Enable Border - Border around tooltip
  • Border Color/Width - Border appearance

Defaults

  • Default Width - Standard tooltip width (100-600)
  • Default Background Color - Hex color code
  • Default Opacity - Background transparency (0-255)
  • Default Padding - Inner spacing (4-24)
  • Default Background Image - Custom background from img/system

๐ŸŽฌ Video Tutorial

Coming soon! Check back for setup and customization guides.

๐Ÿ“‹ Requirements

  • RPG Maker MZ or RPG Maker MV
  • No other plugins required!

๐Ÿ”ง Installation

  1. Download the plugin file
  2. Copy ED5_EventTips.js to your project's js/plugins folder
  3. Open the Plugin Manager in RPG Maker
  4. Add and enable "ED5_EventTips"
  5. Configure plugin parameters to your liking
  6. Start adding tooltip tags to your events!

๐Ÿ’ก Tips & Tricks

  • Fixed Size Mode: Great for consistent UI across all tooltips
  • Auto Font Scaling: Perfect when using fixed sizes with varying text amounts
  • Background Images: Create custom tooltip designs in your image editor, save to img/system
  • Always Show: Use for permanent labels like shop signs or location names
  • Mouse Hover: More precise control for dense event areas
  • Player Distance: Better for gamepad/keyboard-only players

๐Ÿ› Support

Found a bug or need help? Contact me on my Itch.io page!

๐Ÿ“œ License

  • โœ… Free for commercial and non-commercial use
  • โœ… Edit and modify as needed
  • โœ… Credit appreciated but not required
  • โŒ Do not redistribute or resell

๐Ÿ‘จโ€๐Ÿ’ป About the Developer

ED5 (Chigoox) - Creating tools and plugins to enhance your RPG Maker experience!

Check out my other plugins and resources: chigoox.itch.io

Version: 1.0.0 Last Updated: November 2025 Compatibility: RPG Maker MZ, RPG Maker MV

โญ If you like this plugin, please rate and review! โญ

Published 8 hours ago
StatusReleased
CategoryAssets
AuthorChigooX

Download

Download NowName your own price

Click download now to get access to the following files:

ED5_EventTips.js 30 kB

Comments

Log in with itch.io to leave a comment.

(+2)

Would be cool to be able to have variable text for the event tips such as item description, actor names, and more. Would that be possible?

(+1)

I second that, especially the Item Description :P Im so sick of only having 2 lines for descripting items ^^

will update later today!