Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
NRP Auto Save - NRP_AutoSave.js
Plugin desc : v1.01 Execute Autosave at will.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_AutoSave.js
Desc page : https://newrpg.seesaa.net/article/503148042.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_AutoSave.js
File name : NRP_AutoSave.js
Help of plugin :
Execute autosave at will. * * RPG Maker MZ's autosave function is executed * after transfers and battles, but there may be times when you want * to execute it at other times, depending on the work. * * This plugin provides functionality to allow autosaving * at the developer's preferred timing. * * ------------------------------------------------------------------- * [Usage] * ------------------------------------------------------------------- * You can invoke the plugin command to perform an autosave. * Autosave in transfer and battle can be disabled * with a plugin parameter. * * Note that "Enable Autosave" in System 1 must be turned on. * Otherwise, the autosave file will not appear on the load screen. * * ------------------------------------------------------------------- * [Terms] * ------------------------------------------------------------------- * There are no restrictions. * Modification, redistribution freedom, commercial availability, * and rights indication are also optional. * The author is not responsible, * but will deal with defects to the extent possible. * * @------------------------------------------------------------------ * @ Plugin Commands * @------------------------------------------------------------------ * * @command AutoSave * @desc Perform an autosave. * * @----------------------------------------------------- * @ Plugin Parameters * @----------------------------------------------------- * * @param DisabledTransferSave * @type boolean * @default false * @desc Disables the autosave function after transfer. * * @param DisabledBattleSave * @type boolean * @default false * @desc Disable the autosave function at the end of battle. * * @param DisabledSwitch * @type switch * @desc If the switch is on, auto save is disabled. * Only applies to transfers and at the time of battle.