aboutsummaryrefslogtreecommitdiff
path: root/libs/basic_games/games/game_dragonsdogmadarkarisen.py
diff options
context:
space:
mode:
Diffstat (limited to 'libs/basic_games/games/game_dragonsdogmadarkarisen.py')
-rw-r--r--libs/basic_games/games/game_dragonsdogmadarkarisen.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/libs/basic_games/games/game_dragonsdogmadarkarisen.py b/libs/basic_games/games/game_dragonsdogmadarkarisen.py
new file mode 100644
index 0000000..e26b00e
--- /dev/null
+++ b/libs/basic_games/games/game_dragonsdogmadarkarisen.py
@@ -0,0 +1,19 @@
+from ..basic_game import BasicGame
+
+
+class NoMansSkyGame(BasicGame):
+ Name = "Dragon's Dogma: Dark Arisen Support Plugin"
+ Author = "Luca/EzioTheDeadPoet"
+ Version = "1.0.0"
+
+ GameName = "Dragon's Dogma: Dark Arisen"
+ GameShortName = "dragonsdogma"
+ GaneNexusHame = "dragonsdogma"
+ GameSteamId = 367500
+ GameGogId = 1242384383
+ GameBinary = "DDDA.exe"
+ GameDataPath = "nativePC"
+ GameSupportURL = (
+ r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/"
+ "Game:-Dragon's-Dogma:-Dark-Arisen"
+ )