Skip to content

Commit b670e1a

Browse files
committed
Change supported games to a table
1 parent 60b7798 commit b670e1a

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,22 @@ The class also allows you to query servers using RCON although this only works f
1313
* https://developer.valvesoftware.com/wiki/Source_RCON_Protocol
1414

1515
## Supported Games
16-
* 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...*
17-
* [Rag Doll Kung Fu](http://store.steampowered.com/app/1002/)
18-
* [The Ship](http://store.steampowered.com/app/2400/)
19-
* [Dino D-Day](http://store.steampowered.com/app/70000/)
20-
* [Nuclear Dawn](http://store.steampowered.com/app/17710/)
21-
* [Call of Duty: Modern Warfare 3](http://store.steampowered.com/app/115300/)
22-
* [Starbound](http://store.steampowered.com/app/211820/) *(use SetUseOldGetChallengeMethod method after connecting)*
23-
* [Arma 3](http://store.steampowered.com/app/107410/) *(add +1 to the server port, their implementation also violates Source query protocol spec.)*
24-
* [Minecraft](http://www.minecraft.net/) **(RCON ONLY!)**
25-
* *and many other games that implement Source Query Protocol*
16+
AppID | Game | Query | RCON | Notes
17+
----- | ---- | :---: | :--: | ----
18+
10 | [Counter-Strike 1.6](http://store.steampowered.com/app/10/) | :white_check_mark: | :white_check_mark: |
19+
730 | [Counter-Strike: Global Offensive](http://store.steampowered.com/app/730/) | :white_check_mark: | :white_check_mark: |
20+
440 | [Team Fortress 2](http://store.steampowered.com/app/440/) | :white_check_mark: | :white_check_mark: |
21+
1002 | [Rag Doll Kung Fu](http://store.steampowered.com/app/1002/) | :white_check_mark: | :white_check_mark: |
22+
2400 | [The Ship](http://store.steampowered.com/app/2400/) | :white_check_mark: | :white_check_mark: |
23+
17710 | [Nuclear Dawn](http://store.steampowered.com/app/17710/) | :white_check_mark: | :white_check_mark: |
24+
70000 | [Dino D-Day](http://store.steampowered.com/app/70000/) | :white_check_mark: | :white_check_mark: |
25+
107410 | [Arma 3](http://store.steampowered.com/app/107410/) | :white_check_mark: | :white_check_mark: | Add +1 to the server port
26+
115300 | [Call of Duty: Modern Warfare 3](http://store.steampowered.com/app/115300/) | :white_check_mark: | :white_check_mark: |
27+
211820 | [Starbound](http://store.steampowered.com/app/211820/) | :white_check_mark: | :white_check_mark: | Call `SetUseOldGetChallengeMethod` method after connecting
28+
252490 | [Rust](http://store.steampowered.com/app/252490/) | :white_check_mark: | :white_check_mark: |
29+
| [Minecraft](http://www.minecraft.net/) | :x: | :white_check_mark: |
30+
31+
Open a pull request if you know another game which supports Source Query and/or RCON protocols.
2632

2733
## Functions
2834
<table>

0 commit comments

Comments
 (0)