Skip to content

Commit 4ef5538

Browse files
authored
added Tom Clancy's The Division (#410)
1 parent c9b4c49 commit 4ef5538

6 files changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
include(["Engines", "Wine", "QuickScript", "SteamScript"]);
2+
include(["Engines", "Wine", "Verbs", "uplay"]);
3+
4+
new SteamScript()
5+
.name("Tom Clancy’s The Division™ (Demo)")
6+
.editor("Massive Entertainment")
7+
.author("Plata")
8+
.appId(588220)
9+
.wineVersion("2.16")
10+
.wineDistribution("staging")
11+
.wineArchitecture("amd64")
12+
.postInstall(function(wine, wizard) {
13+
wine.uplay();
14+
})
15+
.go();
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"scriptName": "Steam (Demo)",
3+
"compatibleOperatingSystems": ["LINUX"],
4+
"testingOperatingSystems": ["LINUX"],
5+
"free": true,
6+
"requiresPatch": false
7+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
include(["Engines", "Wine", "QuickScript", "SteamScript"]);
2+
include(["Engines", "Wine", "Verbs", "uplay"]);
3+
4+
new SteamScript()
5+
.name("Tom Clancy’s The Division™")
6+
.editor("Massive Entertainment")
7+
.author("Plata")
8+
.appId(365590)
9+
.wineVersion("2.16")
10+
.wineDistribution("staging")
11+
.wineArchitecture("amd64")
12+
.postInstall(function(wine, wizard) {
13+
wine.uplay();
14+
})
15+
.go();
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"scriptName": "Steam",
3+
"compatibleOperatingSystems": ["LINUX"],
4+
"testingOperatingSystems": ["LINUX"],
5+
"free": false,
6+
"requiresPatch": false
7+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Tom Clancy’s The Division™",
3+
"description": "Black Friday – a devastating pandemic sweeps through New York City, and one by one, basic services fail. In only days, without food or water, society collapses into chaos. The Division, an autonomous unit of tactical agents, is activated."
4+
}
232 KB
Loading

0 commit comments

Comments
 (0)