Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Here my notes:
---------------------------------
...how to completely reset a mission which will then be in the status of "Mission never done".
First, in-game you need to activate the mission in your log that you want to reset, autosave the game, and go look under "CurrentMissionID" in JSON category. This will give you the code name of the mission. Then you must search this code name in one of the number categories of the missions, here you can enable-disable it. You reset the mission by setting "progress" to -1 which will tell the game that this mission has never been started. Lowering the current number in 'progress' is comming back to the last step of the mission ready for replaying it, increasing the number should skip that mission part. It's important that the previous mission of the one you are resetting also shows to be correctly terminated (PreviousMissionID). Be sure to make a separate BACKUP of your save before you start tinkering with the Editor for these steps, if you get it wrong you can then simply try again, Editor will make backps however.
After changing progress value you must check that both CurrentMissionID and PreviousMissionID both have logical values, or the results may not show-up correctly, also after reloading the save it takes some time for the game to sort-out the correct mission display. It's good to change to a neutral mission, like Atlas Mission and switch back to the reset mission to trigger it correctly for the start.
------------------------------------
I cannot thank enough for finding this. It was the ONLY solution that worked.
cannot find this "CurrentMissionID" option :(
In Editor I enter the Edit Raw JSON, and there are too many commands here but no search enabled! Where approximately it should be?
When you have opened your game in the editor, select (edit raw json).
In the new window that opens, expand (playerstatedata).
Currentmission is about 40 rows down from the top in that branch.
I went to Edit Raw JSON file, searched for the "CurrentMissionID" and found it. I changed it to both +1 and -1 and it didn't work...
The original text was "ACT2_STEP10" and I changed it into STEP9 and STEP11 but nothing worked. Which part did you edit?
Make sure you always, always back up your savegame first, it's located here:
C:\Users\[Username]\AppData\Roaming\HelloGames\NMS
You don't want to overwrite your JSON with commands that break the mission with no way of reverting it.
I tried to reset the Starbirth Mission ^BIO_SHIP5 and ^BIO_SHIP4 missions this way and it affected much more than just resetting the mission that I was forced to use a backup, there was no way of fixing it without diving into 50.000 lines of code this mission is made up of.
As an addendum; If you've done all this and still didn't back up your .json because of lazyness or you forgot; NomNom sometimes makes emergency backups.
When selecting the Savegame to edit in "Slot", a window beneath opens with saves to pick from. Pick a savegame from before you messed it up and hit save, or export its .json, then select the most recent savegame and import the .json into that, essentially overwriting your most recent save with an older one.
Don't forget hit save at the end and let that be a reminder to make a copy of stuff before you mess with it.
Five ♥♥♥♥♥♥♥ years are you kidding me i even restarted the save. My dude, well ♥♥♥♥♥♥♥ done.
I've added a disclaimer and made a few changes to it, would be great if you could remove the full quote in order to not have others do the wrong things by accident