Merge pull request #67 from dekart811/master

Add support for Subnautica: Below Zero
This commit is contained in:
Chris Bessent
2021-08-27 17:40:14 -07:00
committed by GitHub
+19
View File
@@ -0,0 +1,19 @@
from ..basic_game import BasicGame
class SubnauticaGame(BasicGame):
Name = "Subnautica Below Zero Support Plugin"
Author = "dekart811"
Version = "1.0"
GameName = "Subnautica: Below Zero"
GameShortName = "subnauticabelowzero"
GaneNexusHame = "subnauticabelowzero"
GameSteamId = 848450
GameBinary = "SubnauticaZero.exe"
GameDataPath = "QMods"
GameDocumentsDirectory = "%GAME_PATH%"
def iniFiles(self):
return ["doorstop_config.ini"]