https://github.com/jwcook/satisfactory-sync
https://github.com/jwcook/satisfactory-sync
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwcook/satisfactory-sync
- Owner: JWCook
- License: mit
- Created: 2024-10-21T00:13:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T23:58:20.000Z (8 months ago)
- Last Synced: 2025-02-09T07:24:44.446Z (5 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Satisfactory sync
Script to sync Satisfactory saves between a multiplayer server and remote object storage.
Does not need to run on the same machine as the Satistactory server.# Usage
* `pip install .`
* Add a `.env` file or set environment variables; see [`.env_sample`](.env_sample)
* `ficsit-sync`# TODO
Bidirectional sync:
* If remote is newer, download, and send to server via API
* May require a server restart?
* Make sure configured save name matches Satisfactory server's `autoLoadSessionName`Automated sync:
* Watch for changes in real time?
* Or just schedule periodic syncs?