Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: 1.3.0
Made for RPG Maker MZ 1.9.0

The BasicsTitle images should be placed in img/titles1 and img/titles2. Maps are just normal maps and support events/most event commands. You can set weather effects, tints, move the camera, and more.

IntegrationsThis plugin can be used with [CGMZ] Global Data to only show certain maps or images if the player has done something within a save file. For example, you could show a specific image only if the player has beaten the game in a save file.

To set this up, use the Global Data Key and Global Data Info parameters. The global data key is the key the global data was saved with, and the global data info is what will be compared to the global data stored.

If not using [CGMZ] Global Data, leave the global data params empty.

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_TitleSystem.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
  • Fixed bug with title music still playing after starting new game
Version 1.1.0
  • Added integration with CGMZ Global Data to show images/maps by player accomplishments in game
Version 1.1.1
  • Added Spanish help language documentation
  • This plugin now warns instead of crash when set up incorrectly
Version 1.1.2
  • Bug fix for map reset position and parallax on new game
  • Bug fix for slight delay before events start running when map is loaded
  • Bug fix for [CGMZ] Idle running on title screen maps
  • Title cycle now resets from start if returning to title from a game
  • Code optimization
Version 1.2.0
  • If no items are eligible, will use first title map
  • If only one item in cycle, title system no longer fades out and back in
  • Map parameter converted to new map type for map select ui
Version 1.3.0
  • Added option to show video in the title sequence

Back to Plugin