Next Previous Contents

11. Values for ``feeder''

These values can be used for the item `feeder' field, used to fill up a listbox item. Most feeders supply one item per line. Some are multi-columned, such as in-game players listing. For the most part, you can safely assume a feeder is single-columned (one item per line), unless otherwise indicated.

11.1 0 FEEDER_HEADS

List of Q3A head models used in the game. Can be texts or images.

11.2 1 FEEDER_MAPS

List of names of available Q3A maps (levels) for single-player mode. Text-only.

See also: FEEDER_ALLMAPS

11.3 2 FEEDER_SERVERS

List of Q3A servers. Consists of the following columns:

  1. Host name
  2. Map name
  3. Number of clients connected
  4. Gametype
  5. Ping

(text)

See also: FEEDER_SERVERSTATUS, uiScript::RefreshServers

11.4 3 FEEDER_CLANS

Not used.

11.5 4 FEEDER_ALLMAPS

List of all Q3A maps playable for an online game, according to gametype. Can be texts or images.

See also: FEEDER_MAPS, uiScript::loadArenas

11.6 5 FEEDER_REDTEAM_LIST

Not used.

Programmer's (mod) note: Not implemented? Scores listing of red team. Consists of seven columns per player/line:

  1. Player's handicap value if any, flag (red, blue, white) instead if have flag.
  2. Team Leader icon (an "L") if player is team leader.
  3. "Ready" indicator at intermission; wins/losses in tournament mode; "Spectator" if spectating; "Leader" string.
  4. Player's name
  5. Player's score
  6. Player's time spent playing in minutes.
  7. ping time, or "connecting" string.

(text)

11.7 6 FEEDER_BLUETEAM_LIST

Not used.

Programmer's (mod) note: Not implemented? Scores listing of blue team. Consists of seven columns per player/line:

  1. Player's handicap value if any, flag (red, blue, white) instead if have flag.
  2. Team Leader icon (an "L") if player is team leader.
  3. "Ready" indicator at intermission; wins/losses in tournament mode; "Spectator" if spectating; "Leader" string.
  4. Player's name
  5. Player's score
  6. Player's time spent playing in minutes.
  7. ping time, or "connecting" string.

(text)

11.8 7 FEEDER_PLAYER_LIST

List of all players in the game. Text-only.

11.9 8 FEEDER_TEAM_LIST

List of all teams in the game. Text-only.

11.10 9 FEEDER_MODS

List of available Q3A mods. Text-only.

See also: uiScript::LoadMods, uiScript::RunMod

11.11 10 FEEDER_DEMOS

List of available recorded demos (file names). Text-only.

See also: uiScript::LoadDemos, uiScript::RunSPDemo

11.12 11 FEEDER_SCOREBOARD

Not used.

Programmer's (mod) note: Not implementd? Scoreboard listing (non-team game?) (text? mixed?)

11.13 12 FEEDER_Q3HEAD

List of all available Q3A head models. Can be text or image.

11.14 13 FEEDER_SERVERSTATUS

A listing showing the server's players over a remote query (out-of-game, as from server browser). Consists of the following columns:

  1. client number
  2. client score
  3. client ping
  4. client name

(text)

See also: FEEDER_SERVERS, uiScript::ServerStatus, uiScript::FoundPlayerServerStatus

11.15 14 FEEDER_FINDPLAYER

List of servers containing the player name for which you are searching. (text)

11.16 15 FEEDER_CINEMATICS

List of available cinematics (RoQ files). (text?) List is updated by uiScript ``LoadMovies''.

See also: uiScript::LoadMovies, uiScript::playMovie


Next Previous Contents