Skip to content

Commit 6752623

Browse files
author
Jacob Hrbek
committed
Add Uplay option for ACR
1 parent 3622d13 commit 6752623

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

Applications/Games/Assassin's Creed Revelations/Steam/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include("engines.wine.verbs.uplay");
44
var installerImplementation = {
55
run: function () {
66
new SteamScript()
7-
.name("Assassin's Creed® Revelations")
7+
.name("Assassin's Creed Revelations")
88
.editor("Ubisoft Montreal")
99
.author("Plata")
1010
.appId(201870)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
include("engines.wine.quick_script.uplay_script");
2+
3+
var installerImplementation = {
4+
run: function () {
5+
new UplayScript()
6+
.name("Assassin's Creed Revelations")
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+
/* exported Installer */
15+
var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"scriptName" : "Uplay",
3+
"id" : "applications.games.assassins_creed_revelations.uplay",
4+
"compatibleOperatingSystems" : [
5+
"LINUX"
6+
],
7+
"testingOperatingSystems" : [],
8+
"free" : false,
9+
"requiresPatch" : false
10+
}

0 commit comments

Comments
 (0)