File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77class SubnauticaBelowZeroGame (game_subnautica .SubnauticaGame ):
88 Name = "Subnautica Below Zero Support Plugin"
9- Author = "dekart811, Zash"
10- Version = "2.2"
119
1210 GameName = "Subnautica: Below Zero"
1311 GameShortName = "subnauticabelowzero"
@@ -16,13 +14,10 @@ class SubnauticaBelowZeroGame(game_subnautica.SubnauticaGame):
1614 GameSteamId = 848450
1715 GameEpicId = "foxglove"
1816 GameBinary = "SubnauticaZero.exe"
19- GameDataPath = "_ROOT"
20- GameDocumentsDirectory = "%GAME_PATH%"
2117 GameSupportURL = (
2218 r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/"
2319 "Game:-Subnautica:-Below-Zero"
2420 )
25- GameSavesDirectory = r"%GAME_PATH%\SNAppData\SavedGames"
2621
2722 _game_extra_save_paths = [
2823 r"%USERPROFILE%\Appdata\LocalLow\Unknown Worlds"
You can’t perform that action at this time.
0 commit comments