goatfungus / NMSSaveEditor

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

(MacOS) Account Tab Greyed Out #916

Open HollingsE opened 4 months ago

HollingsE commented 4 months ago

Looking for some help regarding the Account tab. No matter what I do, I am unable to access the account tab in the editor (all other tabs: exocraft, exosuit etc are fine).

Previously when I played, there was an Account.HG alongside the save files. But now it seems that account data is in GCUsersettingsdata.mxml in /Library/Application Support/HelloGames/NMS/SETTINGS

Any work arounds for this?

Devilin-Pixy commented 4 months ago

It looks like you are playing on Mac. Not sure if 'accountdata.hg' is present in the same location, or possibly only using the 'GCUserSettingsData.mxml'. It could be the save Editor is currently not fully supporting this for Mac. I am not too familiar with the platform, but it will likely be looked into.

On Steam (Win), both files are actually used, mostly accountdata, and only for some rewards does it require the GCUserSettingsData, which the save editor no longer supports/uses.

leodium commented 4 months ago

Wouldn't it be possible to add this information directly to the GCUsersettingsdata.mxml file???

<Property name="UnlockedSpecials">
    <Property name="UnlockedSpecials" value="SPEC_HOOD01" />
</Property>
<Property name="UnlockedSeasonRewards" />
<Property name="UnlockedTwitchRewards" />
<Property name="UnlockedPlatformRewards" />
jh4c commented 2 months ago

Wouldn't it be possible to add this information directly to the GCUsersettingsdata.mxml file???

[SNIP] There's no need to add those lines, they already exist. What's missing is the umpty million other lines that go with them to accomplish all the unlocking. At least this has answered a question I've had wth both this editor and another, now I just need to find somewhere with those umpty million tags to copy/paste across...

Mac client doesn't have AccountData.hg anywhere in the NMS fileset saved in the HelloGames folder or anywhere else on the system as far as I can tell.