mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
20 lines
557 B
Python
20 lines
557 B
Python
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"
|
|
)
|