View Full Version : Uharc+Reflate Compression Method
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.
*Thread Moved*
If it is not a Conversion for a specific game then it does not belong in the 'PC Games - CD/DVD Conversion' forum, it belongs in the 'Conversion Tutorials' sub forum ;)
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.
[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
I used custom configuration file for decompression [oo7.ini], arc.ini is just for compression.
Joe Forster/STA
21-12-2020, 05:49
If it is not a Conversion for a specific game then it does not belong in the 'PC Games - CD/DVD Conversion' forum, it belongs in the 'Conversion Tutorials' sub forum ;)
(Sorry, I moved it there; it was originally in the "PC Games" forum. But that wasn't the proper place either. ;))
I used custom configuration file for decompression [oo7.ini], arc.ini is just for compression.
I know, but compression also gives me errors. so I made the above changes and it works fine now.
Cls-uharc.dll / Cls-uharcmt.dll
These libraries allow us to use uharc with FreeArc without a command line.
cls-uharc.dll = Single Threaded.
cls-uharcmt.dll = Multi Threaded.
Libraries from BLACKFIRE69
Cls-uharc.dll / Cls-uharcmt.dll
These libraries allow us to use uharc with FreeArc without a command line.
cls-uharc.dll = Single Threaded.
cls-uharcmt.dll = Multi Threaded.
Libraries from BLACKFIRE69
What is the use of cls-uharc if you can suppress information by using "-d0" parameter.
What is the use of cls-uharc if you can suppress information by using "-d0" parameter.
We don't use any cls to suppress information. Cls helps to use something with FreeArc without some commands and it is easy to use. There you can see how "uharc" works with FreeArc without the "arc.ini" file.
(Sorry, I moved it there; it was originally in the "PC Games" forum. But that wasn't the proper place either. ;))
All good Joe, it is in the right place now. :)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.