|
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
|