From 9534d59b254877d2ba4135bc6fb24c31ca58b720 Mon Sep 17 00:00:00 2001 From: aoqia194 <30682549+aoqia194@users.noreply.github.com> Date: Fri, 30 Jan 2026 05:05:04 +1100 Subject: [PATCH] depotdownloader: add page (#20897) --- pages/common/depotdownloader.md | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/depotdownloader.md diff --git a/pages/common/depotdownloader.md b/pages/common/depotdownloader.md new file mode 100644 index 0000000000..c46256eadf --- /dev/null +++ b/pages/common/depotdownloader.md @@ -0,0 +1,36 @@ +# depotdownloader + +> Content/depot downloader for Steam. +> More information: . + +- 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}}`