Bug 5880 - No servers returned from id master server
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 blocker
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2013-02-11 23:29 EST by Zack Middleton
Modified: 2013-07-07 17:44:46 EDT
0 users

See Also:



Description Zack Middleton 2013-02-11 23:29:56 EST
ioquake3 uses the dpmaster protocol which specifies game name in "getservers" requests. id's q3 master server doesn't send server list when game name is included.

Possible solutions:

A) Contact the id master server maintainer.
B) Add hack to not send game name to id master server.
C) Only send game name if com_gamename is not "Quake3Arena" (new games will need to change sv_master1)
Comment 1 Zack Middleton 2013-03-04 01:03:32 EST
id master isn't returning any servers to idq3 either at the moment, which was also the case when I checked a week or so ago.
Comment 2 Zack Middleton 2013-07-07 17:44:46 EDT
Fixed in commit 6b1380. Solution C.