Quote:
Originally Posted by shazzla
try using SREP+ZSTD.
SREP makes the game almost half of its size.
decompression will be lightning fast. Approx. 100 MB/s.
Or try 4x4:lzma.
-m4x4:b100mb:lzma:a1:mfbt4:d200m:fb273:mc10000:lc8
|
use it like this
srep+zstd
[External compressor:zstd]
header = 0
packcmd = zstd -f -8 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = zstd -d -f <stdin> <stdout>