mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00: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
|
### Supported
|
||||||
| GameDig Type ID | Name | See Also |
|
| GameDig Type ID | Name | See Also |
|
||||||
|---------------------------------------|---------------------------------------------------------|---------------------------------------------|
|
|---------------------------------------|---------------------------------------------------------|--------------------------------------------------|
|
||||||
| `7d2d` | 7 Days to Die (2013) | [Valve Protocol](#valve) |
|
| `7d2d` | 7 Days to Die (2013) | [Valve Protocol](#valve) |
|
||||||
| `as` | Action: Source | [Valve Protocol](#valve) |
|
| `as` | Action: Source | [Valve Protocol](#valve) |
|
||||||
| `ahl` | Action Half-Life | [Valve Protocol](#valve) |
|
| `ahl` | Action Half-Life | [Valve Protocol](#valve) |
|
||||||
|
|
@ -274,7 +274,7 @@
|
||||||
| `terminus` | Terminus | |
|
| `terminus` | Terminus | |
|
||||||
| `terraria`<br>`tshock` | Terraria - TShock (2011) | [Notes](#terraria) |
|
| `terraria`<br>`tshock` | Terraria - TShock (2011) | [Notes](#terraria) |
|
||||||
| `forrest` | The Forrest (2014) | [Valve Protocol](#valve) |
|
| `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) |
|
| `hidden` | The Hidden (2005) | [Valve Protocol](#valve) |
|
||||||
| `nolf` | The Operative: No One Lives Forever (2000) | |
|
| `nolf` | The Operative: No One Lives Forever (2000) | |
|
||||||
| `ship` | The Ship | [Valve Protocol](#valve) |
|
| `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
|
### <a name="valve"></a>Valve Protocol
|
||||||
For many valve games, additional 'rules' may be fetched into the unstable `raw` field by passing the additional
|
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.
|
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…
Add table
Add a link
Reference in a new issue