Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: 1.1.3
Made for RPG Maker MZ 1.9.0

The BasicsIf NOT using variables to control menu theme, leave variable set to 0. Then set the default menu theme.

If using variables to control menu theme, the first variable menu theme corresponds to a variable value of 0. The second variable menu theme corresponds to a variable value of 1, and so on. If your variable has a value greater than the number of menu themes possible, it will default to the first menu theme in the variable menu themes array.

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_MenuTheme.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.1.0
  • Added ability to designate the menu theme by game variable
Version 1.1.1
  • Fix bgs not stopping during menu theme
  • Fix map bgm not resuming when exiting the menu in certain ways
  • Add Spanish help documentation language support
Version 1.1.2
  • Bug fix for a few issues related to map transfers, including compatibility for CGMZ Fast Travel
Version 1.1.3
  • Added volume, pitch, and pan settings for menu themes
  • Added option to reset the menu theme every time it starts playing

Back to Plugin