Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Remake of the cache clear function of ImageManager
- Original author: Brogar
- Original date: March 30, 2023
- Source thread: https://forums.rpgmakerweb.com/threads/remake-of-the-cache-clear-function-of-imagemanager.156268/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
Hello everybody, i remade parts of the cache clear function of the ImageManager: brogar_imagecache.zip This plugin is licensed under LGPL3,
Archived First Post
Hello everybody,
i remade parts of the cache clear function of the ImageManager:
brogar_imagecache.zip
This plugin is licensed under LGPL3,
see https://www.gnu.org/licenses/lgpl-3.0.html
You can use it for commercial and non-commercial projects.
It would be nice if you mentioned my name, but it isn't necessary.
Most of the Code of this plugin is directly from RPGMaker MZ,
so the MZ license is included as well.
The plugin probably does not work with RPGMaker MV.
----
This plugin will change the way the clear function of the
ImageManager works. It will behave the same for systems with
up to 4 GB of RAM, but with systems larger than 4GB, it will
ignore the clear command when there are not enough images in
the cache (200 x amount of GB above 4G.
So for example it allows 800 pictures on a system with 8GB and
will delete the whole cache once that limit is reached
i remade parts of the cache clear function of the ImageManager:
brogar_imagecache.zip
This plugin is licensed under LGPL3,
see https://www.gnu.org/licenses/lgpl-3.0.html
You can use it for commercial and non-commercial projects.
It would be nice if you mentioned my name, but it isn't necessary.
Most of the Code of this plugin is directly from RPGMaker MZ,
so the MZ license is included as well.
The plugin probably does not work with RPGMaker MV.
----
This plugin will change the way the clear function of the
ImageManager works. It will behave the same for systems with
up to 4 GB of RAM, but with systems larger than 4GB, it will
ignore the clear command when there are not enough images in
the cache (200 x amount of GB above 4G.
So for example it allows 800 pictures on a system with 8GB and
will delete the whole cache once that limit is reached
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
This plugin is licensed under LGPL3, see https://www.gnu.org/licenses/lgpl-3.0.html You can use it for commercial and non-commercial projects. It would be nice if you mentioned my name, but it isn't necessary.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...