Version 1.5.0 Release Notes


Hi all, today this plugin was updated to version 1.5.0!

This version adds toast presets. These are toast prototypes that allow you to set up the various toast parameters and then call them later by simply providing the id of the preset. These are mainly going to be used for integrations with other plugins which will lead to better support for toasts throughout [CGMZ] plugins as when a new toast feature gets added to the Toast Manager, you will be able to add it to the preset and the integrating plugin will automatically support it. Previously, I needed to update all of my plugins with the new toast features one by one after adding the new feature to the Toast Manager.

A new plugin command to create a toast by a preset id has been added. An advantage to using presets even for manually created toasts is that if you re-use the toast in many areas, you can create a preset for it and then if you need to change the toast later you simply change the preset parameters once rather than editing all of your Create Toast plugin commands wherever the toast shows up.

This update also changes the Can Create and Can Display flags that used to be changed via Plugin Command to instead use normal game switches. This should be more familiar to work with and easier to use as a result.

Version 1.5.0

  • 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

Files

CGMZ-ToastManager.zip 11 kB
15 days ago

Get [CGMZ] Toast Manager for RPG Maker MZ

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

Hi all, I hope you like the update 😁!

If you'd like to see the new preset parameters, you can check out how they work on the updated wiki page: https://caspergaming.miraheze.org/wiki/CGMZ_Toast_Manager