View Single Post
  #4  
Old 24-06-2012, 06:26
Matrosko Matrosko is offline
Registered User
 
Join Date: Feb 2012
Location: italy
Posts: 10
Thanks: 4
Thanked 0 Times in 0 Posts
Matrosko is on a distinguished road
Quote:
Originally Posted by Matrosko View Post
it doesnt...the final size is the same as without pack2 (uncompressed is 380mb)...so i guess is not implemented...the batch compress all the ramaining data and leave behind the pack2

Did u try to uninstall and ther reinstalling ? pack2 is there?
I've found a way to add pack2 to the batch...
modify the line of data2 like this:
Code:
:Data2
set arc=Data2.bin
arc a -ep1 -ed -w.\ -r .\REORC\%arc% -mprecomp:t-jnf:zl18,41,61:d0+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 -x"%choice1%\dlc\pack1\FMV\*" -x"%choice1%\dlc\pack1\worlds\*" "%choice1%\dlc\pack1\*" "%choice1%\dlc\pack2\*" "%choice1%\dlc\unlockables\*"
if ERRORLEVEL 1 goto arcfail
updated game is now 4,07GB

Unfortunately on install process, pack2 is not decompressed from data2.bin...the installer needs a fix.

Also i've found that a new video MG_SPE01.bik is duble copied into both \pack1\FMW and pack2\FMW...so the installer must copy from FMV into both directory during install to save 30mb into the datax.bin

Last edited by Matrosko; 24-06-2012 at 12:35.
Reply With Quote