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