Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: Beta R9
Made for RPG Maker MZ 1.9.0

The BasicsThis plugin provides an easy way to manipulate additional things in the debug menu, which by default only supports switches/variables.

New to the debug menu is:
- Gold: Add/subtract gold from the party
- Item/Weapon/Armor: Add/remove item/weapon/armor from the inventory
- Battle Test: Fight troops from the database with your current party
- Common Events: Execute a common event
- Sound Test: Listen to any BGM/BGS/ME/SE in your audio folders
- View Cache: See what images/sounds/fonts are currently cached
- Actors: Manipulate actor levels, skills, party status, and reinitialize
- Weather: Change the weather, same as event command but in game
- Tint: Change the screen tint, same as event command but in game
- Map Transfer: Transfer to any map you want

Web and Mobile GamesThe Sound Test debug feature will crash on web/mobile deploys if the player somehow manages to access the debug menu and select it. Since this is a debug tool, it is recommended to disable this plugin before deployment.

Plugin CommandsThis plugin includes the following Plugin Commands:

Call Scene - Calls the debug scene

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_Debug.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 BetaR4
  • Added Map Transfer debug command
Version BetaR5
  • Added option to change scene background
  • Added option to choose which debug commands are available
  • Changed window to horizontal command
  • Organized Plugin Parameters
Version BetaR6
  • Added CGMZ debug command
  • Added CGMZ Achievements debug commands
  • Removed deprecated code from [CGMZ] Core
Version BetaR7
  • Added [CGMZ] Currency System debug options
  • Added plugin command to call the debug scene
  • Fixed crash when not using [CGMZ] Achievements
  • Converted deprecated Core function calls
Version BetaR8
  • Added [CGMZ] Scene Backgrounds integration
  • Added plugin command to call the new debug scene
  • Added options to simulate a deployed game, show dev tools/fps on boot
  • Split CGMZ debug options from default debug scene for compatibility
Version BetaR9
  • Added Map Overlay for regions, terrain tags, damage floors, and more

Back to Plugin