Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem
https://steamcommunity.com/app/275850/discussions/0/3841053598847851657/
just make a "NMS save backup" folder on your Desktop, enter your username in the xcopy line below and hit the cmd from time to time.
echo off
set folder=%date:~10,4%_%date:~4,2%_%date:~7,2%_%time:~0,2%%time:~3,2%
set folder=%folder: =0%
mkdir %folder%
echo %folder% created
xcopy "C:\Users\yourusernamehere\AppData\Roaming\HelloGames\NMS" %folder% /E
C:\Users\<username>\AppData\Roaming\HelloGames\NMS\st_<numbers>
First time player. Thought it would be in good state this patch. Guess not.
Played in total 10 hours in VR over two sessions.
Batteries died.
Played 10 hours in 2D.
Started VR today and got save file conflict, 10 minutes apart.
Selecting the 'newer' cloud meant:
My inventory is swizz cheese again. (~10-15 drop pod misssions..)
I have to redo main story stuff.
Find and rebuy cool multitool and upgrade it again
Redo exosuit upgrades (muh jetpaaack...)
Redo my base.
In hindsight I should have checked the forums before selecting (which is hard to do while in VR). But 8 years after release, bugs like this _should_ have been fixed at least.
My motivation is gone and not sure If I'm gonna continue to play.
Thanks for listening to my TED talk and remember folks, the cloud is an illusion.
I do not use cloud saves on any game, easier to make your own backups if you want which I do regularly.
you broke depressed slug
Ok, this could be the answer for the bug!
I also played in VR, switched back to "normal" mode - than a crash and got a save file mismatch!
For anyone interested, this is pretty simple, it just involves creating a text file named something like NMS_Backup.bat basically containing your equivalent of:
This is using Windows' built in robocopy command to mirror (/mir) everything it finds in the first listed location to the second listed location. Mirroring means it duplicates all files and folders at or below the folder specified, including removing from the second location any that are no longer in the first. To use it I right-click on the .bat in the file list and Run As Administrator (since it's working with User folders, a protected location). And then I also have a NMS_Restore.bat with the two URLs reversed in order to copy everything back (exit the game before running that one).