Add X4: Foundations supporting plugin (#168)

This commit is contained in:
Twinki
2024-12-31 10:02:37 +01:00
committed by GitHub
parent 1d41208b75
commit c0b44c152e
+17
View File
@@ -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