mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Merge pull request #67 from dekart811/master
Add support for Subnautica: Below Zero
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user