Add note regarding the front giving wrong field values

This commit is contained in:
CosminPerRam 2023-10-28 23:55:27 +03:00
parent da7a4a6334
commit 17c351fb4b

View file

@ -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.