View Full Version : F.E.A.R. 2 Project Origin 3xDVD5
InstallerScript CI 8.5.1.1 by yener90 compression none
1. Install the game
2. Download the attachment, extract completely (wherever you want)
3. Open InstallerScript.iss
Edit the following lines, according to the installation directory of the game.
#define SourcePath "C:\Program Files\WB Games\F.E.A.R. 2 Project Origin"
4. Save and compile
5. Will create two folders, Disk 1 Disk 2 and Disk 3 folder inside the "compiled":
Move to the Disk 1:
Setup.exe
Setup-1a.bin
Setup-1b.bin
Setup-1c.bin
Move to the Disk 2:
Setup-2a.bin
Setup-2b.bin
Setup-2c.bin
Move to the Disk 3:
Setup-3a.bin
Setup-3b.bin
Burn the contents of the folder to a DVD with the label you want.
Total Size:
Disk1 4.36 GB
Disk2 4.36 GB
Disk3 2.56 GB
WaltonSimons
05-10-2012, 04:55
What languages does it support?
What languages does it support?
Did you ask if the game is the installation program?
jackstuff
05-10-2012, 07:51
mesut28 your conversion is good i love it but at the time of installation in the dialog box both installing and extracting appears, i have rounded a red circle on it, uploading another image should be like this hope u will fixed it sorry if u don't mind, left it every thing was perfect
Sorry for my bad english
Joe Forster/STA
05-10-2012, 08:14
Why is it a problem that the user can see which file is being installed/extracted at the moment?
All Languages
Download ''setup.rar'' file extract.
setup.ini files copy/paste replace
jackstuff
05-10-2012, 08:20
extracting is looks like a winzip/winrar archive
WaltonSimons
06-10-2012, 10:33
The game. Afaik all are included, it's the registry that matters. Ergo, my question was whether the game will install in the language the installer is displayed in.
available in the required language file for the game rar archive content
Why you don't write the registry entries for languages in InstallerScript.iss under [Registry]? It's more comfortable for the users of your conversion :)
WaltonSimons
06-10-2012, 15:59
Precisely what I meant. That's what it's supposed to look like: you select language in installer and it installs the game already with the proper registry entry. * If it doesn't do that, I'll wait until it does and THEN utilize the conversion. Same with FEAR 3 :)
* does not apply to Reborn DLC which doesn't support some of the languages of FEAR 2 PO. If Reborn is installed and an unsupported language is detected (like Polish), Reborn DLC will be in English which is default for this DLC.
added to file the required language for the game ''Installerscript''
friends, try using a different language, the language is active in the system
look
Root: HKCU; SubKey: "SOFTWARE\\Monolith Productions\\FEAR2\\1.00.0000"; ValueName: "Language"; ValueData: "en,cs,fr,de,hu,it,ja,pl,es,ru"; ValueType: string; Flags: UninsDeleteKey;
>.>
Try this
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: UninstallString; ValueData: {uninstallexe}; ValueType: string; Flags: UninsDeleteKey;
Root: HKCU; SubKey: "SOFTWARE\Monolith Productions\FEAR2\1.00.0000"; ValueName: Language; ValueData: en; ValueType: string; Flags: UninsDeleteKey; Languages: eng
Root: HKCU; SubKey: "SOFTWARE\Monolith Productions\FEAR2\1.00.0000"; ValueName: Language; ValueData: fr; ValueType: string; Flags: UninsDeleteKey; Languages: fre
Root: HKCU; SubKey: "SOFTWARE\Monolith Productions\FEAR2\1.00.0000"; ValueName: Language; ValueData: it; ValueType: string; Flags: UninsDeleteKey; Languages: ita
...
...
...and so on etc
PS: Are you sure HKCU is the correct root ? Not HKLM? I don't have this game, but usualy the most games save their registry entries in HKLM root.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Monolith Productions\FEAR2\1.00.0000]
"Language"="fr"
original ''reg'' file in this way, active language in this way is
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.