Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Applications/Games/Batman™: Arkham Asylum/Steam/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
include(["Engines", "Wine", "QuickScript", "SteamScript"]);

new SteamScript()
.name("Batman™: Arkham Asylum")
.editor("Rocksteady Studios")
.author("ImperatorS79")
.wineVersion("2.15")
.wineDistribution("staging")
.appId(35140)
.postInstall(function(wine, wizard) {
wine.UseGLSL("disabled");
wine.enableCSMT();
})
.go();
7 changes: 7 additions & 0 deletions Applications/Games/Batman™: Arkham Asylum/Steam/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Steam",
"compatibleOperatingSystems": ["LINUX"],
"testingOperatingSystems": ["LINUX"],
"free": false,
"requiresPatch": false
}
4 changes: 4 additions & 0 deletions Applications/Games/Batman™: Arkham Asylum/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Batman™: Arkham Asylum",
"description": "Experience what it’s like to be Batman and face off against Gotham's greatest villians. Explore every inch of Arkham Asylum and roam freely on the infamous island.<br><br>Critically acclaimed Batman: Arkham Asylum returns with a remastered Game of the Year Edition, featuring 4 extra Challenge Maps. The additional Challenge Maps are Crime Alley; Scarecrow Nightmare; Totally Insane and Nocturnal Hunter (both from the Insane Night Map Pack)."
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.