Quote:
Originally Posted by loader1
I try to write one entry in the registry so that the game starts with the desired language. The script starts the game is okay but English, so that it starts in German, I need the registry entry.
|
Allright, i'm not yet pro for regkeys for INNoO but try this:
Open RUN.iss,
find
Tasks
under it (more specifically under the Physx line) add these:
[Registry]
Root: HKLM; Subkey: SOFTWARE\EA Games\Need for Speed (TM) The Run; ValueName: Locale; ValueType: String; ValueData: de_DE; Flags: uninsdeletekey
try this please.
I'm not sure, if it's working we can do other languages too.
About yener style converters:
It will take longer time and needs test-retry kinda work, also it's not efficient like INNO setup, when there's too many files, there will be more errors.
You can try to make conversion, however it's not required.