Documentation
Quick InfoVersion: Beta R5
Made for RPG Maker MZ 1.9.0
Using PresetsTo use a preset, in the map note box use the following note tag:
<cgmzmapnamepreset:YourPresetIdHere>
For example, if you had a preset with id: mypreset you would enter
<cgmzmapnamepreset:mypreset>
Plugin CommandsThis plugin supports the following plugin commands:
Open Window - Reopens the map name window
Fade Out Window - Starts the fade out process for the map name window. Will not have any effect if the map name window is not currently displaying.
Close Window - Immediately closes the map name window
Set Window - Set the map name window to use a different preset and display a new name
Clear Custom Data - Clears any custom map name/preset set via the Set Window command
Saved GamesThis plugin is fully compatible with saved games. This means you can:
✓ Add this plugin to a saved game and it will work as expected.
✓ Change any plugin params and changes will be reflected in saved games.
✓ Remove the plugin with no issue to save data.
Filename
The filename for this plugin MUST remain CGMZ_MapNameWindow.js. This is what it comes as when downloaded. The filename is used to load parameters and execute plugin commands. If you change it, things will begin behaving incorrectly and your game will probably crash. Please do not rename the js file.
Known Issues
This plugin currently has no known issues that need to be fixed. If you believe you have encountered a bug, please report it to Casper Gaming.
Compatibility
This plugin currently has no known compatibility issues with other RMMZ plugins. If you believe you have encountered a conflict, please report it to Casper Gaming.
Version HistoryVersion BetaR3
- Added option to have the map name window display permanently
- Added plugin command to start fade out of the window
- Added plugin command to immediately close the window
- Added option to change the windowskin
- Added option to change the window padding
- Added option to change the window back opacity
- Added option to change the window tone
- Added option to resize images to fit the window
- Added debug option to report window dimensions
- Converted old $cgmzTemp functions to new CGMZ_Utils functions
- Added plugin command to change the map name window preset/text
- Added option to prevent message window from closing map name window
- Fixed bug with infinite map name window not displaying after menu open