I'm getting this error when running the installer.
Code:
Unarc.dll returned an error code: -2, unsupported compression method xtool+srep+lolz:dt1:dtp1:dto1:dtm1:dtw1:dtd1:mtt0:mt6:d100m:tt4
I put the compressors in the include folder and updated the ARC.INI and CLS.INI files. Manually running
Code:
arc x -dp"..\Unpacked" ..\Packed\Data0.bin
extracts the files just fine.
ARC.INI
Code:
[External compressor:xtool]
header = 0
packcmd = xtool precomp -mzlib -c128mb -t100p --dbase --dedup - $$arcpackedfile$$.tmp <stdin>
unpackcmd = xtool decode -t75p - - <stdin> <stdout>
[External compressor:srep]
header = 0
packcmd = srep {options} -m5f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep {options} -d - - <stdin> <stdout>
[External compressor:lolz]
header = 0
packcmd = lolz {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lolz $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
CLS.INI
Code:
[lolz]
Bufsize=512k
transfer_ReadBufSize=512k
transfer_WriteBufSize=512k
MaxThreadsUsage=75%
MaxMemoryUsage=75%
ldmfTempPath=.\temp
ldmfDeleteTmp=1
[Srep]
Memory = 256
TempPath =
[Precomp]
Memory = 40
TempPath =
Include Dir
Code:
ARC.INI
cls-lolz.dll
cls-lolz.exe
CLS-srep.dll
CLS.INI
FACOMPRESS.DLL
FACOMPRESS_MT.DLL
lolz.exe
srep.exe
UNARC.DLL
xtool.exe
zlibwapi.dll