View Single Post
  #2  
Old 29-05-2013, 15:08
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
TIP:

If you make the conversion up to 5 languages, srep is not needed. Change in compress.bat:

Quote:
arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\GRID2\%arc%

arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] [email protected] -dp"%choice1%" .\GRID2\%arc%
TO:

Quote:
arc a -ep1 -r -w.\ [email protected] -dp"%choice1%" .\GRID2\%arc%

arc a -ep1 -r -w.\ [email protected] [email protected] -dp"%choice1%" .\GRID2\%arc%
Is more fast to compress and decompress.

Tested with 5 languages: 4.29GB (Installation time: 5 min)
Tested with 2 languages: 3.85GB (Installation time: 4 min)

Last edited by Fabioddq; 29-05-2013 at 15:24.
Reply With Quote