Data Compressor – MV Plugin

      3 Comments on Data Compressor – MV Plugin

This plugin allows developers to drastically reduce the file sizes of data files within their project and helps protect data files from being reopened.


Look at the code or download the Plugin:


Data Compressor
SumRndmDde

This plugin allows developers to drastically reduce the file sizes of data
files within their project and helps protect data files from being reopened.

=======================================================================
How it Works
=======================================================================

This plugin is pretty simple. It takes the data files from the /data/ folder
in your project, compresses them, and places them in /data/compressed/.
Once the compressed files have been created, they can be read from within
the game.

To first create the files, set the “Compress Data?” Parameter to ‘true’, then
playtest your game within the editor.

Once your game is ready to export, make sure the data you want is compressed,
set the “Read from Compression” Parameter to ‘true’, then export the project.

Finally, within the exported game’s /data/ folder, delete all the normal
data files. Make sure you don’t delete the /data/compressed/ folder!


Screenshot:

3 thoughts on “Data Compressor – MV Plugin

Leave a Reply

Your email address will not be published. Required fields are marked *