「タイトルメニューのコマンドを画像で表示できるプラグイン」です。
こちらはRPGツクールMV向けの記事です。
RPGツクールMZ向けの記事もございます。
最新版は Moghunter 様のサイトでポルトガル語版が配布されています。
mogplugins.wordpress.com/rpg-maker-mv/
上記でプラグインが入ったサンプルプロジェクトが配布されています。
各プラグインを動作させるための画像素材も入っているため、サンプルプロジェクトをダウンロードし、日本語版を差し替えて試してください。
どなたかのお役に立てば幸いです。
/*:ja
* @plugindesc (v1.6 *) タイトルメニューのコマンドを画像で表示します
* @author Moghunter
*
* @param -> Main <<<<<<<<<<<<<<<<<<<<<<<
* @text -> コマンド全般 <<<<<<<<<<<<<<<<<<<<<<<
* @desc
*
* @param Animation Mode
* @text アニメーション設定
* @desc アニメーション形式を選択
* 0:なし / 1:波打ち / 2:振動
* @default 2
* @type select
* @option なし
* @value 0
* @option 波打ち
* @value 1
* @option 振動
* @value 2
* @parent -> Main <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Left & Right Input
* @text 右左キーコマンド選択
* @desc 右/左キーでのコマンド選択の有効設定
* @on 有効
* @off 無効
* @default true
* @type boolean
* @parent -> Main <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Com Fade-In Duration
* @text コマンドのフェードイン時間
* @desc コマンドがフェードイン完了するまでの時間
* @default 13
* @type number
* @max 9007
* @parent -> Main <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Slide X-Axis
* @text X軸スライド
* @desc コマンドを水平方向にスライドさせる量
* @default -100
* @type number
* @min -9007
* @max 9007
* @parent -> Main <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Slide Y-Axis
* @text Y軸スライド
* @desc コマンドを垂直方向にスライドさせる量
* @default 0
* @type number
* @min -9007
* @max 9007
* @parent -> Main <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> Smart Background <<<<<<<<<<<<<<<<<<<<<<<
* @text -> コマンド選択時イメージ <<<<<<<<<<<<<<<<<<<<<<<
* @desc
*
* @param Smart Background
* @text 表示設定
* @desc コマンド選択時のイメージ画像表示設定
* @on 有効
* @off 無効
* @default true
* @type boolean
* @parent -> Smart Background <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Background X-Axis
* @text X軸設定
* @desc X軸設定
* @default 0
* @type number
* @min -9007
* @max 9007
* @parent -> Smart Background <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Background Y-Axis
* @text Y軸設定
* @desc Y軸設定
* @default 0
* @type number
* @min -9007
* @max 9007
* @parent -> Smart Background <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Background Fade-In Duration
* @text フェードイン時間
* @desc フェードイン完了するまでの時間
* @default 90
* @type number
* @max 9007
* @parent -> Smart Background <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> Title Sprite <<<<<<<<<<<<<<<<<<<<<<<
* @text -> タイトル画像 <<<<<<<<<<<<<<<<<<<<<<<
* @desc
*
* @param Title Sprite
* @text タイトル画像表示設定
* @desc タイトル画像表示の有効設定
* @default true
* @type boolean
* @on 有効
* @off 無効
* @parent -> Title Sprite <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Title Sprite X-Axis
* @text X軸設定
* @desc X軸設定(原点:中央)
* @default 300
* @type number
* @max 9007
* @parent -> Title Sprite <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Title Sprite Y-Axis
* @text Y軸設定
* @desc Y軸設定(原点:中央)
* @default 150
* @type number
* @max 9007
* @parent -> Title Sprite <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Fade-In Duration
* @text フェードイン時間
* @desc フェードイン完了するまでの時間
* @default 40
* @type number
* @max 9007
* @parent -> Title Sprite <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Zoom Effect
* @text ズーム効果
* @desc ズーム効果の有効設定
* @default true
* @type boolean
* @on 有効
* @off 無効
* @parent -> Title Sprite <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Zoom Speed
* @text ズーム速度
* @desc ズーム完了するまでの時間
* @default 40
* @type number
* @max 9007
* @parent -> Title Sprite <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> Cursor <<<<<<<<<<<<<<<<<<<<<<<
* @text -> カーソル <<<<<<<<<<<<<<<<<<<<<<<
* @desc
*
* @param Cursor Visible
* @text カーソル有効化
* @desc カーソルの有効設定
* @default true
* @type boolean
* @on 有効
* @off 無効
* @parent -> Cursor <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Cursor Wave Animation
* @text 波打ちアニメ有効化
* @desc 波打ちアニメーションの有効設定
* @default true
* @type boolean
* @on 有効
* @off 無効
* @parent -> Cursor <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Cursor Rotation Animation
* @text 回転アニメ有効化
* @desc 回転アニメーションを有効にします。
* @default true
* @type boolean
* @on 有効
* @off 無効
* @parent -> Cursor <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Cursor Rotation Speed
* @text 回転アニメ速度
* @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
* @default 0.05
* @type number
* @min -9007
* @max 9007
* @decimals 2
* @parent -> Cursor <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Cursor X-Axis
* @text X軸設定
* @desc カーソルのX軸設定
* @default 0
* @type number
* @min -9007
* @max 9007
* @parent -> Cursor <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Cursor Y-Axis
* @text Y軸設定
* @desc カーソルのY軸設定
* @default 5
* @type number
* @min -9007
* @max 9007
* @parent -> Cursor <<<<<<<<<<<<<<<<<<<<<<<
*
* @param
*
* @param -> Commands <<<<<<<<<<<<<<<<<<<<<<<
* @text コマンド位置
* @desc
*
* @param Command Pos 1
* @desc コマンド1の座標
* 書式: 32,32
* @default 650,460
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Command Pos 2
* @desc コマンド2の座標
* 書式: 32,32
* @default 660,490
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Command Pos 3
* @desc コマンド3の座標
* 書式: 32,32
* @default 665,520
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Command Pos 4
* @desc コマンド4の座標
* 書式: 32,32
* @default 670,550
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Command Pos 5
* @desc コマンド5の座標
* 書式: 32,32
* @default 345,498
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Command Pos 6
* @desc コマンド6の座標
* 書式: 32,32
* @default 345,530
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Command Pos 7
* @desc コマンド7の座標
* 書式: 32,32
* @default 0,192
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Command Pos 8
* @desc コマンド8の座標
* 書式: 32,32
* @default 0,224
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Command Pos 9
* @desc コマンド9の座標
* 書式: 32,32
* @default 0,256
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Command Pos 10
* @desc コマンド10の座標
* 書式: 32,32
* @default 0,288
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @help
* 翻訳:ムノクラ
* https://fungamemake.com/
* https://twitter.com/munokura/
*
* ===========================================================================
* +++ MOG - Title Picture Commands (v1.6) +++
* By Moghunter
* https://atelierrgss.wordpress.com/
* ===========================================================================
* 必要な画像は下記のフォルダに保存してください。
*
* img/titles2/
*
* ---------------------------------------------------------------------------
* タイトルウィンドウの代わりに画像でコマンドを表示します。
* 下記のような画像ファイルがコマンドの数だけ必要です。
*
* Command_0.png, Command_1.png, Command_2.png , Command_3.png ...
*
* ---------------------------------------------------------------------------
* "コマンド選択時イメージ"を有効にする場合、下記画像ファイルが必要です。
* コマンドの数だけ必要です。
*
* Sub_0.png, Sub_1.png, Sub_2.png , Sub_3.png ...
*
* ---------------------------------------------------------------------------
* "タイトル画像表示"を有効にする場合、下記画像ファイルが必要です。
*
* Title.png
*
* ---------------------------------------------------------------------------
* "カーソル"を有効にする場合、下記画像ファイルが必要です。
*
* Cursor.png
*
* ===========================================================================
* - WHAT'S NEW (version 1.6)
* ===========================================================================
* (BUG FIX) - 一部のプラグインパラメータが機能しない問題を修正しました。
*
*/
