Tested Alien Swarm and Insurgency: Modern Infantry Combat.

This commit is contained in:
CosminPerRam 2022-11-27 23:40:07 +02:00
parent 9f861df96b
commit 84d05bd958
2 changed files with 4 additions and 2 deletions

View file

@ -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.

View file

@ -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. |