Skip to content

Commit 96d13dc

Browse files
author
xPaw
committed
Add supported games
1 parent 5b09947 commit 96d13dc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ This class was created to query game server which use the Source query protocol,
55

66
The class also allows you to query servers using RCON although this only works for half-life 1 and source engine games.
77

8-
[Minecraft](http://minecraft.net) also uses Source RCON protocol, and this means you can use this class to send commands to your minecraft server while having engine set to source.
8+
[Minecraft](http://www.minecraft.net) also uses Source RCON protocol, and this means you can use this class to send commands to your minecraft server while having engine set to source.
99

1010
### Protocol specifications can be found over at VDC
1111
* https://developer.valvesoftware.com/wiki/Server_queries
1212
* https://developer.valvesoftware.com/wiki/Source_RCON_Protocol
1313

14+
## Supported Games
15+
* All multiplayer games released by Valve: *[Counter-Strike 1.6](http://store.steampowered.com/app/10/), [Counter-Strike: Global Offensive](http://store.steampowered.com/app/730/), [Team Fortress 2](http://store.steampowered.com/app/440/), etc...*
16+
* [Rag Doll Kung Fu](http://store.steampowered.com/app/1002/)
17+
* [The Ship](http://store.steampowered.com/app/2400/)
18+
* [Dino D-Day](http://store.steampowered.com/app/70000/)
19+
* [Nuclear Dawn](http://store.steampowered.com/app/17710/)
20+
* [Call of Duty: Modern Warfare 3](http://store.steampowered.com/app/115300/)
21+
* [Minecraft](http://www.minecraft.net/) **(RCON ONLY!)**
22+
* *and many other games that implement Source Query Protocol*
23+
1424
## Example
1525
```php
1626
<?php

0 commit comments

Comments
 (0)