Skip to content

Commit

Permalink
CONFIG: update default master server list, give example of overriding…
Browse files Browse the repository at this point in the history
… them in example config
  • Loading branch information
ciscon committed Apr 11, 2024
1 parent a7a20cc commit 8575bcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions resources/example-configs/qtv.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ allow_download_sounds 1 // All of these settings control the items that
allow_download_models 1 // players can download through QTV when QTV
allow_download_skins 1 // has been configured properly.

//Override default master servers:
//masters master.quakeworld.nu qwmaster.fodquake.net master.quakeservers.net


//////////////////////////////////////////
// EXAMPLES: //
Expand Down
2 changes: 1 addition & 1 deletion src/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ UDP protocl related things. At the moment just support "status" connectionless f
#define QW_MASTERS_FORCE_RE_INIT (60 * 60 * 24) // seconds, force re-init masters time to time, so we add proper masters if there was some ip/dns changes
#define QW_MASTER_HEARTBEAT_SECONDS (60 * 5) // seconds, frequency of heartbeat

#define QW_DEFAULT_MASTER_SERVERS "qwmaster.ocrana.de masterserver.exhale.de master.quakeworld.nu asgaard.morphos-team.net"
#define QW_DEFAULT_MASTER_SERVERS "master.quakeworld.nu qwmaster.fodquake.net master.quakeservers.net"
#define QW_DEFAULT_MASTER_SERVER_PORT 27000

static cvar_t masters_list = {"masters", QW_DEFAULT_MASTER_SERVERS};
Expand Down

0 comments on commit 8575bcf

Please sign in to comment.