FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   yener90's Inno Project Source Codes (https://fileforums.com/showthread.php?t=91563)

alias-as 28-01-2013 13:07

so i must put theme like that for Multi2 Fr/En
"Locale"="fr_FR"
"Locale"="en_US"
"Language"="French"
"Language"="English"

pakrat2k2 28-01-2013 13:14

dont forget the "LanguageName=French" & "LanguageName=English" as well

alias-as 28-01-2013 13:34

i did it like you said but the game have been installed in english language but my windows is french !!! i'm confused lol

Fabioddq 28-01-2013 14:35

Quote:

Originally Posted by alias-as (Post 413344)
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.

pakrat2k2 28-01-2013 18:01

ValueData: $00000000 is for English

alias-as 02-02-2013 03:56

good morning :)
could some one tell me how to fix this error :confused:
http://img854.imageshack.us/img854/1737/sanstitreoy.jpg

Privat 02-02-2013 04:20

Quote:

Originally Posted by Fabioddq (Post 413347)
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\\"

Fabioddq 02-02-2013 04:51

Quote:

Originally Posted by Privat (Post 413440)
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! ;)

Fabioddq 02-02-2013 04:52

Quote:

Originally Posted by alias-as (Post 413439)
good morning :)
could some one tell me how to fix this error :confused:
http://img854.imageshack.us/img854/1737/sanstitreoy.jpg

Probably, this file is corrupt! Try make the conversion again.

You got to burn to DVD? The DVD may be scratched.

REV0 02-02-2013 05:01

Quote:

Originally Posted by Fabioddq (Post 413441)
Yep, but he wants only English and French. :)

Thanks anyway! ;)

And he wants Dead Space 2

Compiler 02-02-2013 08:19

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.

Razor12911 02-02-2013 12:00

Quote:

Originally Posted by Compiler (Post 413445)
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.

jonhutty 04-02-2013 20:04

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

pakrat2k2 04-02-2013 20:26

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.

yener90 05-02-2013 02:57

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


All times are GMT -7. The time now is 11:42.

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