ScottKaye / CoreRCON

Source RCON protocol and LogAddress receiver on .NET Core
MIT License
30 stars 17 forks source link

I receive server info but can't receive log #5

Closed danieljsfernandes closed 6 years ago

danieljsfernandes commented 7 years ago

Hello, I'm testing this library with your example (Program.cs) and i receive the number of players and info server but he never receive log from server like messages. I can't get status responde to say hostname.

Am I doing something wrong? Regards.

ScottKaye commented 7 years ago

Hi Daniel,

I've only tested my library with TF2 servers, under the assumption that the RCON protocol wouldn't change much between games. Unfortunately it seems that it does -- what game is your server running?

danieljsfernandes commented 7 years ago

Hello, My server run CS:GO. What should i change to it listen and get logs? Regards

ScottKaye commented 6 years ago

Closing as a duplicate of #3. I haven't worked on this project in a very long time; hopefully you have found something better that works for you at this point!