diff --git a/games/game_subnautica-below-zero.py b/games/game_subnautica-below-zero.py new file mode 100644 index 0000000..3595a5a --- /dev/null +++ b/games/game_subnautica-below-zero.py @@ -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"]