- add support for Americas Army 2.1. Still no master, old version no longer
supported, requires recent qstat from cvs (gs2 protocol) git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@618 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
parent
6688613468
commit
049bc1562a
@ -1,3 +1,7 @@
|
||||
Jun 01, 2004: Ludwig Nussel <l-n@users.sourceforge.net>
|
||||
- add support for Americas Army 2.1. Still no master, old version no longer
|
||||
supported, requires recent qstat from cvs (gs2 protocol)
|
||||
|
||||
May 29, 2004: Ludwig Nussel <l-n@users.sourceforge.net>
|
||||
- add AlienSwarm custom arguments for UT2004, also specify separate log file
|
||||
for each mod (patch by Andreas Schneider)
|
||||
|
@ -466,10 +466,10 @@ struct game games[] = {
|
||||
type : AAO_SERVER,
|
||||
flags : GAME_CONNECT | GAME_SPECTATE | GAME_PASSWORD | GAME_LAUNCH_HOSTPORT,
|
||||
name : "America's Army",
|
||||
default_port : 7777,
|
||||
default_port : 1716,
|
||||
id : "AMS",
|
||||
qstat_str : "UNS",
|
||||
qstat_option : "-uns",
|
||||
qstat_str : "AMS",
|
||||
qstat_option : "-ams",
|
||||
icon : "aao_xpm",
|
||||
parse_player : un_parse_player,
|
||||
parse_server : quake_parse_server,
|
||||
|
@ -364,7 +364,10 @@
|
||||
<type>AAO_SERVER</type>
|
||||
<name>America's Army</name>
|
||||
<flags>GAME_CONNECT | GAME_SPECTATE | GAME_PASSWORD | GAME_LAUNCH_HOSTPORT</flags>
|
||||
<default_port>1716</default_port>
|
||||
<id>AMS</id>
|
||||
<qstat_str>AMS</qstat_str>
|
||||
<qstat_option>-ams</qstat_option>
|
||||
<icon>aao_xpm</icon>
|
||||
<suggest_commands>armyops</suggest_commands>
|
||||
<pd>aao_private</pd>
|
||||
|
@ -31,3 +31,12 @@ gametype CODM new extend Q3M
|
||||
master for gametype = CODS
|
||||
master query = full empty
|
||||
end
|
||||
# Americas Army 2.1
|
||||
gametype AMS new extend GS2
|
||||
name = America's Army 2.1
|
||||
default port = 1716
|
||||
status port offset = 1
|
||||
template var = AMERICASARMY
|
||||
game rule = gametype
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user