Documentation
Quick InfoVersion: Beta
Made for RPG Maker MZ 1.9.0
The BasicsThis plugin will automatically reset the switches and variables in the plugin parameters to their default when a new game is started.
It will also remove items / weapons / armors listed in the parameters from the player's inventory.
The actors listed in the plugin parameters will be reset to default.
You can optionally reset the party to default and recover all for actors.
JavaScriptYou can manually start a new game plus via JavaScript by making the following script call:
$cgmzTemp.startNewGamePlus();
You can also call the New Game Plus scene via JavaScript, using the following code:
SceneManager.push(CGMZ_Scene_NewGamePlus);
Plugin CommandsThis plugin supports the following plugin commands:
Start New Game - Starts a new game plus
Get New Game Plus Times - Store number of times a new game plus has been started in a game variable
Call Scene - Calls the new game plus 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_NewGamePlus.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 New Game Plus scene for choosing to start new game plus or not
- Various options added for the new game plus scene
- Added option to run common event on new game plus start
- Added windowskin, tone, padding, back opacity options
- Added [CGMZ] Scene Backgrounds integration
- Added [CGMZ] Window Backgrounds integration
- Added [CGMZ] Controls Window integration
- Added [CGMZ] Extra Stats integration
- Scene simplified to one window
- Added Reset Ranges for switch/variable/item/weapon/armor
- Added custom js param
- Added integration with [CGMZ] Professions/Crafting/Colosseum/Fast Travel
- Added [CGMZ] Quest System integration
- Added [CGMZ] Treasure Maps integration
- Added [CGMZ] Hidden Objects integration
- Added [CGMZ] Window Settings integration