View Single Post
  #4  
Old 30-04-2014, 01:05
thedeamon thedeamon is offline
Registered User
 
Join Date: Dec 2012
Location: India
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
thedeamon is on a distinguished road
just figured to include compression within freearc as follows:

arc a -ep1 -r -w.\ -m=rep:1024mb+mm+delta+dispack+4x4:lzma:ultra:50mb -mm [email protected] [email protected] [email protected] [email protected] [email protected] -dp"C:\Program Files (x86)\Activision Blizzard\Diablo III" .

In the package, just modify the compress.bat file with the -m0 option with the following:

"-m=rep:1024mb+mm+delta+dispack+4x4:lzma:ultra:50mb -mm"

Ref: http://martin.ankerl.com/2012/06/07/...sion-settings/

Usage: Arc command [options...] archive [files... @listfiles...]
Commands:
a add files to archive
e extract files from archive ignoring pathnames
r recover archive using recovery record
x extract files from archive
Options:

-dpDIR --diskpath=DIR base DIR on disk
-epMODE --ExcludePath=MODE Exclude/expand path MODE
-mMETHOD --method=METHOD compression METHOD (-m0..-m9, -m1x..-m9x)
-mmMODE --multimedia=MODE set multimedia compression to MODE
-ms --StoreCompressed store already compressed files
-mtTHREADS --MultiThreaded=THREADS number of compression THREADS
-mx maximum internal compression mode
-nFILESPECS --include=FILESPECS include only files matching FILESPECS
-r --recursive recursively collect files
-wDIRECTORY --workdir=DIRECTORY DIRECTORY for temporary files
-xFILESPECS --exclude=FILESPECS exclude FILESPECS from operation

Last edited by thedeamon; 30-04-2014 at 01:12.
Reply With Quote