Little Kitty, Big City

Little Kitty, Big City

Not enough ratings
Save modification & achievement edits
By Thy Cake Is Not A Lie! D:™
Save modification
Easy save modification for anyone
   
Award
Favorite
Favorited
Unfavorite
Save Modification
Navigate to your save directory by copying the link into your file explorer.
%localappdata%low\Double Dagger Studio\Little Kitty, Big City
  • Open your save file (eg. SaveFile_0.es3) using wordpad or a code editor.
  • Find (CTRL+F) the categories below and change the value to your preference.
Sections to edit in save file
Cat Currency
"CatCurrency" : { ..., "CurrencyAmounts" : [ { "ID" : 2375985570, // Blue Feathers "Amount" : 2 },{ "ID" : 529954384, // shiny Count "Amount" : 33 } ] }
Cat Stamina
"SaveInfo" : { ..., "CatData" : { "stamina" : 200, // multiplies of 100 "level" : 2, ... }, ... }
Fast Travel portals
"PurchasedPortals" : { ..., // fast travel portals (true/false) "value" : {0:false,1:true,2:true,3:false,4:false,5:false,6:false,7:false,8:true }
Achievements
All achievements that require xx/20 can be edited, to shorten the grind.
"Recycle 100 cans" I'm looking at you.

Simply change the required values to -1 of the achievement count and manually complete the required task once in game!
Small explanation of the code
{ "id" : 22, // This is the achievement ID "value" : 1, // Counter for the achievement. In this example, this achievement is NOT a 'do x times' achievement "secret" : false, // This reveals the achievement in the in-game achievement tab "dateGranted" : "12\/5\/2024 6:26:21 PM" // achievement completion date }
The ONLY line you should edit is "value".

The code
I have removed "secret" and 'dateGranted' as it would make the code too long
"AchievementJournal" // This tag tracks your counters { "id" : 12, // Find manually find the Ids in your save file. "value" : 100, // Change this to 99 },{ "id" : 6, "value" : 200, // Change this to 199 },{ "id" : 43, "value" : 20, // Change this to 19 },{ "id" : 19, "value" : 20, // Change this to 19 },{ "id" : 15, "value" : 20, // Change this to 19 },,{ "id" : 14, "value" : 10, // Change this to 9 },{ "id" : 10, "value" : 20, // Change this to 19 },{ "id" : 16, "value" : 10, // Change this to 9 },{ "id" : 11, "value" : 5, // Change this to 4 },,{ "id" : 12, "value" : 100, // Change this to 99 },{ "id" : 46, "value" : 10, // Change this to 9 },{ "id" : 13, "value" : 100, // Change this to 99 },{ "id" : 17, "value" : 20, // Change this to 19 }

*ps: Was too lazy to find out which achievement name corresponds to which ID
Final Note
As a non-game developer, I found it interesting how the save file contained all the data needed to change certain flags in-game. (It also unlocks achievements if the correct values are edited)
3 Comments
zkitch Dec 5, 2024 @ 1:06pm 
It works💙💙 and definitely mess with the stamina! You can get it like you ate tons of fish! Gonna see if I can mess with gravity? If someone can find that👀
oke_siam Sep 7, 2024 @ 8:45am 
oh my god.....
that was so much..
damn..
Chippawaffen May 14, 2024 @ 7:55pm 
Id 14 is sticky business but doesn't seem with the testing I did there it's able to fix the 9/10 bug