An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

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.

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.