Dreamsavior

Villager
Member
Joined
Mar 31, 2016
Messages
12
Reaction score
71
First Language
Not English
Primarily Uses
RMMV
7WGvlXIfdsHo_KRgtlc22OfH0DFs3XTxzRcFi909cnDAz3xB-eaSb8VSIDGxQTyfR0FJmgPK0cbx_D8jVqHIM9d8XBCQIy4gVbWBuUXJj19Ss9TWd6GaOjFnx5r-YeGPaEa8DVkF


An utility to clean up RPG Maker MV unused resources. This tools is part of RMMV Toybox, a collection of tools for RPG Maker MV that developed by Dreamsavior.


Hello fellow makers,


I know we already had a nice deployment tools integrated along with recent updates of RPG Maker software. We can now exclude unused files and make our distribution package smaller by a lot. That saves our time from removing or adding files manually, not to mention saves us from the risks of deleting important resources by accident. So… if you ask me “why bother making a tools that already handled nicely within RPG Maker MV it self?”

Well this software works a little bit beyond that.


RMMV Scrubber key feature :
Automagically detect used resources
Yes, RMMV Scrubber will detecting used resources in your project… just like RMMV deployment tools does. Instead of just detecting all resource defined in database, RMMV Scrubber will crawl into all of your files within data folder and find which file are actually used (You know, some of us likes to create a lot of custom animation … but only use small number of that in actual game ).

wI5HEXzwuXZR1KRM7xBMW7wgUvVPaoc9fGLkaWFEbczMPGhRExpzTtbG10hZToa8V8m9xh6SPFbD6xnNVTJ-ehBL_gmtYo0bflDHdG_kF-856Y9w2UAHra7nNEwKNfGJnfiHxuXd


Detecting used resources that not found on your projects folder, preventing potential error.
In case you had accidently delete used resources, RMMV Scrubber will give you early warning.

kOzGH3bfALc5dyNFY0rzLy8Bpt6Od6kPj6c8e66hANLKYnWNTynXKnwNpKQVzJq1kvQiZ1d6uuK3qZvjB4REByKWB1SF6JnOHa642YIBud2pxwOFvufCiZHzW__MA9gg_qUKRldM



Removing unused parts on your sprites, to scrub more space.
Removing unused parts of your sprites will make your file smaller in size. All done with a couple of click.


citmdl8R7952Jc6Z9CNjFn1Vuyh44Hc9V-vKatQIsKr3M1m4ecYV2Kg7TNZrxtd2pS4Z-STVyBlkHA3sq_OveIQTPwqfwG882_S8x00sIqdZ9_7FqKraVTxV_5xJj21g5ZbIoEtp



Custom formula/filter to capture used resource.
At the end of your production steps, you might already have a lot of installed plugins. You will use custom script calls or plugins command to handle several routine that not covered within default event editor, some of these might involving images, audio or even video files. These resources will not detected by conventional RMMV built-in publishing tool. By defining your own filter, you can now include all your resources mentioned in your script call or plugin command… or wherever … as long as it’s inside your data folders.

7sXety5C1Az4hmGJEmrLNrObvh46Gh-QljhRVvOXrTNVNEQaQE7LR_rysWJugRam4zD_MeTtO37Yrfy7jsJXHdrQvkfe3rtixf-i_nHuOVKzflZNbrl5VyDqYNTtta9Knef6vcHL



You can manage, import and export the filters and share it with your friends.


Giving you more freedom.
Please note that, although this software is trying it bests to figure out which resources is being used, given the nature of RPG Maker MV which is custom scripts involved … this software might not a perfect solution for automatically detection of your resources. For example, this software will not (or, currently will not) detect resources that hard-codedly defined inside plugin scripts.

But don’t worry, we made this software so that you can easily choose whichever file you wish to include or exclude in your projects.

Furthermore, you can manually choose which index of sprites you wish to include or exclude.

_XVLwgVlgzEZTSIh8LBffhTy1VoyAjfGSCdtKNL3eck0x1e5f6S0ZwRD4DUH3f9P97qqrmZH5MKq91J4YYLCcXX4Uj3OCQCN8l1-QmA7ld5mOPGT81zaO6G8BQECHPpLfUy4vDeC


Completely Free

In addition of being FREEWARE, RMMV Scrubber is also an open source.


Where to download?
RMMV Scrubber is part of RMMV Toybox.
toybox-logo.png



You can Download RMMV Toybox here :

https://www.patreon.com/posts/15663989

Current version is :
image
 
Last edited:

peq42_

Yeet
Regular
Joined
Feb 5, 2016
Messages
566
Reaction score
363
First Language
Portuguese(BR)
Primarily Uses
RMMV
Excellent!
I'm sure that i will use this
 

Halcy0n

Smoke and Mirrors
Regular
Joined
Feb 6, 2013
Messages
387
Reaction score
260
First Language
English
Primarily Uses
RMMZ
This sounds like an invaluable utility. Looking forward to seeing how this progresses!
 

Dreamsavior

Villager
Member
Joined
Mar 31, 2016
Messages
12
Reaction score
71
First Language
Not English
Primarily Uses
RMMV
View attachment 77498
Got this error while trying it
Thank' you for reporting this error.


To have a quick fix, you can edit php.ini and add following line at the very bottom of your php.ini file :

Code:
memory_limit = -1

php.ini is located inside "php" directory (in your case: C:\Dreamsavior\Toybox\php\php.ini)

that will unlock the limitation of RAM used by PHP (by default PHP engine will only use 128Mb of your RAM capacity...which is very modest).

I will also include this fix into the next release by tomorrow morning.

Edit:
Please download the latest version, here :
https://drive.google.com/open?id=1EZWdFXQ8xMclIUR76dziaCGX4lt7oulM

I strongly recommend that you update to the latest version, It's include many (embarrassing) bug fixes.
 
Last edited:

Jenova

Because you are...a puppet!
Regular
Joined
Nov 29, 2017
Messages
480
Reaction score
317
First Language
English
Primarily Uses
RMMV
Sorry, but when I run the Scrubber for the first time, it seems to pre-scrub my assets and shows them as missing from the selector when I didn't edit it at all (Fresh Deployment w/ unused assets checked).

Scrubber.png

See how some items are missing? I didn't edit that at all, and it shows on the local file. I tried deleting the exported project, resetting up the ToyBox and even restarting RPG Maker MV and nothing works.

Help?
 

Ziyan

The Holy Sword
Regular
Joined
Dec 17, 2018
Messages
30
Reaction score
21
First Language
English
Primarily Uses
RMMV
Now this is something I would definitely use.
 

quiloulou

Villager
Member
Joined
Mar 24, 2017
Messages
18
Reaction score
0
First Language
c+
Primarily Uses
RMMV
the .exe wont start...
 

Jenova

Because you are...a puppet!
Regular
Joined
Nov 29, 2017
Messages
480
Reaction score
317
First Language
English
Primarily Uses
RMMV
Gonna go out on a limb and say this has been discontinued? If it is, i'm sad because it had so much potential...
 

nonaem

Warper
Member
Joined
Feb 23, 2020
Messages
2
Reaction score
0
First Language
italian
Primarily Uses
RMMV
the links are down
 

Poryg

Dark Lord of the Castle of Javascreeps
Regular
Joined
Mar 23, 2017
Messages
4,235
Reaction score
11,376
First Language
Czech
Primarily Uses
RMMV
They are not down.. It's just forbidden to share links to crowdfunding websites and the OP shared their crowdfunding website where they had the link. And the new website software automatically censors these links.
 

nonaem

Warper
Member
Joined
Feb 23, 2020
Messages
2
Reaction score
0
First Language
italian
Primarily Uses
RMMV
They are not down.. It's just forbidden to share links to crowdfunding websites and the OP shared their crowdfunding website where they had the link. And the new website software automatically censors these links.


even the google drive link seems to be dead
 

Poryg

Dark Lord of the Castle of Javascreeps
Regular
Joined
Mar 23, 2017
Messages
4,235
Reaction score
11,376
First Language
Czech
Primarily Uses
RMMV
The mega.nz link is still active.
 

BreakerZero

Regular
Regular
Joined
Jul 8, 2018
Messages
1,233
Reaction score
530
First Language
English (USA)
Primarily Uses
RMMV
Here's the download page for the OP's translation tool:


As a workaround, the link for the crowdfund is in the bottom footer of his site. Once there, expand the MV Toybox section and the download information link will be at the bottom of that part of the page. (I hope that either he or the mods are okay with this, or else someone can say otherwise.) Or you can just go straight to his Mega repository.

EDIT: After further analysis of his crowdfund I found out that Google has effectively banned him for malware violations related to the toolset, even though its structure is like that because of how it works. That's why the link was taken down. (Obviously this may also occur during use if your security configuration is particularly sensitive, but there's actually nothing in it that's worth such a harsh treatment.)
 
Last edited:

Latest Threads

Latest Profile Posts

In twitter, square phoenix had successfully prompted chatgpt to make the mini game watermelon pangpang.

drew some stuff to see how frontview might look. not entirely sold on or off of it yet. "could" work, but something feels missing.
Shower Thoughts: ". . . Scammers would be OP in the Elder Scrolls. They could just get speech 100 and blatantly ask everyone for all of their money, and everyone would think it's a great investment. And then after being robbed blind, they'd say, with a smile on their face, 'need something?' "
Day #2 for advent is compiled. Please, go to their threads to share love! But, if you wanna talk to me…what’s your favorite Christmas carol or holiday song?

Forum statistics

Threads
136,694
Messages
1,268,845
Members
180,406
Latest member
General_Melt
Top