2023-10-30 04:18:38 +00:00
|
|
|
# Steam Client
|
2022-04-28 16:37:12 +00:00
|
|
|
|
2024-02-13 23:01:07 +00:00
|
|
|
- [Steam Store](https://store.steampowered.com)
|
|
|
|
- [SteamCMD](https://developer.valvesoftware.com/wiki/SteamCMD)
|
2022-10-05 03:41:59 +00:00
|
|
|
|
2022-05-16 18:21:25 +00:00
|
|
|
## Accessing the Console
|
2024-02-13 23:01:07 +00:00
|
|
|
|
|
|
|
- Use the following URIs on a browser or a file manager to open GUI client with
|
|
|
|
the console:
|
|
|
|
- `steam://nav/console`
|
|
|
|
- `steam://open/console`
|
|
|
|
- will not work if the Steam client is running in the background
|
2023-09-20 04:25:34 +00:00
|
|
|
- The `-console` flag can be used with the client executable
|
2024-02-13 23:01:07 +00:00
|
|
|
- Alternatively, SteamCMD, a command-line only version of the Steam client, can
|
|
|
|
be used
|
|
|
|
- [Windows
|
|
|
|
Binary](https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip)
|
|
|
|
- [Linux
|
|
|
|
Binary](https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz)
|
|
|
|
- [macOS
|
|
|
|
Binary](https://steamcdn-a.akamaihd.net/client/installer/steamcmd_osx.tar.gz)
|
2022-04-28 16:37:12 +00:00
|
|
|
|
2022-10-05 03:41:59 +00:00
|
|
|
## Downloading Older Depots
|
2022-04-28 16:37:12 +00:00
|
|
|
|
2022-05-16 18:21:25 +00:00
|
|
|
Download a single depot (used to download older versions of applications/games):
|
2022-04-28 16:37:12 +00:00
|
|
|
|
2024-02-13 23:01:07 +00:00
|
|
|
`download_depot <appid> <depotid> [<target manifestid>] [<delta manifestid>][<depot flags filter>]`
|
|
|
|
|
|
|
|
[SteamDB](https://steamdb.info/) can be used to find the required argument
|
|
|
|
values.
|
2022-04-28 16:37:12 +00:00
|
|
|
|
|
|
|
## Resources
|
|
|
|
|
|
|
|
- [Steam Web API Documentation](https://steamcommunity.com/dev/)
|
|
|
|
- [Steamworks Documentation](https://partner.steamgames.com/doc/home)
|
2022-10-05 03:41:59 +00:00
|
|
|
- [Valve Developer Wiki](https://developer.valvesoftware.com/wiki/Main_Page)
|
2022-04-28 16:37:12 +00:00
|
|
|
|
2022-10-05 03:41:59 +00:00
|
|
|
## Third-party Resources
|
2022-04-28 16:37:12 +00:00
|
|
|
|
2022-05-16 18:21:25 +00:00
|
|
|
- [SteamDB](https://steamdb.info/)
|
2024-02-13 23:01:07 +00:00
|
|
|
- tracks depot changes, price history, everything steam
|
2024-10-10 04:56:24 +00:00
|
|
|
- [gg.deals](https://gg.deals)
|
|
|
|
- tracks game deals for steam, steam key stores and other platforms
|
|
|
|
- [IsThereAnyDeal](https://isthereanydeal.com)
|
|
|
|
- similar to gg.deals except it does not support key seller tracking
|
2022-05-16 18:21:25 +00:00
|
|
|
- [SteamGifts](https://steamgifts.com/)
|
2024-02-13 23:01:07 +00:00
|
|
|
- giveaway Steam keys or take part in giveaways
|
2022-05-16 18:21:25 +00:00
|
|
|
- [SteamTradeMatcher](https://steamtradematcher.com/)
|
2024-02-13 23:01:07 +00:00
|
|
|
- one-to-one trading of items on Steam
|
2022-10-05 03:41:59 +00:00
|
|
|
- [ArchiSteamFarm](https://asf.justarchi.net)
|
2024-02-13 23:01:07 +00:00
|
|
|
- useful bot written in C# to farm trading cards for owned games that can be
|
|
|
|
sold
|
2023-09-20 04:25:34 +00:00
|
|
|
- [SteamGridDB](https://steamgriddb.com/)
|
2024-02-13 23:01:07 +00:00
|
|
|
- custom video game assets for games available and not available on steam
|