Quote:
Originally Posted by doofoo24
wow extreme compression ratio (40GB game to 3.80GB archive) ???
what setting ???
|
These:
Code:
pZLib3:st1+srep64+lzma64:a1:mfbt4:d256m:fb128:mc1000:lc8
With the following arc.ini values:
Code:
[External compressor:pZLib3]
header = 0
packcmd = pZLib e {options} -m2 -t25p -c128m - -o - $$arcdatafile$$.tmp -o - <stdout>
;packcmd = pZLib e {options} -t100p - -o - $$arcdatafile$$.tmp -o - <stdout>
unpackcmd = pZLib d {options} -t75p - -o - <stdin> <stdout>
[External compressor:srep64]
header = 0
packcmd = srep64 {options} -v0 -m3f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 {options} -d -s - - <stdin> <stdout>
[External compressor:lzma64]
header = 0
packcmd = lzma64 e lzma{:option} <stdin> <stdout>
unpackcmd = lzma64 d lzma{:option} <stdin> <stdout>
But as I mentioned, so far I fail to unpack it with CIUv205g.
I'm trying to perform a test on the archive directly with FreeArc UI program to see if the archive is actually corrupt or not, this will at least give me an indication where my problem is.