- Joined
- Mar 23, 2022
- Messages
- 19
- Reaction score
- 10
- First Language
- German
- Primarily Uses
- RMMV
Resource Rescue Ver. 1.0.0
Tamschi
Tamschi
Introduction
This plugin cleanly reuses
Bitmaps across Map transfers and to an extent other ImageManager resets, which can significantly reduce load times. Bitmaps and textures are still destroyed shortly afterwards, so memory use should at most spike a little bit on those occasions.(I may eventually include other resource types, so the plugin name is generic. The plugin is named such because it "rescues" resources that are already slated for garbage collection or would be destroyed explicitly.)
Features
There's a debug option to log Bitmap resource management details to the console, but it's pretty noisy.
You can also adjust when
Bitmaps can be explicitly destroyed through the JavaScript API.Normally this is not necessary outside of Map transfers though, for which this plugin suspends
Bitmap destruction by default.Screenshots
If all goes well, Resource Rescue has no visual effect at all, aside from the loading spinner not showing up as much or as long.
How to Use
Save the plugin file into your js/plugins folder and enable it in the Plugin Manager. (There are effectively no settings.)
Plugin Commands / Script Calls
The API is namespaced as
TS_Resource_Rescue and for now includes version and parameters objects, an overridable isSuspended() method to delay explicit Bitmap destruction and old…/new… entries (trampoline pattern) for all installed hooks.Demo
You can download, use and redistribute the entire plugin for free under CC BY-NC 4.0 (for non-commercial use).
Download
Itch.io: Resource Rescue MZ
Terms and Credits
This plugin is free for non-commercial use. (See the license link above.)
To use the plugin commercially, a $5 purchase is required.
There are no further restrictions except that attribution must be retained within the plugin and that modifications must be clarified as such.

