Update README.md

pull/8/head
Asher Baker 12 years ago
parent 197f16b838
commit 5bbb826a3f

@ -3,6 +3,7 @@ DepotDownloader
Steam depot downloader utilizing the SteamKit2 library. Supports .NET and Mono Steam depot downloader utilizing the SteamKit2 library. Supports .NET and Mono
```
Use: depotdownloader <parameters> [optional parameters] Use: depotdownloader <parameters> [optional parameters]
Parameters: Parameters:
@ -14,9 +15,11 @@ Optional Parameters:
-username user - the username of the account to login to for restricted content. -username user - the username of the account to login to for restricted content.
-password pass - the password of the account to login to for restricted content. -password pass - the password of the account to login to for restricted content.
-dir installdir - the directory in which to place downloaded files. -dir installdir - the directory in which to place downloaded files.
-filelist filename.txt - a list of files to download (from the manifest). Can optionally use regex to download only certain files. -filelist file.txt - a list of files to download (from the manifest).
Can optionally use regex to download only certain files.
-all-platforms - downloads all platform-specific depots when -app is used. -all-platforms - downloads all platform-specific depots when -app is used.
-manifest-only - downloads a human readable manifest for any depots that would be downloaded. -manifest-only - downloads a human readable manifest for any depots that would be downloaded.
-beta branchname - download from specified branch if available. -beta branchname - download from specified branch if available.
-betapassword pass - branch password if applicable. -betapassword pass - branch password if applicable.
-manifest manifestid - manifest id of content to download (requires -depot). -manifest manifestid - manifest id of content to download (requires -depot).
```

Loading…
Cancel
Save