csgo icon indicating copy to clipboard operation
csgo copied to clipboard

🔫 Python package for interacting with CS:GO Game Coordinator

Results 17 csgo issues
Sort by recently updated
recently updated
newest added

Not sure if this project has been abandoned or not, opening this for visibility nonetheless. Since the past few hours we can't connect to the steam GC, possibly due to...

hi, will there be support for cs2 soon?

```c enum EMsgGCAccountPrivacyRequestLevel_t { k_EMsgGCAccountPrivacySettingsValue_Public_All = 0, // Requesting data that is already easily available to everybody (e.g. persona name) k_EMsgGCAccountPrivacySettingsValue_Public_Shared = 0x10, // Setting can be shared with public...

Can we please have an example of using request_full_match_info without using classes?

i would like to launch multiple csgo clients in multi threaded env. and i'm thinking of making it class based, i tried the following code but got no luck: ```...

Would be great if someone could help updating the protobufs, to get access to newer CS2 content. I tried, but sadly didn't manage to.