mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Attempt to fix readme on npm
This commit is contained in:
parent
833ae2ad8a
commit
397d09d9d3
1 changed files with 25 additions and 25 deletions
50
README.md
50
README.md
|
|
@ -4,7 +4,7 @@ node-GameDig - Game Server Query Library
|
||||||
Usage
|
Usage
|
||||||
---
|
---
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
npm install gamedig
|
npm install gamedig
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -34,9 +34,9 @@ The returned state object may contain some or all of the following keys:
|
||||||
* numplayers
|
* numplayers
|
||||||
* maxplayers
|
* maxplayers
|
||||||
* players
|
* players
|
||||||
* name
|
* name
|
||||||
* ping
|
* ping
|
||||||
* score
|
* score
|
||||||
* map
|
* map
|
||||||
* gametype
|
* gametype
|
||||||
|
|
||||||
|
|
@ -46,34 +46,34 @@ Supported Games
|
||||||
---
|
---
|
||||||
* Armagetron
|
* Armagetron
|
||||||
* Gamespy 3 Protocol
|
* Gamespy 3 Protocol
|
||||||
* Minecraft
|
* Minecraft
|
||||||
* Unreal Tournament 3
|
* Unreal Tournament 3
|
||||||
* GoldSrc Engine
|
* GoldSrc Engine
|
||||||
* Half Life: Death Match
|
* Half Life: Death Match
|
||||||
* Ricochet
|
* Ricochet
|
||||||
* Counter-Strike: 1.6
|
* Counter-Strike: 1.6
|
||||||
* + others
|
* + others
|
||||||
* Nadeo Protocol
|
* Nadeo Protocol
|
||||||
* Trackmania Forever
|
* Trackmania Forever
|
||||||
* Trackmania 2
|
* Trackmania 2
|
||||||
* Shootmania
|
* Shootmania
|
||||||
* (requires additional 'login' and 'password' parameters for User login on server)
|
* (requires additional 'login' and 'password' parameters for User login on server)
|
||||||
* Quake 2 Protocol
|
* Quake 2 Protocol
|
||||||
* Quake 2
|
* Quake 2
|
||||||
* Quake 3 Protocol
|
* Quake 3 Protocol
|
||||||
* Quake 3 Arena
|
* Quake 3 Arena
|
||||||
* Quake 3 Team Arena
|
* Quake 3 Team Arena
|
||||||
* Warsow
|
* Warsow
|
||||||
* Source Engine
|
* Source Engine
|
||||||
* Counter-Strike: Source
|
* Counter-Strike: Source
|
||||||
* Counter-Strike: Global Offensive
|
* Counter-Strike: Global Offensive
|
||||||
* Team Fortress 2
|
* Team Fortress 2
|
||||||
* + others
|
* + others
|
||||||
* Tshock Protocol
|
* Tshock Protocol
|
||||||
* Terraria
|
* Terraria
|
||||||
* Unreal 2 Protocol
|
* Unreal 2 Protocol
|
||||||
* Killing Floor
|
* Killing Floor
|
||||||
* Unreal Tournament 2004
|
* Unreal Tournament 2004
|
||||||
|
|
||||||
Unstable API
|
Unstable API
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue