mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat(protocol/hytale): add more data to raw, remove https, docs (#752)
* feat: refactor to use http only * feat: place entire player data in raw field * feat: add basic data to raw * feat: remove rejectUnauthorized usage * docs: add GAMES_LIST.md entry * docs: add note about mods usage
This commit is contained in:
parent
1b2345fa02
commit
c4adb68040
3 changed files with 12 additions and 27 deletions
|
|
@ -166,6 +166,7 @@
|
|||
| homefront | Homefront | [Valve Protocol](#valve) |
|
||||
| homeworld2 | Homeworld 2 | |
|
||||
| hurtworld | Hurtworld | [Valve Protocol](#valve) |
|
||||
| hytale | Hytale | [Notes](#hytale) |
|
||||
| i2cs | IGI 2: Covert Strike | |
|
||||
| i2s | IL-2 Sturmovik | |
|
||||
| icarus | Icarus | [Valve Protocol](#valve) |
|
||||
|
|
@ -561,3 +562,6 @@ To fetch more info via telnet (game and mods versions, date and time), at the co
|
|||
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).
|
||||
|
||||
### <a name="Hytale"></a>Hytale
|
||||
The query is done via the [hytale-plugin-query](https://github.com/nitrado/hytale-plugin-query) mod, make sure to configure permissions.
|
||||
One can also query a server which has the [hytale-sourcequery](https://github.com/physgun-com/hytale-sourcequery) mod via `protocol-valve` but this does not have official support.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue