Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
(even with low to none coding knowledge a quick google search can help you make this work)
import json
with open("sable_data_nur3f124.json", "r") as jj: # CHANGE FILE NAME ACCORDINGLY
data = json.load(jj)
chums = data["ChumsMonitor"]
missing = []
for c in chums["value"]["collectibles"]:
if not c["hasBeenCollected"]:
missing.append(c)
with open("chums.json", "w") as file:
json.dump(missing, file, indent=4)
just put this in a file within the save file directory and run it with py whenever you want to drill down what you've got left to find.
I'm just gonna leave this here, made an interactive map, you can track your chums with it.
Feedback would be appreciated, whipped it up in a couple of hours, will do some more work on it.
The background image is a compressed version of the updated map
Anyone have any idea why I'm having my current issue? I have all 165 eggs now, but the Queen won't take them. The last time I gave her eggs, I was at 160. The third door still isn't open. Anyone have a clue? I'd love to get the chum skirt before I finish the gliding.
THANK GOD THIS GUY EXISTS.