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.
|
/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'.
|
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:: | ||||
|