Steam browser protocol: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (added news to steam://open/)
m (steamlink)
Line 10: Line 10:
**Example: <code>steam://connect/dns.server.com</code>
**Example: <code>steam://connect/dns.server.com</code>
* '''<code>steam://defrag/<id></code>''' This defragments the [[GCF]]s associated with an installed application.
* '''<code>steam://defrag/<id></code>''' This defragments the [[GCF]]s associated with an installed application.
* '''<code>steam://guestpasses/</code>''' Opens up the Guest Passes Window
* '''<code>{{steamlink|steam://guestpasses/}}</code>''' Opens up the Guest Passes Window
* '''<code>steam://install/<id></code>''' This installs an app.
* '''<code>steam://install/<id></code>''' This installs an app.
* '''<code>steam://installaddon/<addon></code>''' This installs the specified add-on. Example: {{steamlink|steam://installaddon/halflifehd}} installs HL High-Def Pack
* '''<code>steam://installaddon/<addon></code>''' This installs the specified add-on. Example: {{steamlink|steam://installaddon/halflifehd}} installs HL High-Def Pack

Revision as of 18:16, 25 December 2006

There are numerous system-wide commands available that interact with Steam. All of them open up Steam if it is not open. They can either be typed into a command box (Start-> Run) or through your browser's address bar (you can normally create links to them as you would web page links). Use a Steam Application ID in place of <id> (i.e. 211 for the Source SDK).

Suggested commands

The following commands are community suggestions and are not presently featured in Steam:

Restarting Steam would be simpler, and have the same effect. --TomEdwards 08:23, 13 Sep 2006 (PDT)
i'm afraid it's not that simple, see my post there http://forums.steampowered.com/forums/showthread.php?s=&threadid=485982 -- Dwarden
  • steam://checkbuild/<AppID>
    • Compares actual local build of AppID with latest version available at Steam servers for defined AppID.
    • Results displayed in way: '<AppID> - <ActualLocalBuild>:<LatestBuildAtSteamServers>
    • and if they not match it offers user dialog to force update to latest build.