PDA

View Full Version : Crysis 3 CI


neu10
19-02-2013, 17:45
EDIT by Grumpy: Conversion Instructions posted by 'pakrat2k2' in 2nd post.



Crysis 3 CIU


5654

5653

5655

5656

pakrat2k2
22-02-2013, 18:02
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

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

Cesar82
24-02-2013, 06:00
Good Conversion!

Suggestion

In Setup.ini change values:

[InstallOptions]

MyExecutableName=Crysis3.exe
MyExecutablePath=Bin32


[LangBox]
Left=26
ShowOnly=0


[LauncherSettings]
InstallRedist=1

Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1={src}\___Installer\directx\redist\DXSET UP.exe
LaunchArg1=/silent

Launch2=Visual C++ 2010 Sp1 x86
Launch264=0
Launch2BeforeInstall=0
LaunchCom2={src}\___Installer\vc\vc2010\redist\vcr edist_x86.exe
LaunchArg2=/q /norestart


================
Put Edit.png Image in red color.

pakrat2k2
24-02-2013, 12:38
[QUOTE=LuisCésar82;414381]file uploaded

Cesar82
24-02-2013, 20:28
Edit.png image with white border.

Open setup.cab with 7zip or WinRar and drag & drop the edit.png into setup folder.

arnolzzzz
06-04-2014, 18:31
using which compressor i have to compress the files

pakrat2k2
07-04-2014, 17:27
using which compressor i have to compress the files

INNO Unicode needs to be installed on OS. then follow my instructions post #2