![]() |
1 Attachment(s)
Quote:
Cheers |
Quote:
|
Hi revo just a quick heads up the setup.ini uplay is pointing to the wrg folder it should be pointing to \Support\GameLauncher.
i gave ur script another go just to test.it still does not pick up the game as updated to 1.01 is still says version can be found if i try to reapply the update but if i used my reg that i posted earlier in the script it picks up the update by saying this version is already installed. |
Quote:
Cheers |
can this conversion create 4xdvd5
i've seen senseman conversion, but i prefer to use inno setup. |
Quote:
|
I select Eng flag and installed game...
but when i play its in Rus. i used AC3_3DVD5_BASE_PACK_V121 and InstallerScript_V120 i used compression=none for 4DVD5 please help... |
Quote:
|
Assassin’s creed 3 multi 7 [15.21 gb]
|
Quote:
|
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)
|
Quote:
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 |
Quote:
save and all done its converted in eng. |
Quote:
i have to compile it 1 more time...:mad: |
REV0
you know it will not bring anything :p -> Languages: eng change^^ -> your gameupdate languages registry are wrong. The GameUpdater doesnt support so much languages. Look at Resources in Assassins Creed 3 Folder. You can see on the folder names which are supported. Try those values: Code:
[Registry] |
Quote:
|
Quote:
and also i edit the Latest eng regkeys which yener90 posted... |
Quote:
The second one i obtained has 7 of them, the ones you posted only... My head gonna explode. Since 2 days i'm trying to had 2 more exe files on autorun which is a torture, gonna be retired. |
hi guys this is what worked for me:
Root: "HKLM"; Subkey: "SOFTWARE\{{{{code:GetAppPublisher}\{{{{code:GetAp pName}"; ValueType: String; ValueName: "UninstallString"; ValueData: "{{uninstallexe}"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0 Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft"; ValueType: String; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0 Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueType: String; ValueName: "InstallDir"; ValueData: "{app}"; Flags: uninsdeletekey; MinVersion: 0.0,5.01 Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed (R) III\1.01"; ValueType: String; ValueName: "(Default)"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0 Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueType: String; ValueName: "InstallDir"; ValueData: "{{app}"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0 Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3"; ValueType: String; ValueName: "Language"; ValueData: "English"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0 Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueType: String; ValueName: "language"; ValueData: "us"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0 Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueType: String; ValueName: "installdir"; ValueData: "{{app}"; Flags: uninsdeletevalue uninsdeletekeyifempty; MinVersion: 0.0,5.0 Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueType: String; ValueName: "execPath"; ValueData: "{app}\AC3SP.exe"; Flags: uninsdeletekey; MinVersion: 0.0,5.01 Root: "HKLM"; Subkey: "SOFTWARE\Ubisoft\Assassin's Creed 3\GameUpdate"; ValueType: String; ValueName: "info"; ValueData: "f77ec040f361440b8eec12981898da70"; Flags: uninsdeletekey; MinVersion: 0.0,5.01 Root: "HKLM"; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\{{9D15E813-0C26-41E7-ABC5-3EB06FF1B3CF}"; ValueType: String; ValueName: "DisplayVersion"; ValueData: "1.01"; Flags: uninsdeletekey; MinVersion: 0.0,5.01 if i try any other languages in reg my game starts up in a different language i tried every type of fix posted from ur's revo and yener.either in different language or it cant pick up the updates.since i only need english i gonna just leave it like this it works fuck this games starting to really piss me of compiling and recompiling. |
Quote:
And... now what ? I put 3 regkeys which say 'IT'S V1.01 DAMN IT' in Anthology conversion. It'll work now, i am sure of it. |
Ok, no sure what problems people are having. As far as i've tested this works 100% on Windows 7 64bit English. The directx and stuff doesn't auto install, but the arguments are not right that's why. put /silent for directx, and I put /q:a for vcredist. This works for me.
|
"Move UplayLauncher to Support and delete it's folder."
Move from where? Is that Uplayinstaller in Gamelauncher folder? |
no... It's in your retail DVD, Move UplayLauncher to Support folder in dvd3/support..
its step 2 in first post. |
It don't have in my retail DVD
http://i104.photobucket.com/albums/m...Untitled-2.jpg |
then thats the one you copy into dvd3 support folder
|
How am i supposed to open the installerscript.iss and compile it?
|
|
Thanks. It works fine but I compared your Registry in the with the original that the game create and it wasn't the same.
Yours Quote:
Quote:
|
hi i want update my game
to ver 1.1 i have this error could not retrieve installation folder... please help! my game is version 1.0 sorry for my english |
Quote:
Quote:
|
works great on win7 64 nice job
|
Quote:
Quote:
Quote:
Thanks and sorry for bad english |
I checked my regkeys and there's no such 'App Version', instead there's display version and it's correct
|
updating (Ben arnold dlc) still not working :-( but that Unistall key should make it work - dont know whats the problem
EDIT: ok found solution ;-) Quote:
It should be: (tried it and it works fine) Quote:
|
Quote:
|
not an extra right bracket ( ] ) , just didnt hold down shift key for second } ... left-hand side has 2 left {, should also be 2 right }...
|
Quote:
|
strange inno usually wants 2 brackets, but you say it works with 2+1 then thats good enough for me :)
|
This string (a GUID) has to be the same, character by character, as the one added to the Windows registry. If the creators of the original messed up the installer (settings) then, yeah, a string with seemingly incorrect syntax is required.
|
hy mr rev0, i use this conversion, i instal it, but if i want to update the game to version 1.02 the updater doesn't find the game... please help...
|
| All times are GMT -7. The time now is 06:45. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com