mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Add docs for CSGO and Teamspeak 3, closes #16
This commit is contained in:
parent
b6bd3b6108
commit
2384080395
2 changed files with 16 additions and 2 deletions
14
README.md
14
README.md
|
|
@ -350,6 +350,10 @@ Games List
|
|||
Games with Additional Notes
|
||||
---
|
||||
|
||||
### <a name="csgo"></a>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
|
||||
|
||||
### DayZ
|
||||
DayZ uses a query port that is separate from its main game port. The query port is usually
|
||||
the game port PLUS 24714 or 24715. You may need to pass this port in as the 'port_query' request option.
|
||||
|
|
@ -369,6 +373,16 @@ The server must have xmlrpc enabled, and you must pass the xmlrpc port to GameDi
|
|||
You must have a user account on the server with access level User or higher.
|
||||
Pass the login into to GameDig with the additional options: login, password
|
||||
|
||||
### <a name="teamspeak3"></a>TeamSpeak 3
|
||||
For teamspeak 3 queries to work correctly, the following permissions must be available for the guest server group:
|
||||
* Virtual Server
|
||||
** b_virtualserver_info_view
|
||||
** b_virtualserver_channel_list
|
||||
** b_virtualserver_client_list
|
||||
* Group
|
||||
** b_virtualserver_servergroup_list
|
||||
** b_virtualserver_channelgroup_list
|
||||
|
||||
### Terraria
|
||||
Requires tshock server mod, and a REST user token, which can be passed to GameDig with the
|
||||
additional option: token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue