View Single Post
  #2  
Old 04-06-2021, 07:59
:( 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
The name used for compressor during compression in arc.ini must be same for decompression end too, for example :

xzlib+srep+lzma2:ultra:64m:bt4:fb273:lc8:mc1000000

Code:
[External compressor:xzlib]
header    = 0
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>
if method is xzlib+srep+lzma2:ultra:64m:bt4:fb273:lc8:mc1000000

and it is set like this :

Code:
[External compressor:xtool_zlib]
header    = 0
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>
The installer won't detect it. Set the same for lzma2, it uses 7z and use CLS-SREP for srep.
Reply With Quote
The Following User Says Thank You to :( Sad8669 For This Useful Post:
GaMEr_2077 (04-06-2021)