SRD Alternative Menu Screen: Icon Cycle - SRD_AlternativeMenuScreenIconCycle.js

▼SRD Alternative Menu Screen: Icon Cycle(SumRndmDde様作) - SRD_AlternativeMenuScreenIconCycle.js
https://plugin.fungamemake.com/archives/26480
コマンドウィンドウの選択肢を一覧表示するためにアイコンを使用する代替メニュー画面。全てのアイコンをカスタマイズでき、カスタムコマンドのアイコンも追加できます。
ふりがな:おるたねいてぃゔめにゅーすくりーんあいこんさいくる
機能概要: コマンドウィンドウの選択肢を一覧表示するためにアイコンを使用する代替メニュー画面。全てのアイコンをカスタマイズでき、カスタムコマンドのアイコンも追加できます。
利用規約(ライセンス):https://fungamemake.com/srd-japanese
作者:SumRndmDde
ダウンロードページ:https://fungamemake.com/archives/9062
ファイル名:SRD_AlternativeMenuScreenIconCycle.js
プラグインのヘルプ:
/*: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 Cycle -- * @text -- アイコンの輪 -- * @default * * @param Cycle Speed * @text 輪の速度 * @desc 輪を回す速度 * 数値またはJavaScript式が使えます * @default 0.05 * * @param Cycle Anchor * @text 輪の角度 * @desc メインアイコンが通る角度 * 数値またはJavaScript式が使えます * @default Math.PI * (3/2) * * @param Cycle Radius * @text 輪の半径 * @desc 輪の半径。 * 数値またはJavaScript式が使えます * @default 120 * * @param Cycle X * @text 輪のX位置 * @desc 輪のX位置 * 数値またはJavaScript式が使えます * @default 160 * * @param Cycle Y * @text 輪のY位置 * @desc 輪のY位置 * 数値またはJavaScript式が使えます * @default 140 * * @param -- Icon Window -- * @text -- アイコンウィンドウ -- * @default * * @param Icon Window X * @text アイコンウィンドウX位置 * @desc コマンド(アイコン)ウィンドウのX位置 * 数値またはJavaScript式が使えます * @default (Graphics.width / 2) - (this._commandWindow.width / 2) * * @param Icon Window Y * @text アイコンウィンドウY位置 * @desc コマンド(アイコン)ウィンドウのY位置 * 数値またはJavaScript式が使えます * @default (Graphics.height / 2) - (this._commandWindow.height / 2) * * @param Icon Window Width * @text アイコンウィンドウ幅 * @desc コマンド(アイコン)ウィンドウの幅 * 数値またはJavaScript式が使えます * @default 370 * * @param Icon Window Height * @text アイコンウィンドウ高 * @desc コマンド(アイコン)ウィンドウの高さ * 数値またはJavaScript式が使えます * @default 370 * * @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 * @text アクターウィンドウX * @desc アクターウィンドウのX位置 * 数値またはJavaScript式が使えます * @default (Graphics.width / 2) - (this._statusWindow.width / 2) * * @param Actor Window Y * @text アクターウィンドウY * @desc アクターウィンドウのY位置 * 数値またはJavaScript式が使えます * @default (Graphics.height / 2) - (this._statusWindow.height / 2) * * @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 * 翻訳:ムノクラ * https://fungamemake.com/ * https://twitter.com/munokura/ * * 元プラグイン: http://sumrndm.site/ams-icon-cycle/ * * * Alternative Menu Screen: Icon Cycle * Version 1.00 * SumRndmDde * * * Changelog (v1.01): Fixed Actor Window Cancel * * * メインメニューをアイコンが回る形式に変えます。 * リストの一番上にあるパラメータを使用して、 * 使用するアイコンを設定することができます。 * ※マウス、タッチ非対応 * * ========================================================================== * カスタムコマンドのアイコンを設定 * ========================================================================== * * パラメータリストの一番下には、 * カスタムコマンドのアイコンを入力できる場所があります。 * まず、コマンドの’シンボル’を入力する必要があります。 * * (シンボルは通常は単語です。 * 例えば、Yanflyのメインメニューマネージャーで追加されたデバッグコマンドの * シンボルは’debug’(引用符なし)です。) * * そして、それが終わったら、 * 進行中のパラメータにアイコンインデックスを配置します。 * YEP_MainMenuManageを使用している場合、 * コマンドのシンボルをパラメータセクションのヘルプで見つけることができます。 * * * もしコマンドのシンボルを教えずにコマンドを追加するプラグインを * 持っているのであれば、そのプラグインにリンクしているYouTubeのビデオや * フォーラムの投稿にコメントを残してください;私はあなたを助けます。 * * * ========================================================================== * ヘルプファイルの終わり * ========================================================================== * * ヘルプファイルの終わりへようこそ。 * * 読んでくれてありがとう! * 質問があったり、このプラグインを楽しめたら、 * 私のYouTubeチャンネルを登録してください!! * * https://www.youtube.com/c/SumRndmDde * * * 次の機会まで * ~ SumRndmDde * ~ SumRndmDde */
