View Single Post
  #14  
Old 17-11-2011, 04:38
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 loader1 View Post
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.