New notes
This commit is contained in:
29
notes/steam.md
Normal file
29
notes/steam.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: Steam Store Client
|
||||
---
|
||||
|
||||
## Steam Console Commands
|
||||
- [steam://nav/console](steam://nav/console)
|
||||
- [steam://open/console](steam://open/console)
|
||||
- The second one will not work if the Steam client is running in the background.
|
||||
- The `-console` flag can also be used.
|
||||
|
||||
## Downloading Older Versions of Applications/Games
|
||||
|
||||
Download a single depot:
|
||||
```
|
||||
download_depot <appid> <depotid> [<target manifestid>] [<delta manifestid>] [<depot flags filter>]
|
||||
```
|
||||
|
||||
[SteamDB](https://steamdb.info/) can be used to find the required argument values.
|
||||
|
||||
## Resources
|
||||
|
||||
- [Steam Web API Documentation](https://steamcommunity.com/dev/)
|
||||
- [Steamworks Documentation](https://partner.steamgames.com/doc/home)
|
||||
|
||||
## Unaffiliated, Useful Sites
|
||||
|
||||
- [SteamDB](https://steamdb.info/): gives a lot more insight into their platform
|
||||
- [SteamGifts](https://steamgifts.com/): giveaway Steam keys or take part in giveaways
|
||||
- [SteamTradeMatcher](https://steamtradematcher.com/): one-to-one trading of items on Steam
|
||||
Reference in New Issue
Block a user