blob: 200373642e923a719fd4d47d30ef1158454e8c14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# steam-export
A small cross-platform program written in Go designed to ease the
process of exporting, import and copying of Steam games.
This applications specifically copies the `appmanifest` files into
the archives. This prevents you from needing Steam to "discover" or
"check" the files.
Steam only seems to scan libraries on startup, so any changes made to
your libraries is going to require you to restart steam.
This process also seems to be much faster, and more reliable than
Steam's built in backup tool.
Future plans:
* Local web server to give GUI access to this program's features
* Dynamic discovery of other servers on local network.
* Copy games between servers
* Allow the game archive to be cached instead of created dynamically.
* Multiple compression options
* Multi-game export and import
|