【汉化】Title Command Customizer

Title Command Customizer

【汉化】Title Command Customizer_第1张图片
Title Command Customizer

This Plugin allows customization over the Title Command Window!
You can customize the size, position, rows, columns, and commands!

这个插件欲奴自定义标题栏命令窗口,你可以自定义大小,位置,行列和命令。

If you wish to customize the X, Y, Width, Height, Rows, Columns, or
Text Alignment of the Command Window, simply use the first Parameters.

如果你希望自定义XY轴,长宽,行列或者文本,仅仅使用第一个参数即可

How to Set up Command Order

While this Plugin allows you to add more commands, it doesn’t overwrite
commands added through other Plugins.

这个插件允许你添加更多的命令,通过这个插件添加的命令不会覆盖之前的结果

If you wish to customize the order of the commands, including both commands
that you have created and commands added through other Plugins, you can
use the Command Order Parameter to list the order of the commands using
their symbols.

如果你想要自定义命令的顺序,包括你通过插件添加的,你可以使用命令顺序参数来更改,例如下面所示

For example:

newGame, continue, common-event-1, common-event-2, options, shutdown

How to Create a Command

Similar to Yanfly’s Main Menu Manager, you can customize extra commands
to be added to the Command Window using the Parameters.

和YEP的Main Menu Manager插件相似,你可以自定义额外的命令

Each group of Parameters customize aspects of the command:

每一组参数都可以定义命令一部分

Used:

Determines whether the command will be on the Window.
Set to either ‘true’ or ‘false’.

命令是否使用

Text:

The text shown on the command.
You can use Text Commands if the Parameter is set to ‘true’.

命令名称

Symbol:

A string of text which is unique for each command and defines it.

命令符号

Action:

A function to be binded to the command.

命令绑定行动

Examples:

this.commandNewGame.bind(this) – Starts New Game
this.commandContinue.bind(this) – Brings up Loading Screen
this.commandOptions.bind(this) – Brings up Options Window
close.bind(window) – Closes the Game Window
this.playCommonEvent.bind(this, x) – Plays Common Event ID x

Enabled:

A JavaScript eval that determines whether the command is enabled.

命令是否启用

Visible:

A JavaScript eval that determines whether the command is visible.

命令是否可见

你可能感兴趣的:(【汉化】Title Command Customizer)