|
|
|
#1
|
|||
|
|||
|
if you tested it, i can add it as info to the conversion
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
easy enough to change... to use external file. delete setup.exe
edit Installerscript.iss add ; to second line where #define ProgramFiles "D:\Program Files (x86)\SEGA\Binary Domain" recompile the script. new setup.exe created to use external file instead of looking for Install-1a..etc files add to setup.ini [ExtractSettings] FreeArcFile1={src}\BinaryDomain.arc;DestDir:{app}; Disk:1 make sure that lang choice is enabled Lang=en, de, fr, it, sp LangUI=1 and change the locale in ISS registry section to match what lang your installing. ( Hexens posted corresponding code for language, so make sure they match before running ISS script ) basically all it does is change from internal compression to external compression. of course need to delete from Binary Domain\Sounds ( files of language you dont want, saves 4GB ) and results in 1xDVD5 in 1 language. Last edited by pakrat2k2; 29-04-2012 at 08:55. |
|
#3
|
|||
|
|||
|
the game work fine (french language) but when i do the conversion it work only in english !!!!!
and other thing !! there is no "BD_1""BD_2" files when conversion finished !! |
|
#4
|
|||
|
|||
|
There is an error in registry to play in foreign language , locale=1033 is only for english !
To play in french language , you need to edit and remplace 1033 by 1036 in registry or in InstallerScript.iss [HKEY_LOCAL_MACHINE\SOFTWARE\Sega\Binary Domain] Locale=1036 All the code for language: English=1033 Deutch=1031 French=1036 Italian=1040 Spanish=3082 Last edited by Hexens; 29-04-2012 at 03:57. |
|
#5
|
|||
|
|||
|
Quote:
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| The Darkness II - 1xDVD9 to 2xDVD5 (Inno Setup) | Fabioddq | PC Games - CD/DVD Conversions | 21 | 06-09-2016 18:01 |
| StarCraft II : Wings Of Liberty (DVD9 to 2x DVD5) INNO SETUP | peterf1999 | PC Games - CD/DVD Conversions | 18 | 18-01-2013 19:41 |
| Syndicate - 2xDVD5 (Inno Setup) | Fabioddq | PC Games - CD/DVD Conversions | 5 | 26-02-2012 06:44 |