No Man's Sky

No Man's Sky

View Stats:
Fix for Rocket inventory or Skiff inventory via save editor
Two uncommon issues popping up with the inventory for the Skiff and Trade Rocket.

Inventory slots are coming up short. For me it was in a Legacy save prior to Waypoints not updated (used) till Worlds Part 1 was release and it affected the Trade rocket in Normal save. Oddly the expeditions worked with 21 slots as designed.

Here in is the Code for each sections and pictures to help navigate. I used GoatFungus to fix my Trade Rocket via "Edit Raw JSON". Be sure you make a hard save of your HelloGames files for safe keeping.

https://steamcommunity.com/sharedfiles/filedetails/?id=3367844489

How to proceed
Open your save editor and Open the Named save you are experiencing trouble with, navigate to Edit > Edit Raw Json
Navigate to "PlayerStateData", and click the chevron to expand then navigate down to the key you want to open.

Open the key, example (RocketLockerInventory) and click in the "right pane" and keyboard "Ctrl + A" to select all, then "delete" to empty the data. From the code below highlight and copy then paste over the new default code from the default entry below. IMPORTANT: click onto any key in the left pane to get the prompt to save your entry. Once done back close, using the window X and then "Save Changes" to the save file.

https://steamcommunity.com/sharedfiles/filedetails/?id=3367844467
Trade Rocket Defaults 102 lines
{ "Slots":[], "ValidSlotIndices":[ { "X":0, "Y":0 }, { "X":1, "Y":0 }, { "X":2, "Y":0 }, { "X":3, "Y":0 }, { "X":4, "Y":0 }, { "X":5, "Y":0 }, { "X":6, "Y":0 }, { "X":0, "Y":1 }, { "X":1, "Y":1 }, { "X":2, "Y":1 }, { "X":3, "Y":1 }, { "X":4, "Y":1 }, { "X":5, "Y":1 }, { "X":6, "Y":1 }, { "X":0, "Y":2 }, { "X":1, "Y":2 }, { "X":2, "Y":2 }, { "X":3, "Y":2 }, { "X":4, "Y":2 }, { "X":5, "Y":2 }, { "X":6, "Y":2 } ], "Class":{ "InventoryClass":"C" }, "StackSizeGroup":{ "InventoryStackSizeGroup":"Chest" }, "BaseStatValues":[], "SpecialSlots":[], "Width":7, "Height":3, "IsCool":false, "Name":"", "Version":1 }


https://steamcommunity.com/sharedfiles/filedetails/?id=3367844477
Skiff Defaults 258 lines
{ "Slots":[], "ValidSlotIndices":[ { "X":0, "Y":0 }, { "X":1, "Y":0 }, { "X":2, "Y":0 }, { "X":3, "Y":0 }, { "X":4, "Y":0 }, { "X":5, "Y":0 }, { "X":6, "Y":0 }, { "X":7, "Y":0 }, { "X":8, "Y":0 }, { "X":9, "Y":0 }, { "X":0, "Y":1 }, { "X":1, "Y":1 }, { "X":2, "Y":1 }, { "X":3, "Y":1 }, { "X":4, "Y":1 }, { "X":5, "Y":1 }, { "X":6, "Y":1 }, { "X":7, "Y":1 }, { "X":8, "Y":1 }, { "X":9, "Y":1 }, { "X":0, "Y":2 }, { "X":1, "Y":2 }, { "X":2, "Y":2 }, { "X":3, "Y":2 }, { "X":4, "Y":2 }, { "X":5, "Y":2 }, { "X":6, "Y":2 }, { "X":7, "Y":2 }, { "X":8, "Y":2 }, { "X":9, "Y":2 }, { "X":0, "Y":3 }, { "X":1, "Y":3 }, { "X":2, "Y":3 }, { "X":3, "Y":3 }, { "X":4, "Y":3 }, { "X":5, "Y":3 }, { "X":6, "Y":3 }, { "X":7, "Y":3 }, { "X":8, "Y":3 }, { "X":9, "Y":3 }, { "X":0, "Y":4 }, { "X":1, "Y":4 }, { "X":2, "Y":4 }, { "X":3, "Y":4 }, { "X":4, "Y":4 }, { "X":5, "Y":4 }, { "X":6, "Y":4 }, { "X":7, "Y":4 }, { "X":8, "Y":4 }, { "X":9, "Y":4 }, { "X":0, "Y":5 }, { "X":1, "Y":5 }, { "X":2, "Y":5 }, { "X":3, "Y":5 }, { "X":4, "Y":5 }, { "X":5, "Y":5 }, { "X":6, "Y":5 }, { "X":7, "Y":5 }, { "X":8, "Y":5 }, { "X":9, "Y":5 } ], "Class":{ "InventoryClass":"C" }, "StackSizeGroup":{ "InventoryStackSizeGroup":"Chest" }, "BaseStatValues":[], "SpecialSlots":[], "Width":10, "Height":6, "IsCool":false, "Name":"", "Version":1 }
Date Posted: Nov 17, 2024 @ 6:33pm
Posts: 0