View Single Post
  #52  
Old 24-11-2012, 07:06
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 mikey26 View Post
i also had that issue with language beening in different language after conversion so i just removed all the language from the registry in script only left eng as i only need it in english and then is worked fine.mine was launching in swedish i think(SW)
I dont know this conversion has sooooo many problems, i'm on the edge of deleting the whole fucking thread.

EXTRA: Open installerscript.iss and find regkeys;

add following language extenstion to end of eng regkeys: 'Languages: eng', so they both look like this:

Code:
Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueName: Language; ValueData: English; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: eng

Root: HKLM; SubKey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueName: language; ValueData: us; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: eng

Last edited by REV0; 24-11-2012 at 07:09.
Reply With Quote