mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Merge pull request #33 from LaughingHyena279/master
Add Kerbal Space Program basic games plugin
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
from ..basic_game import BasicGame
|
||||
|
||||
|
||||
class KerbalSpaceProgramGame(BasicGame):
|
||||
|
||||
Name = "Kerbal Space Program Support Plugin"
|
||||
Author = "LaughingHyena"
|
||||
Version = "1.0.0"
|
||||
|
||||
GameName = "Kerbal Space Program"
|
||||
GameShortName = "kerbalspaceprogram"
|
||||
GameNexusName = "kerbalspaceprogram"
|
||||
GameSteamId = [220200, 283740, 982970]
|
||||
GameBinary = "KSP_x64.exe"
|
||||
GameDataPath = "GameData"
|
||||
Reference in New Issue
Block a user