header.png


A companion mod for SDV Tracker, a web checklist for 100% completion. At the end of each in-game day it pushes what you have finished to your tracker account, so the checklist keeps itself instead of you ticking boxes by hand.

01-coop-map.png 03-gift-tracker.png 04-upcoming.png 05-setup.png

This mod does nothing on its own. It needs a free account at sdv.fullclear.io — the mod carries a token from that account and has nowhere to send anything without one. If you are looking for an in-game overlay or a standalone tracker, this is not that.

What the tracker gives you

  • One list for everything. The museum, every fish, all the bundles, crafting and cooking recipes, all 130 golden walnuts, heart events and villagers. Items are sorted, with where and when each thing comes from, and the commonly-missed ones flagged.
  • Co-op. Stardew keeps a whole co-op farm in the host's save, so farmhands have no save of their own. The host's sync fills in everyone; each farmer gets their own column and every row shows who has done what.
  • A live world map. While you are playing it draws where everyone on the farm is standing, Ginger Island included.
  • The week ahead. Crops and machines coming ready, the weather, festivals, birthdays and what the Queen of Sauce is teaching from your actual save, not a generic calendar.
  • A gift tracker that knows who you have given to this week, and what each villager loves.
  • Read-only share links you can post anywhere. They carry no password, no token and no risk.

What the mod sends

Never your save file. The mod reads the loaded game in memory and sends derived facts only. Specifically:

  • At the end of each day: which checklist items are done, what is planted and when it ripens, what your machines are making, your gift cooldowns, your skill levels, and your farmer's name and appearance so the site can draw them. On a co-op farm the host sends the same for each farmhand.
  • While you play, if you leave it on: your location and position, health and stamina, the in-game clock, what you are holding and your inventory. This is what draws the live map. It is never stored. The server keeps it in memory for two minutes and forgets it. Set StreamLiveState to false to forbid sending live data and stick to save file imports.

Installing

  1. Install SMAPI 4.0.0 or newer.
  2. Make a free account at sdv.fullclear.io.
  3. Unzip this into Stardew Valley/Mods/.
  4. On the tracker, open Co-op PartySync from the game and press Download config.json. Your server address and your account's token are already in the file.
  5. Drop that file into Stardew Valley/Mods/SdvTrackerSync/, replacing the one the mod wrote for itself.
  6. Load your save. The first sync happens when you go to bed, or run sdvtracker_sync in the SMAPI console to do it now.

The same box on the tracker shows last synced, so you can tell at a glance whether it is working.


Settings

All in Mods/SdvTrackerSync/config.json. The tracker fills this in for you; these are what the switches mean.

  • ServerUrl — your tracker. Defaults to .
  • Token — your account's sync token.
  • SyncOnDayEnd (true) — sync when the day ends. Off means the console command only.
  • SyncFarmhands (true) — send the other farmers on a co-op farm. Only the host can.
  • SyncProducers (true) — kegs, casks, tappers and when each can be collected.
  • SyncGifts (true) — keep the gift tracker in step.
  • StreamLiveState (true) — report where you are while you play. Off and the map never shows you.
  • LiveIntervalMs (3000) — how often to report position, in milliseconds.
  • AutoBind (true) — claim your farmer automatically on a farm you have joined.
  • VerboseLogging (false) — for working out why a sync did not do what you expected.

Console commands
  • sdvtracker_sync — push now, instead of waiting for the day to end.
  • sdvtracker_reload — re-read config.json without restarting.
  • sdvtracker_live — say whether the live feed is running and who this game speaks for.
  • sdvtracker_bind — on a farm you have joined, say which farmer you are playing.


Multiplayer

The host should install it. Stardew only saves the game on the host's computer, so the host's sync is the only thing that can see every farmer's progress. Farmhands do not need it, though installing it does add live position for that player and lets them claim their own farmer automatically.


Compatibility

  • Stardew Valley 1.6+, SMAPI 4.0.0+
  • Windows, macOS, Linux
  • Single player and multiplayer
  • No known conflicts. This mod does not patch the game. It only reads state and makes web requests.

Keeping it current: the tracker tells you in Sync from the game when your install is behind the build it ships, and the mod logs a SMAPI warning once per loaded save if there is a newer one.


Uninstalling

Delete Mods/SdvTrackerSync/. Nothing is written to your save and nothing changes in-game, so the save is untouched either way. Your tracker account and everything on it stay exactly as they were; you can go back to ticking by hand or importing a save file on the website.
Author
MrGreaterThan
Downloads
13
Views
50
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. 1.0.1 Update to add Nexus Mods SMAPI Integration.

    Adds a Nexus Mods update key so SMAPI can notify you of future updates. No content changes.
Top