Quote:
Originally Posted by The-revenge
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