vividXP's Custom Map Descriptions Version 1.2
By Lene (vividXP)
Introduction
Custom Map Descriptions allows you to set a map description that will displayed along with the map name when entering a map. You can customize the size, background type, background color, how long the description displays, and whether to display the description if the player has visited the map.
Terms of Use
This script is licensed under the GNU General Public License v3.0. You can use it in free and commercial games. Just credit me, Lene (vividXP)
Features
You can customize the following
Description Window Size (in lines)
Window Background Fill Type (solid color or linear gradient)
Display Length
Hide Description when Visited
More coming soon(?)
Screenshots
How to Use
Post the VividXP_CustomMapDescriptions.js file in your game's plugin folder
Code:
* @help In the map editor, enter <vividXPMD:(description)> in the notes field
* to set a description to be shown upon entering a map.
*
* Plugin Command:
* VividXPMD markSeen 1 # mark map #1 as seen
* VividXPMD markUnseen 1 # mark map #1 as unseen
* VividXPMD clearSeenMaps # clear list of seen maps
Author's Notes
This is a very basic plugin that I created to get used to plugin creation in RPG Maker MV. I am open to any suggestions or feature requests you may have if you find it useful.