You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The config is written in a `config.json` file in the `/config` volume.
22
22
This is the easiest approach for a single user downloading their own demos. Multiple users can be put in the `gcpdLogins` array.
23
23
24
24
-`gcpdLogins[].username`: your Steam login username
25
-
-`gcpdLogins[].username`: your Steam login password
25
+
-`gcpdLogins[].password`: your Steam login password
26
26
-`gcpdLogins[].secret`: if applicable, your Steam Guard secret, as a base64 (28 characters) or hex string. This is labeled as `shared_secret` in a [Steam Desktop Authenticator](https://github.com/Jessecar96/SteamDesktopAuthenticator)`.maFile`
27
27
28
28
```json
@@ -46,12 +46,12 @@ This is the easiest approach for a single user downloading their own demos. Mult
46
46
This approach is best if you want to download demos for yourself and others that won't give you their login details. It requires an account to briefly "launch" CS2 and fetch match data from the Game Coordinator, so you should have a secondary bot account for this approach.
47
47
48
48
-`authCodeLogin.username`: your bot account's Steam login username
49
-
-`authCodeLogin.username`: your bot account's Steam login password
49
+
-`authCodeLogin.password`: your bot account's Steam login password
50
50
-`authCodeLogin.secret`: if applicable, your Steam Guard secret, as a base64 (28 characters) or hex string. This is labeled as `shared_secret` in a [Steam Desktop Authenticator](https://github.com/Jessecar96/SteamDesktopAuthenticator)`.maFile`
51
51
-`steamApiKey`: the [Steam API Key](https://steamcommunity.com/dev/apikey) of your bot account
52
52
-`authCodes[].authCode`: the [match history authentication code](https://help.steampowered.com/en/wizard/HelpWithGameIssue/?appid=730&issueid=128) for a user
53
53
-`authCodes[].steamId64`: the SteamID64 for the user, as a string
54
-
-`authCodes[].steamId64`: the oldest match share code available in the user's match history
54
+
-`authCodes[].oldestShareCode`: the oldest match share code available in the user's match history
0 commit comments