Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: Alpha R2
Made for RPG Maker MZ 1.9.0

Skip Title Editor OptionYou may be wondering why you need a plugin to skip the title screen when the editor already has that feature built in. The editor option is meant for speeding up your playtests, and therefore only works in a playtest and once you deploy your game the title will be shown. This plugin works in deployed games.

Other Title PluginsThis plugin skips the title screen. It will therefore most likely not be compatible with other plugins that modify the title screen, as those plugin effects will be skipped since the title screen will be skipped. Note that it does still load the title scene, which allows any plugin that occurs before the title screen to function as normal. Some examples of these may be [CGMZ] Splash Screen or [CGMZ] Press Start. Preloader plugins also may occur before the title screen and should function as normal.

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_SkipTitle.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 AlphaR2
  • Added option to include autosave file when trying to auto load

Back to Plugin