Steam browser protocol: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 26: Line 26:
* '''<code>steam://runsafe/<id></code>''' This resets CVARs of an app.
* '''<code>steam://runsafe/<id></code>''' This resets CVARs of an app.
* '''<code>steam://store/<id></code>''' This opens up the store for an app, if no app is specified then the default one is opened.
* '''<code>steam://store/<id></code>''' This opens up the store for an app, if no app is specified then the default one is opened.
* '''<code>steam://support/?Issues=*</code>''' Launches the Steam Support utility, running all tests. Enter [[Steam:// Support Strings|valid support string]] to filter results.
* '''<code>steam://support/<params></code>''' Launches the Steam Support utility, running all tests. Enter [[Steam:// Support Strings|valid support string]] to filter results.
* '''<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.

Revision as of 10:40, 4 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).

Suggested