Quake3 master server responses..

Locked
inolen
Posts: 705
Joined: Thu Dec 16, 1999 8:00 am

Quake3 master server responses..

Post by inolen »

So I decided to write a small server browser, and I am a bit stumped. When you send the getServers request to the master server, you get a getServersResponse that can contain a maximum of 256 servers. I only appear to get one getServersResponse as well, so how in the hell do you find more than 256 servers?
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Post by ^misantropia^ »

You don't, apparently. It seems Q3A cheats by caching the servers to servercache.dat, retrieving them from said file when booting the UI (done in _UI_Init(), ui/ui_main.c).
inolen
Posts: 705
Joined: Thu Dec 16, 1999 8:00 am

Post by inolen »

^misantropia^ wrote:You don't, apparently. It seems Q3A cheats by caching the servers to servercache.dat, retrieving them from said file when booting the UI (done in _UI_Init(), ui/ui_main.c).
There has to be a way... ASE and stuff grab more as well?
ensiform
Posts: 93
Joined: Mon Jul 25, 2005 5:20 am

Post by ensiform »

there is a way i know of it, theres lots of php scripts on the net that can show server data even send rcon commands.
Locked