Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Picture Gallery - Version Alpha R3

Back to Plugin

Devlog Version

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

This version adds the ability to show the scene with only a single category, where it will start with the picture select flow and canceling out to where the category window would have been shown will instead exit the scene. This should allow you to event different picture galleries if you want to show certain pictures in certain areas of the game.

This version also added some control over how category images are drawn. By default, normal mode would center the image if not as wide as the area and shrink it if it was too large. There are now two new options: Fit and Portion. Fit will always stretch or shrink the image so it fits the area exactly. Portion is instead meant for large images that you want to cut out a portion of. You provide an additional X and Y value of where to start cutting the image and then a slice of the source image that fits the draw area will appear as the category image.

Some integrations were also added. The scene background image parameter has been converted to a [CGMZ] Scene Backgrounds integration, and this update also added a [CGMZ] Controls Window integration.

Version AlphaR3
  • Added option to call scene with only one category
  • Added Fit and Portion options for category images
  • Added [CGMZ] Scene Backgrounds integration
  • Added [CGMZ] Controls Window integration

Back to Plugin