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.
Light Save Data - LightSaveData.js
Plugin desc : Save data lightweight plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/LightSaveData.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/LightSaveData.js
File name : LightSaveData.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/LightSaveData.js @plugindesc Save data lightweight plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- LightSaveData.js When saving, this plugin reduces the size of your save data by deleting actor information for actors who have never joined a party. If you receive a ”Save data too big!” warning message or experience long freezes when saving, using this plugin may improve the situation. Caution! 1. This plugin may not be effective against all types of bloated save data. Since it only deletes actor information, it will not address issues caused by other factors. 2. Depending on the plugin you have installed, necessary data may be deleted. This plugin does not have a plugin command. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, R18, etc.). This plugin is now yours. @param saveOnlyInParty @text Only the current party is kept @desc Discards information about actors who have left the party, leaving only information about actors who are in the party at the time of saving. (ON/OFF) @type boolean @default false @param exceptionActorIds @text Exception Actor ID @desc Actors that will not be deleted. @type actor[] @default []