Quote:
Originally Posted by sarmadi
Good job neu10. could you please, put more details and step by step.
|
just like any other CIU..
open installerscript & change
;#define ProgramFiles "E:\Program Files (x86)\Activision\Cabelas Dangerous Hunts 2013\video"
to YOUR GAME FOLDER LOCATION. Save the script & compile it.
IE: #define ProgramFiles "E:\Program Files (x86)\Electronic Arts\Crysis 3"
ERRORS in Setup.ini
Code:
MyExecutableName=FC3Updater.exe > Obvious needs to be Crysis3.exe
[InstallSettings]
GDFBinary=bin\GDFWin8.dll
[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
BOTH above need to be removed/changed.
GDFBinary=bin\GDFWin8.dll > GDFBinary_en_US.dll > _en_US needs to be set to whatever language you want game to be in.
[ExtractSettings] section needs to be removed completely.
Also in setup.ini look at bottom for where to move Support folder from gamefolder to DVD 2.
neu10 you also need all the eula files not just the one for your particular language.
change the ISS script, [Setup] section
;LicenseFile=es_ES_eula.rtf
add the LicenseFile to each particular language in Language Section of script.
Add each of the eula file to root dir where InstallerScript.iss resides.
[Languages]
Name: eng; MessagesFile: Languages\English.isl; LicenseFile=en_US_eula.rtf;
Name: cze; MessagesFile: Languages\Czech.isl; LicenseFile=cs_CZ_eula.rtf;
etc