diff --git a/Applications/Games/Star Craft II/Online/script.js b/Applications/Games/Star Craft II/Online/script.js new file mode 100644 index 0000000000..700588447c --- /dev/null +++ b/Applications/Games/Star Craft II/Online/script.js @@ -0,0 +1,19 @@ +include(["Engines", "Wine", "QuickScript", "OnlineInstallerScript"]); +include(["Engines", "Wine", "Verbs", "vcrun2015"]); +include(["Engines", "Wine", "Verbs", "corefonts"]); + +new OnlineInstallerScript() + .name("Star Craft II") + .editor("Blizzard") + .applicationHomepage("http://eu.battle.net/sc2/") + .author("ImperatorS79") + .url("https://eu.battle.net/download/getInstaller?os=win&installer=StarCraft-II-Setup.exe") + // The checksum changes each time you download + .category("Games") + .executable("StarCraft II.exe") + .preInstall(function(wine, wizard) { + wine.windowsVersion("winxp"); + wine.vcrun2015(); + wine.corefonts(); + }) + .go(); diff --git a/Applications/Games/Star Craft II/Online/script.json b/Applications/Games/Star Craft II/Online/script.json new file mode 100644 index 0000000000..6f5c897dc1 --- /dev/null +++ b/Applications/Games/Star Craft II/Online/script.json @@ -0,0 +1,7 @@ +{ + "scriptName": "Online", + "compatibleOperatingSystems": ["LINUX"], + "testingOperatingSystems": ["LINUX"], + "free": false, + "requiresPatch": false +} \ No newline at end of file diff --git a/Applications/Games/Star Craft II/application.json b/Applications/Games/Star Craft II/application.json new file mode 100644 index 0000000000..a9596bd516 --- /dev/null +++ b/Applications/Games/Star Craft II/application.json @@ -0,0 +1,4 @@ +{ + "name": "Star Craft II", + "description": "StarCraft II: Wings of Liberty is a military science fiction real-time strategy video game developed and published by Blizzard Entertainment." +} \ No newline at end of file diff --git a/Applications/Games/Star Craft II/miniatures/main.png b/Applications/Games/Star Craft II/miniatures/main.png new file mode 100644 index 0000000000..56d9a53900 Binary files /dev/null and b/Applications/Games/Star Craft II/miniatures/main.png differ