View Single Post
  #2  
Old 21-10-2015, 23:06
RamiroCruzo's Avatar
RamiroCruzo RamiroCruzo is offline
Registered User
 
Join Date: Jul 2015
Location: India
Posts: 184
Thanks: 386
Thanked 171 Times in 75 Posts
RamiroCruzo is on a distinguished road
Smile

Quote:
Originally Posted by gozarck View Post
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 View Post
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
__________________
We are such stuff as dreams are made on, and our little life is rounded with a sleep.
Reply With Quote