Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Core - Version 1.12.0

Back to Plugin

Devlog Version

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

This adds tracking for the last type of input the player used, such as keyboard or gamepad. This will be useful in plugins going forward that might benefit from having different behavior if the player is on gamepad or keyboard.

This update also adds an easier more standardized way for parsing JSON Sound Effect parameters. Currently this is a common need and my plugins are all over the place with this, so standardizing it will help reduce code and make it more reliable in the future. However, converting existing Sound Effect parameters to this new format may require you to redo your Sound Effect parameters in the updated plugin. If this happens I will make a note of it on the dev log for the update.

Version 1.12.0
  • Added tracking for last input type
  • Added function to parse JSON SE parameters

Back to Plugin