View Single Post
  #2  
Old 25-02-2018, 00:31
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
did you add hif2raw_dll.dll & raw2hif_dll.dll to ztool ?
game like crysis 1 need hif2raw_dll.dll & raw2hif_dll.dll, setting r9
I'm compressing Assetto Corsa, Not Crysis, but yes, these dll files are in the same folder as ztool

Quote:
Originally Posted by KaktoR View Post
Have you changed decompress arc.ini too?
My CIUv2 arc.ini for pZLib3:

Code:
[External compressor:pzlib3,pZLib3,pZLib32,pzlib32,pZlib32,pzLib32,pZLib64,pzlib64,pZlib64,pzLib64]
header = 0
unpackcmd = pZLib d {options} -t100p - -o - <stdin> <stdout>
and my current compression arc.ini for pZLib3:

Code:
[External compressor:pZLib3]
header = 0
packcmd = pZLib e {options} -m2 -t25p -c128m - -o - $$arcdatafile$$.tmp -o - $$arcpackedfile$$.tmp 
;packcmd = pZLib e {options} -t100p - -o - $$arcdatafile$$.tmp -o - <stdout> 
unpackcmd = pZLib d {options} -t75p - -o - <stdin> <stdout>
UPDATE:

OK, as for the time of the original compression that gave me the CRC error the compression arc.ini was this:

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>
I have now changed the pzlib3 arc.ini entry for CIUv205g to be this:

Code:
[External compressor:pzlib3,pZLib3,pZLib32,pzlib32,pZlib32,pzLib32,pZLib64,pzlib64,pZlib64,pzLib64]
header = 0
;unpackcmd = pZLib d {options} -t100p - -o - <stdin> <stdout>
unpackcmd = pZLib d {options} -t25p - -o - $$arcdatafile$$.tmp <stdout>
So far, 4 minutes into setup & no CRC Checksum error, it was practically immediate before.

The only issue now is that the elapsed time keeps progressing while the time remaining stays 0 and the progress bar stays at 0.0% .

But I'll give it some time, could be because of the extreme compression ratio (40GB game to 3.80GB archive)

UPDATE 2:

Around 10 minutes in, I got the following ISDone error:

Quote:
An error occurred when unpacking!
Unarc.dll returned an error code: -1
ERROR: archive data corrupted (decompression fails)
__________________

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

Last edited by vollachr; 25-02-2018 at 01:35.
Reply With Quote