Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Options - Version Alpha R5

Back to Plugin

Devlog Version

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

This version fixed a bug that could occur on macs with the fullscreen option, as there seems to be a slight difference with how RPG Maker handles input between Mac and Windows when swapping fullscreen, where it keeps thinking keys are pressed while the mode changes. This caused it to loop between fullscreen and windowed mode on mac, which has been fixed. Another bug with the first element being selected when there is no category window has been fixed, and it will now properly select the first valid option.

This version also adds deep linking and a plugin command to call the option scene. This allows you to prepare the option scene by providing a category, if that category is selected, and an option symbol to select. This is useful if you tell the player about an option, you can open the scene directly to that option.

Version AlphaR5
  • Added option deep linking
  • Fix bug with mac looping between fullscreen and windowed
  • Fix bug with non-option selectable with no category window

Back to Plugin