We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c17f36 commit b34756cCopy full SHA for b34756c
1 file changed
games/game_nomanssky.py
@@ -22,6 +22,8 @@ class NoMansSkyGame(BasicGame):
22
r"https://github.com/ModOrganizer2/modorganizer-basic_games/wiki/"
23
"Game:-No-Man's-Sky"
24
)
25
+ GameSavesDirectory = "%USERPROFILE%/AppData/Roaming/HelloGames/NMS"
26
+ GameSaveExtension = "hg"
27
28
def executables(self):
29
return [
0 commit comments