ILB_Autosave v1.0.0
I_LIKE_BREAD7
Introduction
This is an autosave plugin with the ability to automatically save after any important event happens (at the end of event execution the plugin checks if anything important happened and if yes performs an autosave).
I made it for my own needs, so it might not be perfect for everyone, but if anyone wants to use it here it is.
The reason I made it instead of using one of the existing ones is because I wanted to add it to a mostly finished game that's heavy on cutscenes and finding items, and I didn't want to manually add autosave plugin commands to the entire game or rely only on map transfer saves.
Features
Autosaves the game to the first slot either by a plugin command or automatically on certain events (map transfer, variable/switch/self-switch value change, item add/remove, party member add/remove).
The automatic saving on events can be disabled with an in-game switch.
That save will be labeled "(Autosave)" (label configurable with a plugin parameter) on the save and load screen.
How to Use
Just add it through the plugin manager and set the Switch ID parameter.
Plugin Commands
* ILB_Autosave # Performs autosave manually (not affected by the switch parameter)
* ILB_Autosave prevent # Prevents autosave if put at the end of an event (after all commands that trigger the autosave) that would otherwise autosave
* ILB_Autosave trigger # Triggers autosave if put at the end of an event that would otherwise not trigger it (is affected by the switch parameter)
Additional info:
ILB_Autosave command saves at the point it's used (in the middle of an event), while ILB_Autosave trigger only saves after an event finishes execution, not at the point the plugin command is used.
Also ILB_Autosave trigger will not save if the switch (from the parameter) is off, while ILB_Autosave ignores the switch entirely.
Download
rpg-maker-stuff/mv/ILB_Autosave.js at main · ILikeBread7/rpg-maker-stuff
Some RPG Maker plugins I made. Contribute to ILikeBread7/rpg-maker-stuff development by creating an account on GitHub.
github.com
I also have a bunch of other plugins in the same repository if you would like to check them out (all on the same terms)
rpg-maker-stuff/mv at main · ILikeBread7/rpg-maker-stuff
Some RPG Maker plugins I made. Contribute to ILikeBread7/rpg-maker-stuff development by creating an account on GitHub.
github.com
Terms and Credits
The plugin can be used for any purpose (free, commercial, editing, redistribution modified or unmodified).
Credit is welcome but not required. If you want to credit, credit me as I_LIKE_BREAD7 or ILikeBread7 (I use these interchangeably, but the version with the underscores is preferred if possible).
本贴来自国际rpgmaker官方论坛作者:I_LIKE_BREAD7处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/yet-another-autosave-plugin.170322/