FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Mass Effect 3 (2x DVD5) *Precomp+Srep+FreeArc(LZMA)* or (1x DVD5) *Biks Resampling* (https://fileforums.com/showthread.php?t=92785)

Pavijan357 28-06-2012 10:39

Quote:

Originally Posted by zyo (Post 403815)
Hi
would you be able to do an updated one with extended DLC (probably wont fit 2DVD5 anymore)

This.
I would be definitely be very grateful for one with 1.3 patch, Extended Cut and From Ashes DLC...

ceifadorx 02-07-2012 11:01

tried again this conversion with 1.3 patch, Extended Cut and From Ashes DLC, and still fit 2 dvd 5. but the second dvd is almost full (4.38 gb)

mikey26 03-07-2012 12:44

hi peter i busy testing freearc apha 0.67 it includes srep and precomp will this work also for the conversions

lupetto77 07-07-2012 16:30

I've seen trying peterf1999 Mass Effect 3 requirements that there is always the problem that does not check the computer to multiple cores and marks it as a requirement is not satisfactory.

If you have the correct code for the controls of the requirements since they can not implement it because I have the script let me know if you want us to waste time that I just pass me the script or will I pass my ...

Hello and thanks for the work you do .......

The-revenge 17-08-2012 16:26

I have a little question. For conversion with audio italian, I downloaded the compress_FRA.bat and edited with ita. I don't understand when I ned to run this compress_FRA. Before or after compress.bat in main conversion?
Another question : Where I put setup.exe (in the same attachment of compres_FRA) ? In the disk1 folder?

peterf1999 20-08-2012 12:08

Quote:

Originally Posted by The-revenge (Post 405479)
Before or after compress.bat in main conversion?

Before or after doesn't matter, Compress_fra.bat creates the supplementary Data8.bin & Data9.bin files

Quote:

Originally Posted by The-revenge (Post 405479)
Another question : Where I put setup.exe (in the same attachment of compres_FRA) ? In the disk1 folder?

Yep, put the Setup.exe in disk1 folder

ceifadorx 04-09-2012 13:51

peter can you update your conversion with the new dlc (leviathan) please?
it has the size of 1.489 gb

The-revenge 05-09-2012 13:29

I made this conversion but i encounter a problem. Now I try again, but i need to know the register key to delete for a cleary installation, please.

My problem is : during extraction of one languages (ITA) file I get an error : "NOT Srep file".
The compression of languages files work correctly without error. I used the compress_FRA.bat and edit for ITA file. Both Data8 and Data9 are 1.29 gb (togheter).
Help me please

peterf1999 05-09-2012 23:05

Quote:

Originally Posted by The-revenge (Post 406124)
I made this conversion but i encounter a problem. Now I try again, but i need to know the register key to delete for a cleary installation, please.

The key is:

Code:

HKLM\SOFTWARE\BioWare\Mass Effect 3 (x86)

HKLM\SOFTWARE\Wow6432Node\BioWare\Mass Effect 3 (x64)

Quote:

Originally Posted by The-revenge (Post 406124)
The compression of languages files work correctly without error.

Are you sure? I don't think so!

Test the archives integrity from conversion folder:

Code:

arc t Disk2\Data8.bin

arc t Disk2\Data9.bin


The-revenge 06-09-2012 00:49

Quote:

Originally Posted by peterf1999 (Post 406130)
The key is:

Code:

HKLM\SOFTWARE\BioWare\Mass Effect 3 (x86)

HKLM\SOFTWARE\Wow6432Node\BioWare\Mass Effect 3 (x64)



Are you sure? I don't think so!

Test the archives integrity from conversion folder:

Code:

arc t Disk2\Data8.bin

arc t Disk2\Data9.bin


Ty for the reg key.

Btw I sure, I make two time archive data8 and data9 with two different version of games, each time the same error. During compression, no error.

Integrity test : ALL OK for both archive.
I don't know what happeans during installation...

pakrat2k2 06-09-2012 05:24

post the original/changed compress_FRA bat file that you edited for ITA. Maybe there is a typo when you edited it ?

The-revenge 06-09-2012 05:37

I only edited "fra" to "ita".
Of course I have moved the new setup.exe in Disk1.

There are the original COMPRESS_FRA :
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 a -ep -w.\ .\Disk2\Data8.bin -mprecomp:zl68:d0+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\BIOGame\CookedPCConsole\*_fra*.pcc"
if ERRORLEVEL 1 goto arcfail
arc a -ep -w.\ .\Disk2\Data9.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\BIOGame\CookedPCConsole\*_fra*.afc"
if ERRORLEVEL 1 goto arcfail
echo.All done.
pause
goto EOF
:arcfail
echo.
echo.WARNING: FreeArc returns an error, please retry...
pause
:EOF

There are the edited compress_FRA for ita file :
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 a -ep -w.\ .\Disk2\Data8.bin -mprecomp:zl68:d0+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\BIOGame\CookedPCConsole\*_ita*.pcc"
if ERRORLEVEL 1 goto arcfail
arc a -ep -w.\ .\Disk2\Data9.bin -msrep+lzma: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


peterf1999 06-09-2012 06:46

1 Attachment(s)
Quote:

Originally Posted by The-revenge (Post 406141)
I only edited "fra" to "ita".
Of course I have moved the new setup.exe in Disk1.

There are the edited compress_FRA for ita file :
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 a -ep -w.\ .\Disk2\Data8.bin -mprecomp:zl68:d0+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\BIOGame\CookedPCConsole\*_ita*.pcc"
if ERRORLEVEL 1 goto arcfail
arc a -ep -w.\ .\Disk2\Data9.bin -msrep+lzma: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


It's correct.

Italian Data8.bin-Data9.bin files sizes:

Attachment 3870

If the archives aren't broken, it could be due:
during de-compression a temp files are used, maybe an antivirus locks them and the error appears, try to close all applications,
especially antivirus real time protection.

The-revenge 06-09-2012 07:52

Size of my Data8.bin is different :

Data8.bin : 809.495 KB
Data9.bin : 545.982 KB

Now I try to shutdown antivirus during installation

Greeer don't work

http://i45.tinypic.com/ta0t9x.jpg

peterf1999 08-09-2012 00:05

Quote:

Originally Posted by The-revenge (Post 406145)
Size of my Data8.bin is different :

Data8.bin : 809.495 KB
Data9.bin : 545.982 KB

Now I try to shutdown antivirus during installation

Greeer don't work

http://i45.tinypic.com/ta0t9x.jpg

The message that you got is unequivocally: Archives data is corrupted!

Try to re-create the data archives.


All times are GMT -7. The time now is 09:24.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com