Replies: 1 comment 2 replies
-
|
Found the solution. I had to set version of ClientHello message: var clientHello = new ClientGCMsgProtobuf<SteamKit2.GC.CSGO.Internal.CMsgClientHello>((uint)EGCBaseClientMsg.k_EMsgGCClientHello); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What did you expect to happen?
After CS2 update from February 6, 2024 I can't run the game using steam kit. Im logging in to steam, then i send welcome message to the GC but it doesn't hit my callback function.
Instead of that, what actually happened?
It used to work just fine before the update. I didn't change the code since then. Not sure if there is anything that I could do to get that fixed on my side.
Which operating system are you running on?
Windows
Which .NET Runtime are you running on?
.NET Core or .NET 5 or higher.
Version
.NET 8
Relevant log output
No response
Example Code
Additional Information
I don't know if I'm missing something. Maybe I'm sending wrong Hello message? Please help, I can't figure it out.
Beta Was this translation helpful? Give feedback.
All reactions