View Single Post
  #3  
Old 21-12-2020, 03:48
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 89
Thanked 96 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by oo7 View Post
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

Last edited by Ele; 21-12-2020 at 03:50.
Reply With Quote