DavidKk / steamsl

Use for steam game which can not use save/load method, eg Darkest Dungeon

Home Page:https://github.com/DavidKk/steamsl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status GitHub LICENSE

Steam S/L

Private use (only test on mac osx), use for steam game which can not use save/load method, eg Darkest Dungeon

Install

# please install `NodeJS` and `NPM` first.
$ npm i -g steamsl

Usage

# save local archives
$ steamsl save

# load local archives
$ steamsl load

# list user archives
$ steamsl list

# remove user archive
$ steamsl remove

# remove all user archives
$ steamsl clear

# remove all archives from local folder
$ steamsl clearAll

About

Use for steam game which can not use save/load method, eg Darkest Dungeon

https://github.com/DavidKk/steamsl

License:MIT License


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%