Thread: DLG Kompressor
View Single Post
  #86  
Old 25-11-2015, 16:25
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 566
Thanks: 116
Thanked 889 Times in 321 Posts
panker1992 is on a distinguished road
InstallFiles\arc a -s; -ep1 -di -i2 -r -ed -w -mx -msrep+mm+4x4:lzma:128mb:mc100:lc8 -dp"%choice4%" .\Game_Setup_BIN\%bin%
echo.
echo.FINISHED...!!!
echo.
echo CREATING Setup5.bin, PLEASE WAIT......!!!
echo 
SET bin=Setup5.bin
echo.
InstallFiles\arc a -s; -ep1 -di -i2 -r -ed -w -mx -msrep+mm+4x4:lzma:128mb:mc100:lc8 -dp"%choice5%" .\Game_Setup_BIN\%bin%
echo.
echo.FINISHED...!!!
echo.
echo CREATING Setup6.bin, PLEASE WAIT......!!!
echo 
SET bin=Setup6.bin
echo.
InstallFiles\arc a -s; -ep1 -di -i2 -r -ed -w -mx -msrep+mm+4x4:lzma:128mb:mc100:lc8 -dp"%choice6%" .\Game_Setup_BIN\%bin%


This is part of you dlg script ... you use that mm method ...for media compressing right ?
Reply With Quote