mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
Tested Alien Swarm and Insurgency: Modern Infantry Combat.
This commit is contained in:
parent
9f861df96b
commit
84d05bd958
2 changed files with 4 additions and 2 deletions
|
|
@ -12,6 +12,8 @@ Who knows what the future holds...
|
|||
[Rust](https://store.steampowered.com/app/252490/Rust/) support.
|
||||
[Counter-Strike](https://store.steampowered.com/app/10/CounterStrike/) support.
|
||||
[Arma 2: Operation Arrowhead](https://store.steampowered.com/app/33930/Arma_2_Operation_Arrowhead/) support.
|
||||
Tested `Alien Swarm` and `Insurgency: Modern Infantry Combat` and they work.
|
||||
Increased Valve Protocol `PACKET_SIZE` from 1400 to 4096, some games send larger packets than the specified protocol size.
|
||||
|
||||
# 0.0.5 - 15/11/2022
|
||||
Added `SocketBind` error, regarding failing to bind a socket.
|
||||
|
|
|
|||
4
GAMES.md
4
GAMES.md
|
|
@ -10,11 +10,11 @@
|
|||
| 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. |
|
||||
| ALIENS | Alien Swarm | Valve Protocol | |
|
||||
| ASRD | Alien Swarm: Reactive Drop | Valve Protocol | |
|
||||
| INS | Insurgency | Valve Protocol | |
|
||||
| INSS | Insurgency: Sandstorm | Valve Protocol | Use the query port. |
|
||||
| INSMIC | Insurgency: Modern Infantry Combat | Valve Protocol | Not tested. |
|
||||
| INSMIC | Insurgency: Modern Infantry Combat | Valve Protocol | |
|
||||
| CSCZ | Counter-Strike: Condition Zero | Valve Protocol | |
|
||||
| DOD | Day of Defeat | Valve Protocol | |
|
||||
| MC | Minecraft | Proprietary | Bedrock not supported yet. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue