View Single Post
  #3  
Old 15-03-2017, 08:11
buttignol's Avatar
buttignol buttignol is offline
Registered User
 
Join Date: Sep 2012
Location: Brasil
Posts: 126
Thanks: 102
Thanked 16 Times in 13 Posts
buttignol is on a distinguished road
Quote:
Originally Posted by shazzla View Post
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>
Reply With Quote