We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d41208 commit c0b44c1Copy full SHA for c0b44c1
1 file changed
games/game_x4.py
@@ -0,0 +1,17 @@
1
+from ..basic_game import BasicGame
2
+
3
4
+class X4FoundationsGame(BasicGame):
5
+ Name = "X4 Foundations Support Plugin"
6
+ Author = "Twinki,BrandonM4"
7
+ Version = "0.1.0"
8
9
+ GameName = "X4: Foundations"
10
+ GameShortName = "x4foundations"
11
12
+ GameDocumentsDirectory = "%DOCUMENTS%/Egosoft/X4"
13
+ GameBinary = "x4.exe"
14
+ GameDataPath = "extensions"
15
16
+ GameNexusId = 2659
17
+ GameSteamId = 392160
0 commit comments