goatfungus / NMSSaveEditor

No Man's Sky - Save Editor
1.82k stars 235 forks source link

Unable delete ship permanently #1030

Open Fenrirke999 opened 1 month ago

Fenrirke999 commented 1 month ago

Hi. I modify few ship to Utopia Speeder and Starborn Runner. Later wheni deleted thedm(via editor and also ingame scrapping) it return back to me without icon at summon menu(and i can use them). How can i fix this? Really irritating to i can pick them in summon menu after i deleted them many times.

wkitty42 commented 1 month ago

at least part of this seems to be a defect in NMS... many are reporting ""ghost"" ships appearing in their owned ships list for ships they have scrapped... most all reports i have seen say they are various ships but all have the name "Aegis of the Void"...

Fenrirke999 commented 1 month ago

at least part of this seems to be a defect in NMS... many are reporting ""ghost"" ships appearing in their owned ships list for ships they have scrapped... most all reports i have seen say they are various ships but all have the name "Aegis of the Void"...

Yeah, i get that ship name on them. Any way to fix it?

Pd69bq commented 1 month ago

under BaseContext > PlayerStateData > ShipOwnership there are twelve keys from 0 to 11. to delete a starship, simply copy the entire phrase from an empty slot and paste it over the one(s) you want to delete permanently in the JSON editor. in case you've used all slots, here's an empty placeholder:

{ "Name":"", "Resource":{ "Filename":"", "Seed":[ false, "0x0" ], "AltId":"", "ProceduralTexture":{ "Samplers":[] } }, "Seed":[ false, "0x0" ], "Inventory":{ "Slots":[], "ValidSlotIndices":[], "Class":{ "InventoryClass":"C" }, "StackSizeGroup":{ "InventoryStackSizeGroup":"Ship" }, "BaseStatValues":[], "SpecialSlots":[], "Width":7, "Height":5, "IsCool":false, "Name":"", "Version":1 }, "Inventory_Cargo":{ "Slots":[], "ValidSlotIndices":[], "Class":{ "InventoryClass":"C" }, "StackSizeGroup":{ "InventoryStackSizeGroup":"ShipCargo" }, "BaseStatValues":[], "SpecialSlots":[], "Width":7, "Height":5, "IsCool":false, "Name":"", "Version":1 }, "Inventory_TechOnly":{ "Slots":[], "ValidSlotIndices":[], "Class":{ "InventoryClass":"C" }, "StackSizeGroup":{ "InventoryStackSizeGroup":"Default" }, "BaseStatValues":[], "SpecialSlots":[], "Width":7, "Height":3, "IsCool":false, "Name":"", "Version":1 }, "InventoryLayout":{ "Slots":10, "Seed":[ true, "0x1" ], "Level":1 }, "Location":0, "Position":[ 0.0, 0.0, 0.0, -1.0 ], "Direction":[ 0.0, 0.0, 0.0, -1.0 ] }