diff --git a/Applications/Games/Pro Evolution Soccer 2018/Steam (Demo)/script.js b/Applications/Games/Pro Evolution Soccer 2018/Steam (Demo)/script.js new file mode 100644 index 0000000000..235173a965 --- /dev/null +++ b/Applications/Games/Pro Evolution Soccer 2018/Steam (Demo)/script.js @@ -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(); diff --git a/Applications/Games/Pro Evolution Soccer 2018/Steam (Demo)/script.json b/Applications/Games/Pro Evolution Soccer 2018/Steam (Demo)/script.json new file mode 100644 index 0000000000..0c0f8295ec --- /dev/null +++ b/Applications/Games/Pro Evolution Soccer 2018/Steam (Demo)/script.json @@ -0,0 +1,7 @@ +{ + "scriptName": "Steam (Demo)", + "compatibleOperatingSystems": ["LINUX"], + "testingOperatingSystems": ["LINUX"], + "free": true, + "requiresPatch": false +} diff --git a/Applications/Games/Pro Evolution Soccer 2018/Steam/script.js b/Applications/Games/Pro Evolution Soccer 2018/Steam/script.js new file mode 100644 index 0000000000..4203b67236 --- /dev/null +++ b/Applications/Games/Pro Evolution Soccer 2018/Steam/script.js @@ -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(); diff --git a/Applications/Games/Pro Evolution Soccer 2018/Steam/script.json b/Applications/Games/Pro Evolution Soccer 2018/Steam/script.json new file mode 100644 index 0000000000..622b5eb010 --- /dev/null +++ b/Applications/Games/Pro Evolution Soccer 2018/Steam/script.json @@ -0,0 +1,7 @@ +{ + "scriptName": "Steam", + "compatibleOperatingSystems": ["LINUX"], + "testingOperatingSystems": ["LINUX"], + "free": false, + "requiresPatch": false +} diff --git a/Applications/Games/Pro Evolution Soccer 2018/application.json b/Applications/Games/Pro Evolution Soccer 2018/application.json new file mode 100644 index 0000000000..065abfb01c --- /dev/null +++ b/Applications/Games/Pro Evolution Soccer 2018/application.json @@ -0,0 +1,4 @@ +{ + "name": "Pro Evolution Soccer 2018", + "description": "'Where Legends Are Made' encapsulates the return of PES, with an unparalleled gameplay experience." +} diff --git a/Applications/Games/Pro Evolution Soccer 2018/miniatures/main.png b/Applications/Games/Pro Evolution Soccer 2018/miniatures/main.png new file mode 100644 index 0000000000..fe1d6f5b46 Binary files /dev/null and b/Applications/Games/Pro Evolution Soccer 2018/miniatures/main.png differ