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)

ramazan19833 07-03-2017 08:21

help

MAD MAX. It gives 12.86% compression ratio and 24 minutes

ZakirAhmad 07-03-2017 09:00

Any one please help...
I tried pzlib v4 +precomp042 on a file of crysis warhead... compression went well but decompression is giving me error at the end of extraction... (archive data corrupted)... please help...

danswano 11-03-2017 06:07

Hello,
I'm unable to unpack an arc file using pzlib+srep+lzma using ISDone although i've included these in my inno project:
Quote:

[Files]
Source: Include\pZLib.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\pZLib64.exe; DestDir: {tmp}; Flags: dontcopy
Source: Include\hif2raw_dll.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\raw2hif_dll.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\hif2raw_dll64.dll; DestDir: {tmp}; Flags: dontcopy
Source: Include\raw2hif_dll64.dll; DestDir: {tmp}; Flags: dontcopy
Quote:

Source: include\arc.ini; DestDir: {app}; Flags: dontcopy;
Quote:

ExtractTemporaryFile('pzlib.exe');
ExtractTemporaryFile('pzlib64.exe');
ExtractTemporaryFile('raw2hif_dll.dll');
ExtractTemporaryFile('raw2hif_dll64.dll');
ExtractTemporaryFile('hif2raw_dll.dll');
ExtractTemporaryFile('hif2raw_dll64.dll');
arc.ini:
Quote:

[External compressor:pzlib]
header = 0
unpackcmd = pZLib d -t8 - -o - <stdin> <stdout>
What am i missing here?
Thanks.

ZakirAhmad 11-03-2017 06:50

I tried pzlibv3 64 on .iwd files of cod blackops but while installing, installer says 2hours to extract... please help...

hasandgn34 11-03-2017 16:14

Quote:

Originally Posted by danswano (Post 457008)
Hello,
I'm unable to unpack an arc file using pzlib+srep+lzma using ISDone although i've included these in my inno project:




arc.ini:


What am i missing here?
Thanks.

change like this;


ExtractTemporaryFile('arc.ini'); // your script probably doesnt have this line
ExtractTemporaryFile('pzlib.exe');
ExtractTemporaryFile('pzlib64.exe');
ExtractTemporaryFile('raw2hif_dll.dll');
ExtractTemporaryFile('raw2hif_dll64.dll');
ExtractTemporaryFile('hif2raw_dll.dll');
ExtractTemporaryFile('hif2raw_dll64.dll');

danswano 11-03-2017 22:56

Quote:

Originally Posted by hasandgn34 (Post 457021)
change like this;


ExtractTemporaryFile('arc.ini'); // your script probably doesnt have this line
ExtractTemporaryFile('pzlib.exe');
ExtractTemporaryFile('pzlib64.exe');
ExtractTemporaryFile('raw2hif_dll.dll');
ExtractTemporaryFile('raw2hif_dll64.dll');
ExtractTemporaryFile('hif2raw_dll.dll');
ExtractTemporaryFile('hif2raw_dll64.dll');

Ah stupid me, totally forgot about it.
Thank you and big thanks to razor for his hard working efforts.

-XCX- 12-03-2017 13:48

What is the best method of pzlib for gta 5?
Can anyone tell me please?

danswano 12-03-2017 23:31

A quick question please:
Although i've read all the pages and replies but i couldn't figure out the purpose of those 4 versions of pZlib
the version refers to the project it self advancing forward or it refers that every single version handle different files using older or newer version of zlib headers?
I mean if the game uses zlib 2 headers can i use pzlib v4 to precompress it?
Thanks.

shazzla 13-03-2017 04:58

Pzlib v4 ? 0_o Are you sure ?!

Razor12911 14-03-2017 10:55

Quote:

Originally Posted by -XCX- (Post 457065)
What is the best method of pzlib for gta 5?
Can anyone tell me please?

-m2 -x -c256m

Quote:

Originally Posted by danswano (Post 457068)
A quick question please:
Although i've read all the pages and replies but i couldn't figure out the purpose of those 4 versions of pZlib
the version refers to the project it self advancing forward or it refers that every single version handle different files using older or newer version of zlib headers?
I mean if the game uses zlib 2 headers can i use pzlib v4 to precompress it?
Thanks.

there are 3 versions of pzlib, the versions of pzlib are not affiliated zlib versions at all, they are just titled to pzlib only.

ramazan19833 14-03-2017 11:36

Razor12911
Hello there

pzlib . v3

Is this the best? Adjustment

GTA 5 GAME BEST SETTING WHAT?

HELP......

[External compressor:pzlib]
header = 0
packcmd = pzlib e -m2 -d900m -b4m -t75p -t8 -ct8 -c512m -b512k $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = pzlib d -t8 - -o - <stdin> <stdout>[/QUOTE]

Razor12911 14-03-2017 11:40

Quote:

Originally Posted by ramazan19833 (Post 457126)
Razor12911
Hello there

pzlib . v3

Is this the best? Adjustment

GTA 5 GAME BEST SETTING WHAT?

HELP......

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

[/QUOTE]

http://fileforums.com/showpost.php?p...&postcount=131

the f*ck is -d900m doing there when encoding.

ramazan19833 14-03-2017 11:54

Razor12911
Hello there

srep64.V

RAM : 32 GB
CPU : Intel® Core™ i7-5820K 6Core 3.30 GHz
SSD: 250 GB

Is this the best? Adjustment

GTA 5 GAME BEST SETTING WHAT?

HELP......

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

felice2011 14-03-2017 12:07

I would cut the thumb down to this user, but then it will be worse it will use the middle finger...:p:)

L0v3craft 14-03-2017 12:09

Hi Razor12911 and thank you for this awesome precompressor.

I have a simple question. At post #39 you wrote :

"-The increment of -c# does give better output... Mad Max will need something like 256MB-320MB, GTAV with 128MB is fine, and DOOM needs something like 600-700MB"

good but how we can understand how much are bigs the streams of the files of a game ? Which tool do you used to understand that ? Thanks.


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

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