Little Goody Two Shoes

Little Goody Two Shoes

View Stats:
Kaszankaaa Jul 20, 2024 @ 7:06am
Little Goody Two Shoes - Add or Delete items from inventory
Hello, I was desperate to show my friend one of the ending with Freya, but from confidence of playing 5 times in this game I forgot to talk with Eugen and didn't get the key. So I started to modify save file and wanted to add an ID item describing Windmill key - here's how me and my friend done it:

1. Open your game save file should be there: C:/Users/%UserProfile%/AppData/LocalLow/AstralShift/Little Goody Two Shoes

2. Find right save file and open it (first number in the name file describes slot in your game, I wanted to modify my fresh save from slot 0 so it has 0 at the beginning).

3. Find "inventory" ctrl +f
Now you can see bunch of {
"DescriptorId": (number),
"Quantity": 1
},
You need to change number of Descriptorld or you can add more items simply by just copying and pasting this (Check if you didn't forgot to add comma or close brackets: check your code in chat gpt or there: https://jsonformatter.org)

It's really hard to tell you what number is what item, but here's what I discover:

ID numbers ONLY FROM: 1 - 49 and 101 - 115 WORKS!!! These are all items avaliable in game.

1 - 49 are items mostly like Food, Keys, Normal items.
101 - 115 are items mostly for "Father Hans" ending and I think maybe Freya, Lebkuchen, Rosemarine dools?

28 - Golden Key
29 - Windmill Key
17 - St. Walpurga Oil
32 - Roast Turkey

So for example if I want Windmill key and Golden key in inventory I'm adding this to code:

{
"DescriptorId": 28,
"Quantity": 1
},
{
"DescriptorId": 29,
"Quantity": 1
}

[{Remember to delete comma at the end closing your code should look like this}]
[{Not like this},]

If you want to know more, check this site also: https://fearlessrevolution.com/viewtopic.php?t=26254

Pls share with your findings here : )
< >
Showing 1-5 of 5 comments
lisowisko Jul 20, 2024 @ 3:54pm 
Great guide! Just when I needed it :D
PARADISE KISS Jul 28, 2024 @ 1:16am 
That's cheating and you're not really playing if you want to edit the game to suit your tastes
Makima Aug 6, 2024 @ 4:15pm 
do you know how to open a mill?
Originally posted by PARADISE KISS:
That's cheating and you're not really playing if you want to edit the game to suit your tastes

"Hello, I was desperate to show my friend one of the ending with Freya, but from confidence of playing 5 times in this game..." - I've reached all endings before modyfing one of my save. We had so much fun that night :steamhappy:
Originally posted by Makima:
do you know how to open a mill?
You need to talk to Eugen at night during party after Apfel was found : ) He's under the tree between entry from level "village inn" and "church" (?) I don't exactly remember names but I hope you know what I mean
< >
Showing 1-5 of 5 comments
Per page: 1530 50