View Single Post
  #11  
Old 26-06-2012, 04:13
silviugut silviugut is offline
Registered User
 
Join Date: Oct 2011
Location: Romania
Posts: 54
Thanks: 49
Thanked 4 Times in 4 Posts
silviugut is on a distinguished road
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!

Last edited by Joe Forster/STA; 26-06-2012 at 09:01.
Reply With Quote