MOG Picture Gallery - MOG_PictureGallery.js
シェア用テキスト:
▼MOG Picture Gallery(Moghunter様作) - MOG_PictureGallery.js
https://plugin.fungamemake.com/archives/19259
画像ギャラリーシーンを追加
ふりがな:ぴくちゃーぎゃらりー
機能概要: 画像ギャラリーシーンを追加
利用規約(ライセンス):https://mogplugins.wordpress.com/terms-of-use/
作者:Moghunter
作者サイト:https://x.com/moghunter1
解説ページ:https://fungamemake.com/archives/3305
ダウンロードページ:https://mogplugins.wordpress.com/rpg-maker-mv/
ファイル名:MOG_PictureGallery.js
プラグインのヘルプ:
/*:ja * @plugindesc (v1.5) 画像ギャラリーシーンを追加します。 * @author Moghunter * * @param Number of Pictures * @desc ギャラリーに載せる画像数 * @default 4 * * @param Command Menu * @desc ギャラリーシーンコマンドの有効設定 * @type boolean * @default true * * @param Command Word * @desc 表示コマンド名 * @default ギャラリー * * @param Completion Word * @desc 獲得率の表示名 * @default 獲得率 * * @param Number Word * @desc 獲得した画像表示名 * @default 画像 * * @param Thumbnails For Line * @desc 1行あたりのサムネイル数 * @default 3 * * @param Thumbnail X-Axis * @desc サムネイル画像のX軸位置 * @default 23 * * @param Thumbnail Y-Axis * @desc サムネイル画像のY軸位置 * @default 25 * * @param Number X-Axis * @desc 番号のX軸位置 * @default 0 * * @param Number Y-Axis * @desc 番号のY軸位置 * @default -32 * * @param Info Visible * @desc 情報ウィンドウの有効設定 * @type boolean * @default true * * @param Info X-Axis * @desc 情報ウィンドウのX軸位置 * @default 0 * * @param Info Y-Axis * @desc 情報ウィンドウのY軸位置 * @default 0 * * @param Info Duration * @desc 情報ウィンドウの表示時間 * @default 90 * * @param Double Click Speed * @desc 2xをクリックして画像をキャンセルする時間 * @default 10 * * @param File Directory * @desc 画像を保存するフォルダ * @default img/pictures/ * * @param File Name * @desc 画像ギャラリーに表示するファイル名の接頭語 * @default Pic_ * * @param Fit Screen Key * @desc 画像を画面サイズに調整するキー * @type select * @option shift * @option alt * @option a * @option d * @option c * @option s * @option q * @option w * @option cancel * @option ok * @option pageup * @option pagedown * @default pagedown * * @param Set Wallpaper * @desc 壁紙設定機能の有効設定 * @type boolean * @default true * * @param Set Wallpaper Key * @desc 壁紙を設定するキー * @type select * @option shift * @option alt * @option a * @option d * @option c * @option s * @option q * @option w * @option cancel * @option ok * @option pageup * @option pagedown * @default pageup * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * =========================================================================== * +++ MOG - Picture Gallery (v1.5) +++ * By Moghunter * https://atelierrgss.wordpress.com/ * =========================================================================== * 画像ギャラリーシーンを追加します。 * =========================================================================== * 画像は下記フォルダに保存してください。 * * /img/picture/ * * 下記画像が必要です。 * * Pic_Thumb.png * Pic_Info.png * * =========================================================================== * デフォルトでは、ギャラリーシーンはメインメニューからアクセスできます。 * 下記のプラグインコマンドでシーンを呼び出すことが出来ます。 * * picture_gallery * * =========================================================================== * 下記のプラグインコマンドでギャラリー表示に画像を有効/無効にします。 * * enable_picture : ID * disable_picture : ID * * =========================================================================== * 更新履歴 * =========================================================================== * (v1.5) - 画像ギャラリーを使用して壁紙を設定可能 * (MOG_MenuBackgroundが必要) * - 最高の効果 * (v1.4) - MOG_MenuCursorとの互換性 * (v1.3) - バグ修正はWEBモードで必要ですが、 * 画像の数はプラグインによって設定 * (v1.2) - システムの変換時にファイルが読み込まれない問題を修正 * 他のプラットフォーム (展開) * (v1.1) - 画像のディレクトリを設定可能 * デフォルトでは画像は /img/pictures/ フォルダーに保存されるため、 * ゲーム中とギャラリーの両方に画像を使用可能 * - 画面に合わせる機能を追加 * =========================================================================== */