Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Core - Version 1.19.0

Back to Plugin

Devlog Version

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

This update adds a far easier way to get the last gamepad that had input, which will allow [CGMZ] plugins to check for gamepad inputs much easier and more efficiently. Plugins that previously supported gamepad input will probably be converted to use this function the next time they are updated.

This update also added a more complete toast parsing function, to allow for complete parsing of all toast parameters from json instead of just the common properties all toasts share. This update also fixes a small bug with the existing toast parsing function for common toast features that could have occurred if a tone property was left blank.

This update should be plug and play, with no new setup required, so updating as soon as possible is recommended as these new functions will begin to be used by other [CGMZ] plugins quite soon. You will get errors if a plugin update uses a new core function and you have not yet updated the core plugin.

Version 1.19.0
  • Added function to get the last gamepad that had input
  • Added function to parse toast parameters easier
  • Fixed toast common property tone parsing

Back to Plugin