![]() |
Tom Clancy's Ghost Recon Future Soldier (3xDVD5 OR 2xDVD5) *Inno Setup + FreeArc*
3 Attachment(s)
Tom Clancy's Ghost Recon Future Soldier: 3xDVD5 (Audio: One Language, Subtitles: Multi 11) - Inno Setup + FreeArc
Tom Clancy's Ghost Recon Future Soldier: 2xDVD5 (Audio: One Language, Subtitles: Multi 11, re-encoded bik's) - Inno Setup + FreeArc Based on CI 8.5.7.4 by yener90. I used some pieces of Peterf1999's methods. Music: "Bolivia Streets" - Tom Salta (From Original Game Soundtracks). To create an ISO (optional), you need to install ImgBurn on your system. Download here: http://www.imgburn.com/index.php?act=download Code:
About versions:1. Install the game. Go to your directory\Sound_Bin_PC folder, if you choose english language/audio for example, leave the following archives: Code:
localized_English.sndbig3. From your DVD9 copy Support folder to TCGRFS_3; 4. Download attachment TCGRFS_v1.6 and extract in your HD (Not in game folder). 5. Run compress.bat, select your game directory and wait for Finished! 6. After creating Data.cab's, you can choose to create an ISO. If yes (Y): Code:
Select your ImgBurn.exe directory: e.g. C:\Program Files (x86)\ImgBurn\ImgBurn.exe;-------------------------------------------------------------------------------------------------- 2xDVD5 1. Install the game. Leave one language. See the step 1 above; 2. Install all updates (1.1, 1.2, 1.3, 1.4, 1.5). Download attachment TCGRFS_v1.6_2xDVD5 and extract in your HD; 3. From your DVD9 copy Support folder to TCGRFS_2; 4. Download the re-encoded Biks from the attachment TCGRFS_2xDVD5.txt and replace in your game directory; 5. Download attachment TCGRFS_v1.6_2xDVD5 and extract in your HD (Not in game folder). 6. Run compress.bat, select your game directory and wait for Finished! 7. After creating Data.cab's, you can choose to create an ISO. If yes (Y): Code:
Select your ImgBurn.exe directory: e.g. C:\Program Files (x86)\ImgBurn\ImgBurn.exe;Screenshots https://lh3.googleusercontent.com/-X...02/autorun.jpg https://lh6.googleusercontent.com/-L...920/wizard.jpg https://lh3.googleusercontent.com/-S...ardlicense.jpg https://lh3.googleusercontent.com/-N...zardcustom.jpg https://lh5.googleusercontent.com/-D...25280%2529.jpg https://lh6.googleusercontent.com/-b...25281%2529.jpg https://lh6.googleusercontent.com/-T...25283%2529.jpg https://lh3.googleusercontent.com/-C...25285%2529.jpg |
nice job, testing on W7X64. Will report back :)
|
Thks !!
Hope it was 2xDVD5 rather then 3xDVD5 :P But Still ok ! |
may get to 2xdvd5, by recompressing biks.........
|
Quote:
DVD1: 4,35GB DVD2: 4.35GB (But no space for support folder - 4.48GB) :( Like say Pakrat, "2xdvd5, by recompressing biks". |
Testing on win7 sp1 32 bit... waiting for result
|
why my ghost recon language become portugal after this conversion?
am i do anything wrong? |
how can I do for leaving all the languages?
|
Quote:
|
I made the conversion with all languages supported by game,without delete anything from the game!!I installed the game in French but after installing the game starts in Portuguese! WTF!
Compression none -conversion time=15 min, time during installation=15 min! What should I make to the game starts in language that is installed? I notice that there are not only one having this problem!! |
It is a mistake in this line of ISS script,Section [registry]:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: dword; ValueName: langId; ValueData: $00000009; Flags: uninsdeletevalue uninsdeletekeyifempty I suppose Fabioddq installed the game in Portuguese (live in Brazil),and ValueData: $00000009; is value for Portuguese language!I do not have the original game installed in my PC as you can see what value is passed in REGEDIT!!Can someone help us like pakrat2k2 or yener90!! I changed in REGEDIT / Ubisoft / Tom Clancy's Ghost Recon Future Soldier/ValueType: dword; ValueName: langId; ValueData: $00000009; to ValueData: $00000000; and game runs in English !!! Who can help as to tell us what value should be written in ISS Script for the game start in language that is installed? For ,,tanatos,,: Do not delete anything from the game! |
langId = $00000001 for English
|
For ,,pakrat2k2 ,,:
with $00000000 works the same in English,it does not help me at all !! Tell me what should I put in ISS Script,Registry section, for the game start in language that is installed!! That will help when installing the game in French,game to start in French,when installing in Italian,game to start in Italian ,etc....!! |
Quote:
ubisoft uses different codes everytime. in driver it was 0 = English 1 = German .... i dont have the game so i cant analyze completely. if your codes are correct you can use those lines for script: Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueType: dword; ValueName: langId; ValueData: 1; Flags: uninsdeletevalue uninsdeletekeyifempty |
Quote:
I'll have to install the game in these languages to learn. :eek: EDIT... Updated to v1.1: Fixed reg entries for all languages supported by the game. (Thanks to yener90). Not more necessary to change the registry. Just install the game in the language of your choice. |
Updated to v1.1:
Fixed reg entries for all languages supported by the game. (Thanks to yener90). Not more necessary to change the registry. Just install the game in the language of your choice. |
Thanks works fine :)
If you wan't make 2xDVD5 , repack 2 or 3 biggests files *.bik in VIDEO and choose compression LZMA2/Ultra |
Thanks for help to Fabioddq,yener90 and pakrat2k2 !!
Now the conversion works 100 % ,install and uninstall with all languages supported by the original game!!Tested on Win 7 x64! |
Fabioddq
POLISH langId = 0x0000000b(11) DUTCH langId = 0x0000000d(13) SWEDISH langId = 0x0000000f(15) Was bored so installed game in each of the missing languages, took values from Reg for each game. Add to your installer so ALL languages are there ;) |
Quote:
I had to install the game in those three languages for get the codes! kkkkkkkkkk :eek: but i appreciate your help and your time! :D:D Thanks! |
Instalscript.iss still has error in reg section.. the item shown in RED wont match unless its changed to match installers choice of language.
Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}\GameUpdate"; ValueType: string; ValueName: language; ValueData: us; Flags: uninsdeletevalue uninsdeletekeyifempty |
Quote:
EDIT... I installed now from DVD9 in portuguese language and this value show "us". Look: https://lh5.googleusercontent.com/-M...portuguese.png https://lh4.googleusercontent.com/-T...w/s1600/us.png It will be a error in DVD9? Try installing your DVD9 in other languages to see what happens. :D |
For ,,pakrat2k2,, and ,,Fabioddq,,:
Maybe ValueData: us; is related with Ubisoft Launcher (I noticed that it installs only on us (english)).I installed the game in French and the game starts as in French!But I noticed that I can not update game!!Update Installer not find the game location,I said ,,Tom Clancys Ghost Recon Future Soldier is not installed,,!! |
The game updater supports only 5 languages...english, german, french, italian and spanish...therefore you got in portuguese english.
i think for updater uninstall info of original game is required. |
Thanks, work for me, in v1.1, I add (Audio: two Language, English and Spanish)..
|
When I launched the game it said:" Future Soldier.exe has stopped working" . pls help.
|
I installed the converted game,after I uninstalled the original game(All old registry was deleted from Regedit).The game works perfectly, there's no problem with the game languages ,but I have a problem,I can not update game!!When I try to install updates,Update Installer not find the game location,I said ,,Tom Clancys Ghost Recon Future Soldier is not installed.....,,!!
Please tell me if you have the same problem!! I want to know if the problem is in ISS Script registry, or is in my system! I used TCGRFS_v1.1.7z version!! I tried to install 1.1 and 1.2 Update,Neither worked, same error!! |
missing couple reg entries for ubisoft launcher.. might want to add them to script?
Code:
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Ubisoft\Launcher; ValueType: string; ValueName: Version; ValueData: 0432 ; Flags: uninsdeletevalue uninsdeletekeyifempty |
Quote:
http://www.fileforums.com/attachment...1&d=1340835077 About Reg fix: Copy REGFix.exe to Your game installation folder.Run reg fix,Run Update Thanks to Senseman for this. |
Quote:
|
without those 2 entries I couldnt install either update 1 or 2. Replaced those 2 lines and it allowed the updates.
|
Quote:
[Registry] Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: UninstallString; ValueData: {uninstallexe}; ValueType: string; Flags: UninsDeleteKey; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: dword; ValueName: langId; ValueData: $00000001; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: dword; ValueName: langId; ValueData: $00000003; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ger; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: dword; ValueName: langId; ValueData: $00000004; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: dword; ValueName: langId; ValueData: $00000005; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: esp; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: dword; ValueName: langId; ValueData: $00000006; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ita; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: dword; ValueName: langId; ValueData: $00000009; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: porbr; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: dword; ValueName: langId; ValueData: $000000010; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: nor; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: dword; ValueName: langId; ValueData: $000000011; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: dan; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: dword; ValueName: langId; ValueData: $0000000d; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ndl; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: dword; ValueName: langId; ValueData: $0000000b; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: pol; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: dword; ValueName: langId; ValueData: $0000000f; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: swe; Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: string; ValueName: SKU_Name; ValueData: PC_Digital_WW; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} \1.00"; Flags: uninsdeletekeyifempty Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} \GameUpdate"; ValueType: string; ValueName: execPath; ValueData: {app}\Future Soldier.exe; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} \GameUpdate"; ValueType: string; ValueName: info; ValueData: 3422cc5d51734244b8475c4c9c046d24; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} \GameUpdate"; ValueType: string; ValueName: installdir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} \GameUpdate"; ValueType: string; ValueName: language; ValueData: us; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\Launcher"; ValueType: string; ValueName: Version; ValueData: 0432 ; Flags: uninsdeletevalue uninsdeletekeyifempty Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\Launcher"; ValueType: string; ValueName: InstallDir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty I think, after install the patches, appeared 2 new reg entries: Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} \1.1"; Flags: uninsdeletekeyifempty Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} \1.2"; Flags: uninsdeletekeyifempty I have to add too or not? |
yes needs those 2 entries after applying 2 updates, to keep it correct, for any further updates.
PS. Will check with Joe, to see if allowed to post re-encoded biks. Takes Video folder down from 3.8GB to 1.2GB so will allow to add the support folder for auto installing the needed software. so will change from 3xdvd5 to 2xdvd5 |
Quote:
|
Updated to v1.2: Added 4 new reg entries, for Ubisoft Game Launcher and patch 1.1 & 1.2. |
Thanks ,,pakrat2k2,, and ,,Fabioddq,, for new reg entries!!
I tried and it works! I managed to install Updates! |
Quote:
After install the patches my frame rate is go down to 10FPS! :eek: Impossible to play. :mad: I don't know what happened. My requeriments are beyond the recomended. |
Quote:
|
seems there was an OLD 1.2 update ( used dates from 20-23 ) The NEW 1.2 update has dates from 26. So if you used the old 1.2 its uninstall & reinstall time.
There are two v1.2 patches, new one: Code:
http://static3.cdn.ubi.com/grfs/GRFS_1.2_June26.exeCode:
http://static3.cdn.ubi.com/grfs/GRFS_1.2.exe |
Links removed upon staff's request and may or may not be re-added later but we don't know when
|
| All times are GMT -7. The time now is 11:24. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com