「タイトルメニューのコマンドを画像で表示できる」プラグインです。
こちらはRPGツクールMZ向けの記事です。
RPGツクールMV向けの記事もございます。
下記ページで最新版が配布されています。
mogplugins.wordpress.com/rpg-maker-mz/
どなたかのお役に立てば幸いです。
/*:ja
* @target MZ
* @plugindesc (v1.3) タイトルメニューのコマンドを画像で表示します
* @author Moghunter
* @url raw.githubusercontent.com/harizumi/Moghunter-MZ-jp/main/MOG_TitleCommands.js
*
* @param -> Main <<<<<<<<<<<<<<<<<<<<<<<
* @text -> コマンド全般 <<<<<<<<<<<<<<<<<<<<<<<
* @desc
*
* @param Animation Mode
* @text アニメーション設定
* @desc アニメーション形式を選択
* 0:なし / 1:波打ち / 2:振動
* @default 1
* @type select
* @option なし
* @value 0
* @option 波打ち
* @value 1
* @option 振動
* @value 2
* @parent -> Main <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Left & Right Input
* @text 右左キーコマンド選択
* @desc 右/左キーでのコマンド選択の有効設定
* @default true
* @type boolean
* @on 有効
* @off 無効
* @parent -> Main <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Shake Duration
* @text コマンドのフェードイン時間
* @desc コマンドがフェードイン完了するまでの時間
* @default 30
* @type number
* @parent -> Main <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Slide X-Axis
* @text X軸スライド
* @desc コマンドを水平方向にスライドさせる量
* @default -100
* @parent -> Main <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Slide Y-Axis
* @text Y軸スライド
* @desc コマンドを垂直方向にスライドさせる量
* @default 0
* @parent -> Main <<<<<<<<<<<<<<<<<<<<<<<
*
* @param -> Cursor <<<<<<<<<<<<<<<<<<<<<<<
* @text -> カーソル <<<<<<<<<<<<<<<<<<<<<<<
* @desc
*
* @param Cursor X-Axis
* @text X-Axis
* @desc Definição X-axis do cursor.
* @default 0
* @parent -> Cursor <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Cursor Y-Axis
* @text Y-Axis
* @desc Definição Y-axis do cursor.
* @default 5
* @parent -> Cursor <<<<<<<<<<<<<<<<<<<<<<<
*
* @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 false
* @type boolean
* @on 有効
* @off 無効
* @parent -> Cursor <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Cursor Rotation Speed
* @text 回転アニメ速度
* @desc 正:時計回り / 負:反時計回り。絶対値が大きいほど高速。
* @default 0.05
* @parent -> Cursor <<<<<<<<<<<<<<<<<<<<<<<
*
* @param -> Commands <<<<<<<<<<<<<<<<<<<<<<<
* @text コマンド位置
* @desc
*
* @param Command Pos 1
* @desc コマンド1の座標
* 書式: 32,32
* @default 180,440
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Command Pos 2
* @desc コマンド2の座標
* 書式: 32,32
* @default 350,440
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Command Pos 3
* @desc コマンド3の座標
* 書式: 32,32
* @default 520,440
* @parent -> Commands <<<<<<<<<<<<<<<<<<<<<<<
*
* @param Command Pos 4
* @desc コマンド4の座標
* 書式: 32,32
* @default 690,440
* @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
* 翻訳:
* fungamemake.com/
*
* ============================================================================
* +++ MOG - Title Picture Commands (v1.3) +++
* By Moghunter
* mogplugins.wordpress.com
* ============================================================================
* タイトルウィンドウの代わりに画像でコマンドを表示します。
* 下記のような画像ファイルがコマンドの数だけ必要です。
*
* Command_0.png, Command_1.png, Command_2.png , Command_3.png ...
*
* 必要な画像は下記のフォルダに保存してください。
*
* img/titles2/
*
* ============================================================================
* "カーソル"を有効にする場合、下記画像ファイルが必要です。
*
* Cursor.png
*
* ============================================================================
* * 更新履歴
* ============================================================================
* (v1.3) - エンコーディングに関連するソート機能を修正しました。
* (v1.2) - シーントランジション(フェード)でのコマンド選択の修正。
* (v1.1) - デフォルトウィンドウを高解像度で表示するように修正。
*/

コメントを投稿するにはログインしてください。