- Joined
- Oct 25, 2015
- Messages
- 185
- Reaction score
- 239
- First Language
- English
Hey all,
I've made a quick'n'dirty tool to strip unused files from MV projects to get the filesize down.
http://www.kickbackgames.com/public/files/MVStripper-Win.zip (Windows)
http://www.kickbackgames.com/public/files/MVStripper-OSX.zip (Mac)
It's just a simple nwjs app. If you open the package.nw you can check out the code, improve it or whatever. I'll add a license later on if I find time -- probably MIT or BSD.
It errs on the side of safety, so if a file is referenced from anywhere in your project it is kept. That means that even a barebones project will include over half of the files in the 'RTP' -- but you can get this down yourself by removing unused animations and such from the database. That said, it still helps a lot
It brings the filesize of an empty project down from 400mb to around 100mb out of the box, and only takes a few seconds.
Feedback and bug reports are welcomed - please let me know if you use it! Also if you want to thank me, make a donation to http://www.childsplaycharity.org/
EDIT: Updated to fix a bug on Windows version.
I've made a quick'n'dirty tool to strip unused files from MV projects to get the filesize down.
http://www.kickbackgames.com/public/files/MVStripper-Win.zip (Windows)
http://www.kickbackgames.com/public/files/MVStripper-OSX.zip (Mac)
It's just a simple nwjs app. If you open the package.nw you can check out the code, improve it or whatever. I'll add a license later on if I find time -- probably MIT or BSD.
It errs on the side of safety, so if a file is referenced from anywhere in your project it is kept. That means that even a barebones project will include over half of the files in the 'RTP' -- but you can get this down yourself by removing unused animations and such from the database. That said, it still helps a lot
It brings the filesize of an empty project down from 400mb to around 100mb out of the box, and only takes a few seconds.
Feedback and bug reports are welcomed - please let me know if you use it! Also if you want to thank me, make a donation to http://www.childsplaycharity.org/
EDIT: Updated to fix a bug on Windows version.
Last edited by a moderator: