Documentation
Quick InfoVersion: Alpha R3
Made for RPG Maker MZ 1.9.0
The BasicsThis plugin allows your player to unlock pictures for later viewing in the picture gallery scene. Pictures can either be disabled but visible as a thumbnail, or completely hidden. Discovered / undiscovered determines if the picture will be viewable as the full size image. Hidden / shown determines if the picture will appear as an option in the picture select window.
IntegrationsTo easily call the picture gallery from the main menu, use [CGMZ] Menu Command Window and use the following script in its parameters:
SceneManager.push(CGMZ_Scene_PictureGallery);
If you want to show a short popup window whenever a new picture is unlocked in the picture gallery, you can do so with [CGMZ] Toast Manager
Plugin CommandsThis plugin supports the following plugin commands:
Call Scene - This calls the picture gallery scene
Discover Picture - Set a picture as discovered or undiscovered
HidePicture - Set a picture as hidden or not hidden
Saved GamesThis plugin is partially compatible with saved games. This means you can:
✓ Add this plugin to a saved game and it will work as expected.
✘ Modifying plugin parameters is not fully supported. The following will not work correctly in previously saved games: Modifying picture ids will not work in saved games, as the id is how the saved game keeps track of which picture is unlocked or hidden.
✓ Remove the plugin with no issue to save data.
Filename
The filename for this plugin MUST remain CGMZ_PictureGallery.js. This is what it comes as when downloaded. The filename is used to load parameters and execute plugin commands. If you change it, things will begin behaving incorrectly and your game will probably crash. Please do not rename the js file.
Known Issues
This plugin currently has no known issues that need to be fixed. If you believe you have encountered a bug, please report it to Casper Gaming.
Compatibility
This plugin currently has no known compatibility issues with other RMMZ plugins. If you believe you have encountered a conflict, please report it to Casper Gaming.
Version HistoryVersion AlphaR2
- Added option to download a picture from the gallery
- Added marker text for categories/list items when a picture is new
- Added options for windowskin/padding/back opacity/tone to each window
- 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