Custom Text Windows
A downloadable mod
Introducing Ecilla_CustomTextWindows a Window Plugin for RPGMaker MV!
With this plugin, you can easily create and display custom text in windows throughout your game world, adding depth and immersion to your storytelling and more!
Key Features:
ʚ♡ɞ Customizable Text Windows: Define multiple custom text slots using IDs and display them in windows of various sizes and positions.
ʚ♡ɞ Flexible Display Options: Show custom text windows at specified coordinates or tied to specific events on your game map.
ʚ♡ɞ Dynamic Window Images: Choose from a variety of window images to match the aesthetic of your game, stored conveniently in the img/system
directory.
ʚ♡ɞ Control Over Window Appearance: Adjust the opacity and size of the custom text windows to suit your game's visual style.
ʚ♡ɞ Easy Plugin Commands: Use simple plugin commands to trigger the display of custom text windows, providing seamless integration into your game's event flow.
ʚ♡ɞ Compatible with Yanfly's Message Core!
Plugin Commands:
ShowCustomText textId windowImage x y width height opacity single
Displays custom text identified by 'textId' in a window with specified window image at the specified X and Y coordinates with the given width, height, and opacity.
Example:ShowCustomText 1 Window1 100 100 300 150 255 true
ShowCustomTextEvent textId windowImage eventId width height opacity single
Displays custom text identified by 'textId' in a window with specified window image at the position of the eventID with the given width, height, and opacity.
Example:ShowCustomTextEvent 2 Window2 3 w h 200
ShowCustomTextVariable variableId windowImage x y width height opacity single
Displays custom text identified by the value of the specified variable in a window
with specified window image at the specified X and Y coordinates with the given width, height, and opacity.
Example:ShowCustomTextVariable 3 Window3 150 200 350 h 180 true
ShowCustomTextEventVariable variableId windowImage eventId width height opacity single
Displays custom text identified by the value of the specified variable in a window
with specified window image at the position of the eventID with the given width, height, and opacity.
Example:ShowCustomTextEventVariable 4 Window4 4 w h 220
CloseCustomTextWindows
Closes all custom text windows.
Set single to 'true' to create only one window, closing any existing ones. If left empty, up to 6 windows exist at the same time.
If the width and height are set to 'w' and 'h' respectively, default to the plugin parameters.
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.