I played pirated version of NRFTW and since the game was so great I decided to buy it.
But unfortunately after I installed the version from Steam I found out that my entire progress is lost - no realms, no characters. I have a reserve copy of “AppData\LocalLow\Moon Studios\NoRestForTheWicked” directory, but not sure how to transfer the progress. Pirated version still shows my realms and characters, but normal - doesn’t.
yes I understand this is not very appropriate question, but would really appreciate help
Just remember that the Game Saves will get wiped for the Full Game 1.0 Release!
I really appreciate you being upfront about it and it’s very good intro
The best answer i can give You is to keep the games separate as 2 different Games because the file systems and versions might be alot different from one another and the pirated could be heavily modified, so not only would you risk losing your saves, but also risk corrupting both games in the process.
I recommend you to find an answer on Reddit instead!
You will have to be very specific in what you are trying to do or as to what you would want to find..
I dont want to give you false hope that there is a way. Because i dont know if there is anything. If you find an answer however keep it to that forum and yourself and dont spread or share on any of the official forums, -discord and -reddit etc.
Even if you find a fix that magically works it can still be injected with malware, keyloggers and other harmful code, It’s always a risk to your personal data and security, so definitely proceed with caution!
Wicked saves seem to use binary serialisation, not encryption. (I’m guessing from looking at a save in a text editor.)
If you open up the files in a hex editor, you can make an educated guess how LocalAccountID is saved, but even if you edit yours in, the game won’t load the edited file.
This is because checksums are calculated while deserialising. This is done to prevent tampering. The default BinaryFormatter does this, I believe, and Moon may calculate additional checksums.
In any case, I’d say it’s better to start over unless you know what you’re doing.
(I suppose you could use cheat mods to catch up to your previous state quickly. I’d advise against it. The fun is in the journey.)