|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
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. |
| Sponsored Links |
|
#2
|
|||
|
|||
|
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 |
|
#3
|
|||
|
|||
|
Quote:
Thx, bye.
|
|
#4
|
|||
|
|||
|
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 |
|
#5
|
||||
|
||||
|
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:
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. Last edited by pakrat2k2; 08-03-2012 at 12:41. |
|
#6
|
||||
|
||||
|
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
|
|
#7
|
||||
|
||||
|
OMG,it fits also on one dvd5, instead you wasted 3 dvds
![]()
|
|
#8
|
||||
|
||||
|
LOL HOW??? plz can you make some conversion that fits on 2xDVD5 without resampling videos?
|
|
#9
|
||||
|
||||
|
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 |
|
#10
|
||||
|
||||
|
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.
|
|
#11
|
|||
|
|||
|
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. |
|
#12
|
|||
|
|||
|
I do not know how to start a feed begun compress files,Maybe a tutorial
Last edited by salek86; 09-03-2012 at 01:37. |
|
#13
|
||||
|
||||
|
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.
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
|
#14
|
||||
|
||||
|
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) |
|
#15
|
||||
|
||||
|
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. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mass Effect 2 2xDVD9 -> 2xDVD5 | yener90 | PC Games - CD/DVD Conversions | 113 | 22-10-2012 14:24 |
| Mass Effect 3 [DVD9 to 3 DVD5] - CONVERTER + FREEARC | REV0 | PC Games - CD/DVD Conversions | 2 | 24-03-2012 14:23 |
| How to convert DC *.ADX sound files back to one *.AFS sound file? | CRANKYfranky | DC Games | 11 | 06-12-2010 11:12 |
| Fixing Mass Effect saving problems manually | chulliano | General Gaming | 7 | 05-08-2010 10:28 |
| Europa Universalis II v1.09 securom | userqwerty | PC Games | 8 | 20-01-2006 14:13 |