メインメニューに新しい変数ウィンドウを追加します。これを使用して、最大10種類の変数を表示できるプラグイン – YEP_MainMenuVar.js

タイトル
Adds a new variable window to your main menu.You can use it to display up to 10 different variables!
作者名
ヘルプ
============================================================================
Introduction
============================================================================

In RPG Maker MV, the main menu only shows the party's gold as the only
currency in the game. However, some games would prefer to display more than
just gold in the main menu, of which, may be possibly found in the form of
variables. You can do so using this plugin!

This plugin lets you place up to 10 variables of your choice into your
game's main menu. It will display the name of the variable and the value of
it. If you wish to make certain variables hidden until a certain point, you
can attach a switch to it, making the variable show up only if the switch is
ON instead of OFF.

The Main Menu Variable Window is also customizable, too. You can adjust the
x, y, width, height, font settings, and more within the plugin's parameters!
This way, you can make it fit your game's main menu however you want!

This is a collaboration plugin by Tigress and Yanfly to ensure compatibility
with the Yanfly Engine Plugins library.

============================================================================
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!
パラメータ
param ---Settings---
default
param Window X
parent ---Settings---
desc This is the x position of your window! Use 'auto' to
automate the calculations. This is an eval piece of code.
default auto

param Window Y
parent ---Settings---
desc This is the y position of your window! Use 'auto' to
automate the calculations. This is an eval piece of code.
default auto

param Window Width
parent ---Settings---
desc This is the width of your window! Use 'auto' to automate
the calculations. This is an eval piece of code.
default auto

param Window Height
parent ---Settings---
desc This is the height of your window! Use 'auto' to automate
the calculations. This is an eval piece of code.
default auto

param Font Size
parent ---Settings---
desc This is the font size of the text! Use 'auto' to automate
the calculations. This is an eval piece of code.
default 28

param Standard Padding
parent ---Settings---
type number
min 1
decimals 0
desc This is the window padding value!
default 18

param Text Padding
parent ---Settings---
type number
min 1
decimals 0
desc This is the text padding value!
default 6

param Back Opacity
parent ---Settings---
type number
min 0
max 255
decimals 0
desc This is the window's back opacity!
default 192

param Window Opacity
parent ---Settings---
type number
min 0
max 255
decimals 0
desc This is the window's actual opacity!
default 255

param ---Variables---
default
param Displayed Variable 1
parent ---Variables---
type number
min 0
decimals 0
desc The variable displayed in the 1st variable row.
Leave this as 0 to not display a variable.
default 0

param Show Switch Variable 1
parent ---Variables---
type number
min 0
decimals 0
desc This switch needs to be on to show the variable.
Leave this as 0 to make the variable not require a switch.
default 0

param Displayed Variable 2
parent ---Variables---
type number
min 0
decimals 0
desc The variable displayed in the 2nd variable row.
Leave this as 0 to not display a variable.
default 0

param Show Switch Variable 2
parent ---Variables---
type number
min 0
decimals 0
desc This switch needs to be on to show the variable.
Leave this as 0 to make the variable not require a switch.
default 0

param Displayed Variable 3
parent ---Variables---
type number
min 0
decimals 0
desc The variable displayed in the 3rd variable row.
Leave this as 0 to not display a variable.
default 0

param Show Switch Variable 3
parent ---Variables---
type number
min 0
decimals 0
desc This switch needs to be on to show the variable.
Leave this as 0 to make the variable not require a switch.
default 0

param Displayed Variable 4
parent ---Variables---
type number
min 0
decimals 0
desc The variable displayed in the 4th variable row.
Leave this as 0 to not display a variable.
default 0

param Show Switch Variable 4
parent ---Variables---
type number
min 0
decimals 0
desc This switch needs to be on to show the variable.
Leave this as 0 to make the variable not require a switch.
default 0

param Displayed Variable 5
parent ---Variables---
type number
min 0
decimals 0
desc The variable displayed in the 5th variable row.
Leave this as 0 to not display a variable.
default 0

param Show Switch Variable 5
parent ---Variables---
type number
min 0
decimals 0
desc This switch needs to be on to show the variable.
Leave this as 0 to make the variable not require a switch.
default 0

param Displayed Variable 6
parent ---Variables---
type number
min 0
decimals 0
desc The variable displayed in the 6th variable row.
Leave this as 0 to not display a variable.
default 0

param Show Switch Variable 6
parent ---Variables---
type number
min 0
decimals 0
desc This switch needs to be on to show the variable.
Leave this as 0 to make the variable not require a switch.
default 0

param Displayed Variable 7
parent ---Variables---
type number
min 0
decimals 0
desc The variable displayed in the 7th variable row.
Leave this as 0 to not display a variable.
default 0

param Show Switch Variable 7
parent ---Variables---
type number
min 0
decimals 0
desc This switch needs to be on to show the variable.
Leave this as 0 to make the variable not require a switch.
default 0

param Displayed Variable 8
parent ---Variables---
type number
min 0
decimals 0
desc The variable displayed in the 8th variable row.
Leave this as 0 to not display a variable.
default 0

param Show Switch Variable 8
parent ---Variables---
type number
min 0
decimals 0
desc This switch needs to be on to show the variable.
Leave this as 0 to make the variable not require a switch.
default 0

param Displayed Variable 9
parent ---Variables---
type number
min 0
decimals 0
desc The variable displayed in the 9th variable row.
Leave this as 0 to not display a variable.
default 0

param Show Switch Variable 9
parent ---Variables---
type number
min 0
decimals 0
desc This switch needs to be on to show the variable.
Leave this as 0 to make the variable not require a switch.
default 0

param Displayed Variable 10
parent ---Variables---
type number
min 0
decimals 0
desc The variable displayed in the 10th variable row.
Leave this as 0 to not display a variable.
default 0

param Show Switch Variable 10
parent ---Variables---
type number
min 0
decimals 0
desc This switch needs to be on to show the variable.
Leave this as 0 to make the variable not require a switch.
default 0

ライセンス表記

紹介ページ http://yanfly.moe/