Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #61  
Old 08-03-2012, 00:38
zyo zyo is offline
Registered User
 
Join Date: Jun 2007
Location: Shanghai
Posts: 116
Thanks: 2
Thanked 5 Times in 5 Posts
zyo is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
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?
Reply With Quote
Sponsored Links
  #62  
Old 08-03-2012, 01:21
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
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.
Reply With Quote
  #63  
Old 08-03-2012, 09:49
lipchak lipchak is offline
Registered User
 
Join Date: Aug 2003
Location: Buenos Aires (Argentina)
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
lipchak
Thumbs up

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
Reply With Quote
  #64  
Old 08-03-2012, 12:30
salek86 salek86 is offline
Registered User
 
Join Date: Nov 2008
Location: poland
Posts: 7
Thanks: 8
Thanked 0 Times in 0 Posts
salek86 is on a distinguished road
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
Reply With Quote
  #65  
Old 08-03-2012, 12:38
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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 View Post
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.

Last edited by pakrat2k2; 08-03-2012 at 12:41.
Reply With Quote
  #66  
Old 08-03-2012, 12:38
Igor007's Avatar
Igor007 Igor007 is offline
Registered User
 
Join Date: Oct 2009
Location: Croatia
Posts: 17
Thanks: 1
Thanked 1 Time in 1 Post
Igor007 is on a distinguished road
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
Reply With Quote
  #67  
Old 08-03-2012, 12:52
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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
Reply With Quote
  #68  
Old 08-03-2012, 12:53
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
OMG,it fits also on one dvd5, instead you wasted 3 dvds
Reply With Quote
  #69  
Old 08-03-2012, 14:01
Igor007's Avatar
Igor007 Igor007 is offline
Registered User
 
Join Date: Oct 2009
Location: Croatia
Posts: 17
Thanks: 1
Thanked 1 Time in 1 Post
Igor007 is on a distinguished road
Quote:
Originally Posted by peterf1999 View Post
OMG,it fits also on one dvd5, instead you wasted 3 dvds
LOL HOW??? plz can you make some conversion that fits on 2xDVD5 without resampling videos?
Reply With Quote
  #70  
Old 08-03-2012, 16:15
EmperadorCAD EmperadorCAD is offline
Registered User
 
Join Date: Mar 2009
Location: Argentina
Posts: 45
Thanks: 30
Thanked 7 Times in 5 Posts
EmperadorCAD is on a distinguished road
Quote:
Originally Posted by REV0 View Post
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.
Reply With Quote
  #71  
Old 08-03-2012, 23:20
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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.
Reply With Quote
  #72  
Old 09-03-2012, 01:28
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
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.
Reply With Quote
  #73  
Old 09-03-2012, 01:29
salek86 salek86 is offline
Registered User
 
Join Date: Nov 2008
Location: poland
Posts: 7
Thanks: 8
Thanked 0 Times in 0 Posts
salek86 is on a distinguished road
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.
Reply With Quote
  #74  
Old 09-03-2012, 03:05
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
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!
Reply With Quote
  #75  
Old 10-03-2012, 10:08
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
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)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 05:45.


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