- Joined
- Mar 13, 2012
- Messages
- 38
- Reaction score
- 25
- First Language
- English
- Primarily Uses
- N/A
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
Screenshots
How to Use
Post the VividXP_CustomMapDescriptions.js file in your game's plugin folder
Demo
None yet
Script
>>click<<
FAQ
None Yet
Credit and Thanks
- Lene (vividXP)
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.
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
*
* Map Note:
* <vividXPMD:foobar> # Description text for map
None yet
Script
>>click<<
FAQ
None Yet
Credit and Thanks
- Lene (vividXP)
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.
Last edited:


