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)

leslietwk 06-03-2012 22:07

Yeah. Me too.. do we need older versions of inno setup?

pakrat2k2 06-03-2012 22:23

no the problem is the [Languages] section of the InstallerScript.iss

CHANGE MessagesFile: Languages to MessagesFile: .\Languages then the compiler will NOT look to your default INNO Unicode languages folder which DOES NOT have all the languages listed in the script, BUT the Language folder WITH the script DOES have them.

Then you wont get as many error messages when compiling the script.

pakrat2k2 06-03-2012 22:39

Quote:

Originally Posted by leo95 (Post 401133)
I get the same error, like if im missing autorun.bmp.
Im using freearc to make the file, what program do you use to make the .cab file? thanks.

you can use 7-zip / winrar, whatever.. just make the archive with default name then rename it, move back into folder with setup.exe, ini, ico etc.

zyo 06-03-2012 22:53

1.4 doesnt work anymore
tried in unicode of latest innosetup.
Got a bunch of language warning and warning line then finished in 5 seconds

zyo 07-03-2012 01:21

Aha I see, you commented out the first line by mistake.

leslietwk 07-03-2012 03:24

1 Attachment(s)
Still getting the same error like marinez. tried changing "MessagesFile: .\Languages" value and its still the same.

Just few seconds and it stops.

yener90 07-03-2012 03:30

ignore those language errors!
its because some text not translated to every language.
it also not required in the setup ;).

Code:

;#define ProgramFiles "F:\New folder"
-> delete just the sign ';' in front of and change "F:\New folder" to your game folder.
then it should work fine.

for me looks like this:
Code:

#define ProgramFiles "F:\Program Files (x86)\EA Games\Mass Effect 3"

REV0 07-03-2012 03:38

guys, i just compiled the 14 version, the one i uploaded to here, and it compiled without errors.

You will edit your installed game location that's all, do not touch nor play with conversion.

So, if you'll excuse me i'm going to enjoy with my Boxed Collector Edition of ME3.

marinez 07-03-2012 03:38

Quote:

Originally Posted by yener90 (Post 401147)
ignore those language errors!
its because some text not translated to every language.
it also not required in the setup ;).

Code:

;#define ProgramFiles "F:\New folder"
-> delete just the sign ';' in front of and change "F:\New folder" to your game folder.
then it should work fine.

for me looks like this:
Code:

#define ProgramFiles "F:\Program Files (x86)\EA Games\Mass Effect 3"

i did it..... but still error same leslietwk 's post. it error about language. how to ignore those language errors...

leslietwk 07-03-2012 03:41

Hah! Finally started! 1:20 to go. Thanks for the help.

that little ; sign effects the whole thing.

Thanks yener90! You made me day!

leslietwk 07-03-2012 03:47

marinez: I added a \ at the end of folder name.

"F:\Program Files (x86)\EA Games\Mass Effect 3"

to

"F:\Program Files (x86)\EA Games\Mass Effect 3\"

:D

But shouldn't make a difference in unicode right..?

yener90 07-03-2012 03:51

no difference :D

marinez
ignore them XD
compiler tells you that some lines are not in in some language and therefore uses the english texts. thats all, not an error.

leslietwk 07-03-2012 03:59

marinez

I am guessing your path to the installed folder is not correct.

marinez 07-03-2012 04:02

Quote:

Originally Posted by leslietwk (Post 401151)
marinez: I added a \ at the end of folder name.

"F:\Program Files (x86)\EA Games\Mass Effect 3"

to

"F:\Program Files (x86)\EA Games\Mass Effect 3\"

:D

But shouldn't make a difference in unicode right..?

i just change

D:\ME3\Mass Effect 3

to

D:\ME3\Mass Effect 3\

and still got same error...

Thank you everyone for help.

nokia6311 07-03-2012 08:46

conversion complete but game cant install from mf31...it show that cannot find specified path

nounew 07-03-2012 18:19

1 Attachment(s)
i got this error when i try to install:

EDIT:
fix now, i put setup.cab; setup.exe; setup.ico; setup.ini (ME3_V14_REVO.rar) and now work fine.....sorry

EmperadorCAD 07-03-2012 19:52

Hey, what are the attached files I have to put on the first DVD?
Because I think I have some files that are of more.
The autorun.ini does not automatically open the first DVD,
this is the REVO code:

[autorun]
OPEN = 0
ICON = Setup.ico

Maybe I should be specifically targeted to some other file?

Thx, bye. Sorry for my English. :D

zyo 07-03-2012 20:21

I have a 32bit of windows 7 and the installer attempts to install 64bit of libs which results an error page. Is there anyway to make it install the proper version based?

pakrat2k2 07-03-2012 20:45

Quote:

Originally Posted by nokia6311 (Post 401163)
conversion complete but game cant install from mf31...it show that cannot find specified path

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\"

Quote:

Originally Posted by EmperadorCAD (Post 401174)
Hey, what are the attached files I have to put on the first DVD?
Because I think I have some files that are of more.
The autorun.ini does not automatically open the first DVD,
this is the REVO code:

[autorun]
OPEN = 0
ICON = Setup.ico

Maybe I should be specifically targeted to some other file?

Thx, bye. Sorry for my English. :D

OPEN=Setup.exe

Quote:

Originally Posted by zyo (Post 401176)
I have a 32bit of windows 7 and the installer attempts to install 64bit of libs which results an error page. Is there anyway to make it install the proper version based?

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

EmperadorCAD 08-03-2012 00:25

Thx pakrat2k2, it works OK. Now I have another problem:mad:
with the installation menu shows me symbols instead of
letters. Any ideas? I hope not to annoy, the language
of the installer is in Spanish. Thx. :)

http://img827.imageshack.us/img827/2040/menuerror.jpg

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)

GTX590 10-03-2012 14:22

After the conversion is finished, I still don't know which files ( other than bin files of course) must be moved to "ME3_1" folder?
If I launch install.exe i get this message "Setup couldn't find necessary files".
Can anybody help? Thanks.

Fabioddq 10-03-2012 15:41

Quote:

Originally Posted by GTX590 (Post 401279)
After the conversion is finished, I still don't know which files ( other than bin files of course) must be moved to "ME3_1" folder?
If I launch install.exe i get this message "Setup couldn't find necessary files".
Can anybody help? Thanks.

ME3_1: Autorun.inf; Install.exe; Install1a.bin,1b,1c; Setup.cab; Setup.exe; Setup.ico; Setup.ini

ME3_2: Autorun.inf; Install2a.bin,2b,2c; Setup.ico

ME3_3: Redist folder; Autorun.inf; Install3a.bin,3b,3c; Setup.ico

Make ISO's and test! :)

GTX590 10-03-2012 16:24

Thanks man for the help! Going to try that!!! :)

crysis001 11-03-2012 07:26

Everything works perfectly, great job done REV0 and Yener 90.

thank you

is there somewhere converter for Mass Effect 1 and 2?

pakrat2k2 11-03-2012 09:03

Quote:

Originally Posted by crysis001 (Post 401295)
Everything works perfectly, great job done REV0 and Yener 90.

thank you

is there somewhere converter for Mass Effect 1 and 2?

in the index here

http://fileforums.com/showthread.php?t=74084


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

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