goatfungus / NMSSaveEditor

No Man's Sky - Save Editor
1.63k stars 228 forks source link

''Platform Rewards'' Question #846

Open Major-Cryptic opened 1 year ago

Major-Cryptic commented 1 year ago

So there is the switch limited exclusive in the section but is it actually doable to claim them for the PC or no? cause I am really confuse as how to do it if we can , the items are nice tbh. Thanks for an answer!

BrodieCole commented 1 year ago

I am curious of this as well. I tried it and nothing happened for me. I couldn't get any of the account items to show on the current "Singularity 4.36.1" build though. So I wonder if NMS patched these possibly...

Devilin-Pixy commented 1 year ago

Ok, so here is how to do it, because just clicking those 2 checkboxes for it on the Account tab is not working.

You still have to do the above, but you also need to edit to include both rewards in the GCUSERSETTINGSDATA.MXML within your SETTINGS folder. Look for the 'UnlockedPlatformRewards' section and edit it to be as follows, or if other platform rewards are already present, include the two new ones, and save it:

    <Property name="UnlockedPlatformRewards">
        <Property name="UnlockedPlatformRewards" value="SW_PREORDER" />
        <Property name="UnlockedPlatformRewards" value="SW_PREORDER2" />
    </Property>

Important! You have to then launch No Man's Sky while disconnected from the internet, or the Account data edits will revert. (the edits in GCUSERSETTINGSDATA appear to stick for this). You claim both rewards at the QS Bot aboard the Anomaly (Special Rewards).

20230705214025_1

Devilin-Pixy commented 1 year ago

@goatfungus Maybe it would be possible to make this work correctly?

Major-Cryptic commented 1 year ago
<Property name="UnlockedPlatformRewards">
      <Property name="UnlockedPlatformRewards" value="SW_PREORDER" />
      <Property name="UnlockedPlatformRewards" value="SW_PREORDER2" />
  </Property>

THANK YOU SO MUCH , dont know how you found it but damn finally I can have them haha! and yeah would be nice an easier way to get them or some explanation in the FAQ maybe , thanks again! hope people that want them will find this post!

BrodieCole commented 1 year ago

Wow! Thank you! Yeah this is awesome! I am wondering if I need to just do the exact same thing with the expedition awards too since just simply checking those or the twitch reward boxes don't currently work for me

Devilin-Pixy commented 1 year ago

@BrodieCole For expedition and Twitch rewards this should not be needed. You may however check if the reward IDs are already present in your Save data in the locations below (Raw JSON):

If that is the case, you will not be able to claim that reward on that save, unless removed.

ukmerlin commented 10 months ago

@Devilin-Pixy For the Expedition & Twitch rewards are you saying that they need to be deleted from all three locations? I too had added them in NMSE but they were not redeemable at the store, disconnected from the network. I don't recall whether they were listed as "not owned". I may also have some Twitch items marked as redeemed (owned) but I don't actually have them.

Devilin-Pixy commented 10 months ago

@ukmerlin It would not make sense for Twitch Rewards to be in the RedeemedSeasonRewards, but it does not hurt checking for those Twitch IDs and remove them there if present. Basically if the game finds the ID as known or redeemed in the save, it will fail to reward it at the QS shop, even if marked as unlocked on the account. This is done to prevent unlocking multiple times on the same save.

ukmerlin commented 10 months ago

Does anyone have a complete list of all the tags to look for in the save file? (for all reward types)

Devilin-Pixy commented 10 months ago

@ukmerlin You mean a list of IDs? I do have those, but that is a lot of them. I have them shared in a few places. Could share them on the Atlas CSD forum if you wish.

Most can be gathered from the Save Editor too though