Documentation
Quick InfoVersion: Beta R5
Made for RPG Maker MZ 1.9.0
The BasicsThis plugin does not remove the default checks for autosaving. You still need to have saving and autosaving enabled in the database.
Plugin CommandsThis plugin supports the following plugin commands:
Autosave - This command will manually request an autosave. Optionally, you can tell the game to forcefully attempt to autosave, which means the autosave will ignore any conditions that might prevent autosave from occurring.
Enable AutosaveAllows you to enable or disable autosave types during the game. For example, if you have a boss gauntlet coming up and do not want battle autosaves to occur until it is over, you can temporarily disable battle autosaves and then re-enable them after using this plugin command.
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_AutosaveEnhancement.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 Beta
- Added option to enable/disable autosave types mid-game
- Added options for window skin, padding, back opacity, and tone
- Added option to save over the current file when autosaving
- Added option to prevent overwriting old saves with new games
- Added option to change autosave file id
- Added [CGMZ] Quest System integration
- Added [CGMZ] Professions integration
- Added [CGMZ] Window Backgrounds integration
- Added autosave option when actor levels up
- Added [CGMZ] Window Settings integration