Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 20-12-2020, 22:19
oo7's Avatar
oo7 oo7 is offline
Registered User
 
Join Date: Aug 2020
Location: QUANTUM SPACE
Posts: 33
Thanks: 270
Thanked 83 Times in 22 Posts
oo7 is on a distinguished road
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.
Attached Files
File Type: 7z reflate+uharc.7z (1.30 MB, 123 views)
File Type: 7z ISDONE for reflate+uharc.7z (716.5 KB, 86 views)

Last edited by oo7; 21-12-2020 at 11:03.
Reply With Quote
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  
Old 21-12-2020, 02:35
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,841 Times in 810 Posts
Grumpy is on a distinguished road
*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'
Reply With Quote
  #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: 77
Thanked 93 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
  #4  
Old 21-12-2020, 04:25
oo7's Avatar
oo7 oo7 is offline
Registered User
 
Join Date: Aug 2020
Location: QUANTUM SPACE
Posts: 33
Thanks: 270
Thanked 83 Times in 22 Posts
oo7 is on a distinguished road
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.
Reply With Quote
  #5  
Old 21-12-2020, 05:49
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,812
Thanks: 20
Thanked 331 Times in 216 Posts
Joe Forster/STA is on a distinguished road
Quote:
Originally Posted by Grumpy View Post
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. )
__________________
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!
Reply With Quote
The Following User Says Thank You to Joe Forster/STA For This Useful Post:
Grumpy (23-12-2020)
  #6  
Old 21-12-2020, 07:10
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 77
Thanked 93 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by oo7 View Post
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.
Reply With Quote
  #7  
Old 21-12-2020, 07:16
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 77
Thanked 93 Times in 37 Posts
Ele is on a distinguished road
Thumbs up cls-uharc libraries

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
Attached Files
File Type: rar CLS for uharc [Single + Mult Threaded].rar (4.16 MB, 111 views)
Reply With Quote
  #8  
Old 21-12-2020, 10:36
oo7's Avatar
oo7 oo7 is offline
Registered User
 
Join Date: Aug 2020
Location: QUANTUM SPACE
Posts: 33
Thanks: 270
Thanked 83 Times in 22 Posts
oo7 is on a distinguished road
Quote:
Originally Posted by Ele View Post
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
What is the use of cls-uharc if you can suppress information by using "-d0" parameter.
__________________
Maybe I'm destined to be distraught
Reply With Quote
  #9  
Old 21-12-2020, 11:10
Ele's Avatar
Ele Ele is offline
Registered User
 
Join Date: Nov 2020
Location: Near Mars
Posts: 93
Thanks: 77
Thanked 93 Times in 37 Posts
Ele is on a distinguished road
Quote:
Originally Posted by oo7 View Post
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.
Reply With Quote
The Following User Says Thank You to Ele For This Useful Post:
oo7 (26-12-2020)
  #10  
Old 23-12-2020, 03:33
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,841 Times in 810 Posts
Grumpy is on a distinguished road
Quote:
Originally Posted by Joe Forster/STA View Post
(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.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 10:10.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
FileForums @ https://fileforums.com