Steam browser protocol: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Made it more clear that the Suggestions section contains commands that are not real.)
m (Subtle format improvement)
Line 1: Line 1:
==Commands==
==Commands==
There are several 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. Use a [[Steam Applaunch IDs|Steam Applaunch ID]] in place of <id> (i.e. 211 for the Source SDK).
There are several 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. Use a [[Steam Applaunch IDs|Steam Applaunch ID]] in place of <id> (i.e. 211 for the Source SDK).
* '''<code>steam:<commands></code>''' This opens Steam with command line arguments, which can be found here: [[Steam Command Line Options]]{{note|If you forget the closing quote on a steam:"<command>", you will get an assertion failed error from Steam.exe/BootStrapperApp.cpp.}}
* '''<code>steam:<commands></code>''' This opens Steam with command line arguments, which can be found here: [[Steam Command Line Options]]{{note|If you forget the closing quote on a steam:"<command>", you will get an assertion failed error from Steam.exe/BootStrapperApp.cpp.}}
* '''<code>steam://appnews/<id></code>''' This opens up the appnews web page for an app.
* '''<code>steam://appnews/<id></code>''' This opens up the appnews web page for an app.
Line 29: Line 31:
* '''<code>steam://updatenews/<id></code>''' This opens the news about the latest updates for an app.
* '''<code>steam://updatenews/<id></code>''' This opens the news about the latest updates for an app.
* '''<code>steam://validate/<id></code>''' This validates the GCFs of an app.
* '''<code>steam://validate/<id></code>''' This validates the GCFs of an app.
===Suggestions===
 
The following commands are community suggestions and are not presently featured in Steam.
 
==Suggestions==
The following commands are community suggestions and are not presently featured in Steam:





Revision as of 06:56, 5 June 2006

Commands

There are several 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. Use a Steam Applaunch ID in place of <id> (i.e. 211 for the Source SDK).



Suggestions

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