事前のお知らせ

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

日本語版 SRD Alt Menu Screen Icons プラグイン Ver1.01

「メインメニューをアイコンを基調とした表示に変えるプラグイン」です。

ダウンロードはコチラ

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

/*:ja
* @plugindesc メインメニューをアイコンを基調とした表示に変えます。
* @author SumRndmDde
*
* @param Item Icon
* @text アイテムアイコン
* @desc アイテムのアイコンID
* 右クリックから「アイコンセットビューア」を使ってください
* @default 176
*
* @param Skill Icon
* @text スキルアイコン
* @desc スキルのアイコンID
* 右クリックから「アイコンセットビューア」を使ってください
* @default 64
*
* @param Equip Icon
* @text 装備アイコン
* @desc 装備のアイコンID
* 右クリックから「アイコンセットビューア」を使ってください
* @default 96
*
* @param Status Icon
* @text ステータスアイコン
* @desc ステータスのアイコンID
* 右クリックから「アイコンセットビューア」を使ってください
* @default 87
*
* @param Formation Icon
* @text 並び替えアイコン
* @desc 並び替えのアイコンID
* 右クリックから「アイコンセットビューア」を使ってください
* @default 82
*
* @param Options Icon
* @text オプションアイコン
* @desc オプションのアイコンID
* 右クリックから「アイコンセットビューア」を使ってください
* @default 83
*
* @param Save Icon
* @text 保存アイコン
* @desc 保存のアイコンID
* 右クリックから「アイコンセットビューア」を使ってください
* @default 225
*
* @param Game End Icon
* @text ゲーム終了アイコン
* @desc ゲーム終了のアイコンID
* 右クリックから「アイコンセットビューア」を使ってください
* @default 245
*
* @param -- Icon Window --
* @text -- アイコンウィンドウ --
* @default
*
* @param Icon Window X
* @text アイコンウィンドウX位置
* @desc コマンド(アイコン)ウィンドウのX位置
* 数値またはJavaScript式が使えます
* @default 0
*
* @param Icon Window Y
* @text アイコンウィンドウY位置
* @desc コマンド(アイコン)ウィンドウのY位置
* 数値またはJavaScript式が使えます
* @default 0
*
* @param Standard Padding
* @text 標準的な余白量
* @desc コマンド(アイコン)ウィンドウの境界線周りの余白量
* デフォルト:12
* @default 12
*
* @param Icon Padding
* @text アイコン余白量
* @desc アイコンの周りの余白量
* デフォルト:12
* @default 12
*
* @param Icon X Position
* @text アイコンX位置
* @desc ボタンの各アイコンのX位置
* デフォルト:0
* @default 0
*
* @param Icon Y Position
* @text アイコンY位置
* @desc ボタンの各アイコンのY位置
* デフォルト:6
* @default 6
*
* @param -- Label Window --
* @text -- ラベルウィンドウ --
* @default
*
* @param Label Window X
* @text ラベルウィンドウX位置
* @desc ラベルウィンドウのX位置
* 数値またはJavaScript式が使えます
* @default this._commandWindow.x
*
* @param Label Window Y
* @text ラベルウィンドウY位置
* @desc ラベルウィンドウのY位置
* 数値またはJavaScript式が使えます
* @default this._commandWindow.y + this._commandWindow.height
*
* @param -- Actor Window --
* @text -- アクターウィンドウ --
* @default
*
* @param Text Align
* @text テキストの整列
* @type select
* @option 左
* @value left
* @option 中央
* @value center
* @option 右
* @value right
* @desc ウィンドウ内のテキスト行揃え
* 左:left / 中央:center / 右:right
* @default center
*
* @param Actor Window X
* @text アクターウィンドウX
* @desc アクターウィンドウのX位置
* 数値またはJavaScript式が使えます
* @default this._commandLabel.x + this._commandLabel.width
*
* @param Actor Window Y
* @text アクターウィンドウY
* @desc アクターウィンドウのY位置
* 数値またはJavaScript式が使えます
* @default this._commandLabel.y
*
* @param -- Gold Window --
* @text -- 所持金ウィンドウ --
* @default
*
* @param Gold Window X
* @text 所持金ウィンドウX位置
* @desc 所持金ウィンドウのX位置
* 数値またはJavaScript式が使えます
* @default 0
*
* @param Gold Window Y
* @text 所持金ウィンドウY位置
* @desc 所持金のウィンドウのY位置
* 数値またはJavaScript式が使えます
* @default Graphics.boxHeight - this._goldWindow.height
*
* @param -- Custom Commands --
* @text -- カスタムコマンド --
* @default
*
* @param Command Symbol 1
* @text コマンドシンボル1
* @desc コマンドアイコン1を持つコマンドのシンボル。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 1
* @text コマンドアイコン1
* @desc コマンドアイコン1を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 2
* @text コマンドシンボル2
* @desc コマンドアイコン2を持つコマンドのシンボル。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 2
* @text コマンドアイコン2
* @desc コマンドアイコン2を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 3
* @text コマンドシンボル3
* @desc コマンドアイコン3を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 3
* @text コマンドアイコン3
* @desc コマンドアイコン3を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 4
* @text コマンドシンボル4
* @desc コマンドアイコン4を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 4
* @text コマンドアイコン4
* @desc コマンドアイコン4を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 5
* @text コマンドシンボル5
* @desc コマンドアイコン5を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 5
* @text コマンドアイコン5
* @desc コマンドアイコン5を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 6
* @text コマンドシンボル6
* @desc コマンドアイコン6を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 6
* @text コマンドアイコン6
* @desc コマンドアイコン6を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 7
* @text コマンドシンボル7
* @desc コマンドアイコン7を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 7
* @text コマンドアイコン7
* @desc コマンドアイコン7を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 8
* @text コマンドシンボル8
* @desc コマンドアイコン8を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 8
* @text コマンドアイコン8
* @desc コマンドアイコン8を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 9
* @text コマンドシンボル9
* @desc コマンドアイコン9を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 9
* @text コマンドアイコン9
* @desc コマンドアイコン9を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 10
* @text コマンド記号10
* @desc コマンドアイコン10を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 10
* @text コマンドアイコン10
* @desc コマンドアイコン10を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 11
* @text コマンドシンボル11
* @desc コマンドアイコン11を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 11
* @text コマンドアイコン11
* @desc コマンドアイコン11を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 12
* @text コマンドシンボル12
* @desc コマンドアイコン12を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 12
* @text コマンドアイコン12
* @desc コマンドアイコン12を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 13
* @text コマンドシンボル13
* @desc コマンドアイコン13を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 13
* @text コマンドアイコン13
* @desc コマンドアイコン13を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 14
* @text コマンドシンボル14
* @desc コマンドアイコン14を持つコマンドのアイコン
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 14
* @text コマンドアイコン14
* @desc コマンドアイコン14を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 15
* @text コマンドシンボル15
* @desc コマンドアイコン15を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 15
* @text コマンドアイコン15
* @desc コマンドアイコン15を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 16
* @text コマンドシンボル16
* @desc コマンドアイコン16を持つコマンドのシンボル。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 16
* @text コマンドアイコン16
* @desc コマンドアイコン16を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 17
* @text コマンドシンボル17
* @desc コマンドアイコン17を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 17
* @text コマンドアイコン17
* @desc コマンドアイコン17を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 18
* @text コマンドシンボル18
* @desc コマンドアイコン18を持つコマンドのシンボル。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 18
* @text コマンドアイコン18
* @desc コマンドアイコン18を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 19
* @text コマンドシンボル19
* @desc コマンドアイコン19を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 19
* @text コマンドアイコン19
* @desc コマンドアイコン19を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Symbol 20
* @text コマンドシンボル20
* @desc コマンドアイコン20を持つコマンドのシンボル。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @param Command Icon 20
* @text コマンドアイコン20
* @desc コマンドアイコン20を持つコマンドのアイコン。
* パラメータに記載されている順番は関係ありません。
* @default
*
* @help
* 翻訳:ムノクラ
* fungamemake.com/
* twitter.com/munokura/
*
* 元プラグイン: sumrndm.site/ams-icons/
*
*
* Alternative Menu Screen: Icons
* Version 1.02
* SumRndmDde
*
*
* Changelog (v1.01): Fixed Actor Window Cancel
*
*
* メインメニューをアイコンを基調とした画面に変えます。
* 各コマンドウィンドウの選択項目はアイコンです。
* リストの一番上にあるパラメータを使って、
* 使用するアイコンを操作することができます。
*
* ==========================================================================
* カスタムコマンドのアイコンを設定
* ==========================================================================
*
* パラメータリストの一番下には、
* カスタムコマンドのアイコンを入力できる場所があります。
* まず、コマンドの'シンボル'を入力する必要があります。
*
* (シンボルは通常は単語です。
* 例えば、Yanflyのメインメニューマネージャーで追加されたデバッグコマンドの
* シンボルは'debug'(引用符なし)です。)
*
* そして、それが終わったら、
* 進行中のパラメータにアイコンインデックスを配置します。
* YEP_MainMenuManageを使用している場合、
* コマンドのシンボルをパラメータセクションのヘルプで見つけることができます。
*
*
* もしコマンドのシンボルを教えずにコマンドを追加するプラグインを
* 持っているのであれば、そのプラグインにリンクしているYouTubeのビデオや
* フォーラムの投稿にコメントを残してください;私はあなたを助けます。
*
*
* ==========================================================================
* ヘルプファイルの終わり
* ==========================================================================
*
* ヘルプファイルの終わりへようこそ。
*
* 読んでくれてありがとう!
* 質問があったり、このプラグインを楽しめたら、
* 私のYouTubeチャンネルを登録してください!!
*
* www.youtube.com/c/SumRndmDde
*
*
* 次の機会まで
* ~ SumRndmDde
*/

スポンサードリンク

スポンサードリンク

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

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