Next: , Previous: , Up: Reference   [Contents][Index]


4.14 Map teams.xml

4.14.1 bot-iq

Command-line option: --bot-iq=<value>
Environment variable: LW6_BOT_IQ
XML key: bot-iq

Type: integer

Default value: 100 Min value: 0 Max value: 200

The IQ (intelligence quotient) of bots. Typically, a value of 100 will make the bot behave normally, performing at its best. A value of 0 will just make it act the worst way it can. Values over 100 probably won’t change anything compared to 100, but this truely depends on which bot backend you’re running.

4.14.2 bot-speed

Command-line option: --bot-speed=<value>
Environment variable: LW6_BOT_SPEED
XML key: bot-speed

Type: float

Default value: 1.0f

The speed of bots, 1 means normal speed, higher value will speed it up, lower will slow it down. Note that this only has an impact on bot engines, not on the game speed itself.

4.14.3 bot1-ai

Command-line option: --bot1-ai=<value>
Environment variable: LW6_BOT1_AI
XML key: bot1-ai

Type: string

Default value: idiot

AI engine for bot number 1.

4.14.4 bot1-color

Command-line option: --bot1-color=<value>
Environment variable: LW6_BOT1_COLOR
XML key: bot1-color

Type: string

Default value: green

Color for bot number 1.

4.14.5 bot2-ai

Command-line option: --bot2-ai=<value>
Environment variable: LW6_BOT2_AI
XML key: bot2-ai

Type: string

Default value: idiot

AI engine for bot number 2.

4.14.6 bot2-color

Command-line option: --bot2-color=<value>
Environment variable: LW6_BOT2_COLOR
XML key: bot2-color

Type: string

Default value: blue

Color for bot number 2.

4.14.7 bot3-ai

Command-line option: --bot3-ai=<value>
Environment variable: LW6_BOT3_AI
XML key: bot3-ai

Type: string

Default value: random

AI engine for bot number 3.

4.14.8 bot3-color

Command-line option: --bot3-color=<value>
Environment variable: LW6_BOT3_COLOR
XML key: bot3-color

Type: string

Default value: yellow

Color for bot number 3.

4.14.9 bot4-ai

Command-line option: --bot4-ai=<value>
Environment variable: LW6_BOT4_AI
XML key: bot4-ai

Type: string

Default value: follow

AI engine for bot number 4.

4.14.10 bot4-color

Command-line option: --bot4-color=<value>
Environment variable: LW6_BOT4_COLOR
XML key: bot4-color

Type: string

Default value: cyan

Color for bot number 4.

4.14.11 bot5-ai

Command-line option: --bot5-ai=<value>
Environment variable: LW6_BOT5_AI
XML key: bot5-ai

Type: string

Default value: random

AI engine for bot number 5.

4.14.12 bot5-color

Command-line option: --bot5-color=<value>
Environment variable: LW6_BOT5_COLOR
XML key: bot5-color

Type: string

Default value: magenta

Color for bot number 5.

4.14.13 bot6-ai

Command-line option: --bot6-ai=<value>
Environment variable: LW6_BOT6_AI
XML key: bot6-ai

Type: string

Default value: follow

AI engine for bot number 6.

4.14.14 bot6-color

Command-line option: --bot6-color=<value>
Environment variable: LW6_BOT6_COLOR
XML key: bot6-color

Type: string

Default value: orange

Color for bot number 6.

4.14.15 bot7-ai

Command-line option: --bot7-ai=<value>
Environment variable: LW6_BOT7_AI
XML key: bot7-ai

Type: string

Default value: idiot

AI engine for bot number 7.

4.14.16 bot7-color

Command-line option: --bot7-color=<value>
Environment variable: LW6_BOT7_COLOR
XML key: bot7-color

Type: string

Default value: lightblue

Color for bot number 7.

4.14.17 bot8-ai

Command-line option: --bot8-ai=<value>
Environment variable: LW6_BOT8_AI
XML key: bot8-ai

Type: string

Default value: idiot

AI engine for bot number 8.

4.14.18 bot8-color

Command-line option: --bot8-color=<value>
Environment variable: LW6_BOT8_COLOR
XML key: bot8-color

Type: string

Default value: purple

Color for bot number 8.

4.14.19 bot9-ai

Command-line option: --bot9-ai=<value>
Environment variable: LW6_BOT9_AI
XML key: bot9-ai

Type: string

Default value: idiot

AI engine for bot number 9.

4.14.20 bot9-color

Command-line option: --bot9-color=<value>
Environment variable: LW6_BOT9_COLOR
XML key: bot9-color

Type: string

Default value: pink

Color for bot number 9.

4.14.21 nb-bots

Command-line option: --nb-bots=<value>
Environment variable: LW6_NB_BOTS
XML key: nb-bots

Type: integer

Default value: 2 Min value: 0 Max value: 9

Number of bots on the map. 0 means no bots, if set to 1 the the bot1-... settings will be used, if set to 2 then bot1-... and bot2-... will be used, and so on.

4.14.22 player1-color

Command-line option: --player1-color=<value>
Environment variable: LW6_PLAYER1_COLOR
XML key: player1-color

Type: string

Default value: red

Color of the first player, must be red, green, blue, yellow, cyan, magenta, orange, lightblue, purple or pink

4.14.23 player2-color

Command-line option: --player2-color=<value>
Environment variable: LW6_PLAYER2_COLOR
XML key: player2-color

Type: string

Default value: green

Color of the second player, must be red, green, blue, yellow, cyan, magenta, orange, lightblue, purple or pink

4.14.24 player3-color

Command-line option: --player3-color=<value>
Environment variable: LW6_PLAYER3_COLOR
XML key: player3-color

Type: string

Default value: blue

Color of the third player, must be red, green, blue, yellow, cyan, magenta, orange, lightblue, purple or pink

4.14.25 player4-color

Command-line option: --player4-color=<value>
Environment variable: LW6_PLAYER4_COLOR
XML key: player4-color

Type: string

Default value: yellow

Color of the fourth player, must be red, green, blue, yellow, cyan, magenta, orange, lightblue, purple or pink


Next: , Previous: , Up: Reference   [Contents][Index]