SRD Alternative Menu Screen: Info Box - SRD_AlternativeMenuScreenInfoBox.js
▼SRD Alternative Menu Screen: Info Box(SumRndmDde様作) - SRD_AlternativeMenuScreenInfoBox.js
https://plugin.fungamemake.com/archives/26477
メインメニュー画面にアクター顔画像をメインにし、プレイ時間、場所、現在のBGMなどの情報も表示します。
ふりがな:おるたねいてぃゔめにゅーすくりーんいんふぉぼっくす
機能概要: メインメニュー画面にアクター顔画像をメインにし、プレイ時間、場所、現在のBGMなどの情報も表示します。
利用規約(ライセンス):https://fungamemake.com/srd-japanese
作者:SumRndmDde
ダウンロードページ:https://fungamemake.com/archives/9046
ファイル名:SRD_AlternativeMenuScreenInfoBox.js
プラグインのヘルプ:
/*:ja * @plugindesc メインメニューに追加情報と一緒にアクターの顔が表示されます * @author SumRndmDde * * @param Information Order * @text 情報表示順 * @desc キーワードをリストアップして情報を表示。不要な情報は除外 * 例:playtime, location, bgm, battles * @default playtime, location, bgm, battles * * @param Command Position * @text コマンド位置 * @type select * @option 左 * @value left * @option 右 * @value right * @desc コマンドウィンドウの位置 * 左:left / 右:right * @default left * * @param Gold Position * @text 所持金ウィンドウ位置 * @desc 所持金ウィンドウをどこに配置するかを指定します。 * @type select * @option 左 * @value left * @option 中央 * @value middle * @option 右 * @value right * @desc 左:left / 中央:middle / 右:right * @default middle * * @param Use Display Name * @text マップ名の表示 * @type boolean * @on 表示 * @off 非表示 * @desc ’位置’にマップの’表示名’を表示 * @default true * * @param No BGM Text * @text 無BGM時テキスト * @desc BGMが再生されていない時の表示テキスト * @default なし * * @param -- Info Text -- * @text -- インフォ・テキスト -- * @default * * @param Playtime Text * @text プレイ時間テキスト * @desc プレイ時間のテキスト * @default プレイ時間: * * @param Location Text * @text 場所情報テキスト * @desc 場所情報’のテキスト * @default 場所: * * @param BGM Text * @text BGMテキスト * @desc BGMのテキスト * @default BGM: * * @param Battles Text * @text 戦闘回数テキスト * @desc 戦闘回数のテキスト * @default 戦闘回数: * * @param -- Minor Params -- * @text -- マイナーパラム -- * @default * * @param Face Padding * @text フェイス余白 * @desc アクターの顔の周りの余白量 * @default 20 * * @param Face X * @text 顔画像X位置 * @desc 選択ボックス内の顔画像のX位置 * @default 10 * * @param Face Y * @text 顔画像Y位置 * @desc 選択ボックス内の顔画像のY位置 * @default 10 * * @param Max Status Rows * @text 最大ステータス行数 * @desc メニューの中でアクターが選択できる最大行数 * @default 2 * * @param Max Status Cols * @text 最大ステータス列数 * @desc アクターがメニューから選択できる最大列数 * @default 4 * * @param Command Columns * @text コマンド列数 * @desc メニュー内のコマンド列数 * @default 2 * * @param Command Rows * @text コマンド行数 * @desc メニュー内のコマンド行数 * @default 4 * * @help * 翻訳:ムノクラ * https://fungamemake.com/ * https://twitter.com/munokura/ * * 元プラグイン: http://sumrndm.site/ams-info-box/ * * * Alternative Menu Screen: Information * Version 1.00 * SumRndmDde * * * ゲームに別のメニュー画面を表示します。 * アクターメニュー表示のアクターの顔だけが表示され、 * プレイ時間、位置情報、現在のBGM、戦闘回数などの追加情報を表示します。 * * * 次の機会まで * ~ SumRndmDde */