FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Mass Effect 3 [DVD9 to 4 DVD5] *INNO SETUP* - Files Added (https://fileforums.com/showthread.php?t=92766)

zyo 08-03-2012 00:38

Quote:

Originally Posted by pakrat2k2 (Post 401177)
Edit the PATH correctly to where you have game installed, FIRST line in ISS script, REMOVE the ; from front of line...
#define ProgramFiles "F:\New folder\"



OPEN=Setup.exe



Look at the bottom of Setup.ini under [LauncherSettings]
anything that relates to X64version = 0 X86=1

anyway to detect and install the correct version automatically?

REV0 08-03-2012 01:21

Emparador,

Dont play with language.iss. Now, redownload the delete older one open install iss with UNICODE OF INNO SETUP and edit installed location of the game

Zyo,

Even you got errors with x64 setup will complege without problems. In x64 based system both versions are installed. Dont mind errors you have, like you shouldnt mind language errors durin inno compile.....

To CE Edition users, OST has additional700 mb in bonus folder, because of tha you may see additional bin files for DVD4

And ill edit autorun thing to be more specific, it seems there are people who dont know open=0 applies for dvds except 1.

lipchak 08-03-2012 09:49

hello, please add these values ​​to the inno script. these serve to make the voices work according to the language of installation.
I think the values ​​are correct, but if you can not modify them and check them
sorry for my bad English.

[Registry]
Root: HKLM; Subkey: "SOFTWARE\BioWare"; MinVersion: 0.0,5.0; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "DisplayName"; ValueType: String; ValueData: "Mass Effect™ 3"; MinVersion: 0.0,5.0; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "GDFBinary"; ValueType: String; ValueData: "{app}\GDFBinary_en_US.dll"; MinVersion: 0.0,5.0; Languages: "English"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "GDFBinary"; ValueType: String; ValueData: "{app}\GDFBinary_fr_FR.dll"; MinVersion: 0.0,5.0; Languages: "French"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "GDFBinary"; ValueType: String; ValueData: "{app}\GDFBinary_de_DE.dll"; MinVersion: 0.0,5.0; Languages: "German"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "GDFBinary"; ValueType: String; ValueData: "{app}\GDFBinary_it_IT.dll"; MinVersion: 0.0,5.0; Languages: "Italian"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "GDFBinary"; ValueType: String; ValueData: "{app}\GDFBinary_es_ES.dll"; MinVersion: 0.0,5.0; Languages: "Spanish"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "GDFBinary"; ValueType: String; ValueData: "{app}\GDFBinary_pl_PL.dll"; MinVersion: 0.0,5.0; Languages: "Polish"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "GDFBinary"; ValueType: String; ValueData: "{app}\GDFBinary_ru_RU.dll"; MinVersion: 0.0,5.0; Languages: "Russian"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Language"; ValueType: String; ValueData: "English"; MinVersion: 0.0,5.0; Languages: "English"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Language"; ValueType: String; ValueData: "French"; MinVersion: 0.0,5.0; Languages: "French"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Language"; ValueType: String; ValueData: "German"; MinVersion: 0.0,5.0; Languages: "German"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Language"; ValueType: String; ValueData: "Italian"; MinVersion: 0.0,5.0; Languages: "Italian"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Language"; ValueType: String; ValueData: "Spanish"; MinVersion: 0.0,5.0; Languages: "Spanish"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Language"; ValueType: String; ValueData: "Polish"; MinVersion: 0.0,5.0; Languages: "Polish"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Language"; ValueType: String; ValueData: "Russian"; MinVersion: 0.0,5.0; Languages: "Russian"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Locale"; ValueType: String; ValueData: "En_US"; MinVersion: 0.0,5.0; Languages: "English"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Locale"; ValueType: String; ValueData: "fr_FR"; MinVersion: 0.0,5.0; Languages: "French"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Locale"; ValueType: String; ValueData: "de_DE"; MinVersion: 0.0,5.0; Languages: "German"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Locale"; ValueType: String; ValueData: "it_IT"; MinVersion: 0.0,5.0; Languages: "Italian"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Locale"; ValueType: String; ValueData: "es_ES"; MinVersion: 0.0,5.0; Languages: "Spanish"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Locale"; ValueType: String; ValueData: "pl_PL"; MinVersion: 0.0,5.0; Languages: "Polish"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\BioWare\Mass Effect 3"; ValueName: "Locale"; ValueType: String; ValueData: "ru_RU"; MinVersion: 0.0,5.0; Languages: "Russian"; Flags: uninsdeletekey

salek86 08-03-2012 12:30

Hi how to create these files

Install-1a, 1b, 1c bin files to ME3_1
Install-2a, 2b, 2c bin files to ME3_2
Install-3a, 3b, 3c bin files to ME3_3 if exist
Install-4a, 4b, 4c files to ME3_4 if exist

pakrat2k2 08-03-2012 12:38

lipchak, easy do it yourself, replace the lines you have in your post under the [REGISTRY] section if the InstallerScript.iss file. Then test to see if it creates the correct reg entry for your language choice.

Quote:

Originally Posted by salek86 (Post 401192)
Hi how to create these files

Install-1a, 1b, 1c bin files to ME3_1
Install-2a, 2b, 2c bin files to ME3_2
Install-3a, 3b, 3c bin files to ME3_3 if exist
Install-4a, 4b, 4c files to ME3_4 if exist

edit the InstallerScript.iss, change first line to where you installed the game.
The \" MUST BE THERE. save the file, then compile it. This will then create the Install-* files, and you move them according to directions in first post.

Igor007 08-03-2012 12:38

Is there a way to compress it to 2DVD5? I have english version, and it's 10.5 gb, when i compress it than it's 9.78, so it's not a very good compression :(

pakrat2k2 08-03-2012 12:52

2 ways to do it.

1. edit iss script & change your install game path ( line #1 )
2. dont touch ISS script, but use external compression ( files listed in setup.ini ), BUT
you have to play around with archives so they fit onto 3xdvd5.. Biogames\movies contain Bik files @ 3.19GB they dont compress at all. CookedPCConsole folder contains 6.51GB of data you will need to compress that with freearc into smaller 4GB chunks.

So NO real way to get it to fit onto 2xdvd5, smallest MAY be 3xdvd5 but depends on which version you have of the game. Its all about the archives & how you compress them wether you can get it all to fit on 2xdvd5 or 3xdvd5

peterf1999 08-03-2012 12:53

OMG,it fits also on one dvd5, instead you wasted 3 dvds :eek::D

Igor007 08-03-2012 14:01

Quote:

Originally Posted by peterf1999 (Post 401198)
OMG,it fits also on one dvd5, instead you wasted 3 dvds :eek::D

LOL HOW??? plz can you make some conversion that fits on 2xDVD5 without resampling videos?

EmperadorCAD 08-03-2012 16:15

Quote:

Originally Posted by REV0 (Post 401184)
Emparador,

Dont play with language.iss. Now, redownload the delete older one open install iss with UNICODE OF INNO SETUP and edit installed location of the game

The error itself seems to be related to special characters. What are the lines I have to modicar within install.iss?

Thx, bye.:)

pakrat2k2 08-03-2012 23:20

my god dont you people read ??? step #1 tells you what to change. and which version of inno you need to be using. DONT USE ANSI version of inno for this script.

REV0 09-03-2012 01:28

Stop playing the conversion, it works fine tested more than ten times i told you to edit installation location of the games you will edit this line with unicode of inno setup, end of story.

Game has option to change language and subtitle option in options menu no additional regkeys required.

And i dont like resampled low quality cutscenes so this conversion is 4 dvd and cutscenes dont deserve to be low quality, trust me. Try harder tou can fit it into one floppy if youre interested.

Pakrat, no they dont read dude.

salek86 09-03-2012 01:29

I do not know how to start a feed begun compress files,Maybe a tutorial

Joe Forster/STA 09-03-2012 03:05

I added a warning to the beginning of the guide about using the proper version of Inno Setup. I suggest that you guys start all conversions with a list repeating of the most important details, the obstacles over which most people may trip - or already showed to often trip.

Fabioddq 10-03-2012 10:08

Worked perfectly in Win7 64Bit with 3xDVD5. I used CI 7.2.5. Thanks Revo!

My final size:
DVD1: 4,35GB
DVD2: 4,30GB
DVD3: 4,03GB (DLC included)


All times are GMT -7. The time now is 00:38.

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