Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: 1.1.2
Made for RPG Maker MZ 1.9.0

The BasicsTo change the game over image or music, before game over scene is entered change the variable set up in the parameters for the image/music to a number corresponding with an entry in the image/music file list parameter.

For example, if you want to play the second music and third image in the music and image file parameter, set the music variable to 2 and image variable to 3.

Command SymbolsThere are two command symbols that have built-in behavior when used, and will ignore any JS you have for them. These are:

title - Will go to the title scene
continue - Will go to the load game scene

Plugin CommandsThis plugin does not come with 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_GameOver.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 map bgm/bgs not autoplaying if using me sound type
Version 1.0.2
  • Added Spanish language help documentation
  • This plugin will now warn instead of crash if invalid JSON detected
Version 1.1.0
  • Added option to create custom commands
  • Added additional command customization
  • Commands support text codes
Version 1.1.1
  • Added support for subfolders
  • Added volume/pitch/pan settings for audio
Version 1.1.2
  • Added x/y offset for command window
  • Added width option for command window

Back to Plugin