mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Add X4: Foundations supporting plugin (#168)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
from ..basic_game import BasicGame
|
||||
|
||||
|
||||
class X4FoundationsGame(BasicGame):
|
||||
Name = "X4 Foundations Support Plugin"
|
||||
Author = "Twinki,BrandonM4"
|
||||
Version = "0.1.0"
|
||||
|
||||
GameName = "X4: Foundations"
|
||||
GameShortName = "x4foundations"
|
||||
|
||||
GameDocumentsDirectory = "%DOCUMENTS%/Egosoft/X4"
|
||||
GameBinary = "x4.exe"
|
||||
GameDataPath = "extensions"
|
||||
|
||||
GameNexusId = 2659
|
||||
GameSteamId = 392160
|
||||
Reference in New Issue
Block a user