Skip to content

Commit 61ec4b0

Browse files
author
Jacob Hrbek
committed
Add Uplay option for AC1
1 parent 26bda82 commit 61ec4b0

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
include("engines.wine.quick_script.uplay_script");
2+
3+
var installerImplementation = {
4+
run: function () {
5+
new UplayScript()
6+
.name("Assassin's Creed")
7+
.editor("Ubisoft, Gameloft, Ubisoft Montreal, Blue Byte, MORE")
8+
.applicationHomepage("https://www.ubisoft.com/en-us/game/assassins-creed")
9+
.author("KREYREN")
10+
.appId(82)
11+
.go();
12+
}
13+
};
14+
15+
/* exported Installer */
16+
var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"scriptName" : "Uplay",
3+
"id" : "applications.games.assassins_creed.uplay",
4+
"compatibleOperatingSystems" : [
5+
"MACOSX",
6+
"LINUX"
7+
],
8+
"testingOperatingSystems" : [
9+
"MACOSX",
10+
"LINUX"
11+
],
12+
"free" : false,
13+
"requiresPatch" : false
14+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name" : "Assassin's Creed",
2+
"name" : "Assassin's Creed",
33
"id" : "applications.games.assassins_creed",
4-
"description" : "Assassin's Creed is the next-gen game developed by Ubisoft Montreal that redefines the action genre. While other games claim to be next-gen with impressive graphics and physics, Assassin's Creed merges technology, game design, theme and emotions into a world where you instigate chaos and become a vulnerable, yet powerful, agent of change.<br><br>The setting is 1191 AD. The Third Crusade is tearing the Holy Land apart. You, Altair, intend to stop the hostilities by suppressing both sides of the conflict.You are an Assassin, a warrior shrouded in secrecy and feared for your ruthlessness. Your actions can throw your immediate environment into chaos, and your existence will shape events during this pivotal moment in history."
4+
"description" : "Assassin's Creed is the next-gen game developed by Ubisoft Montreal that redefines the action genre. While other games claim to be next-gen with impressive graphics and physics, Assassin's Creed merges technology, game design, theme and emotions into a world where you instigate chaos and become a vulnerable, yet powerful, agent of change.<br><br>The setting is 1191 AD. The Third Crusade is tearing the Holy Land apart. You, Altair, intend to stop the hostilities by suppressing both sides of the conflict.You are an Assassin, a warrior shrouded in secrecy and feared for your ruthlessness. Your actions can throw your immediate environment into chaos, and your existence will shape events during this pivotal moment in history."
55
}

0 commit comments

Comments
 (0)