Skip to content

Commit

Permalink
Add Uplay option for AC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Hrbek committed Jun 5, 2019
1 parent 26bda82 commit 3c49034
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Applications/Games/Assassin's Creed II/Uplay/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
include("engines.wine.quick_script.uplay_script");

var installerImplementation = {
run: function () {
new UplayScript()
.name("Assassin's Creed")
.editor("Ubisoft, Gameloft, Ubisoft Montreal, Blue Byte, MORE")
.applicationHomepage("https://www.ubisoft.com/en-us/game/assassins-creed")
.author("KREYREN")
.appId(4)
.go();
};

/* exported Installer */
var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);
10 changes: 10 additions & 0 deletions Applications/Games/Assassin's Creed II/Uplay/script.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"scriptName" : "Uplay",
"id" : "applications.games.assassins_creed_2.uplay",
"compatibleOperatingSystems" : [
"LINUX"
],
"testingOperatingSystems" : [],
"free" : false,
"requiresPatch" : false
}

0 comments on commit 3c49034

Please sign in to comment.