Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwcook/satisfactory-sync
https://github.com/jwcook/satisfactory-sync
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwcook/satisfactory-sync
- Owner: JWCook
- License: mit
- Created: 2024-10-21T00:13:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T23:29:42.000Z (about 2 months ago)
- Last Synced: 2024-10-27T00:34:57.411Z (about 2 months ago)
- Language: Python
- Size: 4.88 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?