I'm trying to get UELR to work with freearc to add it to my compression script (
Ultimate Conversion Compressor), but I'm running into problems.
The attached image below shows what I get when I try to use UELR with arc.exe (manually by running command from CMD).
My arc.ini for UELR is this:
Code:
[External compressor:uelr]
header = 0
packcmd = UELR\uelr.exe u $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
My command is this:
Code:
Arc.exe a -ep1 -r -ed -s; -w"PathToTemp" -dp"PathToGameFolder" -muelr "H:\Temp\Test.bin" "*"
Any ideas what the problem might be?