Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
254649c
Merge pull request #1 from PhoenicisOrg/master
Zemogiter Mar 27, 2018
63f898c
Merge pull request #3 from PhoenicisOrg/master
Zemogiter Mar 29, 2018
71cd3d8
Merge pull request #4 from PhoenicisOrg/master
Zemogiter Apr 1, 2018
60c3cb5
Merge pull request #5 from PhoenicisOrg/master
Zemogiter Apr 10, 2018
69e7bf2
Merge pull request #6 from PhoenicisOrg/master
Zemogiter Apr 23, 2018
5bf56fe
Merge pull request #7 from PhoenicisOrg/master
Zemogiter May 16, 2018
1c4fe31
Merge pull request #8 from PhoenicisOrg/master
Zemogiter Jun 1, 2018
66bd276
Merge pull request #9 from PhoenicisOrg/master
Zemogiter Jul 11, 2018
6c75e41
Add SimCity (2013)
Zemogiter Dec 7, 2018
65d4e5a
Update application.json
Zemogiter Dec 7, 2018
66bb7c6
Update application.json
Zemogiter Dec 7, 2018
4f4c62e
Update application.json
Zemogiter Dec 7, 2018
b50a0cf
Update application.json
Zemogiter Dec 7, 2018
4cf8047
Update script.json
Zemogiter Dec 7, 2018
13a100d
Update script.json
Zemogiter Dec 7, 2018
87d1d09
Update script.json
Zemogiter Dec 7, 2018
677d979
Update script.json
Zemogiter Dec 7, 2018
06fe41c
Update script.json
Zemogiter Dec 10, 2018
0e2e9b9
Update script.json
Zemogiter Dec 10, 2018
400e06c
Update application.json
Zemogiter Dec 10, 2018
a138262
Update script.js
Zemogiter Dec 10, 2018
ef3efb7
Update script.js
Zemogiter Dec 10, 2018
fd50f1c
Update script.js
Zemogiter Dec 13, 2018
5f5f52e
Merge pull request #12 from PhoenicisOrg/master
Zemogiter Dec 19, 2018
bd74fd1
Merge pull request #17 from PhoenicisOrg/master
Zemogiter Dec 21, 2018
103b1e2
Update script.js
Zemogiter Dec 22, 2018
d084de1
Update script.js
Zemogiter Dec 22, 2018
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
19 changes: 19 additions & 0 deletions Applications/Games/SimCity (2013)/Local/script.js
Original file line number Diff line number Diff line change
@@ -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);

11 changes: 11 additions & 0 deletions Applications/Games/SimCity (2013)/Local/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"scriptName" : "Local",
"id" : "simcity_2013_local",
"compatibleOperatingSystems" : [
"MACOSX",
"LINUX"
],
"testingOperatingSystems" : [],
"free" : false,
"requiresPatch" : false
}
19 changes: 19 additions & 0 deletions Applications/Games/SimCity (2013)/Origin/script.js
Original file line number Diff line number Diff line change
@@ -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")
Comment thread
Zemogiter marked this conversation as resolved.
.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);
11 changes: 11 additions & 0 deletions Applications/Games/SimCity (2013)/Origin/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"scriptName" : "Origin",
"id" : "simcity_2013_origin",
"compatibleOperatingSystems" : [
"MACOSX",
"LINUX"
],
"testingOperatingSystems" : [],
"free" : false,
"requiresPatch" : false
}
5 changes: 5 additions & 0 deletions Applications/Games/SimCity (2013)/application.json
Original file line number Diff line number Diff line change
@@ -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.<br/>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. "
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.