diff --git a/Applications/Games/SimCity (2013)/Local/script.js b/Applications/Games/SimCity (2013)/Local/script.js new file mode 100644 index 0000000000..3ef91439fc --- /dev/null +++ b/Applications/Games/SimCity (2013)/Local/script.js @@ -0,0 +1,19 @@ +include(["engines", "wine", "quick_script", "local_installer_script"]); + +var installerImplementation = { + run: function () { + new LocalInstallerScript() + .name("SimCity (2013)") + .editor("Electronic Arts") + .applicationHomepage("https://www.ea.com/en-gb/games/simcity") + .author("ZemoScripter") + .category("Category") + .executable("Origin.exe") + .wineVersion("3.19") + .wineDistribution("staging") + .go(); +}; + +/* exported Installer */ +var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation); + diff --git a/Applications/Games/SimCity (2013)/Local/script.json b/Applications/Games/SimCity (2013)/Local/script.json new file mode 100644 index 0000000000..1c4639e252 --- /dev/null +++ b/Applications/Games/SimCity (2013)/Local/script.json @@ -0,0 +1,11 @@ +{ + "scriptName" : "Local", + "id" : "simcity_2013_local", + "compatibleOperatingSystems" : [ + "MACOSX", + "LINUX" + ], + "testingOperatingSystems" : [], + "free" : false, + "requiresPatch" : false +} diff --git a/Applications/Games/SimCity (2013)/Origin/script.js b/Applications/Games/SimCity (2013)/Origin/script.js new file mode 100644 index 0000000000..e01eb94f89 --- /dev/null +++ b/Applications/Games/SimCity (2013)/Origin/script.js @@ -0,0 +1,19 @@ +include(["engines", "wine", "quick_script", "origin_script"]); + +var installerImplementation = { + run: function () { + new OriginScript() + .name("SimCity (2013)") + .editor("Electronic Arts") + .applicationHomepage("https://www.ea.com/en-gb/games/simcity") + .author("ZemoScripter") + .category("Games") + .wineVersion("3.19") + .wineDistribution("staging") + .appId("71654,71480,71630,71650,71573,71631,71652,71572,71632,1004769,1004768,1004771,1004770,1008749,1008760,1008761,1008762,1008763,1008764,1008776,1008777,1008778,1008779,1015233,1015232,1015226") + .go(); + } +}; + +/* exported Installer */ +var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation); diff --git a/Applications/Games/SimCity (2013)/Origin/script.json b/Applications/Games/SimCity (2013)/Origin/script.json new file mode 100644 index 0000000000..bd930824d5 --- /dev/null +++ b/Applications/Games/SimCity (2013)/Origin/script.json @@ -0,0 +1,11 @@ +{ + "scriptName" : "Origin", + "id" : "simcity_2013_origin", + "compatibleOperatingSystems" : [ + "MACOSX", + "LINUX" + ], + "testingOperatingSystems" : [], + "free" : false, + "requiresPatch" : false +} diff --git a/Applications/Games/SimCity (2013)/application.json b/Applications/Games/SimCity (2013)/application.json new file mode 100644 index 0000000000..ceea0e5b8d --- /dev/null +++ b/Applications/Games/SimCity (2013)/application.json @@ -0,0 +1,5 @@ +{ + "name" : "SimCity (2013)", + "id" : "simcity2013", + "description" : "Be the hero of your very own city as you design and create a beautiful, bustling metropolis in SimCity BuildIt, the most popular city builder on mobile, and other SimCity games. Every decision is yours as your city gets larger and more intricate. Make smart choices to keep your citizens happy and your skyline growing. Build your way to extraordinary.
Experience the newest version of SimCity - the greatest city-simulator of all time. This collection is packed with an expanded core game, the SimCity: Cities of Tomorrow expansion pack, and the Amusement Park, Airship, French, British and German City sets. Create the city you desire and make choices that will shape your city and the Sims in it. Focus on industry, or consumerism and your economy will soar – but at the expense of your Sims' health as pollution spreads. Implement green technology and improve your Sims’ lives while risking higher taxes and unemployment. The choice is yours. " +} diff --git a/Applications/Games/SimCity (2013)/miniatures/main.png b/Applications/Games/SimCity (2013)/miniatures/main.png new file mode 100644 index 0000000000..29dec2a4eb Binary files /dev/null and b/Applications/Games/SimCity (2013)/miniatures/main.png differ