View Single Post
  #1942  
Old 22-10-2020, 16:29
HunterEmrah HunterEmrah is offline
Registered User
 
Join Date: Jan 2013
Location: Canada
Posts: 59
Thanks: 28
Thanked 15 Times in 13 Posts
HunterEmrah is on a distinguished road
Quote:
Originally Posted by Sebazz View Post
Mmm ok .. you can attach your arc.ini please
i will use xtool 2019 with this command.

xprecomp:zlib+srep+lolz

upd. i will share final guide here after the completing compression and testing.

Code:
[External compressor:xprecomp]
header    = 0
packcmd   = xtool.exe e:precomp:c512mb,t4:{option} - - <stdin> <stdout>
unpackcmd = xtool.exe d:precomp:t90p - - <stdin> <stdout>

[External compressor:srep]
header = 0
packcmd   = srep -m3f {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -mem2048mb - - <stdin> <stdout>

[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe -mtt1 -tt1 -mc2 -mt6 -d32 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lolz_x64.exe $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Code:
Compressed 15 files, 58,888,670,546 => 35,103,695,218 bytes. Ratio 59.6%
Compression time: cpu 2796.80 secs, real 26455.05 secs. Speed 2,226 kB/s
All OK

Last edited by HunterEmrah; 23-10-2020 at 01:16.
Reply With Quote
The Following User Says Thank You to HunterEmrah For This Useful Post:
Sebazz (22-10-2020)