Is there any way you can pass
ue3:m2 command line parameters to arc.exe with "standard" arc.ini provided with xtool?
Code:
[External compressor:xtool]
header = 0
packcmd = xtool.exe precomp { -moption} -t100p --dbase --dedup - - <stdin> <stdout>
unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout>
Should be -mxtool:ue3:m2 with arc.exe in .bat, but it is not working...
When I modify arc.ini packcmd to
xtool.exe precomp -mue3:m2 .... it is working ok, but with
{ -moption} it fails.