Hi,
does anybody know how to get informations from game server like: online players, sleepers, entities, etc. ?
So I was making some program to grab data from my Rust server and do something with it later (but that part isn't important) and I could't figure how to do it.
First I thought about using rcon somehow but that idea failed becouse of bad documentaion of the API (or I am just that dumb).
Than I made a server in Python to recive data and plugin for Rust server to send that data but i got error saying UnauthorizedAccessException.
And now I am out of ideas.
Any help is welcome.
Edit.
I just found out that I could get that informations by web scrapping my server's page on battlemetrics.com but I am open for any other ideas.
does anybody know how to get informations from game server like: online players, sleepers, entities, etc. ?
So I was making some program to grab data from my Rust server and do something with it later (but that part isn't important) and I could't figure how to do it.
First I thought about using rcon somehow but that idea failed becouse of bad documentaion of the API (or I am just that dumb).
Than I made a server in Python to recive data and plugin for Rust server to send that data but i got error saying UnauthorizedAccessException.
And now I am out of ideas.
Any help is welcome.
Edit.
I just found out that I could get that informations by web scrapping my server's page on battlemetrics.com but I am open for any other ideas.