One of the unique features of Q3A+ is it's support for pre-defined teams of bots. The user can define an unlimited number of teams, which can be added to the game at any time. This way you don't have to add each bot individually.

  A 'teams.txt' is provided inside the Q3A+ .pk3 file which defines 8 teams to use with the Q3LA teamSkins Pack.
  These teams are:
  q3la_red, q3la_blue, q3la_green, q3la_yellow, q3la_black, q3la_grey, q3la_aqua & q3la_purple.
 

  ::Commands & Cvars::


  ::Commands::  

  /addteams

  Adds the default teams (defined as "Red" and "Blue" in a .team file.
 

  /addteam <teamname> [red/blue] [no.of bots]

  Add specified team.

  syntax::         /addteam <teamname> [red/blue] [no.of bots]

  example::      /addteam q3la_green blue 4

  <teamname>   refers to a team defined in 'teams.txt' or a '.team' file.
  [red/blue]       The first addteam will default to red, the second to blue.
  [no.of bots]    Defaults to the value of 'q3la_defaultTeamSize'.
 

  /killbots

  Removes all bots in the current game.
 

  /teamlist

  Lists teams available in 'teams.txt' and all '.team' files.
 

 ::Cvars::  

  q3la_defaultTeamSize "1-8"

  Sets the number of bots per team that will be spawned when using 'addteam' or 'addteams'.
  (1 being the lowest members possible, 8 the highest).
 

q3la_redTeamSkin "<teamskin>"

  Sets the teamskin to be used for the red team - defaults to standard red.
 

q3la_blueTeamSkin "<teamskin>"

  Sets the teamskin to be used for the blue team - defaults to standard blue.
 


  ::Defining Teams::

  To add your own pre-defined teams, create a text file with a '.team' extension in q3a_plus\scripts. Add your teams in the following format.

 {
 team <team name>
 teamskin <skin name>
 bots <botnames, maximum of 8>
 botskill <bot skill levels, one entry for each bot>
 }


  Teams defined as "Red" and "Blue" will be used as the default teams loaded by the 'addteams' command, and listed in the bot selection menu for team games.
  An example .team file called 'default.txt', containing example definitions for Red & Blue teams, is provided in Q3A_Plus\scripts\.

  Examples::

 {
 team "Red"
 teamskin "red"
 bots "doom hunter mynx slash razor krusade"
 botskill "4 4 5 4 4 5"
 }

 {
 team "Yellow"
 teamskin "q3la_yellow"
 bots "xaero anarki visor sarge wrack uriel"
 botskill "4 4 5 4 4 5"
 }

  The first definition is an example of creating one of the default teams.
  The second shows how *any* of the bots provided with the game or with this mod can be used in conjuction with teamSkins.

 {
 team "Deadly Women"
 teamskin "q3la_purple"
 bots "hunter mynx slash major"
 botskill "3 3 4 4"
 }

  This will create a custom named team which can be summoned by typing /addteam "Deadly Women". This team consists of Hunter (skill 3 - Hurt me Plenty), Mynx (skill 3 - Hurt me Plenty), Slash (skill 4 - Hardcore) and Major (skill 4 - Harcore), all having the Purple teamSkin.