Update README.md

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

@ -3,20 +3,23 @@ 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:
-app # - the AppID to download. -app # - the AppID to download.
Optional Parameters: Optional Parameters:
-depot # - the DepotID to download. -depot # - the DepotID to download.
-cellid # - the overridden CellID of the content server to download from. -cellid # - the overridden CellID of the content server to download from.
-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).
-all-platforms - downloads all platform-specific depots when -app is used. Can optionally use regex to download only certain files.
-manifest-only - downloads a human readable manifest for any depots that would be downloaded. -all-platforms - downloads all platform-specific depots when -app is used.
-beta branchname - download from specified branch if available. -manifest-only - downloads a human readable manifest for any depots that would be downloaded.
-betapassword pass - branch password if applicable. -beta branchname - download from specified branch if available.
-manifest manifestid - manifest id of content to download (requires -depot). -betapassword pass - branch password if applicable.
-manifest manifestid - manifest id of content to download (requires -depot).
```

Loading…
Cancel
Save