depotdownloader: add page (#20897)

This commit is contained in:
aoqia194
2026-01-30 05:05:04 +11:00
committed by GitHub
parent ecd9379ffe
commit 9534d59b25
+36
View File
@@ -0,0 +1,36 @@
# depotdownloader
> Content/depot downloader for Steam.
> More information: <https://github.com/SteamRE/DepotDownloader>.
- Download an app:
`depotdownloader -app {{108600}}`
- Download a specific depot into a custom output directory:
`depotdownloader -app {{108600}} -depot {{108603}} -dir {{path/to/directory}}`
- Download using a Steam account:
`depotdownloader -app {{108600}} -depot {{108603}} -username "{{gabecube}}"`
- Download a depot and remember the password for future downloads:
`depotdownloader -app {{108600}} -depot {{108603}} -username "{{gabecube}}" -remember-password`
- Download a specific depot manifest:
`depotdownloader -app {{346110}} -depot {{346111}} -manifest {{6154025194991279746}}`
- Download from a specific branch:
`depotdownloader -app {{108600}} -depot {{108603}} -branch "{{unstable}}"`
- Download only the internal manifest excluding content:
`depotdownloader -app {{108600}} -depot {{108603}} -manifest-only`
- Download workshop content using the pubfile/workshop id:
`depotdownloader -app {{108600}} -pubfile {{2503622437}}`