How would you go about doing this? And would it be easy to do for someone who's never messed with a save file before?I FOUND A FIX
you just have the save file edit out the NewLevels section
I want to know how to do this too!I FOUND A FIX
you just have the save file edit out the NewLevels section
I FOUND A FIX
you just have the save file edit out the NewLevels section
How would you go about doing this? And would it be easy to do for someone who's never messed with a save file before?
Thanks Hubris for providing the info, I was able to reproduce your fix and fix my save files :)I want to know how to do this too!
Hi i just wanted to report that my save file is no longer detected after i used the web app you provided. is there anything that is should do to the edited file to make sure my game detects it ?Thanks Hubris for providing the info, I was able to reproduce your fix and fix my save files :)
First, go to your Stardew saves location (see wiki), and grab the one named FarmName_123456789 or something (not any of the "_old").
Open it in a code-oriented text editor (be it Notepad, Notepad++, Visual Studio Code or anything - basically anything but Word or WordPad).
Use the search feature (generally Ctrl+F) to search for the text <newLevels, then there are two possibilities:
When you're done, save the file and exit, and it should work. If nothing changes, try doing the same with the file named SaveGameInfo.
- If you see <newLevels />, then it's already okay - you may be on the wrong player's data, keep searching
- If you see <newLevels>, there will be a series of elements like <Point><X>1</X><Y>3</Y></Point>, and then </newLevels>.
You need to delete the text between the two tags, so that only <newLevels></newLevels> remain in the save.
While it's not a particularly difficult fix to apply, it can be painfully slow if your computer or editor has trouble opening the file (which can be heavy, and is on a single line), so I made a quick website on Github pages to do the magic: link to web app / link to source code
Note that this isn't a permanent fix, the new new levels you'll gain will still be shown, but if you're level 9 or 10 everywhere then you can consider it permanent, since you won't have new dialogs. So far I've been doing it whenever I exit the game after a couple hours, and I remove about 5-6 new levels each time.
Hope that helps!