UFO1010 wrote: ↑Mon Jun 30, 2025 1:14 am
Okay, I re-followed your second method with an empty inventory (no quest items, no food), everything is working like a charm again!
I may have missed it, did you list the items that aren't included somewhere? Is it everyone's level 10 rewards?
Edit: Well, it was. I made some Mushu's Congee, thinking items we cooked post-edit would be fine, but after restarting the game several times it's bugged out in my inventory, showing the 5 Star banner on the item slot but blank underneath. I used the Save Editor a few times afterwards to increase item amounts but did not redo the "add all furniture" or "unlock all furniture" option. What should we do to avoid this?
Don't Use The Save Editor at all until you are done with a Play Session! Put your Items in a chest or drop them on the ground for safety!
When Stuff Disappears the item number should still show up in the save editor, to fix the problem the items needs to be added to the bottom of 'allknowids'!
Step 1: Open the SE and Find the item that is missing. For My example my item is Pixel Shard Duplicates.
In the first image here you can see it says "
Nothing OR Unknown, not in the json list (in Dict/allknowids.json)"
Step 2: Add the Code and the name to the allknwid JSON file.
You can find the names on KOSDDV's Spread Sheet by CTRL F the code!:
[Link]
My code is
31700066, My item is
Pixel Shard Duplicates
Step 3: Open the save editor, under the tools tab (the place where you load your save) there is a option that says "convert to JSON string"
Click that!
Step 4: a little window will pop up! Paste the code and name you got from the spread sheet into the JSON string converter and click convert!
Step 5: Copy what the JSON String Converter gave you into "allknownid"
You can paste it at the bottom above the }
Step 6: Reload Your save in the Save Editor or Close and reopen the save editor
Step 7: The Name of the bugged item should show up now
Add The correct amount to the Quest item!
That will make the item reappear! I am working on adding all the Quest and Meals to my spreadsheet so I can put them in the dict, I will get this done as soon as possible!