diff --git a/CHANGELOG.md b/CHANGELOG.md index a658251..1d3fcdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/GAMES.md b/GAMES.md index 9abbd26..61cb137 100644 --- a/GAMES.md +++ b/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. |