Posted October 05, 2020
high rated
Every so often I like to create a new character and start "fresh" so to say. Since NMS Beyond all discovered recipes and items are "shared" among characters. So when you start a new playthrough, you're not bothered by litte popups reminding you that you've just discovered ferrite dust. But sometimes this is exactly what I want, to get the "new game" experience as closely as possible. Turns out you only need to delete Binaries\SETTINGS\GCUSERSETTINGSDATA.MXML
To test what happens I've done the following:
- Completely uninstalled NMS
- Cleared all hello games related files from the filesystem (i.e. AppData\Roaming\HelloGames)
- Reboot
- Installed NMS 3.02 from the offline installers
- Created a backup from the installed game
- Started the game for the first time
- Choose a survival playthrough
- Ran around a bit, collected some items until the character died from the environment
- Reload save and exit game
After this I calculated the SHA1 hash of each file in the backup directory (and subdirectories, 117 files total) and also from the installed game location (120 files). The following changes were made after playing the game once:
- The game creates %UserProfile%\AppData\Roaming\HelloGames
- The game creates the following new files in the game installation directory:
Binaries\SETTINGS\TKGRAPHICSSETTINGS.MXML
Binaries\SETTINGS\GCUSERSETTINGSDATA.MXML
GAMEDATA\FullLog.txt (empty file)
- The game changes one file:
Binaries\SETTINGS\TKGAMESETTINGS.MXML
The changes to this file are trivial: By default the following line ends with a space character: <Property name="LanguageSetting" value="english" />
This space is trimmed after running the game once.
In my case two empty XML tags were created after running the game once:
<Property name="KeyMapping" />
<Property name="KeyMapping2" />
- No relevant registry entries were added/changed
Conclusion / TLDR
To start anew delete (backup) the following files. These files don't exist after a fresh install:
Binaries\SETTINGS\GCUSERSETTINGSDATA.MXML
Deleting the following file resets your graphics settings:
Binaries\SETTINGS\TKGRAPHICSSETTINGS.MXML
The following file can be deleted without effect:
GAMEDATA\FullLog.txt
The savegames can be deleted from %UserProfile%\AppData\Roaming\HelloGames but make sure to backup your saves first.
To test what happens I've done the following:
- Completely uninstalled NMS
- Cleared all hello games related files from the filesystem (i.e. AppData\Roaming\HelloGames)
- Reboot
- Installed NMS 3.02 from the offline installers
- Created a backup from the installed game
- Started the game for the first time
- Choose a survival playthrough
- Ran around a bit, collected some items until the character died from the environment
- Reload save and exit game
After this I calculated the SHA1 hash of each file in the backup directory (and subdirectories, 117 files total) and also from the installed game location (120 files). The following changes were made after playing the game once:
- The game creates %UserProfile%\AppData\Roaming\HelloGames
- The game creates the following new files in the game installation directory:
Binaries\SETTINGS\TKGRAPHICSSETTINGS.MXML
Binaries\SETTINGS\GCUSERSETTINGSDATA.MXML
GAMEDATA\FullLog.txt (empty file)
- The game changes one file:
Binaries\SETTINGS\TKGAMESETTINGS.MXML
The changes to this file are trivial: By default the following line ends with a space character: <Property name="LanguageSetting" value="english" />
This space is trimmed after running the game once.
In my case two empty XML tags were created after running the game once:
<Property name="KeyMapping" />
<Property name="KeyMapping2" />
- No relevant registry entries were added/changed
Conclusion / TLDR
To start anew delete (backup) the following files. These files don't exist after a fresh install:
Binaries\SETTINGS\GCUSERSETTINGSDATA.MXML
Deleting the following file resets your graphics settings:
Binaries\SETTINGS\TKGRAPHICSSETTINGS.MXML
The following file can be deleted without effect:
GAMEDATA\FullLog.txt
The savegames can be deleted from %UserProfile%\AppData\Roaming\HelloGames but make sure to backup your saves first.