Documentation
Quick InfoVersion: 1.5.0
Made for RPG Maker MZ 1.9.0
Plugin CommandsThis plugin supports the following plugin commands:
Create Toast Preset - Create a toast by a preset id.
Create Text Toast - Creates a new text toast with options, adds it to the toast queue.
Create Image Toast - Creates a new image toast with options, adds it to the toast queue. Image dimensions should be 336x72 by default (if changing width, subtract 24 from width value).
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_ToastManager.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 1.0.1
- SE are no longer mandatory on toasts
- Toast windows no longer update if they are not visible
- Fix crash with VS Debugger (hopefully)
- Fix bug with toast window custom widths not being centered
- Added parameter for changing the display time of the toast
- Added parameter for Window/Dim/Transparent appearance of window
- Added parameter to change window color
- Update color parameter to use RMMZ 1.6.0 new color picker UI
- Added option to use a different windowskin for each toast
- Added option to set the toast window's height
- Fixed bug when using same custom width twice in a row
- Optimized image loading for image toasts
- Added Spanish help language documentation
- Now warns instead of crash when invalid JSON detected
- The default text toast now supports all text codes
- Toast sound effects can now have volume/pitch/pan customized
- Added Change Display plugin command
- Added Change Create plugin command
- Added option to display toasts on the left/right of screen
- Added x offset parameter
- Bug fix for second line alignment copying first line alignment in text
- Defaults for color / alignment now created if none exist on the toast
- Added toast presets
- Added switches that determine if new toasts can be created / displayed
- Removed plugin command to change can create / display flags
- Fix bug with spanish language not using color select parameter type