View Single Post
  #3  
Old 15-03-2017, 14:44
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
Simorq, shazzla

Failed to compact

Trying again like this

a\arc a -ep1 -r -w.\temp -msrep+zstd [email protected] -dp"%choice1%" .\Final\%dat%

[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep{options} -m3f -a1 -l1024 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s -- <stdin> <stdout>

[External compressor:zstd]
packcmd = zstd --ultra -22 $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = zstd -d -f <stdin> <stdout>

a\arc a -ep1 -lc -r -w.\temp -msrep+lzma2 [email protected] -dp"%choice1%" .\Final\%dat%

[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep{options} -m3f -a1 -l1024 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s -- <stdin> <stdout>

[External compressor:lzma2]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d900m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>
unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout>

Game 52GB
Reply With Quote