From d124f4d454c05617fb8360bf8a460b7f881c2ed8 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sat, 11 May 2024 19:13:30 +0300 Subject: [PATCH] docs: remove a tags from GAMES_LIST --- GAMES_LIST.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/GAMES_LIST.md b/GAMES_LIST.md index 7eb34cc..3f07992 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -395,7 +395,7 @@ Games with Additional Notes --- -### Counter-Strike: Global Offensive +### Counter-Strike: Global Offensive To receive a full player list response from CS:GO servers, the server must have set the cvar: host_players_show 2 @@ -436,34 +436,34 @@ additional option: `token` ### Valheim 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. 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). +### DayZ +DayZ stores some of its 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). -### The Front +### 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 Conan Exiles never responds to player query. -### Minecraft +### Minecraft Many Minecraft servers do not respond with players data. Beware that using this entry is quite slow as it attempts 3 protocols at a time (`minecraftvanilla`, `minecraftbedrock` and `gamespy3`) and waits for all the queries to finish. If you know your use case, it's better to use a single protocol or make your own logic for attempting multiple ones. -### Farming Simulator +### Farming Simulator Farming Simulator servers need a token (reffered as code in the game). It can be obtained at your server's web interface (http://ip:port/settings.html). It can be passed to GameDig with the additional option: `token`. It does only work for your own server. The response includes much information about the server. Currently, only the fields about server information (name, map, version, etc.), players and mods are parsed. Protocols with Additional Notes --- -### Valve Protocol +### 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. -### Epic Online Services (EOS) Protocol +### >Epic Online Services (EOS) Protocol EOS does not provide players data. -### Palworld +### Palworld Palworld support can be unstable, the devs mention the api is currently experimental. To query Palworld servers, the `RESTAPIEnabled` setting must be `True` in the configuration file, and you need to pass the `username` (currently always `admin`) and the `adminpassword` (from the server config) as the `password` parameter.