Ultra Lossless Compression Using UhArC 0.6vb
Here I will show you how to compress a game for example using DOS Version of UhArC.It took me a long time to figure out its commands.
I will be compressing Counterstrike 1.6.
Here is the original Folder Size:
Step 1:
Download the Attachment or download from the below Link.
http://rapidshare.com/files/211539878/UhARC_0.6vb.zip
Step 2:
Extract All the files to ~SystemDrive\Documents & Settings\Current User(Or the Current CommandPrompt directory..to find which is it just open Command Prompt i.e Accessories>>CmdPrmpt)
Step 3:
Now Open Command Prompt by typing CMD in the RUN Dialog box.
Step 4:
Type UHARC For its commands.(Not Required just for ur info)
Step 5:
Now the Compression command .Note this command has been edited to provide max compression.Paste it in the Command Prompt.
Code:
uharc a -r+ -ed- -pr -m3 -mm+ -md+ -md32768 -b4096 cs16 "D:\Counterstrike 1.6\*.*"
To use it for some other folder just change the folder path...or for a file..just give the path of the file with the extension.
Step 6:
Compression started wait for a while ...dont open heavy programs..coz these settings will use 300MB of your RAM.
Step 7:
The Archive File will be created inside the Source Folder Of uHaRc (D:\Documents & Settings\User\)
Step 8:
Copy ALL these files to somewhere else.(INCLUDING THE FILES IN THE ATTACHMENT IN THE SAME FOLDER)
Step 9:
Open Notepad Type this :
Code:
Thts It ! Open Installer.Bat to install !
I will be compressing Counterstrike 1.6.
Here is the original Folder Size:
Step 1:
Download the Attachment or download from the below Link.
http://rapidshare.com/files/211539878/UhARC_0.6vb.zip
Step 2:
Extract All the files to ~SystemDrive\Documents & Settings\Current User(Or the Current CommandPrompt directory..to find which is it just open Command Prompt i.e Accessories>>CmdPrmpt)
Step 3:
Now Open Command Prompt by typing CMD in the RUN Dialog box.
Step 4:
Type UHARC For its commands.(Not Required just for ur info)
Step 5:
Now the Compression command .Note this command has been edited to provide max compression.Paste it in the Command Prompt.
Code:
uharc a -r+ -ed- -pr -m3 -mm+ -md+ -md32768 -b4096 cs16 "D:\Counterstrike 1.6\*.*"
To use it for some other folder just change the folder path...or for a file..just give the path of the file with the extension.
Step 6:
Compression started wait for a while ...dont open heavy programs..coz these settings will use 300MB of your RAM.
Step 7:
The Archive File will be created inside the Source Folder Of uHaRc (D:\Documents & Settings\User\)
Step 8:
Copy ALL these files to somewhere else.(INCLUDING THE FILES IN THE ATTACHMENT IN THE SAME FOLDER)
Step 9:
Open Notepad Type this :
Code:
@echo off cls UHARC.exe x -o+ -vm+ -y+ cs16.uha cls echo Mission Accomplished..... pause
Save As Install.bat.Make sure Cs16.uha and uHarC files are in the
same folder along with Installer.bat
Step 10:Thts It ! Open Installer.Bat to install !
Comments
Post a Comment