rconsharp
rconsharp copied to clipboard
doubt about rconserver
hi guys,
first of all, thank you so much for this library.
second, I'd like to understand and check if it's possible to get everything that is happening in the CSGO server, i.e. kills, players, rounds, chat among players and etc.
I am trying to find this on web, but it's hard to find or understand.
I could see something related to logaddress_add to just connect and get the results, but i could not make this working.
Would you mind to explain to me or if you have some example that i can do it ?
thank you, Marcelo.
Hi @marcelobertinatto , super sorry for this late reply. Is this question still relevant ?
hi @stefanodriussi, yes, if you can explain a bit better of this, i'd appreciate that.
Ok. I think what you're referring to is the HL Log Standard. It's a communication protocol used by the server to stream all events over an UDP connection. Currently it's not implemented in rconsharp 😢 . I need to carve out some time to do that (there's even a pretty old issue opened by me #6 😐 ).
hi @stefanodriussi exactly this. I will follow the state for the link that you provided https://github.com/stefanodriussi/rconsharp/issues/6 Thank you