Quote:
Originally Posted by oo7
Halo everyone
This is a test method to use Uharc with reflate and freearc.
NOTE While compressing make sure the folder name must not contain any symbol.
|
My friend, you've made a mistake. The configuration file (arc.ini) should change as follows.
Code:
[External compressor:uharc]
packcmd = uharc a -m3 -bpb+ $$arcpackedfile$$.tmp
unpackcmd = uharc x y+ $$arcpackedfile$$.tmp
to
[External compressor:uharc]
packcmd = uharc a -m3 -bpb+ $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = uharc x $$arcpackedfile$$.tmp
or
[External compressor:uharc]
packcmd = uharc a -m3 -bpb+ $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = uharc x $$arcpackedfile$$.tmp $$arcdatafile$$.tmp