Skip to content

Commit c0b44c1

Browse files
authored
Add X4: Foundations supporting plugin (#168)
1 parent 1d41208 commit c0b44c1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

games/game_x4.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)