Skip to content

Commit

Permalink
Add X4: Foundations supporting plugin (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 authored Dec 31, 2024
1 parent 1d41208 commit c0b44c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions games/game_x4.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c0b44c1

Please sign in to comment.