2025-03-14 21:59:59 -06:00
|
|
|
# steamcmd
|
|
|
|
|
|
|
|
|
|
> A command-line version of the Steam client.
|
|
|
|
|
> More information: <https://manned.org/steamcmd>.
|
|
|
|
|
|
|
|
|
|
- Install or update an application anonymously:
|
|
|
|
|
|
|
|
|
|
`steamcmd +login {{anonymous}} +app_update {{appid}} +quit`
|
|
|
|
|
|
|
|
|
|
- Install or update an application using the specified credentials:
|
|
|
|
|
|
|
|
|
|
`steamcmd +login {{username}} +app_update {{appid}} +quit`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Define a custom install location:
|
|
|
|
|
|
|
|
|
|
`steamcmd +force_install_dir {{path/to/directory}} +login {{anonymous}} +app_update {{appid}} validate +quit`
|
|
|
|
|
|
2025-03-14 21:59:59 -06:00
|
|
|
- Install an application for a specific platform:
|
|
|
|
|
|
|
|
|
|
`steamcmd +@sSteamCmdForcePlatformType {{windows}} +login {{anonymous}} +app_update {{appid}} validate +quit`
|
2025-07-24 22:27:13 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Run a script file:
|
|
|
|
|
|
|
|
|
|
`steamcmd +runscript {{script.txt}}`
|
|
|
|
|
|
2025-07-24 22:27:13 -06:00
|
|
|
- Clear cached login credentials for a user:
|
|
|
|
|
|
|
|
|
|
`steamcmd +login {{username}} +logout +quit`
|