mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
add No Man's Sky
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
from ..basic_game import BasicGame
|
||||
|
||||
|
||||
class NoMansSkyGame(BasicGame):
|
||||
|
||||
Name = "Mo Man's Sky Support Plugin"
|
||||
Author = "Luca/EzioTheDeadPoet"
|
||||
Version = "1.0.0"
|
||||
|
||||
GameName = "Mo Man's Sky"
|
||||
GameShortName = "nomanssky"
|
||||
GaneNexusHame = "nomanssky"
|
||||
GameSteamId = 275850
|
||||
GameGogId = 1446213994
|
||||
GameBinary = "Binaries/NMS.exe"
|
||||
GameDataPath = "GAMEDATA/PCBANKS/MODS"
|
||||
|
||||
def executables(self):
|
||||
return [
|
||||
mobase.ExecutableInfo(
|
||||
"No Man's Sky",
|
||||
QFileInfo(self.gameDirectory(), "Binaries/NMS.exe"),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user