Thread: Crysis 3 CI
View Single Post
  #2  
Old 22-02-2013, 18:02
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 sarmadi View Post
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

Last edited by pakrat2k2; 22-02-2013 at 20:55. Reason: eula files.
Reply With Quote