mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
Decompression support
This commit is contained in:
parent
e621a9aedd
commit
3b4dd9d9e4
4 changed files with 61 additions and 24 deletions
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
# Supported protocols:
|
||||
| Name | Documentation reference | Used by |
|
||||
|----------------|---------------------------------------------------------------------------|---------------------|
|
||||
| Valve Protocol | [Server Queries](https://developer.valvesoftware.com/wiki/Server_queries) | TF2, CSGO, The_ship |
|
||||
| Name | Documentation reference | Used by | Notes |
|
||||
|----------------|---------------------------------------------------------------------------|------------------------------------------------|----------------------------------------|
|
||||
| Valve Protocol | [Server Queries](https://developer.valvesoftware.com/wiki/Server_queries) | TF2, CSGO, TS, CSS, DODS, GM, HL2DM, L4D, L4D2 | Multi-packet decompression not tested. |
|
||||
|
||||
## Planned to add support:
|
||||
Minecraft protocol
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue