CloudSync is a Stardew Valley mod that allows you to sync your saves across multiple devices using cloud storage services like Dropbox, and Google Drive.
- Install SMAPI
- Download focustense's StardewUI mod
- Download the main mod and a cloud provider extension from Releases
- Optionally, download Global Config Settings Rewrite to preserve your settings
- Upload saves to cloud storage services
- Download saves from cloud storage services
- Backup your saves when uploading
- Automatically upload your save after sleeping
- Get a warning if an existing save has more progress when uploading or downloading
- Support for adding your own cloud storage service using a custom extension mod
When transferring the save between pc and mobile the pc settings will get reset, to solve this issue you should download the Global Config Settings Rewrite mod and enable the Apply on load option
- Add support for other cloud storage services
| Language | Status | Translators |
|---|---|---|
| Chinese | Partial | 1499935287 |
The mod build package should be able to locate your game folder automatically, if it cant find it or if you want to specify it manually, edit the csproj file like so:
<PropertyGroup>
...
<GamePath>Your Game Path</GamePath>
...
</PropertyGroup>If you want to set this path for all projects, create a file called stardewvalley.targets in your home folder (%userprofile% | ~) and add the following:
<Project>
<PropertyGroup>
<GamePath>Your Game Path</GamePath>
</PropertyGroup>
</Project>You should now be able to build and debug the mod using your IDE






