( search forums )
How i can get number of players?
Soldat Forums - Soldat Talk - Developers Corner
pongo
December 17, 2004, 4:36 pm
I can get max players, map name, game type, but cant get number of players.

Whick packets lobby sent?/

b00stA
December 18, 2004, 10:30 am
Why don't you just use the web frontend of the lobby?
http://lobby.soldat.pl:13073/
it's really easy to parse and has everything you need.

pongo
December 18, 2004, 1:56 pm
Yes, but if the server is not registered in lobby?

b00stA
December 18, 2004, 5:49 pm
quote:Originally posted by pongoWhick packets lobby sent?/

I thought you were trying to get the infos from the lobby..

pongo
December 18, 2004, 6:05 pm
Not absolutely. How lobby receives (updates) information?

pongo
December 18, 2004, 8:18 pm
okay. lobby.soldat.pl:13073 is good

Newbefromhildesheim
February 25, 2005, 10:36 pm
I want to know how the Lobby works, 'cause I'm developing a soldat-tool and i thought it would be a nice feature if there is the possibility too choose in-tool the server...! P.s.: My Tool will be written in Delphi as like as Soldat itself... And there is a internal-Lobby-listing too...!

Cya Nappy

b00stA
February 26, 2005, 9:35 am
quote:Originally posted by NewbefromhildesheimI want to know how the Lobby works, 'cause I'm developing a soldat-tool and i thought it would be a nice feature if there is the possibility too choose in-tool the server...! P.s.: My Tool will be written in Delphi as like as Soldat itself... And there is a internal-Lobby-listing too...!

Cya Nappy

What exactly do you want to do? If you want to display a list of Soldat servers, use http://lobby.soldat.pl:13073 and parse it for your needs.