Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: 1.0.2
Made for RPG Maker MZ 1.9.0

The BasicsTo use more balloons, replace the existing balloon image with one that has more balloons vertically in the same format as existing balloons.

Icon BalloonsIcon Balloons paint the Empty Balloon graphic set in the plugin parameters over the selected balloon frame, and then it paints the selected icon index over the blank balloon. It is recommended to use an index in your balloon sheet that is blank since the icon balloon will paint both the balloon and icon itself. You can find an empty balloon graphic that works with this plugin at my website under the mz resources section: https://www.caspergaming.com/resources/

Plugin CommandsThis plugin supports the following plugin commands:
Show Balloon - Shows a balloon with an id beyond the limitation of the event command

Show Icon Balloon - Shows a balloon with an icon in it

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_InfiniteBalloons.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
  • Added Spanish language help documentation
Version 1.0.2
  • Blank balloon no longer forced to be in system image folder

Back to Plugin