Skip to content

SteamKit 1.6.3

Compare
Choose a tag to compare
@Netshroud Netshroud released this 20 Jun 09:11
· 2186 commits to master since this release
  • Added support for parsing older representations of Steam3 Steam IDs such as those from Counter-Strike: Global Offensive, i.e. [M:1:123(456)].
  • Steam IDs parsed from Steam3 string representations will now have the correct instance ID set.
  • KeyValues can now be serialized to binary, however all values will be serialized as the string type.
  • Improved reliability of TCP connections to the CM and UFS servers.
  • Added UserInitiated property to SteamClient.DisconnectedCallback and UFSClient.DisconnectedCallback to indicate whether a disconnect was caused by the user, or by another source (Steam servers, bad network connection).
  • Updated Steam protobufs.
  • Updated game-related GC messages and protobufs.