mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
Add note regarding the front giving wrong field values
This commit is contained in:
parent
da7a4a6334
commit
17c351fb4b
1 changed files with 322 additions and 319 deletions
|
@ -1,6 +1,6 @@
|
|||
### Supported
|
||||
| GameDig Type ID | Name | See Also |
|
||||
|---------------------------------------|---------------------------------------------------------|---------------------------------------------|
|
||||
|---------------------------------------|---------------------------------------------------------|--------------------------------------------------|
|
||||
| `7d2d` | 7 Days to Die (2013) | [Valve Protocol](#valve) |
|
||||
| `as` | Action: Source | [Valve Protocol](#valve) |
|
||||
| `ahl` | Action Half-Life | [Valve Protocol](#valve) |
|
||||
|
@ -274,7 +274,7 @@
|
|||
| `terminus` | Terminus | |
|
||||
| `terraria`<br>`tshock` | Terraria - TShock (2011) | [Notes](#terraria) |
|
||||
| `forrest` | The Forrest (2014) | [Valve Protocol](#valve) |
|
||||
| `thefront` | The Front (2023) | [Valve Protocol](#valve) |
|
||||
| `thefront` | The Front (2023) | [The Front](#thefront), [Valve Protocol](#valve) |
|
||||
| `hidden` | The Hidden (2005) | [Valve Protocol](#valve) |
|
||||
| `nolf` | The Operative: No One Lives Forever (2000) | |
|
||||
| `ship` | The Ship | [Valve Protocol](#valve) |
|
||||
|
@ -439,3 +439,6 @@ DayZ stores some of it's servers information inside the `tags` attribute. Make s
|
|||
### <a name="valve"></a>Valve Protocol
|
||||
For many valve games, additional 'rules' may be fetched into the unstable `raw` field by passing the additional
|
||||
option: `requestRules: true`. Beware that this may increase query time.
|
||||
|
||||
### <a name="thefront"></a>The Front
|
||||
Responses with wrong `name` (gives out a steamid instead of the server name) and `maxplayers` (always 200, whatever the config would be) field values.
|
||||
|
|
Loading…
Reference in a new issue