View Single Post
  #90  
Old 04-06-2012, 10:47
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
silviugut

add to the lang = ptbr, OR if you want installer in your lang, remove all except the ptbr

the proper code for ptbr--> Portuguese - Brazil 1046 which is not needed.. you have the code section proper in installerscript.iss
Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\Rockstar Games Social Club"; ValueType: string; ValueName: locale; ValueData: {cm:LanguageNR}; Flags: uninsdeletekey;
just delete the original setup.exe, and compile the script again. it will create new exe for you that will work properly
so game installs / plays in proper lang for you.

Last edited by pakrat2k2; 04-06-2012 at 11:17. Reason: added code
Reply With Quote