diff --git a/Applications/Games/The Crew/Steam (Demo)/script.js b/Applications/Games/The Crew/Steam (Demo)/script.js new file mode 100644 index 0000000000..83a144d323 --- /dev/null +++ b/Applications/Games/The Crew/Steam (Demo)/script.js @@ -0,0 +1,11 @@ +include(["Engines", "Wine", "QuickScript", "SteamScript"]); + +new SteamScript() + .name("The Crew™ (Demo)") + .editor("Ivory Tower in collaboration with Ubisoft Reflections") + .author("Plata") + .appId(366310) + .wineVersion("2.14") + .wineDistribution("staging") + .wineArchitecture("amd64") + .go(); diff --git a/Applications/Games/The Crew/Steam (Demo)/script.json b/Applications/Games/The Crew/Steam (Demo)/script.json new file mode 100644 index 0000000000..61d6a3f2e2 --- /dev/null +++ b/Applications/Games/The Crew/Steam (Demo)/script.json @@ -0,0 +1,7 @@ +{ + "scriptName": "Steam (Demo)", + "compatibleOperatingSystems": ["LINUX"], + "testingOperatingSystems": [], + "free": true, + "requiresPatch": false +} diff --git a/Applications/Games/The Crew/Steam/script.js b/Applications/Games/The Crew/Steam/script.js new file mode 100644 index 0000000000..66f34cab5b --- /dev/null +++ b/Applications/Games/The Crew/Steam/script.js @@ -0,0 +1,11 @@ +include(["Engines", "Wine", "QuickScript", "SteamScript"]); + +new SteamScript() + .name("The Crew™") + .editor("Ivory Tower in collaboration with Ubisoft Reflections") + .author("Plata") + .appId(241560) + .wineVersion("2.14") + .wineDistribution("staging") + .wineArchitecture("amd64") + .go(); diff --git a/Applications/Games/The Crew/Steam/script.json b/Applications/Games/The Crew/Steam/script.json new file mode 100644 index 0000000000..42551594e6 --- /dev/null +++ b/Applications/Games/The Crew/Steam/script.json @@ -0,0 +1,7 @@ +{ + "scriptName": "Steam", + "compatibleOperatingSystems": ["LINUX"], + "testingOperatingSystems": [], + "free": false, + "requiresPatch": false +} diff --git a/Applications/Games/The Crew/application.json b/Applications/Games/The Crew/application.json new file mode 100644 index 0000000000..72c3304f3a --- /dev/null +++ b/Applications/Games/The Crew/application.json @@ -0,0 +1,4 @@ +{ + "name": "The Crew™", + "description": "Your car is your avatar - fine tune your ride as you level up and progress through 5 unique and richly detailed regions of a massive open-world US. Maneuver through the bustling streets of New York City and Los Angeles, cruise down sunny Miami Beach or trek through the breathtaking plateaus of Monument Valley. Each locale comes with its own set of surprises and driving challenges to master. On your journey you will encounter other players on the road – all potentially worthy companions to crew up with, or future rivals to compete against. This is driving at its most exciting, varied and open." +} diff --git a/Applications/Games/The Crew/miniatures/main.png b/Applications/Games/The Crew/miniatures/main.png new file mode 100644 index 0000000000..0de19fd7e8 Binary files /dev/null and b/Applications/Games/The Crew/miniatures/main.png differ