Documentation
Quick InfoVersion: Alpha
Made for RPG Maker MZ 1.10.0
REQUIRED: All [CGMZ] Plugins require [CGMZ] Core placed above them in the Plugin Manager.
Quick Start GuideTo get started using this plugin, follow the below steps:
1) Optionally, set up floating text presets in the plugin parameters.
2) Use Plugin Command to show floating text, either by preset id or by individual settings in plugin command.
3) The plugin handles the rest
PresetsPresets are predefined floating text properties that can be re-used by typing in the id of the preset when needed. For example, if you want all of your treasure chests to show floating text with a duration of 120 and a height gain of 24, you can set up a preset, give it an id such as "chest", and then show floating text by that preset id. Then, if you want to change it later in development to have a quicker duration of only 60 frames, you just need to change the single preset instead of every chest in your entire game.
IDs are treated as strings, so you can name them to make them easy to remember what they are for.
Plugin CommandsThis plugin supports the following plugin commands:
Show Floating Text
Shows a floating text, with specified options such as duration and height gain.
Show Floating Text Preset
Shows a floating text, with configuration options coming from a preset id set up in the plugin parameters.
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_FloatingText.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.