rakijah / CSGSI

A simple C# library to interface with Counter-Strike: Global Offensive's Game State Integration
Other
129 stars 27 forks source link

doesn't connect #31

Open 1nexis opened 3 years ago

1nexis commented 3 years ago

after a lot of trying i also tried the example program but that doesn't work either, am i missing something ?

rakijah commented 3 years ago

Did you create a game_state_integration_*.cfg file in CSGOs cfg folder? This is described at the bottom of the readme.md.

If this is not the problem, please describe what steps you have taken so far.

1nexis commented 3 years ago

Sorry for answering so late. Yes I created the cfg, also tried different names. I also tried changing the port to the ip etc.

RuneNyhuus commented 3 years ago

I have same problem.. No matter what i do.. it do not get any information from the Gamestate integration.. Im using the basic: "CSGSI Example" { "uri" "http://localhost:3000" "timeout" "5.0" "auth" { "token" "CSGSI Test" } "data" { "provider" "1" "map" "1" "round" "1" "player_id" "1" "player_weapons" "1" "player_match_stats" "1" "player_state" "1" "allplayers_id" "1" "allplayers_state" "1" "allplayers_match_stats" "1" } } Also using your sample.. It only says Listening... never sees anyting.

RuneNyhuus commented 3 years ago

Im using Dedicated CS Server, could that be the problem?

1nexis commented 3 years ago

Im using Dedicated CS Server, could that be the problem?

did you get it to work maybe ? maybe u can add me on steam so we can have a chat. steamcommunity.com/id/NexisBot

1nexis commented 3 years ago

works until version 1.1.4

pTinosq commented 3 years ago

bump - Using example code given and just get Listening... output. Doing a quick Console.WriteLine(gsl.CurrentGameState); returns nothing :/