Syncing game save between PC via S3 or FTP
- Devil May Cry 5
- The Witcher 3
- Shin Sangokumusou 7 TC
- Skyrim
- New Legend of Sword and Fairy
- The Legend of Sword and Fairy 2
- Wind Fantasy 2 aLive
- Wind Fantasy 3
- Wind Fantasy 4
- Wind Fantasy 5
- Wind Fantasy 6
- Wind Fantasy XX
- Windows 10
- Fill config.ini
- Generate gamesavesyncing.exe
$ cd cmd\gamesave-syncing
$ go build
- Run gamesavesyncing.exe
If you use the early version of gamesave-syncing, you may need convert-time-format to help you convert the time format of uploaded gamesave.
- Fill config.ini
- Generate convert-time-format.exe
$ cd cmd\convert-time-format
$ go build
- Run convert-time-format.exe
You can config gamesavesyncing.exe to use S3 or FTP to sync gamesave
[s3]
endpoint = oss-cn-guangzhou.aliyuncs.com
bucketName = yourBucketName
accessKeyID = yourAccessKeyID
secretAccessKey = yourSecretAccessKey
[ftp]
addr = 127.0.0.1:21
user = yourUsername
password = userPassword
subDir = yourSubdirToStoreGamesave
If your game not in the Supported games
You can add your game search info under conf.d directory
- Support monitor game save directory and game process,sync game save while change