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
11 changes: 11 additions & 0 deletions Applications/Games/Styx: Shards of Darkness/Steam (Demo)/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
include(["Engines", "Wine", "QuickScript", "SteamScript"]);

new SteamScript()
.name("Styx: Shards of Darkness (Demo)")
.editor("Cyanide Studio")
.author("Plata")
.appId(630880)
.wineVersion("2.14")
.wineDistribution("staging")
.wineArchitecture("amd64")
.go();
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Steam (Demo)",
"compatibleOperatingSystems": ["LINUX"],
"testingOperatingSystems": [],
"free": true,
"requiresPatch": false
}
11 changes: 11 additions & 0 deletions Applications/Games/Styx: Shards of Darkness/Steam/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
include(["Engines", "Wine", "QuickScript", "SteamScript"]);

new SteamScript()
.name("Styx: Shards of Darkness")
.editor("Cyanide Studio")
.author("Plata")
.appId(355790)
.wineVersion("2.14")
.wineDistribution("staging")
.wineArchitecture("amd64")
.go();
7 changes: 7 additions & 0 deletions Applications/Games/Styx: Shards of Darkness/Steam/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"scriptName": "Steam",
"compatibleOperatingSystems": ["LINUX"],
"testingOperatingSystems": [],
"free": false,
"requiresPatch": false
}
4 changes: 4 additions & 0 deletions Applications/Games/Styx: Shards of Darkness/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Styx: Shards of Darkness",
"description": "Styx returns in a new stealth adventure! Explore and master huge open environments, sneak past or assassinate new enemies and bosses, and experiment with the new array of lethal abilities and weapons in our goblin assassin's arsenal."
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.