dragonbanshee • PM |
May 28, 2016 1:44 AM
|
![]() Posts: 2 |
Just curious as a developer how Gametracker gets the information about the servers, such as the map and the player count.
I originally assumed it was using Steam unified messages, but I am unsure. I am building a desktop client for a server group and I would like to be able to include the maps and the player count. If anyone can lead me in the right direction that would be nice. Thanks. |
chimaera500 • PM |
May 28, 2016 4:19 AM
|
GAMETRACKER MODERATOR
![]() Posts: 4303 |
I am not personally familiar with the techniques, but we were seeing tracking sites similar to Gametracker long before there was a steam.
In fact a fellow server admin created quite an effective server tracker that allowed an amount of rcon control over servers at the time. Most games incorporate a query capability. That is you send a string of text describing what you want to know, and the server responds with a string of text with that information. It is very much a game by game compatibility / development. Most game makers supply this information somewhere on their websites or documentation. Otherwise some googling is required. I am a community user. I do not reply to private message requests for support. Hint: I do not accept (or reply to) personal requests for re-ranking or unbanning. You must use the forums please. Links: Forum Guidelines | Reporting abuse | Guides & FAQs | General Help |
burn • PM |
May 28, 2016 8:58 AM
|
![]() Posts: 10924 |
![]() |
dragonbanshee • PM |
May 28, 2016 12:21 PM
|
![]() Posts: 2 |
burn wrote: That's exactly what I am looking for, thanks! I just need to figure out how to send the query and receive data, but this guide is exactly what I needed. |