Next: , Previous: Map parameters, Up: Reference


4.11 Map rules.xml

4.11.1 boost-power

— Command-line option: --boost-power=<value>
— Environment variable: LW6_BOOST_POWER
— XML key: boost-power

Type: integer

Default value: 3 Min value: 1 Max value: 10

Defines how fast and powerfull the boost is. That is, if on 'boost.png' it's pitch black and this parameter is set to 3, then fighters will move and act 3 times than what they would do normally.

4.11.2 color-conflict-mode

— Command-line option: --color-conflict-mode=<value>
— Environment variable: LW6_COLOR_CONFLICT_MODE
— XML key: color-conflict-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

How to handle color conflicts, that is, when a player requests a color, but this color is already used, what should be done? If 0, wether a color already exists won't affect the color of a new cursor. If 1, then two players on the same computer will be allowed to share the same color/team, but if another computer is already playing with a color, any new computer will need to use another team. If 2, then it's impossible for a new cursor to use a pre-existing color, any new cursor will require a new color, if that color is already used, a new color will be picked randomly.

4.11.3 cursor-pot-init

— Command-line option: --cursor-pot-init=<value>
— Environment variable: LW6_CURSOR_POT_INIT
— XML key: cursor-pot-init

Type: integer

Default value: 100000 Min value: 5000 Max value: 500000

Defines the cursor potential at startup. Not really any reason to change it. Theorically, there could be maps where the default value doesn't fit, but none has been seen yet.

4.11.4 danger-power

— Command-line option: --danger-power=<value>
— Environment variable: LW6_DANGER_POWER
— XML key: danger-power

Type: integer

Default value: 200 Min value: 0 Max value: 10000

Defines how dangerous are the black zones defined in 'danger.png'. The value is used to decrease the fighter health at each move, so you should compare its value to something like 'fighter-attack'. Being on a dangerous zone is a bit like being attacked by an invisible and unknown ennemy.

4.11.5 exp

— Command-line option: --exp=<value>
— Environment variable: LW6_EXP
— XML key: exp

Type: integer

Default value: 1 Min value: 0 Max value: 99

Level of experience (AKA exp) required to play the current level. If this level is validated (that is, won) then player will be granted with a level of exp+1 and be able to play all the next levels. An exp of 0 means the level is playable by a pure beginner.

4.11.6 fighter-attack

— Command-line option: --fighter-attack=<value>
— Environment variable: LW6_FIGHTER_ATTACK
— XML key: fighter-attack

Type: integer

Default value: 500 Min value: 1 Max value: 10000

Defines how hard fighters will attack others, that is, in one attack, how many life-points the attacked fighter will loose. Increasing this will cause your opponents to melt faster when you attack them. With a low value, it will take ages to take on your opponents. Different styles of game. Can radically change the gameplay.

4.11.7 fighter-defense

— Command-line option: --fighter-defense=<value>
— Environment variable: LW6_FIGHTER_DEFENSE
— XML key: fighter-defense

Type: integer

Default value: 50 Min value: 0 Max value: 10000

Defines how fast fighters will regenerate after an attack. When this parameter is set low, an attacked fighter, which is very dark and almost dead will take a very long time to regain energy. If the parameter is set high, it can almost instantaneously regain energy.

4.11.8 fighter-new-health

— Command-line option: --fighter-new-health=<value>
— Environment variable: LW6_FIGHTER_NEW_HEALTH
— XML key: fighter-new-health

Type: integer

Default value: 5000 Min value: 1 Max value: 10000

Defines how healthy fighters will be when they appear on the map. This can be either at the beginning of the game of when a fighter changes team. Setting this low will allow battefields to switch from one side to another very fast, for freshly gained fighters will be feeble and very likely to return to their original camp. To calibrate this parameter, keep in mind that the absolute maximum health a fighter can have is always 10000 (ten-thousands).

4.11.9 fighter-regenerate

— Command-line option: --fighter-regenerate=<value>
— Environment variable: LW6_FIGHTER_REGENERATE
— XML key: fighter-regenerate

Type: integer

Default value: 5 Min value: 0 Max value: 10000

Defines at which speed fighters will self-regenerate, without even begin packed together. This will allow lone fighters to regenerate a bit by hiding somewhere in the map. This is typically a low value, might even be 0.

4.11.10 frags-fade-out

— Command-line option: --frags-fade-out=<value>
— Environment variable: LW6_FRAGS_FADE_OUT
— XML key: frags-fade-out

Type: integer

Default value: 100 Min value: 10 Max value: 100

When a player looses (in deathmatch mode) all player points will be multiplicated by this percentage, for instance if it's 90 and player had 50 points, then player will only have 45 points, then points corresponding to the new death will be added/substrated to its total. This is to avoid players with thousands of points in advance, and keep everyone in the race. A low value will minimize the importance of game start. This is only used in modes where frags are distributed in a proportional way.

4.11.11 frags-mode

— Command-line option: --frags-mode=<value>
— Environment variable: LW6_FRAGS_MODE
— XML key: frags-mode

Type: integer

Default value: 2 Min value: 0 Max value: 3

Defines how points are calculated in deathmatch mode, 0 is old school simple mode. 1 is in a mode in which 1 point is attributed to every winner, and looser looses all the corresponding points (total is always 0). 2 isproportional mode, with a total of 0 kept constant, that is, loosers loose as many points as attributed to winners. 3 is a mode in which at each death, winners are attributed a number of points proportional to their fighters, and loosers scores remain untouched.

4.11.12 frags-to-distribute

— Command-line option: --frags-to-distribute=<value>
— Environment variable: LW6_FRAGS_TO_DISTRIBUTE
— XML key: frags-to-distribute

Type: integer

Default value: 100 Min value: 10 Max value: 1000

Defines how many points will be distributed when in deathmatch mode. When a player looses, this amont of points will be substracted to its total, and the same amount of points will be distributed to other live players, proportionnally to how many fighters they have on the battlefield.

4.11.13 glue-power

— Command-line option: --glue-power=<value>
— Environment variable: LW6_GLUE_POWER
— XML key: glue-power

Type: integer

Default value: 20 Min value: 1 Max value: 100

Defines how sticky and powerfull the glue is. That is, if on 'glue.png' it's pitch black and this parameter is set to 3, then fighters will take 3 steps to do what would normally take only one step.

4.11.14 highest-team-color-allowed

— Command-line option: --highest-team-color-allowed=<value>
— Environment variable: LW6_HIGHEST_TEAM_COLOR_ALLOWED
— XML key: highest-team-color-allowed

Type: integer

Default value: 9 Min value: 3 Max value: 9

Id of the greatest/highest color one can use. Normally, you can leave this untouched, the program will automatically fit this according to your exp. Setting an artificially low value will just cause normally available colors to disappear, setting it to a high value does nothing, if you still don't have access to some colors, you still don't, period.

4.11.15 highest-weapon-allowed

— Command-line option: --highest-weapon-allowed=<value>
— Environment variable: LW6_HIGHEST_WEAPON_ALLOWED
— XML key: highest-weapon-allowed

Type: integer

Default value: 19 Min value: 7 Max value: 19

Id of the greatest/highest weapon one can use. Normally, you can leave this untouched, the program will automatically fit this according to your exp. Setting an artificially low value will just cause normally available weapons to disappear, setting it to a high value does nothing, if you still don't have access to some weapons, you still don't, period.

4.11.16 max-cursor-pot

— Command-line option: --max-cursor-pot=<value>
— Environment variable: LW6_MAX_CURSOR_POT
— XML key: max-cursor-pot

Type: integer

Default value: 1000000 Min value: 50000 Max value: 5000000

Defines the maximum cursor potential. Not really any reason to change it. Any high value should produce the same results. Low values might reveal algorithm bugs and inconsistencies.

4.11.17 max-cursor-pot-offset

— Command-line option: --max-cursor-pot-offset=<value>
— Environment variable: LW6_MAX_CURSOR_POT_OFFSET
— XML key: max-cursor-pot-offset

Type: integer

Default value: 100 Min value: 1 Max value: 10000

Defines the maximum cursor potential offset. The idea is that in some cases, the potential of a cursor can increase in burst mode, for instance to make this cursor more important than others, so that fighters rally to it, neglecting other cursors (talking about a multi-cursor controlled team). This parameter is here to limit this burst effect and avoid bugs.

4.11.18 max-nb-cursors

— Command-line option: --max-nb-cursors=<value>
— Environment variable: LW6_MAX_NB_CURSORS
— XML key: max-nb-cursors

Type: integer

Default value: 26 Min value: 2 Max value: 26

Defines the maximum number of cursors who can enter the game. Really makes sense in network games. Default value is 26, the maximum.

4.11.19 max-nb-nodes

— Command-line option: --max-nb-nodes=<value>
— Environment variable: LW6_MAX_NB_NODES
— XML key: max-nb-nodes

Type: integer

Default value: 12 Min value: 2 Max value: 26

Defines the maximum number of servers who can enter the game. Really makes sense in network games. Default value is 10, and should fit in most cases. Can be raised up to 26.

4.11.20 max-nb-teams

— Command-line option: --max-nb-teams=<value>
— Environment variable: LW6_MAX_NB_TEAMS
— XML key: max-nb-teams

Type: integer

Default value: 10 Min value: 2 Max value: 10

Defines the maximum number of teams who can enter the game. Really makes sense in network games. Default value is 10, the maximum.

4.11.21 max-round-delta

— Command-line option: --max-round-delta=<value>
— Environment variable: LW6_MAX_ROUND_DELTA
— XML key: max-round-delta

Type: integer

Default value: 1000 Min value: 1 Max value: 10000

This is the companion value of 'round-delta'. Will put an absolute limit to the delta, which (what did you think?) is of course incremented in some cases by the core algorithm. If in doubt, don't touch.

4.11.22 max-zone-size

— Command-line option: --max-zone-size=<value>
— Environment variable: LW6_MAX_ZONE_SIZE
— XML key: max-zone-size

Type: integer

Default value: 8 Min value: 1 Max value: 64

Defines the maximum zone size, which is an internal and rather technical parameter. The idea is that to optimize things, Liquid War 6 divides the battlefield in squares, where it can, and tries to make these squares as big as possible, the idea being that everywhere in this square, fighters follow the same intructions. Just a technical optimization. The problem is that setting it too high will reveal the optimization and its tradeoffs to the player, who will see the fighter behave strangely, following invisible paths. Plus, it's ugly. Depending on your tastes (speed, look'n'feel) you'll prefer something nice or something fast. Note that anyways passed a certain value, this does not optimize anything anymore. In doubt, don't touch it.

4.11.23 medicine-power

— Command-line option: --medicine-power=<value>
— Environment variable: LW6_MEDICINE_POWER
— XML key: medicine-power

Type: integer

Default value: 100 Min value: 0 Max value: 10000

Defines how fast fighter will automatically regenerate on black zones defined in 'medicine.png'. The value is used to decrease the fighter health at each move, so you should compare its value to something like 'fighter-defense'. Being on a medicined zone is a bit like being defended by an invisible and unknown friend.

4.11.24 moves-per-round

— Command-line option: --moves-per-round=<value>
— Environment variable: LW6_MOVES_PER_ROUND
— XML key: moves-per-round

Type: integer

Default value: 2 Min value: 1 Max value: 50

Defines how many times fighters move per round. Increasing this will just make fighters move faster, but won't change anything for the rest, that is keyboard and mouse responsivity, and network traffic will stay the same. Multiplying the number of moves per round by the number of rounds per second will give the number of moves per second, which is, in fact, how fast fighters move on the screen.

4.11.25 nb-attack-tries

— Command-line option: --nb-attack-tries=<value>
— Environment variable: LW6_NB_ATTACK_TRIES
— XML key: nb-attack-tries

Type: integer

Default value: 3 Min value: 1 Max value: 7

Defines how many tries a fighter will do before giving-up attacking and choosing another behvior (defense). By tries we mean: how many directions it will try. Going North? Going North-West? Setting this to a low value will make fighters somewhat less aggressive. This idea is that they'll prefer to switch to the next option, that is, defense/regeneration, if there's no opponent right in front of them.

4.11.26 nb-defense-tries

— Command-line option: --nb-defense-tries=<value>
— Environment variable: LW6_NB_DEFENSE_TRIES
— XML key: nb-defense-tries

Type: integer

Default value: 1 Min value: 1 Max value: 7

Defines how many tries a fighter will do before giving-up attacking and choosing another behavior (do nothing). By tries we mean: how many directions it will try. Going North? Going North-West? Setting this to a low value, you'll need a very compact pack of fighters for regeneration to operate, else fighters will hang arround unhealthy.

4.11.27 nb-move-tries

— Command-line option: --nb-move-tries=<value>
— Environment variable: LW6_NB_MOVE_TRIES
— XML key: nb-move-tries

Type: integer

Default value: 5 Min value: 3 Max value: 7

Defines how many tries a fighter will do before giving-up moving and choosing another behvior (attack or defense). By tries we mean: how many directions it will try. Going North? Going North-West? Setting this to a low value, your fighters will look very stubborn and always try to move in one direction, neglecting the fact that they could dodge. This can lead to queues of fighters and other strange behaviors. On the other hand, setting it too high will cause fighter to always avoid the enemy, and groups of fighters will just pass each other without any fight. Matter of taste.

4.11.28 respawn-delay

— Command-line option: --respawn-delay=<value>
— Environment variable: LW6_RESPAWN_DELAY
— XML key: respawn-delay

Type: integer

Default value: 3 Min value: 0 Max value: 30

Delay, in seconds, after which teams reappear on the battlefield, when in deathmatch mode. 0 means team right away.

4.11.29 respawn-position-mode

— Command-line option: --respawn-position-mode=<value>
— Environment variable: LW6_RESPAWN_POSITION_MODE
— XML key: respawn-position-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

Defines how teams are set up on the map when respawning. 0 means teams respect the pre-defined start positions. 1 means that a random position will be picked, among the existing positions. That is, red could take green's place. 2 means total randomness, teams can appear anywhere.

4.11.30 respawn-team

— Command-line option: --respawn-team=<value>
— Environment variable: LW6_RESPAWN_TEAM
— XML key: respawn-team

Type: integer

Default value: 1 Min value: 0 Max value: 1

Defines what to do when a team dies. If set to 0, team disappears forever, if set to 1, team reappears automatically with fresh fighters. It's a deathmatch mode, where the winner is not the one who stays alive the longest time, since it makes no real sens in this case, but the one who has died less often than others.

4.11.31 round-delta

— Command-line option: --round-delta=<value>
— Environment variable: LW6_ROUND_DELTA
— XML key: round-delta

Type: integer

Default value: 1 Min value: 0 Max value: 100

Conditions by how much the cursor potential will be incremented each time gradient is spreaded. Sounds cryptic? It is. The idea is that at each time you move your cursor of 1 pixel, theorically, you'll need in the worst case to move of 1 more pixel to reach any point on the map. Of course this is not true but this is the default asumption, and gradient spread will fix that. Only in Liquid War 6 this is not even the worst case, for you can control your cursor with the mouse and cross walls. Whenever you cross a wall, you might have done a great distance from the fighters' point of view, if the map is a maze. Thus this parameter, which corrects things, experience shows it does give acceptable results to increase the cursor potential by more than one at each turn. Toy arround with this if you find fighters take wrong paths on some given map. If in doubt, don't touch.

4.11.32 rounds-per-sec

— Command-line option: --rounds-per-sec=<value>
— Environment variable: LW6_ROUNDS_PER_SEC
— XML key: rounds-per-sec

Type: integer

Default value: 50 Min value: 1 Max value: 200

Defines the overall speed of the game. All other settings being equal, raising this value will cause the game to behave faster. Everything will be faster, except probably the display since your computer will calculate more game positions in a given time and spend more CPU time. It will also increase network traffic. Values between 10 and 50 really make sense.

4.11.33 side-attack-factor

— Command-line option: --side-attack-factor=<value>
— Environment variable: LW6_SIDE_ATTACK_FACTOR
— XML key: side-attack-factor

Type: integer

Default value: 20 Min value: 0 Max value: 100

Defines how hard fighters will attack sideways. It's an algorithm trick, fighters attack by default the opponent right in front, but if there's no fighter there, they will still try to attack someone else, maybe sideways. But doing this their attack is not as strong. This parameter enables you to tune this. This is a percentage.

4.11.34 side-defense-factor

— Command-line option: --side-defense-factor=<value>
— Environment variable: LW6_SIDE_DEFENSE_FACTOR
— XML key: side-defense-factor

Type: integer

Default value: 20 Min value: 0 Max value: 100

Defines how fast fighters will regenerate, when being side by side instead of being right in front of the other. This is a percentage.

4.11.35 single-army-size

— Command-line option: --single-army-size=<value>
— Environment variable: LW6_SINGLE_ARMY_SIZE
— XML key: single-army-size

Type: integer

Default value: 30 Min value: 1 Max value: 95

Defines the proportion of the whole available space, which will be occupied by an army at the beginning of the game. You can either imagine playing with almost empty maps, or play very crowded with almost no space left. This is a percentage, but will be multiplied by itself to get the actual surface. That is, 50 means 50%*50%, that is, a square of 1/2 the size of a square map, so it represents 25% (1/4) of the total surface.

4.11.36 spread-mode

— Command-line option: --spread-mode=<value>
— Environment variable: LW6_SPREAD_MODE
— XML key: spread-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

If set to 1, then gradient spread will be slower but gain in terms of homogeneity and consistency. You could consider setting this to 0 on very very big maps to save CPU cycles, else the default should work fine.

4.11.37 spread-thread

— Command-line option: --spread-thread=<value>
— Environment variable: LW6_SPREAD_THREAD
— XML key: spread-thread

Type: integer

Default value: 0 Min value: 0 Max value: 1

If set to 1, the core algorithm with fire a separate thread to spread the gradient. By default this is turned off (set to 0). Consider this as an experimental feature, the program is already rather heavily threaded, turning this on will probably not offer any significant performance gain, even on SMP systems. This might change in the future.

4.11.38 spreads-per-round

— Command-line option: --spreads-per-round=<value>
— Environment variable: LW6_SPREADS_PER_ROUND
— XML key: spreads-per-round

Type: integer

Default value: 5 Min value: 1 Max value: 100

Defines how many times the gradient is spread per round. Gradient spread is a very Liquid War 6 specific feature, just remember that the more often you do it, the more accurately fighters will move. That is, you will be sure they really take the shortest path. Usually this does not have much effect, the default value should fit in most cases, but you might want to decrease it on very simple maps where the gradient is obvious, or increase it on complex maps where you want fighters to be real smart.

4.11.39 start-blue-x

— Command-line option: --start-blue-x=<value>
— Environment variable: LW6_START_BLUE_X
— XML key: start-blue-x

Type: integer

Default value: 90 Min value: 0 Max value: 100

X start position for the blue team. This is a percentage of map width, value between 0 and 100.

4.11.40 start-blue-y

— Command-line option: --start-blue-y=<value>
— Environment variable: LW6_START_BLUE_Y
— XML key: start-blue-y

Type: integer

Default value: 10 Min value: 0 Max value: 100

Y start position for the blue team. This is a percentage of map height, value between 0 and 100.

4.11.41 start-cyan-x

— Command-line option: --start-cyan-x=<value>
— Environment variable: LW6_START_CYAN_X
— XML key: start-cyan-x

Type: integer

Default value: 35 Min value: 0 Max value: 100

X start position for the cyan team. This is a percentage of map width, value between 0 and 100.

4.11.42 start-cyan-y

— Command-line option: --start-cyan-y=<value>
— Environment variable: LW6_START_CYAN_Y
— XML key: start-cyan-y

Type: integer

Default value: 10 Min value: 0 Max value: 100

Y start position for the cyan team. This is a percentage of map height, value between 0 and 100.

4.11.43 start-green-x

— Command-line option: --start-green-x=<value>
— Environment variable: LW6_START_GREEN_X
— XML key: start-green-x

Type: integer

Default value: 90 Min value: 0 Max value: 100

X start position for the green team. This is a percentage of map width, value between 0 and 100.

4.11.44 start-green-y

— Command-line option: --start-green-y=<value>
— Environment variable: LW6_START_GREEN_Y
— XML key: start-green-y

Type: integer

Default value: 90 Min value: 0 Max value: 100

Y start position for the green team. This is a percentage of map height, value between 0 and 100.

4.11.45 start-lightblue-x

— Command-line option: --start-lightblue-x=<value>
— Environment variable: LW6_START_LIGHTBLUE_X
— XML key: start-lightblue-x

Type: integer

Default value: 35 Min value: 0 Max value: 100

X start position for the lightblue team. This is a percentage of map width, value between 0 and 100.

4.11.46 start-lightblue-y

— Command-line option: --start-lightblue-y=<value>
— Environment variable: LW6_START_LIGHTBLUE_Y
— XML key: start-lightblue-y

Type: integer

Default value: 90 Min value: 0 Max value: 100

Y start position for the lightblue team. This is a percentage of map height, value between 0 and 100.

4.11.47 start-magenta-x

— Command-line option: --start-magenta-x=<value>
— Environment variable: LW6_START_MAGENTA_X
— XML key: start-magenta-x

Type: integer

Default value: 65 Min value: 0 Max value: 100

X start position for the magenta team. This is a percentage of map width, value between 0 and 100.

4.11.48 start-magenta-y

— Command-line option: --start-magenta-y=<value>
— Environment variable: LW6_START_MAGENTA_Y
— XML key: start-magenta-y

Type: integer

Default value: 90 Min value: 0 Max value: 100

Y start position for the magenta team. This is a percentage of map height, value between 0 and 100.

4.11.49 start-orange-x

— Command-line option: --start-orange-x=<value>
— Environment variable: LW6_START_ORANGE_X
— XML key: start-orange-x

Type: integer

Default value: 65 Min value: 0 Max value: 100

X start position for the orange team. This is a percentage of map width, value between 0 and 100.

4.11.50 start-orange-y

— Command-line option: --start-orange-y=<value>
— Environment variable: LW6_START_ORANGE_Y
— XML key: start-orange-y

Type: integer

Default value: 10 Min value: 0 Max value: 100

Y start position for the orange team. This is a percentage of map height, value between 0 and 100.

4.11.51 start-pink-x

— Command-line option: --start-pink-x=<value>
— Environment variable: LW6_START_PINK_X
— XML key: start-pink-x

Type: integer

Default value: 10 Min value: 0 Max value: 100

X start position for the pink team. This is a percentage of map width, value between 0 and 100.

4.11.52 start-pink-y

— Command-line option: --start-pink-y=<value>
— Environment variable: LW6_START_PINK_Y
— XML key: start-pink-y

Type: integer

Default value: 50 Min value: 0 Max value: 100

Y start position for the pink team. This is a percentage of map height, value between 0 and 100.

4.11.53 start-position-mode

— Command-line option: --start-position-mode=<value>
— Environment variable: LW6_START_POSITION_MODE
— XML key: start-position-mode

Type: integer

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

Defines how teams are set up on the map at game startup. 0 means teams respect the pre-defined start positions. 1 means that a random position will be picked, among the existing positions. That is, red could take green's place. 2 means total randomness, teams can appear anywhere.

4.11.54 start-purple-x

— Command-line option: --start-purple-x=<value>
— Environment variable: LW6_START_PURPLE_X
— XML key: start-purple-x

Type: integer

Default value: 90 Min value: 0 Max value: 100

X start position for the purple team. This is a percentage of map width, value between 0 and 100.

4.11.55 start-purple-y

— Command-line option: --start-purple-y=<value>
— Environment variable: LW6_START_PURPLE_Y
— XML key: start-purple-y

Type: integer

Default value: 50 Min value: 0 Max value: 100

Y start position for the purple team. This is a percentage of map height, value between 0 and 100.

4.11.56 start-red-x

— Command-line option: --start-red-x=<value>
— Environment variable: LW6_START_RED_X
— XML key: start-red-x

Type: integer

Default value: 10 Min value: 0 Max value: 100

X start position for the red team. This is a percentage of map width, value between 0 and 100.

4.11.57 start-red-y

— Command-line option: --start-red-y=<value>
— Environment variable: LW6_START_RED_Y
— XML key: start-red-y

Type: integer

Default value: 10 Min value: 0 Max value: 100

Y start position for the red team. This is a percentage of map height, value between 0 and 100.

4.11.58 start-yellow-x

— Command-line option: --start-yellow-x=<value>
— Environment variable: LW6_START_YELLOW_X
— XML key: start-yellow-x

Type: integer

Default value: 10 Min value: 0 Max value: 100

X start position for the yellow team. This is a percentage of map width, value between 0 and 100.

4.11.59 start-yellow-y

— Command-line option: --start-yellow-y=<value>
— Environment variable: LW6_START_YELLOW_Y
— XML key: start-yellow-y

Type: integer

Default value: 90 Min value: 0 Max value: 100

Y start position for the yellow team. This is a percentage of map height, value between 0 and 100.

4.11.60 team-profile-blue-aggressive

— Command-line option: --team-profile-blue-aggressive=<value>
— Environment variable: LW6_TEAM_PROFILE_BLUE_AGGRESSIVE
— XML key: team-profile-blue-aggressive

Type: integer

Default value: 150 Min value: 5 Max value: 2000

Defines how aggressive the blue team is. This is a percentage, if set to 200 then team will attack twice as much as any other team with the default value. Setting this to a high value clearly advantages this team.

4.11.61 team-profile-blue-fast

— Command-line option: --team-profile-blue-fast=<value>
— Environment variable: LW6_TEAM_PROFILE_BLUE_FAST
— XML key: team-profile-blue-fast

Type: integer

Default value: 50 Min value: 5 Max value: 2000

Changes the speed of the blue team. This is a percentage, if set to 50, then team will move twice slower than other teams with the default parameter. Setting this high is very likely to advantage the team.

4.11.62 team-profile-blue-mobile

— Command-line option: --team-profile-blue-mobile=<value>
— Environment variable: LW6_TEAM_PROFILE_BLUE_MOBILE
— XML key: team-profile-blue-mobile

Type: integer

Default value: 0 Min value: -3 Max value: 3

Increases (or decreases if negative) the number of move/attack/defense tries for the blue team. If set to a high value team will appear more mobile and do more things, but it won't change its cruising speed. It's not obvious to tell wether this is an advantage or not, but it clearly changes the behavior.

4.11.63 team-profile-blue-vulnerable

— Command-line option: --team-profile-blue-vulnerable=<value>
— Environment variable: LW6_TEAM_PROFILE_BLUE_VULNERABLE
— XML key: team-profile-blue-vulnerable

Type: integer

Default value: 60 Min value: 5 Max value: 2000

Defines how vulnerable the blue team is. This is a percentage, if set to 200 then team will be attacked twice as much as any other team with the default value. Setting this to a high value clearly disadvantages this team.

4.11.64 team-profile-blue-weapon-alternate-id

— Command-line option: --team-profile-blue-weapon-alternate-id=<value>
— Environment variable: LW6_TEAM_PROFILE_BLUE_WEAPON_ALTERNATE_ID
— XML key: team-profile-blue-weapon-alternate-id

Type: integer

Default value: LW6MAP_WEAPON_CONTROL Min value: 0 Max value: 19

Id of the default alternate weapon for the blue team, see the documentation about weapons to know what these ids mean.

4.11.65 team-profile-blue-weapon-id

— Command-line option: --team-profile-blue-weapon-id=<value>
— Environment variable: LW6_TEAM_PROFILE_BLUE_WEAPON_ID
— XML key: team-profile-blue-weapon-id

Type: integer

Default value: LW6MAP_WEAPON_REWIND Min value: 0 Max value: 19

Id of the default weapon for the blue team, see the documentation about weapons to know what these ids mean.

4.11.66 team-profile-blue-weapon-mode

— Command-line option: --team-profile-blue-weapon-mode=<value>
— Environment variable: LW6_TEAM_PROFILE_BLUE_WEAPON_MODE
— XML key: team-profile-blue-weapon-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

Weapon mode for blue team. 0 means there's no weapon, 1 means one weapon per team, defined by the weapon-id parameter, 2 means random weapon.

4.11.67 team-profile-cyan-aggressive

— Command-line option: --team-profile-cyan-aggressive=<value>
— Environment variable: LW6_TEAM_PROFILE_CYAN_AGGRESSIVE
— XML key: team-profile-cyan-aggressive

Type: integer

Default value: 44 Min value: 5 Max value: 2000

Defines how aggressive the cyan team is. This is a percentage, if set to 200 then team will attack twice as much as any other team with the default value. Setting this to a high value clearly advantages this team.

4.11.68 team-profile-cyan-fast

— Command-line option: --team-profile-cyan-fast=<value>
— Environment variable: LW6_TEAM_PROFILE_CYAN_FAST
— XML key: team-profile-cyan-fast

Type: integer

Default value: 40 Min value: 5 Max value: 2000

Changes the speed of the cyan team. This is a percentage, if set to 50, then team will move twice slower than other teams with the default parameter. Setting this high is very likely to advantage the team.

4.11.69 team-profile-cyan-mobile

— Command-line option: --team-profile-cyan-mobile=<value>
— Environment variable: LW6_TEAM_PROFILE_CYAN_MOBILE
— XML key: team-profile-cyan-mobile

Type: integer

Default value: 0 Min value: -3 Max value: 3

Increases (or decreases if negative) the number of move/attack/defense tries for the cyan team. If set to a high value team will appear more mobile and do more things, but it won't change its cruising speed. It's not obvious to tell wether this is an advantage or not, but it clearly changes the behavior.

4.11.70 team-profile-cyan-vulnerable

— Command-line option: --team-profile-cyan-vulnerable=<value>
— Environment variable: LW6_TEAM_PROFILE_CYAN_VULNERABLE
— XML key: team-profile-cyan-vulnerable

Type: integer

Default value: 12 Min value: 5 Max value: 2000

Defines how vulnerable the cyan team is. This is a percentage, if set to 200 then team will be attacked twice as much as any other team with the default value. Setting this to a high value clearly disadvantages this team.

4.11.71 team-profile-cyan-weapon-alternate-id

— Command-line option: --team-profile-cyan-weapon-alternate-id=<value>
— Environment variable: LW6_TEAM_PROFILE_CYAN_WEAPON_ALTERNATE_ID
— XML key: team-profile-cyan-weapon-alternate-id

Type: integer

Default value: LW6MAP_WEAPON_REVERSE Min value: 0 Max value: 19

Id of the default alternate weapon for the cyan team, see the documentation about weapons to know what these ids mean.

4.11.72 team-profile-cyan-weapon-id

— Command-line option: --team-profile-cyan-weapon-id=<value>
— Environment variable: LW6_TEAM_PROFILE_CYAN_WEAPON_ID
— XML key: team-profile-cyan-weapon-id

Type: integer

Default value: LW6MAP_WEAPON_TURBO Min value: 0 Max value: 19

Id of the default weapon for the cyan team, see the documentation about weapons to know what these ids mean.

4.11.73 team-profile-cyan-weapon-mode

— Command-line option: --team-profile-cyan-weapon-mode=<value>
— Environment variable: LW6_TEAM_PROFILE_CYAN_WEAPON_MODE
— XML key: team-profile-cyan-weapon-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

Weapon mode for cyan team. 0 means there's no weapon, 1 means one weapon per team, defined by the weapon-id parameter, 2 means random weapon.

4.11.74 team-profile-green-aggressive

— Command-line option: --team-profile-green-aggressive=<value>
— Environment variable: LW6_TEAM_PROFILE_GREEN_AGGRESSIVE
— XML key: team-profile-green-aggressive

Type: integer

Default value: 70 Min value: 5 Max value: 2000

Defines how aggressive the green team is. This is a percentage, if set to 200 then team will attack twice as much as any other team with the default value. Setting this to a high value clearly advantages this team.

4.11.75 team-profile-green-fast

— Command-line option: --team-profile-green-fast=<value>
— Environment variable: LW6_TEAM_PROFILE_GREEN_FAST
— XML key: team-profile-green-fast

Type: integer

Default value: 70 Min value: 5 Max value: 2000

Changes the speed of the green team. This is a percentage, if set to 50, then team will move twice slower than other teams with the default parameter. Setting this high is very likely to advantage the team.

4.11.76 team-profile-green-mobile

— Command-line option: --team-profile-green-mobile=<value>
— Environment variable: LW6_TEAM_PROFILE_GREEN_MOBILE
— XML key: team-profile-green-mobile

Type: integer

Default value: 0 Min value: -3 Max value: 3

Increases (or decreases if negative) the number of move/attack/defense tries for the green team. If set to a high value team will appear more mobile and do more things, but it won't change its cruising speed. It's not obvious to tell wether this is an advantage or not, but it clearly changes the behavior.

4.11.77 team-profile-green-vulnerable

— Command-line option: --team-profile-green-vulnerable=<value>
— Environment variable: LW6_TEAM_PROFILE_GREEN_VULNERABLE
— XML key: team-profile-green-vulnerable

Type: integer

Default value: 30 Min value: 5 Max value: 2000

Defines how vulnerable the green team is. This is a percentage, if set to 200 then team will be attacked twice as much as any other team with the default value. Setting this to a high value clearly disadvantages this team.

4.11.78 team-profile-green-weapon-alternate-id

— Command-line option: --team-profile-green-weapon-alternate-id=<value>
— Environment variable: LW6_TEAM_PROFILE_GREEN_WEAPON_ALTERNATE_ID
— XML key: team-profile-green-weapon-alternate-id

Type: integer

Default value: LW6MAP_WEAPON_MIX Min value: 0 Max value: 19

Id of the default alternate weapon for the green team, see the documentation about weapons to know what these ids mean.

4.11.79 team-profile-green-weapon-id

— Command-line option: --team-profile-green-weapon-id=<value>
— Environment variable: LW6_TEAM_PROFILE_GREEN_WEAPON_ID
— XML key: team-profile-green-weapon-id

Type: integer

Default value: LW6MAP_WEAPON_CRAZY Min value: 0 Max value: 19

Id of the default weapon for the green team, see the documentation about weapons to know what these ids mean.

4.11.80 team-profile-green-weapon-mode

— Command-line option: --team-profile-green-weapon-mode=<value>
— Environment variable: LW6_TEAM_PROFILE_GREEN_WEAPON_MODE
— XML key: team-profile-green-weapon-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

Weapon mode for green team. 0 means there's no weapon, 1 means one weapon per team, defined by the weapon-id parameter, 2 means random weapon.

4.11.81 team-profile-lightblue-aggressive

— Command-line option: --team-profile-lightblue-aggressive=<value>
— Environment variable: LW6_TEAM_PROFILE_LIGHTBLUE_AGGRESSIVE
— XML key: team-profile-lightblue-aggressive

Type: integer

Default value: 200 Min value: 5 Max value: 2000

Defines how aggressive the lightblue team is. This is a percentage, if set to 200 then team will attack twice as much as any other team with the default value. Setting this to a high value clearly advantages this team.

4.11.82 team-profile-lightblue-fast

— Command-line option: --team-profile-lightblue-fast=<value>
— Environment variable: LW6_TEAM_PROFILE_LIGHTBLUE_FAST
— XML key: team-profile-lightblue-fast

Type: integer

Default value: 20 Min value: 5 Max value: 2000

Changes the speed of the lightblue team. This is a percentage, if set to 50, then team will move twice slower than other teams with the default parameter. Setting this high is very likely to advantage the team.

4.11.83 team-profile-lightblue-mobile

— Command-line option: --team-profile-lightblue-mobile=<value>
— Environment variable: LW6_TEAM_PROFILE_LIGHTBLUE_MOBILE
— XML key: team-profile-lightblue-mobile

Type: integer

Default value: 0 Min value: -3 Max value: 3

Increases (or decreases if negative) the number of move/attack/defense tries for the lightblue team. If set to a high value team will appear more mobile and do more things, but it won't change its cruising speed. It's not obvious to tell wether this is an advantage or not, but it clearly changes the behavior.

4.11.84 team-profile-lightblue-vulnerable

— Command-line option: --team-profile-lightblue-vulnerable=<value>
— Environment variable: LW6_TEAM_PROFILE_LIGHTBLUE_VULNERABLE
— XML key: team-profile-lightblue-vulnerable

Type: integer

Default value: 8 Min value: 5 Max value: 2000

Defines how vulnerable the lightblue team is. This is a percentage, if set to 200 then team will be attacked twice as much as any other team with the default value. Setting this to a high value clearly disadvantages this team.

4.11.85 team-profile-lightblue-weapon-alternate-id

— Command-line option: --team-profile-lightblue-weapon-alternate-id=<value>
— Environment variable: LW6_TEAM_PROFILE_LIGHTBLUE_WEAPON_ALTERNATE_ID
— XML key: team-profile-lightblue-weapon-alternate-id

Type: integer

Default value: LW6MAP_WEAPON_KAMIKAZE Min value: 0 Max value: 19

Id of the default alternate weapon for the lightblue team, see the documentation about weapons to know what these ids mean.

4.11.86 team-profile-lightblue-weapon-id

— Command-line option: --team-profile-lightblue-weapon-id=<value>
— Environment variable: LW6_TEAM_PROFILE_LIGHTBLUE_WEAPON_ID
— XML key: team-profile-lightblue-weapon-id

Type: integer

Default value: LW6MAP_WEAPON_TELEPORT Min value: 0 Max value: 19

Id of the default weapon for the lightblue team, see the documentation about weapons to know what these ids mean.

4.11.87 team-profile-lightblue-weapon-mode

— Command-line option: --team-profile-lightblue-weapon-mode=<value>
— Environment variable: LW6_TEAM_PROFILE_LIGHTBLUE_WEAPON_MODE
— XML key: team-profile-lightblue-weapon-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

Weapon mode for lightblue team. 0 means there's no weapon, 1 means one weapon per team, defined by the weapon-id parameter, 2 means random weapon.

4.11.88 team-profile-magenta-aggressive

— Command-line option: --team-profile-magenta-aggressive=<value>
— Environment variable: LW6_TEAM_PROFILE_MAGENTA_AGGRESSIVE
— XML key: team-profile-magenta-aggressive

Type: integer

Default value: 192 Min value: 5 Max value: 2000

Defines how aggressive the magenta team is. This is a percentage, if set to 200 then team will attack twice as much as any other team with the default value. Setting this to a high value clearly advantages this team.

4.11.89 team-profile-magenta-fast

— Command-line option: --team-profile-magenta-fast=<value>
— Environment variable: LW6_TEAM_PROFILE_MAGENTA_FAST
— XML key: team-profile-magenta-fast

Type: integer

Default value: 320 Min value: 5 Max value: 2000

Changes the speed of the magenta team. This is a percentage, if set to 50, then team will move twice slower than other teams with the default parameter. Setting this high is very likely to advantage the team.

4.11.90 team-profile-magenta-mobile

— Command-line option: --team-profile-magenta-mobile=<value>
— Environment variable: LW6_TEAM_PROFILE_MAGENTA_MOBILE
— XML key: team-profile-magenta-mobile

Type: integer

Default value: 0 Min value: -3 Max value: 3

Increases (or decreases if negative) the number of move/attack/defense tries for the magenta team. If set to a high value team will appear more mobile and do more things, but it won't change its cruising speed. It's not obvious to tell wether this is an advantage or not, but it clearly changes the behavior.

4.11.91 team-profile-magenta-vulnerable

— Command-line option: --team-profile-magenta-vulnerable=<value>
— Environment variable: LW6_TEAM_PROFILE_MAGENTA_VULNERABLE
— XML key: team-profile-magenta-vulnerable

Type: integer

Default value: 1920 Min value: 5 Max value: 2000

Defines how vulnerable the magenta team is. This is a percentage, if set to 200 then team will be attacked twice as much as any other team with the default value. Setting this to a high value clearly disadvantages this team.

4.11.92 team-profile-magenta-weapon-alternate-id

— Command-line option: --team-profile-magenta-weapon-alternate-id=<value>
— Environment variable: LW6_TEAM_PROFILE_MAGENTA_WEAPON_ALTERNATE_ID
— XML key: team-profile-magenta-weapon-alternate-id

Type: integer

Default value: LW6MAP_WEAPON_ATTRACT Min value: 0 Max value: 19

Id of the default alternate weapon for the magenta team, see the documentation about weapons to know what these ids mean.

4.11.93 team-profile-magenta-weapon-id

— Command-line option: --team-profile-magenta-weapon-id=<value>
— Environment variable: LW6_TEAM_PROFILE_MAGENTA_WEAPON_ID
— XML key: team-profile-magenta-weapon-id

Type: integer

Default value: LW6MAP_WEAPON_FIX Min value: 0 Max value: 19

Id of the default weapon for the magenta team, see the documentation about weapons to know what these ids mean.

4.11.94 team-profile-magenta-weapon-mode

— Command-line option: --team-profile-magenta-weapon-mode=<value>
— Environment variable: LW6_TEAM_PROFILE_MAGENTA_WEAPON_MODE
— XML key: team-profile-magenta-weapon-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

Weapon mode for magenta team. 0 means there's no weapon, 1 means one weapon per team, defined by the weapon-id parameter, 2 means random weapon.

4.11.95 team-profile-orange-aggressive

— Command-line option: --team-profile-orange-aggressive=<value>
— Environment variable: LW6_TEAM_PROFILE_ORANGE_AGGRESSIVE
— XML key: team-profile-orange-aggressive

Type: integer

Default value: 48 Min value: 5 Max value: 2000

Defines how aggressive the orange team is. This is a percentage, if set to 200 then team will attack twice as much as any other team with the default value. Setting this to a high value clearly advantages this team.

4.11.96 team-profile-orange-fast

— Command-line option: --team-profile-orange-fast=<value>
— Environment variable: LW6_TEAM_PROFILE_ORANGE_FAST
— XML key: team-profile-orange-fast

Type: integer

Default value: 160 Min value: 5 Max value: 2000

Changes the speed of the orange team. This is a percentage, if set to 50, then team will move twice slower than other teams with the default parameter. Setting this high is very likely to advantage the team.

4.11.97 team-profile-orange-mobile

— Command-line option: --team-profile-orange-mobile=<value>
— Environment variable: LW6_TEAM_PROFILE_ORANGE_MOBILE
— XML key: team-profile-orange-mobile

Type: integer

Default value: 0 Min value: -3 Max value: 3

Increases (or decreases if negative) the number of move/attack/defense tries for the orange team. If set to a high value team will appear more mobile and do more things, but it won't change its cruising speed. It's not obvious to tell wether this is an advantage or not, but it clearly changes the behavior.

4.11.98 team-profile-orange-vulnerable

— Command-line option: --team-profile-orange-vulnerable=<value>
— Environment variable: LW6_TEAM_PROFILE_ORANGE_VULNERABLE
— XML key: team-profile-orange-vulnerable

Type: integer

Default value: 144 Min value: 5 Max value: 2000

Defines how vulnerable the orange team is. This is a percentage, if set to 200 then team will be attacked twice as much as any other team with the default value. Setting this to a high value clearly disadvantages this team.

4.11.99 team-profile-orange-weapon-alternate-id

— Command-line option: --team-profile-orange-weapon-alternate-id=<value>
— Environment variable: LW6_TEAM_PROFILE_ORANGE_WEAPON_ALTERNATE_ID
— XML key: team-profile-orange-weapon-alternate-id

Type: integer

Default value: LW6MAP_WEAPON_SHRINK Min value: 0 Max value: 19

Id of the default alternate weapon for the orange team, see the documentation about weapons to know what these ids mean.

4.11.100 team-profile-orange-weapon-id

— Command-line option: --team-profile-orange-weapon-id=<value>
— Environment variable: LW6_TEAM_PROFILE_ORANGE_WEAPON_ID
— XML key: team-profile-orange-weapon-id

Type: integer

Default value: LW6MAP_WEAPON_BERZERK Min value: 0 Max value: 19

Id of the default weapon for the orange team, see the documentation about weapons to know what these ids mean.

4.11.101 team-profile-orange-weapon-mode

— Command-line option: --team-profile-orange-weapon-mode=<value>
— Environment variable: LW6_TEAM_PROFILE_ORANGE_WEAPON_MODE
— XML key: team-profile-orange-weapon-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

Weapon mode for orange team. 0 means there's no weapon, 1 means one weapon per team, defined by the weapon-id parameter, 2 means random weapon.

4.11.102 team-profile-pink-aggressive

— Command-line option: --team-profile-pink-aggressive=<value>
— Environment variable: LW6_TEAM_PROFILE_PINK_AGGRESSIVE
— XML key: team-profile-pink-aggressive

Type: integer

Default value: 640 Min value: 5 Max value: 2000

Defines how aggressive the pink team is. This is a percentage, if set to 200 then team will attack twice as much as any other team with the default value. Setting this to a high value clearly advantages this team.

4.11.103 team-profile-pink-fast

— Command-line option: --team-profile-pink-fast=<value>
— Environment variable: LW6_TEAM_PROFILE_PINK_FAST
— XML key: team-profile-pink-fast

Type: integer

Default value: 80 Min value: 5 Max value: 2000

Changes the speed of the pink team. This is a percentage, if set to 50, then team will move twice slower than other teams with the default parameter. Setting this high is very likely to advantage the team.

4.11.104 team-profile-pink-mobile

— Command-line option: --team-profile-pink-mobile=<value>
— Environment variable: LW6_TEAM_PROFILE_PINK_MOBILE
— XML key: team-profile-pink-mobile

Type: integer

Default value: 0 Min value: -3 Max value: 3

Increases (or decreases if negative) the number of move/attack/defense tries for the pink team. If set to a high value team will appear more mobile and do more things, but it won't change its cruising speed. It's not obvious to tell wether this is an advantage or not, but it clearly changes the behavior.

4.11.105 team-profile-pink-vulnerable

— Command-line option: --team-profile-pink-vulnerable=<value>
— Environment variable: LW6_TEAM_PROFILE_PINK_VULNERABLE
— XML key: team-profile-pink-vulnerable

Type: integer

Default value: 640 Min value: 5 Max value: 2000

Defines how vulnerable the pink team is. This is a percentage, if set to 200 then team will be attacked twice as much as any other team with the default value. Setting this to a high value clearly disadvantages this team.

4.11.106 team-profile-pink-weapon-alternate-id

— Command-line option: --team-profile-pink-weapon-alternate-id=<value>
— Environment variable: LW6_TEAM_PROFILE_PINK_WEAPON_ALTERNATE_ID
— XML key: team-profile-pink-weapon-alternate-id

Type: integer

Default value: LW6MAP_WEAPON_PLAGUE Min value: 0 Max value: 19

Id of the default alternate weapon for the pink team, see the documentation about weapons to know what these ids mean.

4.11.107 team-profile-pink-weapon-id

— Command-line option: --team-profile-pink-weapon-id=<value>
— Environment variable: LW6_TEAM_PROFILE_PINK_WEAPON_ID
— XML key: team-profile-pink-weapon-id

Type: integer

Default value: LW6MAP_WEAPON_INVINCIBLE Min value: 0 Max value: 19

Id of the default weapon for the pink team, see the documentation about weapons to know what these ids mean.

4.11.108 team-profile-pink-weapon-mode

— Command-line option: --team-profile-pink-weapon-mode=<value>
— Environment variable: LW6_TEAM_PROFILE_PINK_WEAPON_MODE
— XML key: team-profile-pink-weapon-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

Weapon mode for pink team. 0 means there's no weapon, 1 means one weapon per team, defined by the weapon-id parameter, 2 means random weapon.

4.11.109 team-profile-purple-aggressive

— Command-line option: --team-profile-purple-aggressive=<value>
— Environment variable: LW6_TEAM_PROFILE_PURPLE_AGGRESSIVE
— XML key: team-profile-purple-aggressive

Type: integer

Default value: 32 Min value: 5 Max value: 2000

Defines how aggressive the purple team is. This is a percentage, if set to 200 then team will attack twice as much as any other team with the default value. Setting this to a high value clearly advantages this team.

4.11.110 team-profile-purple-fast

— Command-line option: --team-profile-purple-fast=<value>
— Environment variable: LW6_TEAM_PROFILE_PURPLE_FAST
— XML key: team-profile-purple-fast

Type: integer

Default value: 80 Min value: 5 Max value: 2000

Changes the speed of the purple team. This is a percentage, if set to 50, then team will move twice slower than other teams with the default parameter. Setting this high is very likely to advantage the team.

4.11.111 team-profile-purple-mobile

— Command-line option: --team-profile-purple-mobile=<value>
— Environment variable: LW6_TEAM_PROFILE_PURPLE_MOBILE
— XML key: team-profile-purple-mobile

Type: integer

Default value: 0 Min value: -3 Max value: 3

Increases (or decreases if negative) the number of move/attack/defense tries for the purple team. If set to a high value team will appear more mobile and do more things, but it won't change its cruising speed. It's not obvious to tell wether this is an advantage or not, but it clearly changes the behavior.

4.11.112 team-profile-purple-vulnerable

— Command-line option: --team-profile-purple-vulnerable=<value>
— Environment variable: LW6_TEAM_PROFILE_PURPLE_VULNERABLE
— XML key: team-profile-purple-vulnerable

Type: integer

Default value: 16 Min value: 5 Max value: 2000

Defines how vulnerable the purple team is. This is a percentage, if set to 200 then team will be attacked twice as much as any other team with the default value. Setting this to a high value clearly disadvantages this team.

4.11.113 team-profile-purple-weapon-alternate-id

— Command-line option: --team-profile-purple-weapon-alternate-id=<value>
— Environment variable: LW6_TEAM_PROFILE_PURPLE_WEAPON_ALTERNATE_ID
— XML key: team-profile-purple-weapon-alternate-id

Type: integer

Default value: LW6MAP_WEAPON_DISAPPEAR Min value: 0 Max value: 19

Id of the default alternate weapon for the purple team, see the documentation about weapons to know what these ids mean.

4.11.114 team-profile-purple-weapon-id

— Command-line option: --team-profile-purple-weapon-id=<value>
— Environment variable: LW6_TEAM_PROFILE_PURPLE_WEAPON_ID
— XML key: team-profile-purple-weapon-id

Type: integer

Default value: LW6MAP_WEAPON_ATOMIC Min value: 0 Max value: 19

Id of the default weapon for the purple team, see the documentation about weapons to know what these ids mean.

4.11.115 team-profile-purple-weapon-mode

— Command-line option: --team-profile-purple-weapon-mode=<value>
— Environment variable: LW6_TEAM_PROFILE_PURPLE_WEAPON_MODE
— XML key: team-profile-purple-weapon-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

Weapon mode for purple team. 0 means there's no weapon, 1 means one weapon per team, defined by the weapon-id parameter, 2 means random weapon.

4.11.116 team-profile-red-aggressive

— Command-line option: --team-profile-red-aggressive=<value>
— Environment variable: LW6_TEAM_PROFILE_RED_AGGRESSIVE
— XML key: team-profile-red-aggressive

Type: integer

Default value: 220 Min value: 5 Max value: 2000

Defines how aggressive the red team is. This is a percentage, if set to 200 then team will attack twice as much as any other team with the default value. Setting this to a high value clearly advantages this team.

4.11.117 team-profile-red-fast

— Command-line option: --team-profile-red-fast=<value>
— Environment variable: LW6_TEAM_PROFILE_RED_FAST
— XML key: team-profile-red-fast

Type: integer

Default value: 160 Min value: 5 Max value: 2000

Changes the speed of the red team. This is a percentage, if set to 50, then team will move twice slower than other teams with the default parameter. Setting this high is very likely to advantage the team.

4.11.118 team-profile-red-mobile

— Command-line option: --team-profile-red-mobile=<value>
— Environment variable: LW6_TEAM_PROFILE_RED_MOBILE
— XML key: team-profile-red-mobile

Type: integer

Default value: 0 Min value: -3 Max value: 3

Increases (or decreases if negative) the number of move/attack/defense tries for the red team. If set to a high value team will appear more mobile and do more things, but it won't change its cruising speed. It's not obvious to tell wether this is an advantage or not, but it clearly changes the behavior.

4.11.119 team-profile-red-vulnerable

— Command-line option: --team-profile-red-vulnerable=<value>
— Environment variable: LW6_TEAM_PROFILE_RED_VULNERABLE
— XML key: team-profile-red-vulnerable

Type: integer

Default value: 110 Min value: 5 Max value: 2000

Defines how vulnerable the red team is. This is a percentage, if set to 200 then team will be attacked twice as much as any other team with the default value. Setting this to a high value clearly disadvantages this team.

4.11.120 team-profile-red-weapon-alternate-id

— Command-line option: --team-profile-red-weapon-alternate-id=<value>
— Environment variable: LW6_TEAM_PROFILE_RED_WEAPON_ALTERNATE_ID
— XML key: team-profile-red-weapon-alternate-id

Type: integer

Default value: LW6MAP_WEAPON_ESCAPE Min value: 0 Max value: 19

Id of the default alternate weapon for the red team, see the documentation about weapons to know what these ids mean.

4.11.121 team-profile-red-weapon-id

— Command-line option: --team-profile-red-weapon-id=<value>
— Environment variable: LW6_TEAM_PROFILE_RED_WEAPON_ID
— XML key: team-profile-red-weapon-id

Type: integer

Default value: LW6MAP_WEAPON_STEAL Min value: 0 Max value: 19

Id of the default weapon for the red team, see the documentation about weapons to know what these ids mean.

4.11.122 team-profile-red-weapon-mode

— Command-line option: --team-profile-red-weapon-mode=<value>
— Environment variable: LW6_TEAM_PROFILE_RED_WEAPON_MODE
— XML key: team-profile-red-weapon-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

Weapon mode for red team. 0 means there's no weapon, 1 means one weapon per team, defined by the weapon-id parameter, 2 means random weapon.

4.11.123 team-profile-yellow-aggressive

— Command-line option: --team-profile-yellow-aggressive=<value>
— Environment variable: LW6_TEAM_PROFILE_YELLOW_AGGRESSIVE
— XML key: team-profile-yellow-aggressive

Type: integer

Default value: 200 Min value: 5 Max value: 2000

Defines how aggressive the yellow team is. This is a percentage, if set to 200 then team will attack twice as much as any other team with the default value. Setting this to a high value clearly advantages this team.

4.11.124 team-profile-yellow-fast

— Command-line option: --team-profile-yellow-fast=<value>
— Environment variable: LW6_TEAM_PROFILE_YELLOW_FAST
— XML key: team-profile-yellow-fast

Type: integer

Default value: 70 Min value: 5 Max value: 2000

Changes the speed of the yellow team. This is a percentage, if set to 50, then team will move twice slower than other teams with the default parameter. Setting this high is very likely to advantage the team.

4.11.125 team-profile-yellow-mobile

— Command-line option: --team-profile-yellow-mobile=<value>
— Environment variable: LW6_TEAM_PROFILE_YELLOW_MOBILE
— XML key: team-profile-yellow-mobile

Type: integer

Default value: 0 Min value: -3 Max value: 3

Increases (or decreases if negative) the number of move/attack/defense tries for the yellow team. If set to a high value team will appear more mobile and do more things, but it won't change its cruising speed. It's not obvious to tell wether this is an advantage or not, but it clearly changes the behavior.

4.11.126 team-profile-yellow-vulnerable

— Command-line option: --team-profile-yellow-vulnerable=<value>
— Environment variable: LW6_TEAM_PROFILE_YELLOW_VULNERABLE
— XML key: team-profile-yellow-vulnerable

Type: integer

Default value: 90 Min value: 5 Max value: 2000

Defines how vulnerable the yellow team is. This is a percentage, if set to 200 then team will be attacked twice as much as any other team with the default value. Setting this to a high value clearly disadvantages this team.

4.11.127 team-profile-yellow-weapon-alternate-id

— Command-line option: --team-profile-yellow-weapon-alternate-id=<value>
— Environment variable: LW6_TEAM_PROFILE_YELLOW_WEAPON_ALTERNATE_ID
— XML key: team-profile-yellow-weapon-alternate-id

Type: integer

Default value: LW6MAP_WEAPON_PERMUTATION Min value: 0 Max value: 19

Id of the default alternate weapon for the yellow team, see the documentation about weapons to know what these ids mean.

4.11.128 team-profile-yellow-weapon-id

— Command-line option: --team-profile-yellow-weapon-id=<value>
— Environment variable: LW6_TEAM_PROFILE_YELLOW_WEAPON_ID
— XML key: team-profile-yellow-weapon-id

Type: integer

Default value: LW6MAP_WEAPON_SCATTER Min value: 0 Max value: 19

Id of the default weapon for the yellow team, see the documentation about weapons to know what these ids mean.

4.11.129 team-profile-yellow-weapon-mode

— Command-line option: --team-profile-yellow-weapon-mode=<value>
— Environment variable: LW6_TEAM_PROFILE_YELLOW_WEAPON_MODE
— XML key: team-profile-yellow-weapon-mode

Type: integer

Default value: 1 Min value: 0 Max value: 2

Weapon mode for yellow team. 0 means there's no weapon, 1 means one weapon per team, defined by the weapon-id parameter, 2 means random weapon.

4.11.130 total-armies-size

— Command-line option: --total-armies-size=<value>
— Environment variable: LW6_TOTAL_ARMIES_SIZE
— XML key: total-armies-size

Type: integer

Default value: 60 Min value: 1 Max value: 95

Defines the proportion of the whole available space, which can be occupied by all the armies present together. Setting this low, whenever a new team arrives on the map, fighters might be stolen to other teams, otherwise the ame would get too crowded. This allows you to play with reasonnably enough fighters with 2 players, while still allowing interesting gameplay with many players. This is a percentage, but will be multiplied by itself to get the actual surface. That is, 50 means 50%*50%, that is, a square of 1/2 the size of a square map, so it represents 25% (1/4) of the total surface.

4.11.131 total-time

— Command-line option: --total-time=<value>
— Environment variable: LW6_TOTAL_TIME
— XML key: total-time

Type: integer

Default value: 900 Min value: 10 Max value: 864000

Defines the maximum time of the game, in seconds. Note that in some cases, the game can end much earlier if some player has managed to win before the bell rings. Also, technically, this value will be translated into rounds and moves, and the game engine will wait until enough rounds and moves have been played. So if the computer is too slow and the desired speed is not reached, then the game will last for a longer time.

4.11.132 use-team-profiles

— Command-line option: --use-team-profiles=<value>
— Environment variable: LW6_USE_TEAM_PROFILES
— XML key: use-team-profiles

Type: integer

Default value: 1 Min value: 0 Max value: 1

If set, then all the team-profile-... values will be taken in account. This enables a mode in which teams behave differently according to their colors. If you disable this, then all teams will behave the same, which is more fair, but might not be as fun.

4.11.133 vertical-move

— Command-line option: --vertical-move=<value>
— Environment variable: LW6_VERTICAL_MOVE
— XML key: vertical-move

Type: integer

Default value: 1 Min value: 0 Max value: 7

Defines when to process a vertical move (along the Z 'depth' axis). If set to 0, fighters never spontaneously move along this axis. If set to 1, it will be tried just after the first move failed. If set to 2, it will be tried just after the second move failed. And so on.

4.11.134 weapon-charge-delay

— Command-line option: --weapon-charge-delay=<value>
— Environment variable: LW6_WEAPON_CHARGE_DELAY
— XML key: weapon-charge-delay

Type: integer

Default value: 30 Min value: 1 Max value: 600

How long it will take for weapons to charge and be usable, by default. Unit is seconds.

4.11.135 weapon-charge-max

— Command-line option: --weapon-charge-max=<value>
— Environment variable: LW6_WEAPON_CHARGE_MAX
— XML key: weapon-charge-max

Type: integer

Default value: 200 Min value: 100 Max value: 1000

Maximum (percentage) of charge intensity that one have. For instance, if this is 400, then if you wait four times more than required before firing, then you weapon will have four times its default power, but if you wait five times more it will still be four times more powerfull, it's just the limit after which it's useless to charge.

4.11.136 weapon-duration

— Command-line option: --weapon-duration=<value>
— Environment variable: LW6_WEAPON_DURATION
— XML key: weapon-duration

Type: integer

Default value: 3 Min value: 1 Max value: 60

How long all weapons (for which duration makes sense) will last. Unit is seconds.

4.11.137 weapon-tune-berzerk-power

— Command-line option: --weapon-tune-berzerk-power=<value>
— Environment variable: LW6_WEAPON_TUNE_BERZERK_POWER
— XML key: weapon-tune-berzerk-power

Type: integer

Default value: 3 Min value: 1 Max value: 100

Use to specifiy how strong berzerk mode is, if set to 3, then attacks will be 3 times as efficient in berzerk mode.

4.11.138 weapon-tune-turbo-power

— Command-line option: --weapon-tune-turbo-power=<value>
— Environment variable: LW6_WEAPON_TUNE_TURBO_POWER
— XML key: weapon-tune-turbo-power

Type: integer

Default value: 3 Min value: 1 Max value: 10

Defines how fast fighters move in turbo mode, if set to 3, then fighters move and act 3 times as fast.

4.11.139 x-polarity

— Command-line option: --x-polarity=<value>
— Environment variable: LW6_X_POLARITY
— XML key: x-polarity

Type: integer

Default value: 0 Min value: -1 Max value: 1

Defines how the map will be wrapped on the X (horizontal) axis. If set to 0, nothing is wrapped. If set to 1, the right and left borders are connected, any fighter can disappear on the right border and reappear on the left border, for instance. If set to -1, it will be wrapped but also inversed, that is on a 320x240 map, a fighter disappearing on the left border at position (0,60) will reapper on the right border at position (319,180). You can combine it with 'y-polarity'.

4.11.140 y-polarity

— Command-line option: --y-polarity=<value>
— Environment variable: LW6_Y_POLARITY
— XML key: y-polarity

Type: integer

Default value: 0 Min value: -1 Max value: 1

Defines how the map will be wrapped on the Y (vertical) axis. If set to 0, nothing is wrapped. If set to 1, the top and bottom borders are connected, any fighter can disappear on the top border and reappear on the bottom border, for instance. If set to -1, it will be wrapped but also inversed, that is on a 320x240 map, a fighter disappearing on the bottom border at position (40,239) will reapper on the top border at position (280,0). You can combine it with 'x-polarity'.

4.11.141 z-polarity

— Command-line option: --z-polarity=<value>
— Environment variable: LW6_Z_POLARITY
— XML key: z-polarity

Type: integer

Default value: 0 Min value: 0 Max value: 1

Defines how the map will be wrapped on the Z (deep) axis. If set to 0, nothing is wrapped. If set to 1, when using a 4 layer map, for instance, fighters on layer 1 will be able to go directly to layer 4 even if layers 2 and 3 are filled with walls. A value of -1 is forbidden, this is not like x and y axis, it does not really make sense. Consider this an advanced setting which might save a layer in some tricky cases, the default value of 0 should fit in most cases.