mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +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
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ contactjack|Contact J.A.C.K.|gamespy1|port_query=27888
|
|||
cs16|Counter-Strike 1.6|valve
|
||||
cscz|Counter-Strike: Condition Zero|valve
|
||||
css|Counter-Strike: Source|valve
|
||||
csgo|Counter-Strike: Global Offensive|valve||isCsGo
|
||||
csgo|Counter-Strike: Global Offensive|valve||isCsGo,doc_notes=csgo
|
||||
|
||||
crossracing|Cross Racing Championship|ase|port=12321,port_query_offset=123
|
||||
|
||||
|
|
@ -241,7 +241,7 @@ teamfactor|Team Factor|gamespy1|port_query=57778
|
|||
tfc|Team Fortress Classic|valve
|
||||
tf2|Team Fortress 2|valve
|
||||
teamspeak2|Teamspeak 2|teamspeak2|port=8767,port_query=51234
|
||||
teamspeak3|Teamspeak 3|teamspeak3|port=9987,port_query=10011
|
||||
teamspeak3|Teamspeak 3|teamspeak3|port=9987,port_query=10011|doc_notes=teamspeak3
|
||||
terminus|Terminus|gamespy1|port_query=12286
|
||||
terraria|Terraria|terraria|port=7777,port_query_offset=101|doc_notes=terraria
|
||||
thps3|Tony Hawk's Pro Skater 3|gamespy1|port_query=6500
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue