lingeringwillx / CrappySims2Compression

Sims 2 Compression Experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sims 2 Compression Experiments


Current build can be compiled with Visual C++ Build Tools. Run compile.bat to compile.

Usage: dbpf-recompress -args package_file_or_folder

There is now an experimental release that could be used as a drop-in replacement for The Compressorizer's original executable. It achieves faster compression in the following ways:

1- By utilizing all of the cores of the CPU for compression.

2- By using zlib's level 5 compression parameters instead of level 9.

To use it, just download the .exe file and put it in the same directory as The Compressorizer, overwriting the old file.

Alternatively, you can just drag and drop your file or folder to the executable and it will be compressed.

Refpack/QFS compression Information Repository

About

Sims 2 Compression Experiments


Languages

Language:C++ 99.7%Language:Batchfile 0.3%