Skip to content

Commit ff4091a

Browse files
committed
Subnautica BZ: remove inherited fields
1 parent 0ffafab commit ff4091a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

games/game_subnautica-below-zero.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
class 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"

0 commit comments

Comments
 (0)