当サイトの運営者です。ゲーム制作とプラグイン開発が好きで、コミュニティに貢献したいと考えています。
RPGツクールMZでゲームを制作中です。
※プログラマ・エンジニアではありません。
YEP Main Menu Variable Window - YEP_MainMenuVar.js

▼YEP Main Menu Variable Window(Yanfly様作) - YEP_MainMenuVar.js
https://plugin.fungamemake.com/archives/10663
メインメニューに変数ウィンドウを追加
ふりがな:めいんめにゅーばりあぶるうぃんどう
機能概要: メインメニューに変数ウィンドウを追加
利用規約(ライセンス):http://www.yanfly.moe/wiki/Category:Yanfly_Engine_Plugi…
作者:Yanfly
作者サイト:http://yanfly.moe/
解説ページ:https://fungamemake.com/archives/1354
ダウンロードページ:http://yanfly.moe/2017/07/07/yep-145-main-menu-variable…
ファイル名:YEP_MainMenuVar.js
プラグインのヘルプ:
/*:ja * @plugindesc v1.02 メインメニューに変数ウィンドウを追加します。10個までの変数を表示することができます。 * @author Yanfly Engine Plugins + Tigress Collaboration * * @param ---設定--- * @default * * @param Window X * @parent ---設定--- * @desc ウィンドウのx位置です。計算を自動化するには 'auto'を使用してください。 * @default auto * * @param Window Y * @parent ---設定--- * @desc ウィンドウのy位置です。計算を自動化するには 'auto'を使用してください。 * @default auto * * @param Window Width * @parent ---設定--- * @desc ウィンドウの幅です。計算を自動化するには 'auto'を使用してください。 * @default auto * * @param Window Height * @parent ---設定--- * @desc ウィンドウの高さです。計算を自動化するには 'auto'を使用してください。 * @default auto * * @param Font Size * @parent ---設定--- * @desc これはテキストのフォントサイズです。計算を自動化するには 'auto'を使用してください。 * @default 28 * * @param Standard Padding * @parent ---設定--- * @type number * @min 1 * @decimals 0 * @desc ウィンドウパディング値 * @default 18 * * @param Text Padding * @parent ---設定--- * @type number * @min 1 * @decimals 0 * @desc テキストパディング値 * @default 6 * * @param Back Opacity * @parent ---設定--- * @type number * @min 0 * @max 255 * @decimals 0 * @desc ウィンドウの背面の不透明度 * @default 192 * * @param Window Opacity * @parent ---設定--- * @type number * @min 0 * @max 255 * @decimals 0 * @desc ウィンドウの不透明度 * @default 255 * * @param ---変数--- * @default * * @param Displayed Variable 1 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 表示する変数。 変数を表示しない場合は0 * @default 0 * * @param Show Switch Variable 1 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 変数を表示するには、このスイッチをオンにする必要があります。変数がスイッチを必要としない場合は0 * @default 0 * * @param Displayed Variable 2 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 表示する変数。 変数を表示しない場合は0 * @default 0 * * @param Show Switch Variable 2 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 変数を表示するには、このスイッチをオンにする必要があります。変数がスイッチを必要としない場合は0 * @default 0 * * @param Displayed Variable 3 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 表示する変数。 変数を表示しない場合は0 * @default 0 * * @param Show Switch Variable 3 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 変数を表示するには、このスイッチをオンにする必要があります。変数がスイッチを必要としない場合は0 * @default 0 * * @param Displayed Variable 4 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 表示する変数。 変数を表示しない場合は0 * @default 0 * * @param Show Switch Variable 4 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 変数を表示するには、このスイッチをオンにする必要があります。変数がスイッチを必要としない場合は0 * @default 0 * * @param Displayed Variable 5 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 表示する変数。 変数を表示しない場合は0 * @default 0 * * @param Show Switch Variable 5 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 変数を表示するには、このスイッチをオンにする必要があります。変数がスイッチを必要としない場合は0 * @default 0 * * @param Displayed Variable 6 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 表示する変数。 変数を表示しない場合は0 * @default 0 * * @param Show Switch Variable 6 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 変数を表示するには、このスイッチをオンにする必要があります。変数がスイッチを必要としない場合は0 * @default 0 * * @param Displayed Variable 7 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 表示する変数。 変数を表示しない場合は0 * @default 0 * * @param Show Switch Variable 7 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 変数を表示するには、このスイッチをオンにする必要があります。変数がスイッチを必要としない場合は0 * @default 0 * * @param Displayed Variable 8 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 表示する変数。 変数を表示しない場合は0 * @default 0 * * @param Show Switch Variable 8 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 変数を表示するには、このスイッチをオンにする必要があります。変数がスイッチを必要としない場合は0 * @default 0 * * @param Displayed Variable 9 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 表示する変数。 変数を表示しない場合は0 * @default 0 * * @param Show Switch Variable 9 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 変数を表示するには、このスイッチをオンにする必要があります。変数がスイッチを必要としない場合は0 * @default 0 * * @param Displayed Variable 10 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 表示する変数。 変数を表示しない場合は0 * @default 0 * * @param Show Switch Variable 10 * @parent ---変数--- * @type number * @min 0 * @decimals 0 * @desc 変数を表示するには、このスイッチをオンにする必要があります。変数がスイッチを必要としない場合は0 * @default 0 * * @help * 翻訳:ムノクラ * https://munokura.tk/ * https://twitter.com/munokura/ * * ============================================================================ * Introduction * ============================================================================ * * RPGツクールMVでは、メインメニューには * パーティーのゴールドのみがゲーム内の通貨として表示されます。 * ただし、メインメニューにゴールド以外のものを表示するゲームもありますが、 * その場合は変数の形式で表示される可能性があります。 * あなたはこのプラグインを使ってそうすることができます。 * * このプラグインはメインメニューに最大10個の変数を表示できます。 * 変数の名前とその値が表示されます。 * 特定の時点まで特定の変数を非表示にしたい場合、 * それにスイッチを組み合わせて、スイッチがオンの場合にのみ * 変数を表示させることができます。 * * メインメニューの変数ウィンドウもカスタマイズ可能です。 * プラグインのパラメータ内で、x、y、幅、高さ、フォント等を設定できます。 * ゲームのメインメニューに合うようにすることができます。 * * これは、Yanfly Engine Pluginsライブラリとの互換性を確保するための * Tigress と Yanfly による共同作業プラグインです。 * * ============================================================================ * Changelog * ============================================================================ * * Version 1.02: * - Compatibility update made with YEP_X_MoreCurrencies. If a variable has * << and >> in its name, it will remove it the text in between like with the * YEP_X_MoreCurrencies plugin. * * Version 1.01: * - Updated for RPG Maker MV version 1.5.0. * * Version 1.00: * - Finished Plugin! */