Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1231  
Old 28-01-2013, 13:07
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
so i must put theme like that for Multi2 Fr/En
"Locale"="fr_FR"
"Locale"="en_US"
"Language"="French"
"Language"="English"
Sponsored Links
  #1232  
Old 28-01-2013, 13:14
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
dont forget the "LanguageName=French" & "LanguageName=English" as well
  #1233  
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
  #1234  
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)
  #1235  
Old 28-01-2013, 18:01
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
ValueData: $00000000 is for English
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
alias-as (29-01-2013), Fabioddq (28-01-2013)
  #1236  
Old 02-02-2013, 03:56
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
good morning
could some one tell me how to fix this error
  #1237  
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\\"
  #1238  
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!
  #1239  
Old 02-02-2013, 04:52
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
good morning
could some one tell me how to fix this error
Probably, this file is corrupt! Try make the conversion again.

You got to burn to DVD? The DVD may be scratched.
  #1240  
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)
  #1241  
Old 02-02-2013, 08:19
Compiler Compiler is offline
Registered User
 
Join Date: Aug 2012
Location: A Planet called Earth.
Posts: 38
Thanks: 10
Thanked 7 Times in 7 Posts
Compiler is on a distinguished road
Can someone give code for best compression ratio for.vp6 videos, and also code to compress freearc+srep+precomp with 1GB RAM utilisation for decompression?Thanks.
  #1242  
Old 02-02-2013, 12:00
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,210 Times in 2,309 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by Compiler View Post
Can someone give code for best compression ratio for.vp6 videos, and also code to compress freearc+srep+precomp with 1GB RAM utilisation for decompression?Thanks.
Mhhm. I don't think videos are compressable, rather resample them.
  #1243  
Old 04-02-2013, 20:04
jonhutty jonhutty is offline
Registered User
 
Join Date: Feb 2013
Location: England
Posts: 20
Thanks: 1
Thanked 12 Times in 8 Posts
jonhutty is on a distinguished road
Yener90 i am new to creating installers and would very much like to learn i have used inno setup and inno ide when i compile a game or use one of the installers from this site i get the installers to work and it to install the game but when i click on the game to play it will not launch what am i doing wrong pleas help. jon
  #1244  
Old 04-02-2013, 20:26
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
you use originals to install game first, then make conversion following instructions.
Uninstall original game, ( so that it removes the game + any registry entries ), then install from conversion. IF the game ran perfectly fine from original, then it must run from conversion as well. Did you also install the pre-requisites the game needed as well?

Depending on the conversion, sometime you MUST install them for the game to work.
Things like DX, vcredist are not so important as most gamers already have them installed from other games, but things like physx, agiea, ubisoft launcher, dotnet, gfwl, are game independant, and those must be installed for game to work properly.
  #1245  
Old 05-02-2013, 02:57
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
after seeing some bugs regarding internal MP4 video playback, here is the update:

Update 1.0.0.5:
- overworked language files completely:
-> easier to update new versions of Inno
-> Supports Update 5.5.3
- fixed internal MP4 video playback
The Following 8 Users Say Thank You to yener90 For This Useful Post:
alias-as (08-02-2013), Delutto (12-02-2013), Demonn (09-02-2013), Fabioddq (05-02-2013), GKP0888 (06-02-2013), JacksMafia (11-02-2013), NamelessOne (07-02-2013), pakrat2k2 (05-02-2013)
Closed Thread


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 16:29.


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