Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28-01-2013, 13:34
alias-as's Avatar
alias-as alias-as is offline
Registered User
 
Join Date: Sep 2011
Location: France
Posts: 64
Thanks: 30
Thanked 3 Times in 2 Posts
alias-as is on a distinguished road
i did it like you said but the game have been installed in english language but my windows is french !!! i'm confused lol
Sponsored Links
  #2  
Old 28-01-2013, 14:35
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by alias-as View Post
i did it like you said but the game have been installed in english language but my windows is french !!! i'm confused lol
Try these regs:

Root: HKLM; SubKey: SOFTWARE\EA Games; Flags: uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: DisplayName; ValueData: Dead Space™ 2; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: ProductName; ValueData: Dead Space™ 2; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Install Dir; ValueData: {app}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Locale; ValueData: en_US; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Locale; ValueData: fr_FR; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre;
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Language; ValueData: English; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Language; ValueData: French; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre;
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Product GUID; ValueData: {{96D06FDD-6AF4-4309-BC1B-1C9588B0575E}; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2; ValueType: string; ValueName: Suppression Exe; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2\1.0; ValueType: string; ValueName: DisplayName; ValueData: Dead Space 2; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2\1.0; ValueType: dword; ValueName: Language; ValueData: $00000000; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2\1.0; ValueType: dword; ValueName: Language; ValueData: $00000002; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre;
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2\1.0; ValueType: string; ValueName: LanguageName; ValueData: English; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKLM; SubKey: SOFTWARE\EA Games\Dead Space 2\1.0; ValueType: string; ValueName: LanguageName; ValueData: French; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre;


EDIT...

pakrat, thanks for english code. I think this is solve the problem with languages.

Last edited by Fabioddq; 28-01-2013 at 18:31.
The Following User Says Thank You to Fabioddq For This Useful Post:
alias-as (29-01-2013)
  #3  
Old 02-02-2013, 04:20
Privat's Avatar
Privat Privat is offline
Registered User
 
Join Date: Apr 2011
Location: space
Posts: 55
Thanks: 120
Thanked 11 Times in 8 Posts
Privat is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
I think this is solve the problem with languages.
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\EA Games\Dead Space 3]
"GDFBinary"="X:\\EA\\Dead Space 3\\GDFBinary_ru_RU.dll"
"DisplayName"="Dead Space™ 3"
"Locale"="ru_RU"
"Install Dir"="X:\\EA\\Dead Space 3\\"
  #4  
Old 02-02-2013, 04:51
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by Privat View Post
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\EA Games\Dead Space 3]
"GDFBinary"="X:\\EA\\Dead Space 3\\GDFBinary_ru_RU.dll"
"DisplayName"="Dead Space™ 3"
"Locale"="ru_RU"
"Install Dir"="X:\\EA\\Dead Space 3\\"
Yep, but he wants only English and French.

Thanks anyway!
  #5  
Old 02-02-2013, 05:01
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by Fabioddq View Post
Yep, but he wants only English and French.

Thanks anyway!
And he wants Dead Space 2
The Following User Says Thank You to REV0 For This Useful Post:
Fabioddq (02-02-2013)
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
INNO TROUBLESHOOT - Questions Here REV0 Conversion Tutorials 1565 29-11-2024 09:51
Inno Setup: Additional Libraries altef_4 Conversion Tutorials 50 21-10-2020 09:59
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Help- How to extract a .bin file compressed by a code ? Adonix Conversion Tutorials 22 22-03-2015 15:02
yener90's older Inno Project Source Codes THADEADMAN2011 PC Games - CD/DVD Conversions 0 16-06-2012 03:40



All times are GMT -7. The time now is 18:17.


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