Skip to content

Commit 5e8e4da

Browse files
authored
added Trackmania Turbo (#411)
1 parent 5100b55 commit 5e8e4da

6 files changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
include(["Engines", "Wine", "QuickScript", "SteamScript"]);
2+
include(["Engines", "Wine", "Verbs", "uplay"]);
3+
4+
new SteamScript()
5+
.name("Trackmania® Turbo (Demo)")
6+
.editor("Nadeo")
7+
.author("Plata")
8+
.appId(456400)
9+
.wineVersion("2.16")
10+
.wineDistribution("staging")
11+
.postInstall(function(wine, wizard) {
12+
wine.uplay();
13+
})
14+
.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": [],
5+
"free": true,
6+
"requiresPatch": false
7+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
include(["Engines", "Wine", "QuickScript", "SteamScript"]);
2+
include(["Engines", "Wine", "Verbs", "uplay"]);
3+
4+
new SteamScript()
5+
.name("Trackmania® Turbo")
6+
.editor("Nadeo")
7+
.author("Plata")
8+
.appId(375900)
9+
.wineVersion("2.16")
10+
.wineDistribution("staging")
11+
.postInstall(function(wine, wizard) {
12+
wine.uplay();
13+
})
14+
.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": [],
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": "Trackmania® Turbo",
3+
"description": "Trackmania offers you the ultimate arcade racing universe where everything is about reaching the perfect racing time. Test your skills in over 200 tracks, experience immediate fun by challenging your friends at home (offline splitscreen) or online."
4+
}
272 KB
Loading

0 commit comments

Comments
 (0)