CG回想モード - Vitsuno_PictureGallery.js
シェア用テキスト:
▼CG回想モード(尾角 つの様作) - Vitsuno_PictureGallery.js
https://plugin.fungamemake.com/archives/19525
ピクチャーギャラリー機能を加える
ふりがな:CGかいそうもーど
機能概要: ピクチャーギャラリー機能を加える
利用規約(ライセンス): MITライセンス
作者:尾角 つの
作者サイト:https://twitter.com/vitsuno
直接ダウンロード:Zipファイルダウンロードページ:https://tm.lucky-duet.com/viewtopic.php?t=227
ファイル名:Vitsuno_PictureGallery.js
プラグインのヘルプ:
/*: * @plugindesc ピクチャーギャラリー機能を加えるプラグインです。 * @author 尾角 つの * * @param On Menu * @desc メニューに表示するかどうか (0:しない 1:する) * @default 0 * * @param Command Name * @desc ギャラリーコマンドの表示名 * @default ギャラリー * * @param Max Size * @desc ギャラリーの最大数 * @default 12 * * @param Thumbnail Width * @desc リスト用縮小画像の幅 (px) * @default 140 * * @param Thumbnail Height * @desc リスト用縮小画像の高さ (px) * @default 110 * * @param None File * @desc 空白部分の画像のファイル名 * @default GalleryNone * * @param Use Common Mode * @desc ギャラリーデータをファイル間で共有するか (0:しない, 1:する) * (※Vitsuno_CommonSave.jsが必要。こちらがリストの下側。) * @default 0 * * @help * * プラグインコマンド: * PictureGallery SetFile リストID ファイル名 # ギャラリーにファイルを追加 * PictureGallery SetText リストID 説明文 # ギャラリーに説明分を追加 * PictureGallery Remove リストID # ギャラリーから削除 * PictureGallery Clear # ギャラリーリストをクリア * * PictureGallery Go # ギャラリー画面に移動 * * PictureGallery CommonSave # 共有ギャラリーのみ即保存します。 * * リストIDは 1 ~ プラグイン設定の最大数 まで。 * * 必要画像: 以下の画像を img/pictures の中に入れる * ・ギャラリー画像 (例/ AAA.png ) * ・リスト用縮小画像 (ギャラリー画像名の後ろに _tmb をつける : 例/ AAA_tmb.png ) * ・リスト用空白画像 (例/ GalleryNone.png ) * * ギャラリーのファイル間共有について: * ギャラリーをファイル間で共有する場合、Vitsuno_CommonSave.jsが必要です。 * 必ず、こちらのプラグインを下になるようにプラグインリストを設定して下さい。 * なお、共有したデータは通常のセーブ時に同時に保存されます。 */