Combat Modes: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{SideTOC}}" to "{{TOC|side}}") |
Lou Montana (talk | contribs) m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ") |
||
Line 8: | Line 8: | ||
* [[AI Behaviour]] of the group or unit with [[setBehaviour]] might override the combat mode. | * [[AI Behaviour]] of the group or unit with [[setBehaviour]] might override the combat mode. | ||
==Unchanged== | == Unchanged == | ||
The group will continue following its existing combat mode. | The group will continue following its existing combat mode. | ||
==BLUE== | == BLUE == | ||
'''Never Fire, Disengage''' | '''Never Fire, Disengage''' | ||
* Hold fire. Keep in formation. | * Hold fire. Keep in formation. | ||
Line 17: | Line 17: | ||
* This mode can only be set through the editor or script. No in-game commands to subordinates can set them to combat mode Blue. | * This mode can only be set through the editor or script. No in-game commands to subordinates can set them to combat mode Blue. | ||
==GREEN== | == GREEN == | ||
'''Hold Fire, Disengage''' | '''Hold Fire, Disengage''' | ||
* Do not fire unless fired upon. Keep in formation. | * Do not fire unless fired upon. Keep in formation. | ||
Line 23: | Line 23: | ||
* When a player orders his units to "Hold fire", the units are set to combat mode Green. | * When a player orders his units to "Hold fire", the units are set to combat mode Green. | ||
==WHITE== | == WHITE == | ||
'''Hold Fire, Engage At Will''' | '''Hold Fire, Engage At Will''' | ||
* Do not fire unless fired upon. Pursue targets by seeking a position that allows for a possible firing solution on the target. | * Do not fire unless fired upon. Pursue targets by seeking a position that allows for a possible firing solution on the target. | ||
* Individual units will only open fire on enemy units that are both aware of their individual presence and can harm them. | * Individual units will only open fire on enemy units that are both aware of their individual presence and can harm them. | ||
==YELLOW== | == YELLOW == | ||
'''Fire At Will, Disengage''' DEFAULT MODE | '''Fire At Will, Disengage''' DEFAULT MODE | ||
* Open fire. Keep in formation. | * Open fire. Keep in formation. | ||
Line 34: | Line 34: | ||
* If a leader calls out a target, the units with aim without breaking formation. | * If a leader calls out a target, the units with aim without breaking formation. | ||
==RED== | == RED == | ||
'''Fire At Will, Engage At Will''' | '''Fire At Will, Engage At Will''' | ||
* Open fire. Pursue targets by seeking a position that allows for a possible firing solution on the target. | * Open fire. Pursue targets by seeking a position that allows for a possible firing solution on the target. |
Revision as of 18:51, 31 January 2021
Combat modes reflect the group leader's ordered Rules of Engagement (ROE), and are respected by AI and visible to players. They can be modified by:
- Combat modes can be manipulated using waypoints or Eden Editor in Arma 3
- Group leader commands
- setCombatMode and related scripting commands.
- AI Behaviour of the group or unit with setBehaviour might override the combat mode.
Unchanged
The group will continue following its existing combat mode.
BLUE
Never Fire, Disengage
- Hold fire. Keep in formation.
- The group will never fire under any circumstances. When hostile units are detected, they will track them, but will never fire back, even when fired upon.
- This mode can only be set through the editor or script. No in-game commands to subordinates can set them to combat mode Blue.
GREEN
Hold Fire, Disengage
- Do not fire unless fired upon. Keep in formation.
- Individual units will open fire on any enemy units that are both aware of their individual presence and can harm them.
- When a player orders his units to "Hold fire", the units are set to combat mode Green.
WHITE
Hold Fire, Engage At Will
- Do not fire unless fired upon. Pursue targets by seeking a position that allows for a possible firing solution on the target.
- Individual units will only open fire on enemy units that are both aware of their individual presence and can harm them.
YELLOW
Fire At Will, Disengage DEFAULT MODE
- Open fire. Keep in formation.
- Units will fire upon any suitable target in effective range, while staying in formation.
- If a leader calls out a target, the units with aim without breaking formation.
RED
Fire At Will, Engage At Will
- Open fire. Pursue targets by seeking a position that allows for a possible firing solution on the target.
- When a leader commands his units to Engage at will, combat mode RED is set. The AI does not keep formation and each member moves individually. The leader command Disengage will set the units back to fire at will (YELLOW)
- If Attack and Engage is called, the unit will break formation to find the best place to attack from (combat mode RED).