|
|
|
#1
|
||||
|
||||
|
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. Last edited by oo7; 21-12-2020 at 11:03. |
| The Following 6 Users Say Thank You to oo7 For This Useful Post: | ||
danthespal (21-12-2020), dixen (21-12-2020), kenzo34 (20-12-2020), oltjon (22-12-2020), Python-Boy (06-01-2021), sanekbest1 (21-12-2020) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
*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
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
![]() |
|
#3
|
||||
|
||||
|
Quote:
)
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
| The Following User Says Thank You to Joe Forster/STA For This Useful Post: | ||
Grumpy (23-12-2020) | ||
|
#4
|
||||
|
||||
|
Quote:
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
![]() |
|
#5
|
||||
|
||||
|
Quote:
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. |
|
#6
|
||||
|
||||
|
I used custom configuration file for decompression [oo7.ini], arc.ini is just for compression.
Last edited by oo7; 21-12-2020 at 04:29. |
|
#7
|
||||
|
||||
|
I know, but compression also gives me errors. so I made the above changes and it works fine now.
|
|
#8
|
||||
|
||||
|
Cls-uharc.dll / Cls-uharcmt.dll
These libraries allow us to use uharc with FreeArc without a command line. Code:
cls-uharc.dll = Single Threaded. cls-uharcmt.dll = Multi Threaded. Libraries from BLACKFIRE69 |
|
#9
|
||||
|
||||
|
What is the use of cls-uharc if you can suppress information by using "-d0" parameter.
__________________
Maybe I'm destined to be distraught |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Masked Compression (Ultimate compression in one go) | panker1992 | Conversion Tutorials | 661 | 13-05-2024 16:51 |
| New Fox Kompressor 1.01c Ultimate | felice2011 | Conversion Tutorials | 31 | 07-06-2023 14:58 |
| Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
| Simple Tutorial of Compressing GTAV | Razor12911 | Conversion Tutorials | 26 | 29-01-2019 01:31 |