Little Kitty, Big City

Little Kitty, Big City

Otillräckligt med betyg
Lost the Rubber Duckies?
Av Xaymar
Use save editing to return them to their original place!
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Save Location & Format
You can find your save games in the following location:

  • Windows: %LocalAppdata%Low\Double Dagger Studio\Little Kitty, Big City\
  • Linux: <SteamLibrary>/steamapps/compatdata/1177980/pfx/

The format appears to be a modified JSON, allowing for complex objects and arrays as keys. Personally I recommend using Visual Studio Code or similar to edit the file.
Resetting the Ducks
Open the save game in Visual Studio Code, and change it to JSON format by clicking the "Plain Text" text in the bottom right corner and selecting JSON. Then right click into the document itself, and select Format Document, as this will significantly ease the workflow later on. Then all it comes down to is finding and deleting the area for the 4 special Rubber Duckies:
  • c1cf3126-a106-4ec8-b973-102d9496f475 Bridge Duck
  • 812ce296-dfa9-4240-8ac4-b01cafc2eab9 Patio Duck
  • 84735315-7ee3-4a9a-89d8-c61d4b6614e0 Pond Duck
  • 3e3d0ade-0920-49cb-8820-ab5514e20847 Store Manager Duck

While we can modify everything about the duck, we really only care about the ducks being in the right place. In the save game, you now want to search for the duck you believe to be missing, then select everything from the comma before, to just until the comma after the } block. See below for an example:

, "3e3d0ade-0920-49cb-8820-ab5514e20847": { "parent": null, "position": { "x": 101.238678, "y": -3.15249443, "z": -157.676666 }, "rotation": { "x": 0.031012591, "y": 0.406806439, "z": -0.0138201918, "w": 0.9128832 }, "localScale": { "x": 0, "y": 0, "z": 0 }, "active": true, "saveIsActiveState": true }

Once you've selected this, you can simply delete it, and repeat for every duck that you think is missing. Then save the file, start the game, and hunt the ducks down again. Alternatively, if you change the position of the duckies to
"x": 94.0, "y": -5.34, "z": -136.57
you should instantly finish the achievement.


4 kommentarer
Fam 17 jun, 2024 @ 23:06 
I could not find where the save file was on my local disk. I am using Windows.
Micael Jarniac 9 jun, 2024 @ 9:41 
Oh wow, that's crazy. Would you have any tips on how to speed this up now that you've done it? I think I could start by making a new save, moving all the bananas to the pond, and writing a simple script to calculate the distance of each item to the pond, for example, as that's a known location.
Xaymar  [skapare] 7 jun, 2024 @ 9:27 
@/id/MicaelJarniac: Probably the exact same way, just change the ids used. It took me 4 hours to figure these out using a brand new save by moving each item to a common place, and then noting down the UUIDs that ended up at the position i knew (in the pond).
Micael Jarniac 7 jun, 2024 @ 6:15 
Do you know how to do this for the bananas?