PDA

View Full Version : Problem to Decompress


Sebazz
04-04-2017, 10:40
I have to problem. I compress Hitman 2016 game from 62 Gb to 18 Gb in one Data file (No split) and no problem here, but the decompression stuck in 81% and i dont know what happened. Someone Can Help Me ? Thanks

My Settings:

-mpzlib+srep64+exe2+delta+lzma:a1:mfbt4:d158m:fb273 :mc1000000:lc8

SREP 3.2 (April 6, 2013) - I dont Use version 3.93a beta for memory leak bug in win 10

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

Pzlib v3 Hotfix (x64)

[External compressor:pzlib]
header = 0
packcmd = pzlib e -m2 -st50p -t8 -ct8 -c32m -b512k $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = pzlib d -t100p - -o - <stdin> <stdout>

[External compressor:rep,mm,delta,exe,exe2,4x4,lzma]
header = 0
unpackcmd = fazip -i0 decompress:{compressor}{:option} <stdin> <stdout>

FD_RLT
04-04-2017, 11:16
This game doesn't have zlib/deflate streams, it has LZ4 streams that too some encrypted and some not. So simply remove pzlib from your method and it should work.

EzzEldin16
04-04-2017, 11:36
and scan any game you want for data streams to compress don't use just methods because that is like using the same pencil for writing and drawing

felice2011
04-04-2017, 13:15
".RPKG" is a RIFF container to wav files, pzlib has no effect, use pLZ4 (get a reflate of about 50%) with xdelta + LZMA2.
You guys do some test and let me know, I did a quick test on a single file.:)

Sebazz
04-04-2017, 13:39
".RPKG" is a RIFF container to wav files, pzlib has no effect, use pLZ4 (get a reflate of about 50%) with xdelta + LZMA2.
You guys do some test and let me know, I did a quick test on a single file.:)

Ok. You can provide a recommended settings for plz4 and xdelta ? Thanks

LuzhinE
04-04-2017, 13:47
I managed to compress it up to 22.1 GB in a single package with installation time 25 min.

Use pzlib + srep + lzma2 and decompress successfully.

http://i.imgur.com/W0D9sEb.png

Maybe the problem is fazip

Simorq
04-04-2017, 14:51
I managed to compress it up to 22.1 GB in a single package with installation time 25 min.

Use pzlib + srep + lzma2 and decompress successfully.

http://i.imgur.com/W0D9sEb.png

Maybe the problem is fazip

srep+Lzma2 22GB

LuzhinE
04-04-2017, 16:14
As they did reach only 18 GB?

Sebazz
04-04-2017, 17:44
I managed to compress it up to 22.1 GB in a single package with installation time 25 min.

Use pzlib + srep + lzma2 and decompress successfully.

http://i.imgur.com/W0D9sEb.png

Maybe the problem is fazip

You can upload your setup.exe or compress tools with arc.ini ? Thanks

LuzhinE
05-04-2017, 06:41
Here
https://drive.google.com/open?id=0B2wwh6agszJ7eWE4Um5QbFNNZWs

Sebazz
07-04-2017, 14:22
Thanks. I can repack this game to 22 Gb using srep+lzma2, now i try to repack Rise of Tomb Rider but i get crc error, using pzlib+srep+lzma2 because this game use zlib streams. I use many options of pzlib but nothing. Someone can help me ?

Pzlib v3 hotfix (x64) Options Used:

packcmd = pZLib e -m1 -t8 $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
packcmd = pZLib e -m1 -t8 -f $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
packcmd = pZLib e -m2 -t8 $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
packcmd = pZLib e -m2 -c256m -t8 $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
packcmd = pZLib e -m2 -st50p -t8 -ct8 -c32m -b512k $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp

LuzhinE
07-04-2017, 18:17
Use reflate for Rise of Tomb

As they did reach only 18 GB? in Hitman

Sebazz
07-04-2017, 18:36
I used Split Kompress by DLG v1.5c and i used the option pzlib+srep64+exe2+delta+lzma

Sebazz
09-04-2017, 21:21
Use reflate for Rise of Tomb

As they did reach only 18 GB? in Hitman

Using pzlib reflate generate crc error. Why ?