diff --git a/Applications/Games/Assassin's Creed: Rogue/Steam/script.js b/Applications/Games/Assassin's Creed: Rogue/Steam/script.js
new file mode 100644
index 0000000000..264015f21b
--- /dev/null
+++ b/Applications/Games/Assassin's Creed: Rogue/Steam/script.js
@@ -0,0 +1,23 @@
+include("engines.wine.quick_script.steam_script");
+include("engines.wine.verbs.uplay");
+include("engines.wine.verbs.dxvk");
+
+var installerImplementation = {
+ run: function () {
+ new SteamScript()
+ .name("Assassin’s Creed® Rogue")
+ .editor("Ubisoft")
+ .author("KREYREN")
+ .appId(311560)
+ .wineVersion(LATEST_STAGING_VERSION)
+ .wineDistribution("staging")
+ .postInstall(function (wine/*, wizard*/) {
+ wine.uplay();
+ wine.DXVK();
+ })
+ .go();
+ }
+};
+
+/* exported Installer */
+var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);
diff --git a/Applications/Games/Assassin's Creed: Rogue/Steam/script.json b/Applications/Games/Assassin's Creed: Rogue/Steam/script.json
new file mode 100644
index 0000000000..d9433591b1
--- /dev/null
+++ b/Applications/Games/Assassin's Creed: Rogue/Steam/script.json
@@ -0,0 +1,13 @@
+{
+ "scriptName" : "Steam",
+ "id" : "applications.games.assassins_creed_rogue.steam",
+ "compatibleOperatingSystems" : [
+ "MACOSX",
+ "LINUX"
+ ],
+ "testingOperatingSystems" : [
+ "MACOSX"
+ ],
+ "free" : false,
+ "requiresPatch" : false
+}
diff --git a/Applications/Games/Assassin's Creed: Rogue/Uplay/script.js b/Applications/Games/Assassin's Creed: Rogue/Uplay/script.js
new file mode 100644
index 0000000000..80752240ab
--- /dev/null
+++ b/Applications/Games/Assassin's Creed: Rogue/Uplay/script.js
@@ -0,0 +1,19 @@
+include("engines.wine.quick_script.uplay_script");
+include("engines.wine.verbs.dxvk");
+
+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(895)
+ .preInstall(function (wine/*, wizard*/) {
+ wine.DXVK();
+ })
+ .go();
+};
+
+/* exported Installer */
+var Installer = Java.extend(org.phoenicis.scripts.Installer, installerImplementation);
diff --git a/Applications/Games/Assassin's Creed: Rogue/Uplay/script.json b/Applications/Games/Assassin's Creed: Rogue/Uplay/script.json
new file mode 100644
index 0000000000..5e1db54d2e
--- /dev/null
+++ b/Applications/Games/Assassin's Creed: Rogue/Uplay/script.json
@@ -0,0 +1,13 @@
+{
+ "scriptName" : "Uplay",
+ "id" : "applications.games.assassins_creed_brotherhood.uplay",
+ "compatibleOperatingSystems" : [
+ "MACOSX",
+ "LINUX"
+ ],
+ "testingOperatingSystems" : [
+ "MACOSX"
+ ],
+ "free" : false,
+ "requiresPatch" : false
+}
diff --git a/Applications/Games/Assassin's Creed: Rogue/application.json b/Applications/Games/Assassin's Creed: Rogue/application.json
new file mode 100644
index 0000000000..fe56daf2b7
--- /dev/null
+++ b/Applications/Games/Assassin's Creed: Rogue/application.json
@@ -0,0 +1,5 @@
+{
+ "name" : "Assassin’s Creed® Brotherhood",
+ "id" : "applications.games.assassins_creed_brotherhood",
+ "description" : "Live and breathe as Ezio, a legendary Master Assassin, in his enduring struggle against the powerful Templar order.
He must journey into Italy’s greatest city, Rome, center of power, greed and corruption to strike at the heart of the enemy. Defeating the corrupt tyrants entrenched there will require not only strength, but leadership, as Ezio commands an entire brotherhood of assassins who will rally to his side. Only by working together can the assassins defeat their mortal enemies and prevent the extinction of their order."
+}
diff --git a/Applications/Games/Assassin's Creed: Rogue/miniatures/main.png b/Applications/Games/Assassin's Creed: Rogue/miniatures/main.png
new file mode 100644
index 0000000000..1b89b4d9dd
Binary files /dev/null and b/Applications/Games/Assassin's Creed: Rogue/miniatures/main.png differ