事前のお知らせ

SRDシリーズ:RPGツクールMV

日本語版 SRD Title Picture Choices プラグイン Ver1.10

「タイトルの選択コマンドに画像を使用し、選択時に変化できるプラグイン」です。

ダウンロードはコチラ

元プラグイン 下記ページで英語版が配布されています。
sumrndm.site/title-picture-choices/

どなたかのお役に立てば幸いです。

/*:ja
* @plugindesc タイトルの選択コマンドに画像を使用し、選択時に変化できます。
* @author SumRndmDde
*
* @param Image Data
* @text 画像データ
* @type struct<Image>[]
* @desc 全てのタイトルのコマンド画像のデータ
* @default ["{"Image":"NewGame","Symbol":"newGame","X Position":"","Y Position":""}","{"Image":"Continue","Symbol":"continue","X Position":"","Y Position":""}","{"Image":"Options","Symbol":"options","X Position":"","Y Position":""}","{"Image":"Shutdown","Symbol":"shutdown","X Position":"","Y Position":""}"]
*
* @param Settings
* @text 設定
* @default ====================================
*
* @param Highlight Frame
* @text ハイライトフレーム
* @type boolean
* @desc 'true'の場合、コマンド画像は半分に分割されます
* 左が非選択、右が選択された状態です。
* @default true
* @parent Settings
*
* @param Disable Opacity
* @text 不透明度を無効にする
* @type number
* @min 0
* @decimals 0
* @desc 無効化されているコマンドの不透明度
* @default 170
* @parent Settings
*
* @param Animation Duration
* @text アニメーションの持続時間
* @type number
* @min 0
* @decimals 0
* @desc 無効化されているコマンドの不透明度
* @default 7
* @parent Settings
*
* @param Scale Animation
* @text 拡縮アニメーション
* @type number
* @min 0
* @decimals 2
* @desc 強調表示されたコマンドの加算拡大率
* 0:拡大なし / 0.2:20%拡大 / 0.5:50%拡大
* @default 0.20
* @parent Settings
*
* @param X Animation
* @text Xアニメーション
* @type number
* @min -9007
* @max 9007
* @desc ハイライトされたコマンドで発生するXシフト
* 正:右 / 負:左
* @default 0
* @parent Settings
*
* @param Y Animation
* @text Yアニメーション
* @type number
* @min -9007
* @max 9007
* @desc ハイライトされたコマンドで発生するYシフト
* 正:下 / 負:上
* @default 0
* @parent Settings
*
* @param Line Height
* @text 行高
* @type number
* @min 0
* @decimals 0
* @desc タイトルコマンドの行の高さ
* コマンド同士が近い場合、この値を大きくします
* @default 60
* @parent Settings
*
* @help
* 翻訳:ムノクラ
* fungamemake.com/
* twitter.com/munokura/
*
* 元プラグイン: sumrndm.site/title-picture-choices/
*
*
* Title Picture Choices
* Version 1.10
* SumRndmDde
*
*
* このプラグインにはGame Upgradeプラグインが必要です。
* sumrndm.site/game-upgrade/
*
* このプラグインにはタイトルコマンドカスタマイザーも必要です。
* sumrndm.site/title-command-customizer/
*
*
* このプラグインは、
* タイトルの選択コマンドに画像を使用し、選択時に変化できます。
*
*
* ==========================================================================
* 画像の設定方法
* ==========================================================================
*
* コマンドに使用したい画像を下記に保存してください。
* /img/SumRndmDde/title/
*
* ※下記からサンプル画像がダウンロードできます。
* sumrndm.site/title-picture-choices/
*
* 次に、'Image Data'パラメータリストに新しい項目を追加します。
*
* 画像ファイルの名前を "Image "に設定します。
* 'Symbol'には、画像が使用するコマンドのシンボルを設定します。
*
* 'X Position'と 'Y Position'パラメータを設定することで、
* コマンドの特定の位置を設定できます。
*
*
* ==========================================================================
* ヘルプファイルの終わり
* ==========================================================================
*
* ヘルプファイルの終わりへようこそ。
*
* 読んでくれてありがとう!
* 質問があったり、このプラグインを楽しめたら、
* 私のYouTubeチャンネルを登録してください!!
*
* www.youtube.com/c/SumRndmDde
*
*
* 次の機会まで
* ~ SumRndmDde
*
*/

/*~struct~Image:ja
*
* @param Image
* @text 画像
* @desc コマンド画像
* /img/SumRndmDde/title/内に保存
* @default
*
* @param Symbol
* @text シンボル
* @desc コマンド画像のシンボル
* @default
*
* @param X Position
* @text X位置
* @desc コマンドのX位置
* デフォルト位置は無入力
* @default
*
* @param Y Position
* @text Y位置
* @desc コマンドのY位置
* デフォルト位置は無入力
* @default
*
*/

スポンサードリンク

スポンサードリンク

-SRDシリーズ:RPGツクールMV
-

Copyright© RPGツクールMZ・MV初心者的備忘録 - FGMG (Fun Game Make Group) , 2024 All Rights Reserved.