Documentation
Quick InfoVersion: 1.2.1
Made for RPG Maker MZ 1.9.0
Integrations[CGMZ] Title Command Window
You can use [CGMZ] Title Command Window to easily add the credits scene to your game menu if desired. To do so, use the JavaScript command below:
this._commandWindow.close();
SceneManager.push(CGMZ_Scene_Credits);
[CGMZ] Menu Command Window
You can use CGMZ Menu Command Window to easily add the credits scene to your game menu if desired. To do so, use the JavaScript command below:
SceneManager.push(CGMZ_Scene_Credits);
[CGMZ] Scene Backgrounds
Show a custom background image in the credits scene. This can be a scrolling parallax image and can also handle weather.
[CGMZ] Window Backgrounds
Show a custom background image for the credit window's background. This replaces the windowskin background, but not the window border. It supports animated scrolling backgrounds as well.
[CGMZ] Controls Window
Show a window letting the player know what the controls are for the scene. This window automatically switches between gamepad and keyboard controls depending on the player's last input.
Plugin CommandsThis plugin supports the following plugin commands:
Call Scene - Calls the credits 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_Credits.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
- Bugfix for cursor not returning to normal after exiting scene via keyboard
- Bugfix for line height not respecting text size differences
- Bugfix for credits not handling more than 1 line of text in comment
- Added option to make the credits window transparent
- Added option to use custom background image in credits scene
- Removed automatic credit command in title screen
- Added option to change credit window width/height
- Added Spanish help language documentation
- Invalid JSON now causes warning instead of crash
- Added windowskin, padding, back opacity, tone options
- Added text code support to credits window title
- Added integration with [CGMZ] Scene Backgrounds
- Added integration with [CGMZ] Window Backgrounds
- Added integration with [CGMZ] Controls Window
- Comment now multiline parameter type
- Window background now selectable parameter type
- Added customizable space between credit categories
- Credit window title no longer drawn if parameter is blank
- Added [CGMZ] Window Settings integration