FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   pZLib v3 (Final release) (https://fileforums.com/showthread.php?t=98672)

KaktoR 13-10-2017 09:51

Ok misunderstood.

No, i have not. Will take a look tomorrow.

VectorItalia 24-10-2017 08:33

How i can use it
 
hello i want to use it, but i cant understand how i can use it with wich program for compress and uncompress all file, pls can u help me?
i have inno setup for installer

KaktoR 25-10-2017 12:46

I wish there were a possibility to make a export file with files that actually contains zlib streams, especially for games with hundrets/thousands of files .

/for ds4zlib of course

Razor12911 26-10-2017 18:34

Quote:

Originally Posted by KaktoR (Post 463489)
I wish there were a possibility to make a export file with files that actually contains zlib streams, especially for games with hundrets/thousands of files .

/for ds4zlib of course

http://fileforums.com/showthread.php?t=97941

KaktoR 27-10-2017 02:31

Quote:

Originally Posted by Razor12911 (Post 463536)

Have used it some days ago, doesn't detect streams while DS4ZLIB detects them.

shazzla 28-10-2017 03:00

Quote:

Originally Posted by KaktoR (Post 463543)
Have used it some days ago, doesn't detect streams while DS4ZLIB detects them.

...and pzlib/ztool can unpack its streams....

Alloc 18-11-2017 09:37

Hi! Can anybody help me? I use ISDone script and after i press Install button the installer wait about 6 seconds and only after this begin install
Maybe i doing something wrong... its happens only with pzlib

pZlib+rep:512mb:a99+srep:m5f:l128:a1+lzma2:d176m:f b=273:mf=bt4:mc=100000:lc=4:lp=0

arc.ini

Quote:

[External compressor:pZlib]
header = 0
packcmd = pZlib e -m2 -t2 -c128m - -o - <stdin> <stdout>
unpackcmd = pZlib d -t2 - -o - <stdin> <stdout>

[External compressor:srep]
header = 0
packcmd = srep {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep {options} -d -s - - <stdin> <stdout>

[External compressor:lzma2]
header = 0
packcmd = lzma2 a -txz -an -mcrc=0 -m1=lzma2{:option} -mmt=on -mx9 -si -so <stdin> <stdout>
unpackcmd = lzma2 x -txz -mmt=on -an -y -si -so <stdin> <stdout>

Simorq 18-11-2017 15:54

Quote:

Originally Posted by Alloc (Post 464187)
Hi! Can anybody help me? I use ISDone script and after i press Install button the installer wait about 6 seconds and only after this begin install
Maybe i doing something wrong... its happens only with pzlib

pZlib+rep:512mb:a99+srep:m5f:l128:a1+lzma2:d176m:f b=273:mf=bt4:mc=100000:lc=4:lp=0

arc.ini

This is normal.:rolleyes:

vollachr 24-02-2018 03:00

I need help, I seems to be getting CRC error on setup when using pZLib3+srep64+lzma64

my method:

Code:

pZLib3:st1+srep64+lzma64:a1:mfbt4:d256m:fb128:mc1000:lc8
My arc.ini for the 3 compressors:

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>

Any ideas why is that?

Thanks

doofoo24 24-02-2018 03:31

use Ztool...

vollachr 24-02-2018 04:04

Quote:

Originally Posted by doofoo24 (Post 468336)
use Ztool...

Already tried, didn't give the desired compression ratio, so not an option in this specific case.

I've now changed my arc.ini a little and trying pZLib3 again

doofoo24 24-02-2018 04:27

did you add hif2raw_dll.dll & raw2hif_dll.dll to ztool ?
game like crysis 1 need hif2raw_dll.dll & raw2hif_dll.dll, setting r9

KaktoR 24-02-2018 06:13

Have you changed decompress arc.ini too?

vollachr 25-02-2018 00:31

Quote:

Originally Posted by doofoo24 (Post 468340)
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 (Post 468344)
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)

doofoo24 25-02-2018 01:34

wow extreme compression ratio (40GB game to 3.80GB archive) ???
what setting ???


All times are GMT -7. The time now is 02:00.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com