Skip to content

Commit 14e1e3a

Browse files
authored
add No Man's Sky save directory and extension
Add GameSavesDirectory = "%USERPROFILE%/AppData/Roaming/HelloGames/NMS" to game_nomanssky.py. Add GameSaveExtension = "hg" so the BasicGame mappings look for No Man's Sky save files.
1 parent d7e0c5a commit 14e1e3a

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)