View Single Post
  #79  
Old 08-09-2012, 08:05
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by The-revenge View Post
same error (Not a SREP file).

Maybe this is a bug, I read other people had this problem with other conversion.
Thanks a lot for help now i make conversion 3xdvd5 of fabiodq
Weird, maybe the problem is your pc!

Try this batch without srep compression:

Code:
echo off
cls
set choice1=
echo.
set /p choice1=Please type game folder path (e.g. c:\program files\Mass Effect 3):
echo.
echo Creating archive files, please wait...
arc create -ep -w.\ .\Disk2\Data8.bin -mprecomp:zl68:d0+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\BIOGame\CookedPCConsole\*_ita*.pcc"
if ERRORLEVEL 1 goto arcfail
arc create -ep -w.\ .\Disk2\Data9.bin -mlzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\BIOGame\CookedPCConsole\*_ita*.afc"
if ERRORLEVEL 1 goto arcfail
echo.All done.
pause
goto EOF
:arcfail
echo.
echo.WARNING: FreeArc returns an error, please retry... 
pause
:EOF

Last edited by peterf1999; 08-09-2012 at 08:12.
Reply With Quote