Change supported games to a table

pull/61/head
Pavel Djundik 10 years ago
parent 60b7798863
commit b670e1ad16

@ -13,16 +13,22 @@ The class also allows you to query servers using RCON although this only works f
* https://developer.valvesoftware.com/wiki/Source_RCON_Protocol * https://developer.valvesoftware.com/wiki/Source_RCON_Protocol
## Supported Games ## Supported Games
* 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...* AppID | Game | Query | RCON | Notes
* [Rag Doll Kung Fu](http://store.steampowered.com/app/1002/) ----- | ---- | :---: | :--: | ----
* [The Ship](http://store.steampowered.com/app/2400/) 10 | [Counter-Strike 1.6](http://store.steampowered.com/app/10/) | :white_check_mark: | :white_check_mark: |
* [Dino D-Day](http://store.steampowered.com/app/70000/) 730 | [Counter-Strike: Global Offensive](http://store.steampowered.com/app/730/) | :white_check_mark: | :white_check_mark: |
* [Nuclear Dawn](http://store.steampowered.com/app/17710/) 440 | [Team Fortress 2](http://store.steampowered.com/app/440/) | :white_check_mark: | :white_check_mark: |
* [Call of Duty: Modern Warfare 3](http://store.steampowered.com/app/115300/) 1002 | [Rag Doll Kung Fu](http://store.steampowered.com/app/1002/) | :white_check_mark: | :white_check_mark: |
* [Starbound](http://store.steampowered.com/app/211820/) *(use SetUseOldGetChallengeMethod method after connecting)* 2400 | [The Ship](http://store.steampowered.com/app/2400/) | :white_check_mark: | :white_check_mark: |
* [Arma 3](http://store.steampowered.com/app/107410/) *(add +1 to the server port, their implementation also violates Source query protocol spec.)* 17710 | [Nuclear Dawn](http://store.steampowered.com/app/17710/) | :white_check_mark: | :white_check_mark: |
* [Minecraft](http://www.minecraft.net/) **(RCON ONLY!)** 70000 | [Dino D-Day](http://store.steampowered.com/app/70000/) | :white_check_mark: | :white_check_mark: |
* *and many other games that implement Source Query Protocol* 107410 | [Arma 3](http://store.steampowered.com/app/107410/) | :white_check_mark: | :white_check_mark: | Add +1 to the server port
115300 | [Call of Duty: Modern Warfare 3](http://store.steampowered.com/app/115300/) | :white_check_mark: | :white_check_mark: |
211820 | [Starbound](http://store.steampowered.com/app/211820/) | :white_check_mark: | :white_check_mark: | Call `SetUseOldGetChallengeMethod` method after connecting
252490 | [Rust](http://store.steampowered.com/app/252490/) | :white_check_mark: | :white_check_mark: |
| [Minecraft](http://www.minecraft.net/) | :x: | :white_check_mark: |
Open a pull request if you know another game which supports Source Query and/or RCON protocols.
## Functions ## Functions
<table> <table>

Loading…
Cancel
Save