Countermeasures – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Arma 3 ([^ACHJKLMTZ|])([^|]+)\]\]" to "Arma 3: $1$2")
m (Text replacement - "\[ *(https?\:\/\/.+\.bistudio\.[^ ]+) ([^ ]+) *\]" to "{{ExternalLink|link= $1|text= $2}}")
Line 24: Line 24:


=Configuration=
=Configuration=
The following properties of Ammo, Weapon and Vehicle can use basically any [https://forums.bistudio.com/topic/189734-targeting-improvements/page-13#entry3062179 bitmask value] (See also [[BIS_fnc_bitflagsCheck]]).
The following properties of Ammo, Weapon and Vehicle can use basically any {{ExternalLink|link= https://forums.bistudio.com/topic/189734-targeting-improvements/page-13#entry3062179|text= bitmask value}} (See also [[BIS_fnc_bitflagsCheck]]).


BI uses the following convention
BI uses the following convention
Line 94: Line 94:
* [[Arma 3 Targeting]]
* [[Arma 3 Targeting]]
* [[A3 Targeting config reference]]
* [[A3 Targeting config reference]]
* [https://forums.bistudio.com/topic/200467-jets-sensor-overhaul/ Sensor Overhaul thread]
* {{ExternalLink|link= https://forums.bistudio.com/topic/200467-jets-sensor-overhaul/|text= Sensor Overhaul thread}}
* [https://forums.bistudio.com/topic/189734-targeting-improvements/page-13#entry3062179 Targeting thread]
* {{ExternalLink|link= https://forums.bistudio.com/topic/189734-targeting-improvements/page-13#entry3062179|text= Targeting thread}}


{{GameCategory|arma3|Editing}}
{{GameCategory|arma3|Editing}}

Revision as of 14:18, 26 July 2021

Overview

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

Mechanics

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