Quote:
Originally Posted by gozarck
Hi ShadowEagle only show the progress when the installer unpack precomp files, and not rawrest part.
---------------------------------------------------------------------------------------------
very nice ramirocruzo, i dont have time to make a long test, so can you help to edward99 with watchdogs with your idea?
also i take your idea and made my own version.
"change the commands of precomp"
to
Code:
dir /s /b *.raw | ppx2 -P 2 -L 1 precomp -brute0 -cn -v -f "{}"
and remember ppx2 have max 4 process (4 cores) at once (-p 4) if you have more than 2 cores please change the command.
Thank you RamiroCruzo
|
Thanks for the improved version amigo........ Yours way more legit than mine....
Quote:
Originally Posted by edward99
Do anyone know how to compress watch dogs?
Do anyone know how to create small size to large using precomp
|
As for you mate edward99, I once repacked Watch Dogs too in about 14GB..... Nothing Ripped........ Well I only used this.....
Code:
[External compressor:precomp]
header = 0
packcmd = precomp -slow -t-j {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -a1 -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmpp
[External compressor:msc]
header = 0
packcmd = msc c -v {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp