-
Notifications
You must be signed in to change notification settings - Fork 45
Add Uplay option for Assassin's Creed III #967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
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 |
|
ping @plata : You provided testing results on wineHQ https://appdb.winehq.org/objectManager.php?sClass=version&iId=27132&iTestingId=99347 -> Requesting info |
|
Trying vcrun spam vcrun2003 is halting phoenicis.. -> Trying vcrun2010~2017 -> Same issue Concluded not relevant to vcrun |
@qparis are all presented patches present in your staging? |
|
I do not have any info for you except of what is written in the WineHQ entry. |
|
Closed due to inactivity. Feel free to reopen if the app works (according to a comment in the script, the app crashes at startup). |

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