Countermeasures – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[ *(https?\:\/\/.+\.bistudio\.[^ ]+) ([^ ]+) *\]" to "{{ExternalLink|link= $1|text= $2}}")
(→‎Mechanics: Added note about display)
Line 5: Line 5:
Countermeasures, detection of locking, tracking and missiles in flight.
Countermeasures, detection of locking, tracking and missiles in flight.
=Mechanics=
=Mechanics=
{{Feature | Informative | Ground vehicles with Incoming Missile Detection ability use the same Sensor MFD as air vehicles to display threats }}
{| class="wikitable"
{| class="wikitable"
|-
|-

Revision as of 22:39, 10 August 2021

Overview

Countermeasures, detection of locking, tracking and missiles in flight.

Mechanics

Ground vehicles with Incoming Missile Detection ability use the same Sensor MFD as air vehicles to display threats
Different types of targets on the radar Player's vehicle is being locked by an enemy ammo weaponLockSystem

matches

vehicle lockDetectionSystem

Different types of targets on the radar A guided munition is homing on the player's vehicle ammo weaponLockSystem

matches

vehicle incomingMissileDetectionSystem

Configuration

The following properties of Ammo, Weapon and Vehicle can use basically any bitmask value (See also BIS_fnc_bitflagsCheck).

BI uses the following convention

ammo ammo (countermeasure) weapon vehicle
System weaponLockSystem weaponLockSystem weaponLockSystem lockDetectionSystem incomingMissileDetectionSystem
0 - N/A
1 - Visual X X
2 - IR X X
4 - Laser X
8 - Radar
16 - Missile X X X

Related