Skip to content

Commit b34756c

Browse files
authored
add No Man's Sky save directory and extension (#202)
1 parent 9c17f36 commit b34756c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

games/game_nomanssky.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ class NoMansSkyGame(BasicGame):
2222
r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/"
2323
"Game:-No-Man's-Sky"
2424
)
25+
GameSavesDirectory = "%USERPROFILE%/AppData/Roaming/HelloGames/NMS"
26+
GameSaveExtension = "hg"
2527

2628
def executables(self):
2729
return [

0 commit comments

Comments
 (0)