View Single Post
  #11  
Old 25-02-2018, 01:50
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
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.
__________________

Ultimate Conversion Compressor Creator (Discontinued/Abandoned)
My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister
Microsoft Certified Professional
Retired Conversion Creator
Reply With Quote