Armed Assault Wiki

NOTE: This article is about the RPK-74 in the main ARMA games. For RPK-74s in ArmA 3's Global Mobilization - Cold War Germany Creator DLC, see RPK-74 (Global Mobilization).


Wip
WIP: This page is currently a Work-In-Progress. Information contained in this article is either incomplete or missing and is subject to review.

The RPK-74 is a 5.45 mm light support weapon featured in ArmA 2 and ARMA Reforger.


ArmA 2[]

« The RPK-74 is a light machine gun, first presented in 1974. It is a modernized variant of the AK-74 rifle and the modifications implemented mirror those made to the AKM. The RPK-74 uses 5.45x39 mm cartridges.
Armoury Description[1]
»
The RPK-74 5.45 mm light support weapon.
The RPK-74 5.45 mm light support weapon.

The RPK-74 is used by several BLUFOR, REDFOR and INDFOR factions in ArmA 2.

Overview[]

The RPK-74 is a gas operated, select-fire squad automatic weapon that is chambered to fire the 5.45×39 mm cartridge.

It is primarily feeds from 45-round box magazines, though it can also (optionally) load regular 30-round magazines shared with the AK-74 series of rifles and carbines.[A2CfgW 8] The RPK-74 can attain a fire rate of up to 600 rounds per minute[A2CfgW 9][Formula 1] and has a muzzle velocity of 900 m/s.[A2CfgM 3] The RPK-74 features a (non-functional) integrated bipod but cannot be fitted with optical sights, side rail accessories or suppressors.

The RPK-74 is the most widely used light support weapon in ArmA 2. It serves as a light machine gun with decent accuracy over short-medium ranges, and its ability to load 30-round AK-type magazines means that the user can share ammunition with other members of the squad (assuming they are utilising 5.45 mm-chambered AK-74s).

However, the RPK-74's main disadvantages compared to its contemporary counterparts is its very low rate of fire and lack of magnified optics, which makes it difficult to engage targets beyond 600 metres. The other disadvantage is that it only has access to 45-/30-round magazines as opposed to the 200-round belts of the M249 or the 100-round drums of the XM8/MG36.

The RPK-74 also has an unusual quirk where it is specifically less accurate when toggled to fire on semi-automatic as opposed to full auto.[A2CfgW 2] Although this isn't necessarily a major drawback, it does mean that the RPK-74's select-fire capability is more or less redundant since semi-auto makes the weapon slightly worse off.


Ironsights[]

Arma2-rpk74-ironsight-overview

The RPK-74 allows for a minimum zeroing of 100 metres and a maximum zeroing of up to 1,000 metres (100, 200, 300, 400, 500, 600, 700, 800, 900, 1000).[A2CfgW 10] By default, the RPK-74 utilises a zeroing of 100 metres.[A2CfgW 11]


Recoil curves[]

Standing

 
{
    title: {
        text: 'recoil_single_primary_4outof10'
    },
    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.0034285714285714, 0.0051428571428571, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0142857142857143, 0, -0.0071428571428571],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


 
{
    title: {
        text: 'recoil_auto_primary_4outof10'
    },
    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.0034285714285714, 0.0051428571428571, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.01, 0.0085714285714286, 0.0071428571428571],
            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_machinegun_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', '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.03, 0.01, 0.084, 0.084],
            smooth: true
        },
        {
            name: 'Kickback',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0008571428571428571, 0.0012857142857143, 0.0012857142857143, 0, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.000375, 0.003, 0, -0.0010714285714286, -0.0010714285714286],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.



Ammunition[]

Ammo parameter 5.45 mm (Ball) 5.45 mm SD (Ball)
Base damage value 7[A2CfgA 1] 8[A2CfgA 2]
Aerodynamic friction -0.001412[A2CfgA 3] -0.0006[A2CfgA 4]
Muzzle velocity (m/s) 900[A2CfgM 3] 320[A2CfgM 4]
Expected velocity (m/s) 900[A2CfgA 5][note 2] 320[A2CfgA 6][note 2]
Deflection angle (degrees) 10°[A2CfgA 7] 10°[A2CfgA 8]

The RPK-74 can load three types of magazines.[A2CfgW 8] Both the 30-round magazines (shared with the AK-74 assault rifle) and the RPK-74's 45-rounder magazines occupy one primary weapon magazine slot:[A2CfgM 5][A2CfgM 6][A2CfgM 7]

45Rnd. RPK[]

Arma2-ammunition-45rndrpk

Standard 45-round box magazine loaded with 5.45 mm ball ammunition.[A2CfgM 8]

Every fourth round fired will always emit a visible green tracer.[A2CfgM 9] Only the last four rounds of the magazine consist exclusively of tracers.[A2CfgM 10]

30Rnd. AK[]

Arma1-ammunition-30rndak74

30-round plastic magazine loaded with 5.45 mm ball ammunition.[A2CfgM 11]

None of the rounds fired will emit visible tracers.

30Rnd. AK SD[]

Arma1-ammunition-30rndak74

Specialised magazine loaded with subsonic 5.45 mm ammunition.[A2CfgM 12] Rounds fired from this magazine specifically have a lower muzzle velocity of 320 m/s.[A2CfgM 4]


Magazine compatibility[]

Weapon name
(Classname)
45Rnd. RPK-74
Arma2-ammunition-45rndrpk
30Rnd. AK
Arma1-ammunition-30rndak74
30Rnd. AK SD
Arma1-ammunition-30rndak74
RPK-74
(RPK_74)
RPK-74
(RPK_74_Large)

Trivia[]

Inventory icon for pre-CCP/CorePatch RPK drums.

Inventory icon for pre-CCP/CorePatch RPK drums.

  • At ArmA 2's launch, RPK-74s were erroneously depicted being fed with 75-round drums as opposed to 45-round box magazines like their real-world counterparts.[2]
    • While early models of the RPK-74 did use drum magazines, they were discontinued in favour of box magazines due to reliability issues with the drums.[2]
    • Following the latest patches as part of CorePatch, RPK-74s have been correctly refactored to load exclusively from 45-round magazines (the old 75-round drums are no longer accessible).[3]
  • The Community Configuration Project patches added a unique version of the RPK-74 that occupies the user's backpack slot (Classname: RPK_74_Large). However, it is hidden by default and can only be equipped through the use of a custom addon or scripting commands.[4]
  • Before the latest Steam version patches, the RPK-74's dedicated magazines occupied up to two primary weapon magazine slots. This was later reduced to only one slot after the patch's release.[3]

Gallery[]

ARMA Reforger[]

« 5.45×39mm light machine gun.
Weapon Description
»
The RPK-74 5.45 mm light support weapon.
The RPK-74 5.45 mm light support weapon.

The RPK-74 is used exclusively by Soviet military forces in ARMA Reforger.

Overview[]

This section is a stub. You can help Armed Assault Wiki by expanding it.

WIP


Variants[]

RPK-74N[]

« 5.45×39mm light machine gun with rail system for mounting optics.
Weapon Description
»
The RPK-74N 5.45 mm light support weapon.
The RPK-74N 5.45 mm light support weapon.

WIP


Ironsights[]


Recoil curves[]

Linear[]

WIP

Angular[]

WIP

Turn offset[]

WIP


Melee[]

WIP


Ammunition[]

Ammo parameter 5.45 mm 7N6 (FMJ) 5.45 mm 7T3 (Tracer)
Base damage value Kinetic: 76
[RfCmpA 1]
Kinetic: 76
[RfCmpA 2]
Incendiary: 0.75
[RfCmpA 3]
Aerodynamic friction 0.0000040[RfCmpA 4] 0.0000040[RfCmpA 5]
Muzzle velocity (m/s) 890[RfCmpA 6][note 3]
(Actual: 943.4)[Formula 2]
883[RfCmpA 7][note 3]
(Actual: 935.98)[Formula 3]
Muzzle velocity randomisation (m/s) ±10
[RfCmpA 8][note 4]
±10
[RfCmpA 9][note 4]
Dispersion multiplier No change 1.9x
[RfCmpA 10][note 5]
Damage type Kinetic
[RfCmpA 11]
Kinetic + Incendiary
[RfCmpA 12][RfCmpA 13]
Bullet type Full Metal Jacket
[RfCmpM 1]
Tracer
[RfCmpM 2]
Mass 0.00343[RfCmpA 14] 0.00323[RfCmpA 15]
Diameter (mm) 5.72[RfCmpA 16] 5.72[RfCmpA 17]
Length (mm) 25[RfCmpA 18] 25.32[RfCmpA 19]
Mushrooming damage multiplier 0.2[RfCmpA 20] 0.2[RfCmpA 21]
Tumbling damage threshold (m/s) 200[RfCmpA 22] 200[RfCmpA 23]
Tumbling damage multiplier 0.2[RfCmpA 24] 0.2[RfCmpA 25]
Penetration depth (mm) 3.6[RfCmpA 26] 3.6[RfCmpA 27]
Penetration density (g/cm3) 7.86[RfCmpA 28] 7.86[RfCmpA 29]
Penetration speed (m/s) 708[RfCmpA 30] 708[RfCmpA 31]
Deflection angle (degrees) 45°[RfCmpA 32] 45°[RfCmpA 33]

WIP

5.45×39mm 45rnd RPK-74 Mag (1)[]

Reforger-ammunition-45rndrpk

WIP

5.45×39mm 45rnd RPK-74 Mag (2)[]

Reforger-ammunition-45rndrpk

WIP

5.45×39mm 45rnd RPK-74 Tracer Mag[]

Reforger-ammunition-45rndrpk

WIP

5.45×39mm 30rnd AK Mag (1)[]

Reforger-ammunition-30rndak74

WIP

5.45×39mm 30rnd AK Mag (2)[]

Reforger-ammunition-30rndak74

WIP

5.45×39mm 30rnd AK Tracer Mag[]

Reforger-ammunition-30rndak74

WIP


Magazine compatibility[]

MagazineWellAK545
Weapon name
(Prefab)
5.45×39mm 30rnd AK Mag (1)
Reforger-ammunition-30rndak74
5.45×39mm 30rnd AK Mag (2)
Reforger-ammunition-30rndak74
5.45×39mm 30rnd AK Tracer Mag
Reforger-ammunition-30rndak74
5.45×39mm 45rnd RPK-74 Mag (1)
Reforger-ammunition-45rndrpk
5.45×39mm 45rnd RPK-74 Mag (2)
Reforger-ammunition-45rndrpk
5.45×39mm 45rnd RPK-74 Tracer Mag
Reforger-ammunition-45rndrpk
RPK-74
(MG_RPK74.et)
RPK-74N
(MG_RPK74N.et)

Trivia[]

  • Prior to Update 0.9.6[5], Reforger's RPK-74 did not initially allow the user to deploy its bipod as weapon deployment was not added as a mechanic.
  • Before the release of the first Ground Support update, the RPK-74's 45-rounder magazines only weighed 0.300 kg. The patch subsequently refactored Reforger's weighting system and now properly accounts for each individual round inside the magazine.[6]
  • The RPK-74 was given a new model after the release of Update 1.1 (as part of the content in the Resistance Ops patch). The patch also added the new RPK-74N variant that supports the mounting of optics.[7]
  • After Update 1.3's release, the Supply cost of the RPK-74's 45-rounder magazines were tripled (from 1 unit up to 3 units).[8][9]

Gallery[]

Config/script references[]

CfgAmmo (ArmA 2)

  1. CfgAmmo >> B_545x39_Ball >> hit
  2. CfgAmmo >> B_545x39_SD >> hit
  3. CfgAmmo >> B_545x39_Ball >> airFriction
  4. CfgAmmo >> B_545x39_SD >> airFriction
  5. CfgAmmo >> B_545x39_Ball >> typicalSpeed
  6. CfgAmmo >> B_545x39_SD >> typicalSpeed
  7. CfgAmmo >> B_545x39_Ball >> deflecting
  8. CfgAmmo >> B_545x39_SD >> deflecting

CfgMagazines (ArmA 2)

  1. CfgMagazines >> 75Rnd_545x39_RPK >> count
  2. CfgMagazines >> 30Rnd_545x39_AK >> count
  3. 3.0 3.1 CfgMagazines >> 75Rnd_545x39_RPK >> initSpeed
  4. 4.0 4.1 CfgMagazines >> 30Rnd_545x39_AKSD >> initSpeed
  5. CfgMagazines >> 75Rnd_545x39_RPK >> type >> "256"
  6. CfgMagazines >> 30Rnd_545x39_AK >> type >> "256"
  7. CfgMagazines >> 30Rnd_545x39_AKSD >> type >> "256"
  8. CfgMagazines >> 75Rnd_545x39_RPK >> ammo >> "B_545x39_Ball"
  9. CfgMagazines >> 75Rnd_545x39_RPK >> tracersEvery
  10. CfgMagazines >> 75Rnd_545x39_RPK >> lastRoundsTracer
  11. CfgMagazines >> 30Rnd_545x39_AK >> ammo >> "B_545x39_Ball"
  12. CfgMagazines >> 30Rnd_545x39_AKSD >> ammo >> "B_545x39_SD"

CfgWeapons (ArmA 2)

  1. CfgWeapons >> RPK_74 >> manual >> dispersion
  2. 2.0 2.1 CfgWeapons >> RPK_74 >> Single >> dispersion
  3. CfgWeapons >> RPK_74 >> Single >> recoil
  4. CfgWeapons >> RPK_74 >> manual >> recoil
  5. CfgWeapons >> RPK_74 >> Single >> recoilProne
  6. CfgWeapons >> RPK_74 >> manual >> recoilProne
  7. CfgWeapons >> RPK_74 >> dexterity
  8. 8.0 8.1 CfgWeapons >> RPK_74 >> magazines[] >> {"75Rnd_545x39_RPK","30Rnd_545x39_AK","30Rnd_545x39_AKSD"}
  9. CfgWeapons >> RPK_74 >> manual >> reloadTime
  10. CfgWeapons >> RPK_74 >> discreteDistance[] >> {100,200,300,400,500,600,700,800,900,1000}
  11. CfgWeapons >> RPK_74 >> discreteDistanceInitIndex >> "0"

Ammunition components (ARMA Reforger)

  1. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> ProjectileEffects[0] >> ProjectileDamage >> DamageValue
  2. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> ProjectileEffects[0] >> ProjectileDamage >> DamageValue
  3. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> ProjectileEffects[4] >> ProjectileDamage >> DamageValue
  4. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> AirDrag
  5. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> AirDrag
  6. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> InitSpeed
  7. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> InitSpeed
  8. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> InitSpeedVariation >> "10.000"
  9. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> InitSpeedVariation >> "10.000"
  10. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> DispersionMultiplier >> "1.900"
  11. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> ProjectileEffects[0] >> ProjectileDamage >> DamageType
  12. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> ProjectileEffects[0] >> ProjectileDamage >> DamageType
  13. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> ProjectileEffects[4] >> ProjectileDamage >> DamageType
  14. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> Mass
  15. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> Mass
  16. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> Diameter
  17. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> Diameter
  18. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> Length
  19. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> Length
  20. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> MushroomingDamageMultiplier
  21. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> MushroomingDamageMultiplier
  22. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> TumblingDamageThreshold
  23. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> TumblingDamageThreshold
  24. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> TumblingDamageMultiplier
  25. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> TumblingDamageMultiplier
  26. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> PenetrationDepth
  27. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> PenetrationDepth
  28. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> PenetrationDensity
  29. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> PenetrationDensity
  30. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> PenetrationSpeed
  31. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> PenetrationSpeed
  32. Ammo_545x39_Ball_7N6.et >> ShellMoveComponent >> DeflectionCriticalAngle
  33. Ammo_545x39_Tracer_7T3.et >> ShellMoveComponent >> DeflectionCriticalAngle

Magazine components (ARMA Reforger)

  1. Magazine_545x39_RPK_45rnd_Ball.et >> MagazineComponent >> UIInfo >> m_eAmmoTypeFlags >> {FMJ}
  2. Magazine_545x39_RPK_45rnd_Tracer.et >> MagazineComponent >> UIInfo >> m_eAmmoTypeFlags >> {TRACER}

Weapon components (ARMA Reforger)


Entity catalogs (ARMA Reforger)


Formulae

  1. 60 / reloadTime = 60 / 0.1
  2. RPK-74 prefab's BulletInitSpeedCoef * 7N6 prefab's InitSpeed = 1.060 * 890
  3. RPK-74 prefab's BulletInitSpeedCoef * 7T3 prefab's InitSpeed = 1.060 * 883

Notes[]

  1. Does not apply to the hidden RPK-74 variant that specifically obstructs the backpack slot (RPK_74_Large).
  2. 2.0 2.1 Damage will be reduced if the projectile's velocity drops below this value.
  3. 3.0 3.1 This value only applies to the ammunition's base muzzle velocity value. The weapon itself applies a coefficient to the ammunition's muzzle velocity value, which determines the actual muzzle velocity of the ammunition when it is fired.
  4. 4.0 4.1 The bullet projectile's muzzle velocity at the time of leaving the barrel can randomly have this amount of velocity added or reduced. This is randomised and will not consistently be the same each time a round is fired.
  5. This multiplier increases the dispersion diameter, making the bullet projectile less accurate at long distances.

References[]

  1. Bohemia Interactive a.s., 2009, Machineguns, Arma 2, viewed 5 March 2025, <https://www.arma2.com/arma-2-weaponry/machineguns>.
  2. 2.0 2.1 Operational Environment Enterprise 2019, RPK-74 Russian 5.45mm Assault Rifle, ODIN - OE Data Integration Network, viewed 16 January 2024, <https://odin.tradoc.army.mil/WEG/Asset/RPK-74_Russian_5.45mm_Assault_Rifle>.
  3. 3.0 3.1 Mazzon, M et al. 2019, CorePatch, GitHub, viewed 3 June 2023, <https://github.com/Goliath86/CorePatch/blob/master/Changelog.txt>.
  4. Foltyn, D, Španěl, M et al. 2013, Roadmap - Arma 2: Community Configuration Project, DevHeaven, viewed 2 March 2024, <http://web.archive.org/web/20130627131748/https://dev-heaven.net/projects/arma-2-ccp/roadmap>. (archived link)
  5. Bohemia Interactive a.s., 2022, 0.9.6 Stable, Arma Reforger, viewed 21 October 2022, <https://reforger.armaplatform.com/news/october-update-20>.
  6. Bohemia Interactive a.s., 2022, Ground Support Changelog, Arma Reforger, viewed 27 January 2023, <https://reforger.armaplatform.com/news/december-update-1>.
  7. Bohemia Interactive a.s., 2024, 1.1 Update, Arma Reforger, viewed 10 April 2024, <https://reforger.armaplatform.com/news/update-march-13-2024>.
  8. Bohemia Interactive a.s., 2025, 1.3.0.130 Changelog, Arma Reforger, viewed 28 March 2025, <https://reforger.armaplatform.com/news/changelog-march-27-2025>.
  9. Bohemia Interactive a.s., 2025, 1.3 Update, Arma Reforger, viewed 28 March 2025, <https://reforger.armaplatform.com/news/fire-support>.

External links[]

See also[]

Weapons of comparable role and configuration[]

Weapons of ARMA 2
Handguns CZ 75 D COMPACT 9 mm (P-07 DUTY, SP-01 PHANTOM) • G17 9 mmM1911 .45M9 9 mmMakarov 9 mmRevolver .45
Submachine guns CZ Scorpion Evo 3 A1 9 mmMP5A5 9 mm (SD6) • PDW 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
Arma2-factionicon-cdf CDF - Armoury (ARMA 2)
Handguns Makarov 9 mm
Carbines AKS-74U 5.45 mm
Assault rifles AK-74 5.45 mm (AK-74 GP-25, AKS-74) • AKS 7.62 mm
Sniper rifles SVD Dragunov 7.62 mm
Squad automatic weapons RPK-74 5.45 mm
Machineguns PKM 7.62 mm
Launchers 9K32 Strela-2RPG-7V
Static AGS-30D-30DShKM2B14 PodnosSearchlightSPG-9ZU-23
(Parenthesis) denote variants.
Arma2-factionicon-russianarmedforces Russian Armed Forces - Armoury (ARMA 2)
Handguns Makarov 9 mm
Submachine guns PP-19 Bizon 9 mm
Shotguns Saiga 12K
Carbines AKS-74U 5.45 mm
Assault rifles AK-107 5.45 mm (AK-107 GP-25)
Designated marksman rifles VSS Vintorez 9 mm
Sniper rifles KSVK 12.7 mmSVD Dragunov 7.62 mm
Squad automatic weapons RPK-74 5.45 mm
Machineguns PKP 7.62 mmPKM 7.62 mm
Launchers 9K38 Igla9K115-2 Metis-MRPG-7VRPG-18
Static 2B14 PodnosAGS-30D-30Igla AA PodKORDMetis AT-13Searchlight
(Parenthesis) denote variants.
Arma2-factionicon-chdkz ChDKZ - Armoury (ARMA 2)
Handguns Makarov 9 mm
Carbines AKS-74U 5.45 mm
Assault rifles AK-74 5.45 mm (AK-74 GP-25, AKS-74) • AKM 7.62 mmAKS 7.62 mm
Sniper rifles CZ 550 9.3 mmSVD Dragunov 7.62 mm
Squad automatic weapons RPK-74 5.45 mm
Machine guns PKM 7.62 mm
Launchers 9K32 Strela-2RPG-7V
Static AGS-30D-30DShKM2B14 PodnosSearchlightSPG-9ZU-23
(Parenthesis) denote variants.
Arma2-factionicon-takistaniarmy Takistani Army - Armoury (ARMA 2)
Handguns Makarov 9 mmRevolver .45
Submachine guns PDW 9 mm
Carbines AKS-74U 5.45 mmM4A1 5.56 mm
Assault rifles AK-74 5.45 mm (AK-74 GP-25, AKS-74) • FN-FAL 7.62 mmM16A2 5.56 mm (M16A2 M203)
Sniper rifles KSVK 12.7 mmSVD Dragunov 7.62 mm
Squad automatic weapons RPK-74 5.45 mm
Machineguns M240 7.62 mmPKM 7.62 mm
Launchers 9K32 Strela-2Metis-M 9K115-2RPG-7VRPG-18
Static AGS-30D-30Igla AA PodKORDMetis AT-132B14 PodnosSearchlightSPG-9ZU-23
(Parenthesis) denote variants. | Operation Arrowhead
Arma2-factionicon-takistanimilitia Takistani Militia - Armoury (ARMA 2)
Assault rifles AK-74 5.45 mm (AK-74 GP-25, AKS-74) • AKM 7.62 mmAKS 7.62 mmFN-FAL 7.62 mm
Sniper rifles Lee-Enfield .303
Squad automatic weapons RPK-74 5.45 mm
Machineguns PKM 7.62 mm
Launchers 9K32 Strela-2RPG-7V
Static AGS-30D-30DShKM2B14 PodnosSPG-9ZU-23
(Parenthesis) denote variants.
Operation Arrowhead
Arma2-factionicon-napa NAPA - Armoury (ARMA 2)
Carbines AKS-74U 5.45 mm
Assault rifles AK-74 5.45 mm (AK-74 GP-25, AKS-74) • AKM 7.62 mmAKS 7.62 mm
Sniper rifles CZ 550 9.3 mmSVD Dragunov 7.62 mm
Squad automatic weapons RPK-74 5.45 mm
Machineguns PKM 7.62 mm
Launchers 9K32 Strela-2FIM-92F StingerRPG-7V
Static DShKM2B14 PodnosSearchlightSPG-9ZU-23
(Parenthesis) denote variants.
Arma2-factionicon-takistanirebels Takistani Rebels - Armoury (ARMA 2)
Assault rifles AK-74 5.45 mm (AK-74 GP-25, AKS-74) • AKM 7.62 mmAKS 7.62 mmFN-FAL 7.62 mmM16A2 5.56 mm (M16A2 M203)
Sniper rifles Lee-Enfield .303SVD Dragunov 7.62 mm
Squad automatic weapons RPK-74 5.45 mm
Machineguns PKM 7.62 mm
Launchers FIM-92F StingerRPG-7V
Static D-30DShKM2B14 PodnosSPG-9ZU-23
(Parenthesis) denote variants.
Operation Arrowhead
Arma2-factionicon-unitednations United Nations - Armoury (ARMA 2)
Carbines AKS-74U 5.45 mm
Assault rifles AK-74 5.45 mm (AK-74 GP-25, AKS-74)
Sniper rifles SVD Dragunov 7.62 mm
Squad automatic weapons RPK-74 5.45 mm
Machineguns PKM 7.62 mm
Launchers RPG-7V
Static AGS-30KORDSearchlight
(Parenthesis) denote variants.
Weapons of ARMA Reforger
Handguns M9 9 mmPM 9 mm
Carbines AKS-74U 5.45 mm (N) • M16 Carbine 5.56 mm (M203)
Assault rifles AK-74 5.45 mm (N) • M16A2 5.56 mm (M203) • Sa-58V 7.62 mm (P)
Sniper rifles M21 SWS 7.62 mmSVD 7.62 mm
Squad automatic weapons M249 SAW 5.56 mmRPK-74 5.45 mm (N)
Machine guns M60 7.62 mmPKM 7.62 mm (N) • UK-59L 7.62 mm
Launchers M72A3 LAWRPG-7V1RPG-22RPG-75
Static 2B14M2HB - TripodM240* • M252M60 - TripodNSV - TripodPKM - Tripod
(Parenthesis) denotes variants.
* this weapon is not available in a standalone turret configuration and is only available as a vehicle-mounted weapon.
OFP-factionicon-sovietunion Soviet Union - Armoury (ARMA Reforger)
Handguns PM 9 mm
Carbines AKS-74U 5.45 mm (N)
Assault rifles AK-74 5.45 mm (N)
Sniper rifles SVD 7.62 mm
Squad automatic weapons RPK-74 5.45 mm (N)
Machineguns PKM 7.62 mm (N)
Launchers RPG-7V1RPG-22
Static 2B14NSV - TripodPKM - Tripod
(Parenthesis) denote variants.