Skip to content

Commit

Permalink
update games list
Browse files Browse the repository at this point in the history
  • Loading branch information
podrivo committed Jan 11, 2024
1 parent 18f4c80 commit 80ba2bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
| daikatana | Daikatana | |
| dal | Dark and Light | [Valve Protocol](#valve) |
| dayofdragons | Day of Dragons | [Valve Protocol](#valve) |
| dayz | DayZ | |
| dayz | DayZ | [Valve Protocol](#valve) |
| dayzmod | DayZ Mod | [Valve Protocol](#valve) |
| ddd | Dino D-Day | [Valve Protocol](#valve) |
| ddpt | Deadly Dozen: Pacific Theater | |
Expand Down Expand Up @@ -440,11 +440,14 @@ additional option: `token`
Valheim servers will only respond to queries if they are started in public mode (`-public 1`).

### DayZ
DayZ stores some of it's servers information inside the `tags` attribute. Make sure to set `requestRules: true` to access it. Some data inside `dayzMods` attribute may be fuzzy, due to how mods are loaded into the servers. Alternatively, some servers may have a [third party tool](https://dayzsalauncher.com/#/tools) that you can use to get the mods information. If it's installed, you can access it via browser with the game servers IP:PORT, but add up 10 to the port. (eg. if game port is 2302 then use 2312).
DayZ stores some of it's servers information inside the `tags` attribute. Make sure to set `requestRules: true` to access it. Some data inside `dayzMods` attribute may be fuzzy, due to how mods are loaded into the servers. Players can be fetched, but will not show ingame names. Alternatively, some servers may have a [third party tool](https://dayzsalauncher.com/#/tools) that you can use to get the mods information. If it's installed, you can access it via browser with the game servers IP:PORT, but add up 10 to the port. (eg. if game port is 2302 then use 2312).

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

### Conan Exiles
Conan Exiles never responds to player query.

0 comments on commit 80ba2bc

Please sign in to comment.