Stardew Farm is a tool for Stardew Valley that collects saved games and shares them with the community at http://stardew.farm.
We create and share screenshots of your game with everyone - no complicated setup needed!
Install the Stardew Farm client to share your farm state with the rest of the community!
Farm screenshots will automatically appear here a few seconds after your game is saved: http://stardew.farm. Search for your the name of your farm or farmer.
If you have questions, see the About page and FAQ
Screenshots look like this:
The screenshots are not perfect yet, but we're working on it as fast as possible!
Discord server for stardew.farm chat: https://discord.gg/0tpEyZrnOVQKA93b
The renderer is in the view/ directory. To test it, try:
cd view go get . # to fetch the dependencies go test
If all goes well, this will re-generate the .png's in the current directory. Make changes to the renderer then run "go test" again to see the results.
Reference screenshots are available in the assets/img/ directory - they were produced in-game and serve as a target for the renderer development.
The ampq URL is: amqp://guest:guest@amqp.stardew.rocks:5672/
We currently publish the following exchanges:
- "SaveGameInfo-1" receives raw uncompressed XML files with SaveGameInfo.
- "OtherFiles-1" receives raw uncompressed XML files with the super-large file saves.
- Authentication of some fashion
- Finish implementing all missing tiles
- Let people upload their save games manually without installing the client
freaky-m0, Beener, Kylindra, Dristan, Syndlig