-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update master server list. #166
Comments
Ok, Willis answered me. His Quake master server is a master server for Quake games based on the DarkPlace engine (NetQuake protocol, but Quake3-like Master/Server queries), so currently XQF does not support that yet. He is also hosting an undocumented RTCW master: Return to Castle Wolfenstein
Thanks to him! |
Hexen2 HexenWorld Unreal QuakeWorld The Quake3 servers |
Games that are currently lacking master servers: ET: Quake Wars, Tribes 2, Postal 2, America's Army, Medal of Honnor: Allied Assault, Battlefield 1942. |
some UT master servers (see http://wiki.333networks.com/index.php/Configuration/Unreal_Tournament): Unreal
|
Hmm, UT 2k4 masters are certainly working, but I don't own the game and a valid setup is needed to query the master servers. If someone have a valid UT 2k4 setup, can he check if XQF queries successfully the master servers? |
Rune
Postal 2
But like the UT master server from 333networks.com, I get an empty list but the master is not empty: http://master.333networks.com/g/ut In fact, the only master server that answers a non-empty list using the gamespy protocol ( I've send a mail to Darkelarious, the guy who develop the 222networks master server software to understand what is going wrong. |
Unreal Tournament
This one answers to |
Battlefield 1942
It works with |
Well, there is something strange
|
Note:
|
Warsow
|
For information, this is a list of GameSpy game keywords: This is the list of web server lists from qtracker.com: http://www.qtracker.com/server_lists.php There is a problem when we use these web lists in XQF, this is a GameSpy master server so the servers expect to be queried with the GameSpy master protocol ( For example if you fetch the list for BattleField 1942 using the web list instead of the GameSpy master server protocol, XQF will use the |
Voyager Elite Force
|
Some news about “how to query the qtracker's gamespy master server": http://www.qtracker.com/phpBB3/viewtopic.php?f=20&t=4392&p=16699#p16699 So, things can be fixed. |
I submitted a qstat PR to fix many issue in qstat gamespy master server query: Unity-Technologies/qstat#32 The xqf master server update will be mergeable when qstat will have this fixed code merged. |
I submitted a qstat PR to fix the UT2004 server listing (overflow in color transformation code): Unity-Technologies/qstat#34 . |
Hexen II HexenWorld
|
I've been running a gamespy enctype 0 and enctype 1 emulator for years at master.maraakate.org It also supports standard Quake 2, HexenWorld, QuakeWorld queries. Daikatana has a non-standard query of "\xff\xff\xff\xffgetservers daikatana" on my master server. This is strictly for querying a UDP list and we use it with one 3rd party browser. Port offset is +10 for Daikatana. |
Also forgot to mention that other Q1, Q2, QW, HW, Hexen2, Heretic 2 lists I have been scraping for years so results should be similar to others and should be safe to use as a backup. For ded server hosts you can add my master as well to your "setmaster" commands to also report to mine explicitly. |
Ah this is super good to know, thanks for reaching out! I'll look at integrating this master. 👍 |
I have found some master servers:
Quake 2
Quake 3
QuakeWorld
Reaction Quake
Return to Castle Wolfenstein
I've seen that deathmask.net is hosting a Quake master server but unless others (Open Arena, Xonotic etc.) I did'nt find yet a way to query it. I will email willis to ask him how we can query this master server.
Some games are currently lacking master servers, like Quake Wars, and some Unreal ones.
The GameTracker website references many servers for these games:
So, there is probably some master servers online, we must find them! 😀
If you know any master server for any supported game, feel free to write down a comment in this thread! 😉
The text was updated successfully, but these errors were encountered: