Add Uplay option for Assassin's Creed III#967
Closed
Kreyren wants to merge 12 commits intoPhoenicisOrg:masterfrom
Closed
Add Uplay option for Assassin's Creed III#967Kreyren wants to merge 12 commits intoPhoenicisOrg:masterfrom
Kreyren wants to merge 12 commits intoPhoenicisOrg:masterfrom
Conversation
added 2 commits
June 5, 2019 19:24
Contributor
Author
|
There is a syntax error in include("engines.wine.quick_script.uplay_script");
include("engines.wine.verbs.dxvk");
var installerImplementation = {
run: function () {
new UplayScript()
.name("Assassin's Creed")
.editor("Ubisoft, Gameloft, Ubisoft Montreal, Blue Byte, MORE")
.applicationHomepage("https://www.ubisoft.com/en-us/game/assassins-creed")
.author("KREYREN")
.appId(273)
.preInstall(function (wine/*, wizard*/) {
wine.DXVK();
})
.go();
};
/* exported Installer */
var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);where |
added 8 commits
June 6, 2019 06:07
Contributor
Author
|
ping @plata : You provided testing results on wineHQ https://appdb.winehq.org/objectManager.php?sClass=version&iId=27132&iTestingId=99347 -> Requesting info |
Contributor
Author
|
Trying vcrun spam vcrun2003 is halting phoenicis.. -> Trying vcrun2010~2017 -> Same issue Concluded not relevant to vcrun |
Contributor
Author
@qparis are all presented patches present in your staging? |
Contributor
Author
Collaborator
|
I do not have any info for you except of what is written in the WineHQ entry. |
Collaborator
|
Closed due to inactivity. Feel free to reopen if the app works (according to a comment in the script, the app crashes at startup). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Credit: https://github.com/Haoose/UPLAY_GAME_ID/blob/master/README.md
Blocked by: #978Blocked by #982
Blocked by #959
Affected by #881
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json-> Same effectBased on https://lutris.net/games/install/8328/view -> Corefonts and vcrun2008 are required.
Staging required https://bugs.winehq.org/show_bug.cgi?id=41181