FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Tom Clancy's Ghost Recon Future Soldier (3xDVD5 OR 2xDVD5) *Inno Setup* (https://fileforums.com/showthread.php?t=93051)

Fabioddq 26-06-2012 10:05

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.

Hexens 26-06-2012 10:28

Thanks works fine :)

If you wan't make 2xDVD5 , repack 2 or 3 biggests files *.bik in VIDEO and choose compression LZMA2/Ultra

silviugut 26-06-2012 13:24

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!

pakrat2k2 26-06-2012 19:29

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 ;)

Fabioddq 26-06-2012 21:38

Quote:

Originally Posted by pakrat2k2 (Post 403799)
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 ;)

Yes, i added in this afternoon before update to v1.1 :D
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!

pakrat2k2 26-06-2012 21:49

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

Fabioddq 26-06-2012 22:01

Quote:

Originally Posted by pakrat2k2 (Post 403805)
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

But I installed from the dvd9 in Portuguese and this value was as "us"

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

silviugut 27-06-2012 03:07

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,,!!

yener90 27-06-2012 03:24

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.

dani_ell 27-06-2012 10:49

Thanks, work for me, in v1.1, I add (Audio: two Language, English and Spanish)..

sarmadi 27-06-2012 13:15

When I launched the game it said:" Future Soldier.exe has stopped working" . pls help.

silviugut 27-06-2012 14:04

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!!

pakrat2k2 27-06-2012 16:00

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
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Ubisoft\Launcher; ValueType: string; ValueName: InstallDir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty


Fabioddq 27-06-2012 20:53

Quote:

Originally Posted by silviugut (Post 403857)
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!!

I have the same problem. Try to use this reg fix:
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.

Fabioddq 27-06-2012 20:57

Quote:

Originally Posted by pakrat2k2 (Post 403859)
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
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Ubisoft\Launcher; ValueType: string; ValueName: InstallDir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty


Sure Pakrat! Thank you very much! These registry entries solved the error when trying to install patches?


All times are GMT -7. The time now is 21:10.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com