EnriqCG / rcon-srcds

A zero-dependency Typescript library for the Source/Minecraft RCON Protocol
https://www.npmjs.com/package/rcon-srcds
MIT License
61 stars 20 forks source link

Changes with CS2 #26

Open Taraman17 opened 1 year ago

Taraman17 commented 1 year ago

It shows, that in the CS2 Dedicated server, the behaviour of rcon answers is different than in CS:GO

  1. On authentication, only one packet is sent as answer and the first empty packet is not there anymore.
  2. There are no multipacket responses anymore - all answers are sent as single packet.

So it will be necessary to do some changes and it must be discussed, if that is done as if condition within this library or if it is better to fork it.