Skip to content

[Bug]: Can't run cs2 using steam kit #1333

Closed Answered by vQass
vQass asked this question in Q&A
Discussion options

You must be logged in to vote

Found the solution. I had to set version of ClientHello message:

var clientHello = new ClientGCMsgProtobuf<SteamKit2.GC.CSGO.Internal.CMsgClientHello>((uint)EGCBaseClientMsg.k_EMsgGCClientHello);
clientHello.Body.version = 2000202;
_gameCoordinator.Send(clientHello, APPID);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vQass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
1 participant
Converted from issue

This discussion was converted from issue #1332 on February 13, 2024 00:38.