Skip to content

Commit 58d8cb9

Browse files
author
Jacob Hrbek
committed
Added stub
1 parent 4f653a1 commit 58d8cb9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • Applications/Games/Assassin's Creed III/Steam

Applications/Games/Assassin's Creed III/Steam/script.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
include("engines.wine.quick_script.steam_script");
22
include("engines.wine.verbs.dxvk");
3+
include("engines.wine.verbs.corefonts");
4+
include("engines.wine.verbs.vcrun2008");
5+
6+
// Doesn't work! - https://github.com/PhoenicisOrg/scripts/pull/967#issuecomment-499492492
37

48
var installerImplementation = {
59
run: function () {
610
new SteamScript()
711
.name("Assassin’s Creed III")
812
.editor("Ubisoft Montreal")
9-
.author("Plata")
13+
.author("Plata, KREYREN")
1014
.appId(208480)
1115
.wineVersion(LATEST_STAGING_VERSION)
1216
.wineDistribution("staging")
1317
.preInstall(function (wine/*, wizard*/) {
1418
wine.DXVK();
19+
wine.corefonts();
20+
wine.vcrun2008();
1521
})
1622
.go();
1723
}

0 commit comments

Comments
 (0)