Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: 1.4.0
Made for RPG Maker MZ 1.9.0

The BasicsThis plugin will overwrite the default title window if keep originals is off. It is best to place this below any other plugins that add commands to the title window if this option is used.

Command SymbolsThe command symbol should be unique and not blank for every command. This symbol is how the plugin knows internally which JS code to run.

Some Command Symbols can have special meanings, mainly when they represent the original commands. The following symbols represent the original commands (case sensitive):
newGame - Will handle like the original new game command
continue - Will handle like the original continue command
options - Will handle like the original options command

It is important that you do not use these strings as the Command Symbol property unless you mean to refer to the original commands.

FAQQ: I added a few custom commands but they all do the same thing when selected?
A: Your command symbol for all of them is either the same, or blank. They must have unique and non-blank command symbol parameters.

Plugin CommandsThis plugin does not have any plugin commands.

Saved GamesThis plugin is fully compatible with saved games. This means you can:

✓ Add this plugin to a saved game and it will work as expected.
✓ Change any plugin params and changes will be reflected in saved games.
✓ Remove the plugin with no issue to save data.

Filename

The filename for this plugin MUST remain CGMZ_TitleCommandWindow.js. This is what it comes as when downloaded. The filename is used to load parameters and execute plugin commands. If you change it, things will begin behaving incorrectly and your game will probably crash. Please do not rename the js file.


Known Issues

This plugin currently has no known issues that need to be fixed. If you believe you have encountered a bug, please report it to Casper Gaming.


Compatibility

This plugin currently has no known compatibility issues with other RMMZ plugins. If you believe you have encountered a conflict, please report it to Casper Gaming.


Version HistoryVersion 1.0.1
  • Added ability to choose alignment of command text
Version 1.1.0
  • Added option to use text codes in commands
Version 1.1.1
  • Added option to change the command window width
  • Added Spanish language help documentation
  • Now warns instead of crashes when invalid JSON detected
Version 1.2.0
  • Added separate icons to commands
  • Added command background image option
  • Optimized command parsing
  • Removed text code option
Version 1.2.1
  • Added options to change windowskin, padding, opacity, and tone
  • Documentation Update
Version 1.2.2
  • Added options to change column count in window
  • Added [CGMZ] Window Backgrounds integration
Version 1.3.0
  • Added Show and Enable JS parameters
  • Added [CGMZ] Window Settings integration
Version 1.4.0
  • Added on select parameter options for command name, icon, image

Back to Plugin