Title Command Customizer – MV Plugin

      1 Comment on Title Command Customizer – MV Plugin

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


Look at the code or download the Plugin:


[WARNING!]
In most recent update of the Title Command Customizer (v1.10) the Parameter system was drastically changed! This means if you update the plugin from an older version, a large amount of relevant Parameter data will be deleted! Please be careful if you choose to update. Keep in mind if you’re already using version 1.10 or higher, you have nothing to worry about!

You can download the “Old Version” if you wish to revert to the previous system.


Title Command Customizer
SumRndmDde

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.

========================================================================
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.

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.


Screenshot:

title-command-customizer-ss

1 thought on “Title Command Customizer – MV Plugin

  1. Chiru

    Hello,
    I have been using your plugin and ran into a strange issue: whatever order I put into the “Command Order” parameter, the order of items on the title screen remains the same, always. That includes changing the order of the default symbols you already put into the list (so that I know that the problem is not with the symbols being miswritten).
    I tried experimenting with different plugin orders and could not find a way to fix this.
    Any idea what might be causing the issue? Thanks!

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *