Quote:
Originally Posted by doofoo24
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
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)
|