mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat(games): add SCP:SL support (#715)
* feat(games): add scpsl initial impl * feat: add name * feat: add game entry, add note * docs: add SSL to games_list.md * fix: remove stray debug console log * docs: update CHANGELOG.md
This commit is contained in:
parent
bab3452047
commit
f2dfb8134f
5 changed files with 73 additions and 1 deletions
|
|
@ -279,6 +279,7 @@
|
|||
| soulmask | Soulmask | [Valve Protocol](#valve) |
|
||||
| spaceengineers | Space Engineers | [Valve Protocol](#valve) |
|
||||
| squad | Squad | [Valve Protocol](#valve) |
|
||||
| ssl | SCP: Secret Labratory | [Notes](#ssl) |
|
||||
| sstse | Serious Sam: The Second Encounter | |
|
||||
| stalker | S.T.A.L.K.E.R. | |
|
||||
| starbound | Starbound | [Valve Protocol](#valve) |
|
||||
|
|
@ -554,3 +555,8 @@ have configured `TelnetEnabled` to `true`, `TelnetPort` and `TelnetPassword` and
|
|||
to the query parameters.
|
||||
|
||||
To fetch more info via telnet (game and mods versions, date and time), at the cost of a longer query time, set `moreData` to `true`.
|
||||
|
||||
### <a name="ssl"></a>SCP: Secret Laboratory
|
||||
Unfortunately, only verified servers can be queried, for this you'd need a `accountId`, an `apiKey` and `serverId`
|
||||
(this optional, not providing this just returns the server list associated with the account in the raw object).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue