Armed Assault Wiki

NOTE: This article is about the M14 battle rifle in ArmA 2's Operation Arrowhead expansion pack. For other similarly named articles, you may wish to use the following links instead:
■ For the M14 in S.O.G. Prairie Fire, see M14 (S.O.G.).
■ For the M14 in CSLA Iron Curtain, see M14 (CSLA).


« The M14 rifle is an American selective fire automatic rifle firing 7.62x51mm NATO ammunition. It was the standard issue US rifle until replaced by the M16 rifle in 1970.
Armoury Description
»
The M14 7.62 mm battle rifle.
The M14 7.62 mm battle rifle.

The M14 is a 7.62 mm marksman rifle used exclusively by U.S. Army special operations units in ArmA 2. It was added with the release of the Operation Arrowhead expansion pack.

Overview[]

This is a premium asset that requires ownership of the Operation Arrowhead expansion pack.

The M14 is a selective-fire, gas operated battle rifle with a rotating bolt that is chambered to fire the 7.62×51 mm NATO round.

It loads from the same 20-round box magazines used by the DMR[CfgWp 9], and can attain a rate of fire of up to 600 rounds per minute[CfgWp 10][Formula 1] with a muzzle velocity of 850 m/s.[CfgMa 2] The M14 only comes in a single model fitted with the CCO reflex sight. It cannot be suppressed or be fitted with any laser sight/flashlight accessories.

Compared to its contemporaries like the FAL, the M14 is a decent general-purpose battle rifle that has less recoil and is much easier to control (at least when toggled to semi-auto). Depending on their proficiency with the weapon, an M14 user can land multiple successive shots on a target rapidly at distances of up to ~ 500 metres.

The M14's problems mostly stem from its lack of accessories as it does not feature a sub-variant fitted with magnified scopes that can be zeroed, nor does it have a laser pointer for use in low-light conditions. As a result, its effective range is limited to just under 600 metres.

Optics[]

Arma2-m14-ironsight-overview

The M14 does not have an ironsights-only variant is always fitted with the CCO reflex sight. Its zeroing cannot be adjusted.

Recoil curves[]

Standing

 
{
    title: {
        text: 'recoil_single_primary_3outof10'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'cross',
            label: {
                backgroundColor: '#824100'
            }
        }
    },
    legend: {
        data: ['Time Taken', 'Kickback', 'Kick Up']
    },
    toolbox: {
        feature: {
            saveAsImage: {}
        }
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: [
        {
            name: 'Duration',
            nameLocation: 'middle',
            type: 'category',
            boundaryGap: false,
            data: ['0', '0.01', '0.02']
        }
    ],
    yAxis: [
        {
            name: 'Amplitude',
            nameLocation: 'end',
            type: 'value'
        }
    ],
    series: [
        {
            name: 'Time Taken',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.04, 0.01, 0.045],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0025714285714286, 0.0038571428571429, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0107142857142857, 0, -0.0053571428571429],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


 
{
    title: {
        text: 'recoil_auto_primary_5outof10'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'cross',
            label: {
                backgroundColor: '#824100'
            }
        }
    },
    legend: {
        data: ['Time Taken', 'Kickback', 'Kick Up']
    },
    toolbox: {
        feature: {
            saveAsImage: {}
        }
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: [
        {
            name: 'Duration',
            nameLocation: 'middle',
            type: 'category',
            boundaryGap: false,
            data: ['0', '0.01', '0.02']
        }
    ],
    yAxis: [
        {
            name: 'Amplitude',
            nameLocation: 'end',
            type: 'value'
        }
    ],
    series: [
        {
            name: 'Time Taken',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0, 0.04, 0.025],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0042857142857143, 0.0064285714285714, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0125, 0.0107142857142857, 0.0089285714285714],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


Prone

 
{
    title: {
        text: 'recoil_single_primary_prone_3outof10'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'cross',
            label: {
                backgroundColor: '#824100'
            }
        }
    },
    legend: {
        data: ['Time Taken', 'Kickback', 'Kick Up']
    },
    toolbox: {
        feature: {
            saveAsImage: {}
        }
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: [
        {
            name: 'Duration',
            nameLocation: 'middle',
            type: 'category',
            boundaryGap: false,
            data: ['0', '0.01', '0.02', '0.03']
        }
    ],
    yAxis: [
        {
            name: 'Amplitude',
            nameLocation: 'end',
            type: 'value'
        }
    ],
    series: [
        {
            name: 'Time Taken',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.035, 0.01, 0.045, 0.01],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0017142857142857, 0.0025714285714286, 0, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0075, 0, -0.0026785714285714, -0.0026785714285714],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


 
{
    title: {
        text: 'recoil_auto_primary_prone_5outof10'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'cross',
            label: {
                backgroundColor: '#824100'
            }
        }
    },
    legend: {
        data: ['Time Taken', 'Kickback', 'Kick Up']
    },
    toolbox: {
        feature: {
            saveAsImage: {}
        }
    },
    grid: {
        left: '3%',
        right: '4%',
        bottom: '3%',
        containLabel: true
    },
    xAxis: [
        {
            name: 'Duration',
            nameLocation: 'middle',
            type: 'category',
            boundaryGap: false,
            data: ['0', '0.01', '0.02', '0.03', '0.04']
        }
    ],
    yAxis: [
        {
            name: 'Amplitude',
            nameLocation: 'end',
            type: 'value'
        }
    ],
    series: [
        {
            name: 'Time Taken',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0, 0.035, 0.01, 0.012, 0.01],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0028571428571429, 0.0042857142857143, 0.0042857142857143, 0, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.00625, 0.025, 0, -0.0089285714285714, -0.0017857142857143],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


Ammunition[]

Arma2-ammunition-20rnddmr
Ammo parameter 7.62 mm NATO (Ball)
Base damage value 12[CfgAm 1]
Aerodynamic friction -0.0009324[CfgAm 2]
Muzzle velocity (m/s) 850[CfgMa 2]
Expected velocity (m/s) 900[CfgAm 3][note 1]
Deflection angle (degrees) 10°[CfgAm 4]

The M14 is limited to loading only one type of magazine.[CfgWp 9] It requires one[CfgMa 3] free inventory slot to carry:

DMR mag[]

20-round box magazine loaded with 7.62 mm NATO ball ammunition.[CfgMa 4] It is fully interchangeable with the CZ 805 B1/DMR.

None of the rounds fired will emit visible tracers.

Magazine compatibility[]

Weapon name
(Classname)
DMR mag
M14 AIM
(M14_EP1)


Trivia[]

  • The M14 appears to be Sergeant Graves' weapon of choice, as he is seen armed with it by default throughout almost every mission in Operation Arrowhead.
  • Following the latest Steam version patches (as part of CorePatch's changes), the M14 can now toggle a fully automatic firing mode in addition to semi-auto.[1]

Gallery[]

Config/script references[]

CfgAmmo

  1. CfgAmmo >> B_762x51_noTracer >> hit
  2. CfgAmmo >> B_762x51_noTracer >> airFriction
  3. CfgAmmo >> B_762x51_noTracer >> typicalSpeed
  4. CfgAmmo >> B_762x51_noTracer >> deflecting

CfgMagazines

  1. CfgMagazines >> 20Rnd_762x51_DMR >> count
  2. 2.0 2.1 CfgMagazines >> 20Rnd_762x51_DMR >> initSpeed
  3. CfgMagazines >> 20Rnd_762x51_DMR >> type >> "256"
  4. CfgMagazines >> 20Rnd_762x51_DMR >> ammo >> "B_762x51_noTracer"

CfgWeapons

  1. CfgWeapons >> M14_EP1 >> Single >> dispersion
  2. CfgWeapons >> M14_EP1 >> FullAuto >> dispersion
  3. CfgWeapons >> M14_EP1 >> type >> "1"
  4. CfgWeapons >> M14_EP1 >> Single >> recoil
  5. CfgWeapons >> M14_EP1 >> FullAuto >> recoil
  6. CfgWeapons >> M14_EP1 >> Single >> recoilProne
  7. CfgWeapons >> M14_EP1 >> FullAuto >> recoilProne
  8. CfgWeapons >> M14_EP1 >> dexterity
  9. 9.0 9.1 CfgWeapons >> M14_EP1 >> magazines[] >> {"20Rnd_762x51_DMR"}
  10. CfgWeapons >> M14_EP1 >> FullAuto >> reloadTime

Formulae

  1. 60 / reloadTime = 60 / 0.1

Notes[]

  1. Damage will be reduced if the projectile's velocity drops below this value.

References[]

  1. Mazzon, M et al. 2019, CorePatch, GitHub, viewed 21 April 2023, <https://github.com/Goliath86/CorePatch/blob/master/Changelog.txt>.

External links[]

See also[]

Weapons of comparable role and configuration[]

Weapons of ArmA 2
Handguns CZ 75 9 mmG17 9 mmM1911 .45M9 9 mmMakarov 9 mmRevolver .45
Submachine guns CZ Scorpion Evo 3 A1 9 mmMP5 9 mmPDW 9 mmPP-19 Bizon 9 mmSa-61 Scorpion .32
Shotguns M1014Saiga 12KAA-12
Carbines AKS-74U 5.45 mm* • G36 series* (G36C*, G36K*) • M4A1 5.56 mm (M4A1 M203, M4A3, M4A3 M203) • Mk16 CQC 5.56 mmXM8 Compact 5.56 mm
Assault rifles AK-107 5.45 mm (AK-107 GP-25) • AK-74 5.45 mm (AK-74 GP-25*, AKS-74*) • AKM 7.62 mmAKS 7.62 mm* • CZ 805 BREN A1 5.56 mm (CZ 805 A1 G1, CZ 805 BREN A2, CZ 805 B1 G1) • FN FAL 7.62 mmG36A 5.56 mm* • L85A2 5.56 mm (L85A2 UGL) • M16A2 5.56 mm* (M16A2 M203*) • M16A4 5.56 mm (M16A4 M203) • SCAR series (Mk16, Mk16 EGLM, Mk17, Mk17 EGLM) • Sa-58 7.62 mmXM8 series (XM8, XM8 M320)
Designated marksman rifles DMR 7.62 mmL86A2 LSW 5.56 mmM14 7.62 mmMk12 SPR 5.56 mmMk17 Sniper 7.62 mmVSS Vintorez 9 mmXM8 Sharpshooter 5.56 mm
Sniper rifles AS50 12.7 mmCZ 550 9.3 mmCZ 750 S1 M1 .308KSVK 12.7 mm* • Lee-Enfield .303LRR .338M107 .50* • M110 7.62 mmM24 7.62 mm* (M40A3) • SVD Dragunov 7.62 mm*
Squad automatic weapons L110A1 5.56 mmM249 SAW 5.56 mm* • MG36 5.56 mm* • RPK-74 5.45 mmXM8 Automatic Rifle 5.56 mm
Machineguns L7A2 GPMG 7.62 mmMk 48 Mod 0 7.62 mm* • M240 7.62 mm* • M60E4 7.62 mmPKP 7.62 mmPKM 7.62 mmUK-59 7.62 mm
Grenade launchers M32M79Mk13
Launchers 9K32 Strela-29K38 Igla9K115-2 Metis-MFGM-148 JavelinFIM-92F StingerM136M47 DragonMAAWSNLAWRPG-7VRPG-18SMAW
Static AGS-30D-30DShKMIgla AA PodKORDL111A1L134A1M119A1M2M252Mk19Metis AT-132B14 PodnosRBS-70SearchlightSPG-9StingerTOWZU-23
(Parenthesis) denote variants.
* indicates partial DLC dependency.
Operation Arrowhead | British Armed Forces | Private Military Company | Army of the Czech Republic
U.S. Army - Armoury (ArmA 2)
Handguns G17 9 mmM1911 .45M9 9 mm
Shotguns M1014
Carbines Mk16 CQC 5.56 mm
Assault rifles SCAR series (Mk16, Mk16 EGLM, Mk17, Mk17 EGLM)
Designated marksman rifles M14 7.62 mmMk17 Sniper 7.62 mm
Sniper rifles M107 .50M110 7.62 mmM24 7.62 mm
Squad automatic weapons M249 SAW 5.56 mm
Machineguns Mk 48 Mod 0 7.62 mmM240 7.62 mm
Grenade launchers M32Mk13
Launchers FGM-148 JavelinFIM-92F StingerM136MAAWS
Static M2M252Mk19M119A1SearchlightStingerTOW
(Parenthesis) denote variants.
Operation Arrowhead