Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Dark Plasma Screenshot Gallery - DarkPlasma_ScreenshotGallery.js
Plugin desc : Screenshot Gallery
License : MIT License
Author : DarkPlasma
Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_ScreenshotGallery.js
Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_ScreenshotGallery.js
File name : DarkPlasma_ScreenshotGallery.js
Help of plugin :
@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Screenshot Gallery
@author DarkPlasma
@license MIT
@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----
version: 2.0.0
Allows you to take and save screenshots
and provides a scene for viewing saved screenshots in-game.
By using this with DarkPlasma_TweetScreenshot
you can tweet screenshots while viewing them in the gallery.
Not compatible with browser play.
To open a gallery scene by specifying a scene class name, use
Scene_ScreenshotGallery.
@param key
@text Shooting key
@type select
@default control
@option control
@option tab
@param tweetKey
@text Tweet Key
@desc Tweet key from gallery. DarkPlasma_TweetScreenshot is required. Leave blank if you do not want to use this function.
@type select
@default shift
@option pageup
@option pagedown
@option shift
@option control
@option tab
@param scenes
@text Shootable scenes
@type string[]
@default ["Scene_Base"]
@param format
@type select
@default png
@option png
@option jpg
@param se
@text sound effects
@type struct<Se>
@default {"name":"Switch2", "volume":"90", "pitch":"100", "pan":"0"}
@param flash
@type struct<Flash>
@default {"red":"255", "green":"255", "blue":"255", "power":"170", "frame":"30"}
@param directory
@text Destination folder name
@type string
@default screenshot
@param maxView
@text Maximum number displayed
@desc Maximum number of screenshots displayed in the screenshot gallery
@type number
@default 30
@param preview
@text Preview Settings
@type struct<Preview>
@default {"show":"true", "frameWidth":"4", "duration":"60", "rect":"{¥"x¥":¥"16¥", ¥"y¥":¥"16¥", ¥"width¥":¥"102¥", ¥"height¥":¥"78¥"}"}
@command sceneScreenshot
@text Open screenshot gallery