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