mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Insurgency: Modern Infantry Combat implementation.
This commit is contained in:
parent
88a4c82158
commit
8e2d76ecfb
7 changed files with 106 additions and 19 deletions
29
GAMES.md
29
GAMES.md
|
|
@ -1,19 +1,20 @@
|
|||
|
||||
# Supported games:
|
||||
| ID | Name | Protocol | Notes |
|
||||
|--------|-------------------------------------|----------------|------------------------------------------------------------------------------|
|
||||
| TF2 | Team Fortress 2 | Valve Protocol | |
|
||||
| TS | The Ship | Valve Protocol | |
|
||||
| CSGO | Counter-Strike: Global Offensive | Valve Protocol | The server wouldn't respond the to Rules query since the 21 Feb 2014 update. |
|
||||
| CSS | Counter-Strike: Source | Valve Protocol | If protocol is 7, queries with multi-packet responses will crash. |
|
||||
| DODS | Day of Defeat: Source | Valve Protocol | |
|
||||
| L4D | Left 4 Dead | Valve Protocol | |
|
||||
| L4D2 | Left 4 Dead 2 | Valve Protocol | |
|
||||
| HL2DM | Half-Life 2 Deathmatch | Valve Protocol | |
|
||||
| ALIENS | Alien Swarm | Valve Protocol | Not tested. |
|
||||
| ASRD | Alien Swarm: Reactive Drop | Valve Protocol | |
|
||||
| INS | Insurgency | Valve Protocol | |
|
||||
| INSS | Insurgency: Sandstorm | Valve Protocol | Here you need to use the query port, not the server port. |
|
||||
| ID | Name | Protocol | Notes |
|
||||
|--------|------------------------------------|----------------|------------------------------------------------------------------------------|
|
||||
| TF2 | Team Fortress 2 | Valve Protocol | |
|
||||
| TS | The Ship | Valve Protocol | |
|
||||
| CSGO | Counter-Strike: Global Offensive | Valve Protocol | The server wouldn't respond the to Rules query since the 21 Feb 2014 update. |
|
||||
| CSS | Counter-Strike: Source | Valve Protocol | If protocol is 7, queries with multi-packet responses will crash. |
|
||||
| DODS | Day of Defeat: Source | Valve Protocol | |
|
||||
| L4D | Left 4 Dead | Valve Protocol | |
|
||||
| L4D2 | Left 4 Dead 2 | Valve Protocol | |
|
||||
| HL2DM | Half-Life 2 Deathmatch | Valve Protocol | |
|
||||
| ALIENS | Alien Swarm | Valve Protocol | Not tested. |
|
||||
| ASRD | Alien Swarm: Reactive Drop | Valve Protocol | |
|
||||
| INS | Insurgency | Valve Protocol | |
|
||||
| INSS | Insurgency: Sandstorm | Valve Protocol | Here you need to use the query port, not the server port. |
|
||||
| INSMIC | Insurgency: Modern Infantry Combat | Valve Protocol | Not tested. |
|
||||
|
||||
## Planned to add support:
|
||||
All Valve titles.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue