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
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
include(["Engines", "Wine", "QuickScript", "SteamScript"]);

new SteamScript()
.name("Pro Evolution Soccer 2018 (Demo)")
.editor("Konami Digital Entertainment Co., Ltd.")
.author("Plata")
.appId(592590)
.wineVersion(LATEST_STAGING_VERSION)
.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": ["LINUX"],
"free": true,
"requiresPatch": false
}
11 changes: 11 additions & 0 deletions Applications/Games/Pro Evolution Soccer 2018/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("Pro Evolution Soccer 2018")
.editor("Konami Digital Entertainment Co., Ltd.")
.author("Plata")
.appId(592580)
.wineVersion(LATEST_STAGING_VERSION)
.wineDistribution("staging")
.wineArchitecture("amd64")
.go();
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/Pro Evolution Soccer 2018/application.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Pro Evolution Soccer 2018",
"description": "'Where Legends Are Made' encapsulates the return of PES, with an unparalleled gameplay experience."
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.