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.
GMN Auto Save - GMN_AutoSave.js
Plugin desc : Change when autosave is performed.
License : MIT License
Author : GEMINI
Website : https://github.com/nulluo/GEMINI-RPG-Maker-Plugin/blob/master/MZ/GMN_AutoSave.js
Desc page : https://github.com/GEMINIGAMEDEV/RPG-Maker-Plugin/blob/master/MZ/GMN_AutoSave.js
Download Page : https://raw.githubusercontent.com/nulluo/GEMINI-RPG-Maker-Plugin/master/MZ/GMN_AutoSave.js
File name : GMN_AutoSave.js
Help of plugin :
* @target MZ * @plugindesc Change when autosave is performed. * @base PluginCommonBase * @url https://github.com/GEMINIGAMEDEV/RPG-Maker-Plugin/blob/master/MZ/GMN_AutoSave.js * @author GEMINI * * @help Changes the timing at which autosave is performed. * By the switch specified in the plugin parameters. * You can toggle whether to autosave when switching maps or at the end of a battle. * * 2022/02/09 1.0.0 released * * @param shouldAutosaveOnMap * @text Whether to autosave when switching maps. * @desc Autosave on map switch if the specified switch is ON. * @type switch * @default 0 * * @param shouldAutosaveOnBattle * @text Whether to autosave at the end of battle. * @desc Autosave at the end of battle if the specified switch is ON. * @type switch * @default 0 * * @command AUTO_SAVE * @text execute autosave * @desc Execute autosave at the timing when the plugin command is executed.