View Single Post
  #13  
Old 28-04-2012, 22:59
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
Quote:
Originally Posted by REV0 View Post
if you tested it, i can add it as info to the conversion
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.
Reply With Quote