View Single Post
  #13  
Old 12-10-2021, 10:27
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 Times in 101 Posts
:( Sad8669 is on a distinguished road
Farcry 6 - Precompression

Library used : LZ4 v1.8.2 (Thanks to KaKtor)
Similar results can be obtained from LZ4 that comes with XTool v0.3.9.
XTool Version : 0.3.9
Database : Created using Razor's db (fc6.xtl)

Code:
[External compressor:xtool]
header    = 0
packcmd   = xtool.exe precomp -mlz4+fc6 -c32mb -t100p --dbase - - <stdin> <stdout>
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>
Code:
Compressed 1 file, 683,722,320 => 1,286,884,486 bytes. Ratio 188.22%
Compression time: cpu 1.02 sec/real 48.29 sec = 2%. Speed 14.16 mB/s
All OK

Last edited by :( Sad8669; 12-10-2021 at 10:33.
Reply With Quote