|
|
|
#1
|
|||
|
|||
|
You can chain ztool for games like Ghost Recon Wildlands that use both lzo and some zlib streams, like this for example:
[External compressor:pzlib,plz4,plzo,pzstd] header = 0 packcmd = ZTool e:{compressor}{:option} - - <stdin> <stdout> unpackcmd = ZTool d:{compressor}{:option} - - <stdin> <stdout> -m5 -mc-delta -mc:rep/srep64:m5f:mem2gb:s128gb:l1k -mc$default,$precomp,$obj:+plzo+pzlib" In the above we first pass it through lzo precompress filter and then to pzlib. Pzlib filter will also look into data that was precompressed from lzo as well as outside it. If data inside lzo's were also zlibed those will be additionally processed. Btw for srep you absolutely have to use "s" option if you pipe its input: [External compressor:srep64] packcmd = srep64avx2 {options} - - <stdin> <stdout> unpackcmd = srep64avx2 -d {options} - - <stdin> <stdout> ^then you save space and time as data are streamed directly: ztool:plzo=>ztool=>pzlib=>srep but you have to use "s" option and you have to take into account preprocessed size after ztool! Another game where you can chain ztool is Mirror's Edge Catalyst, there you chain plz4=>pzlib. |
| The Following 7 Users Say Thank You to elit For This Useful Post: | ||
Behnam2018 (20-01-2020), COPyCAT (21-10-2017), EzzEldin16 (26-09-2017), JustFun (25-09-2017), L0v3craft (06-01-2020), rivesh (10-10-2017), TheGeekyGamer (24-06-2018) | ||
| Sponsored Links |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Games Are For Kids | JoyBoy | Chit Chat | 83 | 16-11-2021 14:28 |
| CorePack Compression methods ? Help | ramazan19833 | Conversion Tutorials | 34 | 09-08-2018 06:51 |
| i got the email in the mail about copying ps2 games | EVOEvo | PS2 Games | 7 | 21-11-2003 07:56 |
| Self-booting games on an older Japanese DC? | Named | DC Games | 1 | 26-09-2003 17:48 |
| Having Problems Burning Numerous *Recent* Games....Help is Appreciated | Protosstic | PSX Games | 2 | 15-01-2002 21:27 |