项目作者: lxvs

项目描述 :
It can link your local game save files to your cloud storage services, such as OneDrive, Dropbox, Google Drive...
高级语言: Batchfile
项目地址: git://github.com/lxvs/cloudsave.git
创建时间: 2020-10-03T07:56:43Z
项目社区:https://github.com/lxvs/cloudsave

开源协议:Apache License 2.0

下载


Cloud Save

It can link your local game save files to your cloud storage services, such as OneDrive, Dropbox, Google Drive…

Usage

  1. Download the latest source codes.
  2. Unzip all files (file cloud-deoloy.bat, cloud-remove.bat, gamelist, gamelist-steamcloud are required) to your cloud storage folder that contains your save files. If you already has local save files, move them to your cloud storage.
  3. Edit file cloud-deploy.bat with text editor:

    1. In line 5, replace %programfiles(x86)%\Steam with your Steam installation folder.

    2. In line 6, replace 324014709 with your Steam ID, which can be found in Steam\userdata folder.

  4. Run cloud-deploy.bat as administrator.
  5. If you want to unlink your save files with your PC, do steps 3~4 for file cloud-remove.bat and run it. It only removes the link of the save files to your cloud storage, and won’t delete your unlinked local save files.

Add Your Games

Local

Edit file 'gamelist and find these of a game:

  1. folder name of save files in your cloud storage
  2. location of local game saves (not in your cloud storage)

You can follow the given format to add your games.

Steam Cloud

Edit file gamelist-steamcloud and find these of a game:

  1. steam game ID
  2. folder name of save files in your cloud storage

You can follow the given format to add your games.

FAQ

why does cloud-remove.bat prompt me that ** xxx game is not removed?

It might happen in below situations:

  1. There are saves of that game and isn’t created by cloud-deploy. cloud-remove.bat only removes the link of the save files to your cloud storage, and won’t delete your unlinked local save files.
  2. The script does not have the privilege needed. Try to run it again as
    administrator.