Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Core - Version 1.16.0

Back to Plugin

Devlog Version

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

This update adds a dummy window class other [CGMZ] plugins will use to get bitmaps of windows. This is expected to be used quite soon in plugins such as [CGMZ] Event Names and [CGMZ] Text Codes Everywhere as a better way to offer compatibility with third party text codes in text drawn outside windows.

This update also adds animated regions to windows. This is expected to be used for things such as animated walk sprites in [CGMZ] Save File and other plugins that animate only a small part of a window. It could also lead to some new plugins being much easier to create, such as animated icons.

This update added a more customizable gauge class and tracking for the last used gamepad index. These features are not expected to be used in [CGMZ] plugins soon, but could appear anywhere gauges or controller functionality exists in [CGMZ] plugins, respectively.

Version 1.16.0
  • Added window class to get various window parts as bitmaps
  • Added animated regions to windows
  • Added more customizable gauge class
  • Added tracking for last used gamepad index

Back to Plugin