Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: Alpha R3
Made for RPG Maker MZ 1.9.0

Quick Start GuideTo get started, set up your desired animation that will play during a battle swap and then create the battle swap command via a plugin that can add custom battle commands. This plugin comes bundled with [CGMZ] Battle Command Window for this purpose. To set it up, simply import that plugin and set up an Actor Command for the actors you want to enable battle swapping for with the symbol: cgmz_battleswap

You do not have to use [CGMZ] Battle Command Window, any plugin that can add custom commands to actors during battle should work as long as it lets you type in the special symbol.

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_BattleSwaps.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 TPB Delay option
  • Fix crash when using TPB battle system
  • Fix TPB battle system clearing swap too early in some cases
Version AlphaR3
  • Added option to hide the battle swap window frame
  • Added text parameter to show when no swappable actors exist
  • Added [CGMZ] Window Backgrounds integration
  • Fix crash when no swappable actors exist but player tries to select one

Back to Plugin