View Single Post
  #33  
Old 17-11-2011, 19:51
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
Quote:
Originally Posted by REV0 View Post
I already sent a reg info to user who wanted german, if he manage it to use german, we can do for french too for now it's english only
You dont even have a proper Registry section in the script ??

The problem is a MISSING locale & Install Dir in the non-existant registry section.

If you want the game in a different language then add a registry entry line to the [REGISTRY] subsection of INNO Script. Also needs an install dir section.

Root: HKLM; Subkey: SOFTWARE\Electronic Arts\Need for Speed The Run\; ValueName: Install Dir; ValueType: String; ValueData: {app}; Flags: uninsdeletekey

Root: HKLM; Subkey: SOFTWARE\Electronic Arts\Need for Speed The Run\; ValueName: Locale; ValueType: String; ValueData: EN; Flags: uninsdeletekey


CHANGE the EN to whatever language you want the game in.

DE = German
FR = French
IT = Italian
ES - Spanish
PL = Polish
CS = Czech
RU = Russian

etc..

maybe now time to re-update the script ?

Last edited by pakrat2k2; 17-11-2011 at 19:54. Reason: added a few languages