- use separate server type for ut2004
- add epic's second ut2004 master git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@722 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
parent
fcccc7903b
commit
8c8be00ff6
@ -1,3 +1,7 @@
|
|||||||
|
Mar 24, 2005: Ludwig Nussel <l-n@users.sourceforge.net>
|
||||||
|
- use separate server type for ut2004
|
||||||
|
- add epic's second ut2004 master
|
||||||
|
|
||||||
Mar 22, 2005: Ludwig Nussel <l-n@users.sourceforge.net>
|
Mar 22, 2005: Ludwig Nussel <l-n@users.sourceforge.net>
|
||||||
- change default ET protocol to 84, fix qstat.cfg
|
- change default ET protocol to 84, fix qstat.cfg
|
||||||
|
|
||||||
|
@ -497,8 +497,8 @@ struct game games[] = {
|
|||||||
default_port : 7777,
|
default_port : 7777,
|
||||||
default_master_port : 28902,
|
default_master_port : 28902,
|
||||||
id : "UT2004S",
|
id : "UT2004S",
|
||||||
qstat_str : "UT2S",
|
qstat_str : "UT2004S",
|
||||||
qstat_option : "-ut2s",
|
qstat_option : "-ut2004s",
|
||||||
qstat_master_option : "-ut2004m",
|
qstat_master_option : "-ut2004m",
|
||||||
icon : "ut2004.xpm",
|
icon : "ut2004.xpm",
|
||||||
parse_player : un_parse_player,
|
parse_player : un_parse_player,
|
||||||
|
@ -410,8 +410,8 @@
|
|||||||
<flags>GAME_CONNECT | GAME_SPECTATE | GAME_PASSWORD | GAME_LAUNCH_HOSTPORT | GAME_MASTER_CDKEY</flags>
|
<flags>GAME_CONNECT | GAME_SPECTATE | GAME_PASSWORD | GAME_LAUNCH_HOSTPORT | GAME_MASTER_CDKEY</flags>
|
||||||
<default_master_port>28902</default_master_port>
|
<default_master_port>28902</default_master_port>
|
||||||
<id>UT2004S</id>
|
<id>UT2004S</id>
|
||||||
<qstat_str>UT2S</qstat_str>
|
<qstat_str>UT2004S</qstat_str>
|
||||||
<qstat_option>-ut2s</qstat_option>
|
<qstat_option>-ut2004s</qstat_option>
|
||||||
<qstat_master_option>-ut2004m</qstat_master_option>
|
<qstat_master_option>-ut2004m</qstat_master_option>
|
||||||
<icon>ut2004.xpm</icon>
|
<icon>ut2004.xpm</icon>
|
||||||
<command>ut2004demo</command>
|
<command>ut2004demo</command>
|
||||||
|
@ -71,3 +71,11 @@ gametype STMHL2 new extend STM
|
|||||||
master for gametype = HL2S
|
master for gametype = HL2S
|
||||||
default port = 27011
|
default port = 27011
|
||||||
end
|
end
|
||||||
|
|
||||||
|
gametype UT2004S new extend UT2S
|
||||||
|
name = UT2004
|
||||||
|
template var = UT2004
|
||||||
|
end
|
||||||
|
gametype UT2004M modify
|
||||||
|
master for gametype = UT2004S
|
||||||
|
end
|
||||||
|
@ -1134,7 +1134,8 @@ static char *builtin_masters_update_info[] = {
|
|||||||
|
|
||||||
"ADD JK3S master://masterjk3.ravensoft.com:29060 Ravensoft",
|
"ADD JK3S master://masterjk3.ravensoft.com:29060 Ravensoft",
|
||||||
|
|
||||||
"ADD UT2004S master://ut2004master1.epicgames.com:28902 Epic",
|
"ADD UT2004S master://ut2004master1.epicgames.com:28902 Epic 1",
|
||||||
|
"ADD UT2004S master://ut2004master2.epicgames.com:28902 Epic 2",
|
||||||
|
|
||||||
"ADD NETP master://netpanzer.dyndns.org netpanzer.dyndns.org",
|
"ADD NETP master://netpanzer.dyndns.org netpanzer.dyndns.org",
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user