Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Day Night System - Version Alpha R2

Back to Plugin

Devlog Version

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

This update adds the concept of a full day, and the plugin will now keep track of how many "days" have passed in game. You can get the day count into a game variable for use in your events through a new plugin command: Get Days. You can also have a common event automatically run when a new day begins.

This update also changed to warnings via the dev tools console when a JSON parameter is configured incorrectly. Previously, it would crash with an error about an invalid JSON token. These warnings are still important to fix, since your plugin parameters will not load until they are set up correctly.

Version AlphaR2
  • Added a way to track the total amount of in game days
  • Added option to run a common event when the day counter increases
  • This plugin now warns instead of crashes when JSON params are invalid

Back to Plugin