|
#1
|
|||
|
|||
|
Thanks Razor12911 for us to release so many original programs. I will always thank him
![]() But I do not understand how to use, I hope someone to share the relevant documents and the use of methods, thank everyone! ![]() I am sorry, I can only speak a little English In my country, almost no one knows Last edited by pakrat2k2; 05-10-2017 at 14:36. Reason: another post |
| The Following User Says Thank You to GBT repack For This Useful Post: | ||
S-Ghost (06-10-2017) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Here is a example. I have tested ztool with this back in the days.
pzlibv3 is included
__________________
Haters gonna hate
|
| The Following 4 Users Say Thank You to KaktoR For This Useful Post: | ||
|
#3
|
|||
|
|||
|
Thank you very much, you are a good man!
|
|
#4
|
|||
|
|||
|
Please kaktor
How to use ztool Commands Options |
| The Following User Says Thank You to S-Ghost For This Useful Post: | ||
GBT repack (06-10-2017) | ||
|
#5
|
|||
|
|||
|
@ KaktoR, can you share an inno script (isdone) to me?
You share the "ztool test" very well, but I do not know how to decompress the game files. I used to be isdone0.6final (2011/12/31). If there is a newer version, but also hope to share, thank you. Thanks again for all the guys, later I will share my own inno script out, but now it is still semi-finished. |
|
#6
|
|||
|
|||
|
my head is spinning ,help...
|
|
#7
|
||||
|
||||
|
pzlib:fast
pzlib:normal pzlib:high pzlib:max (Best Choice) pzlib:ultra Code:
[External compressor:pzlib]
header = 0
packcmd = ZTool e:pzlib:max:t25p:c128m - - <stdin> <stdout>
unpackcmd = ZTool d:{compressor}{:option}:t75p:cm0mb - - <stdin> <stdout>
[External compressor:plz4,plzo,pzstd]
header = 0
packcmd = ZTool e:{compressor}:t175p{:option} $$arcdatafile$$.tmp <stdout>
unpackcmd = ZTool d:{compressor}{:option}:t75p:cm0mb - - <stdin> <stdout>
|
| The Following 2 Users Say Thank You to Simorq For This Useful Post: | ||
EzzEldin16 (12-05-2018), S-Ghost (21-10-2017) | ||
|
#8
|
||||
|
||||
|
pzlib from ztool is not good, that's why i don't use it
http://fileforums.com/showpost.php?p...&postcount=239 to change pzlib to plz4,plzo,pzstd open compress.bat (right-click -> Edit) and replace -mpzlib with -mplz4 or -mplzo or -mpzstd
__________________
Haters gonna hate
|
| The Following 3 Users Say Thank You to KaktoR For This Useful Post: | ||
|
#9
|
|||
|
|||
|
Quote:
Although pzlib will be a bug, extract the file when the error, but @fitgirl has been using it .... too incredible! I wondered how she did it ... Guys, to share with the "ztool" related inno setup script (isdone), haste, thanks |
|
#10
|
|||
|
|||
|
Thanks Simorq , but what is this :{compressor} mean ?
Can i use it with .bat file Please i want to learn basics of repacking. Thanks again simorq .. Last edited by S-Ghost; 21-10-2017 at 09:53. Reason: My mistakes , bad english |
|
#11
|
|||
|
|||
|
What is the best compress mothod for unreal engine 4 games
|
|
#12
|
||||
|
||||
|
Quote:
if you have several external compressors with the same settings you can use this constant to avoid creating additional section In the configuration file: Example with similar parameters: Code:
[External compressor:precomp038]
header=0
default=-slow -c9 -m9
packcmd=precomp038 {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd=precomp038 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
[External compressor:precomp040]
header=0
default=-slow -c9 -m9
packcmd=precomp040 {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd=precomp040 -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
Can be replaced by that: Code:
[External compressor:precomp038,precomp040]
header=0
default=-slow -c9 -m9
packcmd={compressor} {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd={compressor} -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
__________________
Practice makes perfect. |
| The Following 3 Users Say Thank You to JRD! For This Useful Post: | ||
|
#13
|
|||
|
|||
|
Thanks JRD for the help
Please teach me basics of repack (A-Z) And please use simple english. |
|
#14
|
|||
|
|||
|
hello.
am new to pzlib and i have totally no idea how it works can someone explain to me step by step on how i compress files using pzlib |
|
#15
|
||||
|
||||
|
Quote:
|
| The Following 2 Users Say Thank You to PsYcHo_RaGE For This Useful Post: | ||
yasitha (10-01-2019) | ||
![]() |
|
|