Steam browser protocol: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(steam://publisher/ + tweaks)
(steam://settings/*)
Line 27: Line 27:
* '''<code>steam://run/<id></code>''' This opens an app.
* '''<code>steam://run/<id></code>''' This opens an app.
* '''<code>steam://runsafe/<id></code>''' This resets CVARs of an app.
* '''<code>steam://runsafe/<id></code>''' This resets CVARs of an app.
* '''<code>steam://settings</code>''' Same as <code>steam://open/settings</code>, but also allows for subcommands for each page:
**<code>{{steamlinktitled|steam://settings/account|account}}</code>
**<code>{{steamlinktitled|steam://settings/messages|messages}}</code>
**<code>{{steamlinktitled|steam://settings/internet|internet}}</code>
**<code>{{steamlinktitled|steam://settings/interface|interface}}</code>
**<code>{{steamlinktitled|steam://settings/language|language}}</code>
* '''<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/<params></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.

Revision as of 02:42, 21 October 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