Armed Assault Wiki
Advertisement

« The AKS is slightly modified version of the AK-47 rifle. It features a downward-folding metal stock to adapt this weapon for use in vehicles and for paratroops.
Armoury Description
»
The AKS 7.62 mm assault rifle.

The AKS is a 7.62 mm assault rifle used by several BLUFOR, REDFOR and INDFOR factions in ArmA 2.

Overview[]

The AKS is simply a modified variant of the AKM assault rifle that uses a folding stock as opposed to a fixed wooden stock. The AKS is chambered to fire the same 7.62×39 mm round as its parent weapon.

Like the AKM, it loads from 30-round curved steel magazines[CfgWp 12] and has the same rate of fire (600 rounds per minute)[CfgWp 13][Formula 1] and muzzle velocity (715 m/s).[CfgMa 2] However, its stock is purely cosmetic and doesn't actually affect the weapon's handling, recoil or carrying weight. As such, it is completely identical to the baseline AKM rifle in every way.

Ironsights[]

Arma2-aks-ironsight-overview

The AKS allows for a minimum zeroing of 100 metres and a maximum zeroing of up to 800 metres (100, 200, 300, 400, 500, 600, 700, 800).[CfgWp 14] By default, the AKS is set to utilise a zeroing of 100 metres.[CfgWp 15]

Recoil curves[]

 
{
    title: {
        text: 'recoil_single_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.04, 0.01, 0.045],
            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.0178571428571429, 0, -0.0089285714285714],
            smooth: true
        }
    ]
}
Charts/graphs are not available on mobile. Please switch to desktop mode in order to see them.


 
{
    title: {
        text: 'recoil_single_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']
        }
    ],
    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.0028571428571429, 0.0042857142857143, 0, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.0125, 0, -0.0044642857142857, -0.0044642857142857],
            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.


 
{
    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.


 
{
    title: {
        text: 'recoil_auto_primary_prone_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', '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.0022857142857143, 0.0034285714285714, 0.0034285714285714, 0, 0],
            smooth: true
        },
        {
            name: 'Kick Up',
            type: 'line',
            stack: 'Total',
            label: {
                show: true,
                position: 'top'
            },
            areaStyle: {},
            emphasis: {
                focus: 'series'
            },
            data: [0.005, 0.02, 0, -0.0071428571428571, -0.0014285714285714],
            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.


Camouflage[]

  • Black: Standard black metal finish with wooden furniture.
  • Gold: Gold-plated metal finish with chromed wood furniture.

Ammunition[]

Ammo parameter 7.62 mm (Ball)
[ AKM ]
7.62 mm (Ball)
[ SA58 ]
Base damage value 9[CfgAm 1] 9[CfgAm 1]
Aerodynamic friction -0.00195[CfgAm 2] -0.00195[CfgAm 2]
Muzzle velocity (m/s) 715[CfgMa 2] 705[CfgMa 3]
Expected velocity (m/s) 710[CfgAm 3][note 1] 710[CfgAm 3][note 1]
Deflection angle (degrees) 10°[CfgAm 4] 10°[CfgAm 4]

The AKS can only load two types of magazines.[CfgWp 12] Both magazines will occupy one[CfgMa 4][CfgMa 5] primary weapon magazine inventory slot:

AKM Mag.[]

Arma2-ammunition-30rndakm

Standard 30-round curved steel magazine loaded with 7.62 mm ball ammunition.[CfgMa 6]

Does not contain visible tracer rounds.

SA58 Mag.[]

Arma2-ammunition-30rndsa58

Alternate 30-round magazine used primarily by the Sa-58. It is also loaded with 7.62 mm ball ammunition.[CfgMa 7]

None of the rounds fired will emit visible tracers.

It should be noted that rounds fired from this magazine specifically have a lower muzzle velocity of 705 m/s.[CfgMa 3]

Magazine compatibility[]

Weapon name
(Classname)
AKM Mag.
Arma2-ammunition-30rndakm
SA58 Mag.
Arma2-ammunition-30rndsa58
AKS
(AK_47_S)
AKS
(AKS_GOLD)


Trivia[]

  • Just like Colonel Muhammad Aziz' gold-plated .45 revolver in Operation Arrowhead, the AKS is also available in a separate variant that is exclusively wielded by Gregori Lopotev.
    • However, Lopotev's golden-plated AKS does not have the folding stock seen on standard AKS rifles.
  • Prior to the latest Steam version patches, the AKS had worse accuracy when compared to the baseline AKM and its sight picture was also incorrectly depicted. The release of the CorePatch updates subsequently fixed both issues.[1]

Gallery[]

Config/script references[]

CfgAmmo

  1. 1.0 1.1 CfgAmmo >> B_762x39_Ball >> hit
  2. 2.0 2.1 CfgAmmo >> B_762x39_Ball >> airFriction
  3. 3.0 3.1 CfgAmmo >> B_762x39_Ball >> typicalSpeed
  4. 4.0 4.1 CfgAmmo >> B_762x39_Ball >> deflecting

CfgMagazines

  1. CfgMagazines >> 30Rnd_762x39_AK47 >> count
  2. 2.0 2.1 CfgMagazines >> 30Rnd_762x39_AK47 >> initSpeed
  3. 3.0 3.1 CfgMagazines >> 30Rnd_762x39_SA58 >> initSpeed
  4. CfgMagazines >> 30Rnd_762x39_AK47 >> type >> "256"
  5. CfgMagazines >> 30Rnd_762x39_SA58 >> type >> "256"
  6. CfgMagazines >> 30Rnd_762x39_AK47 >> ammo >> "B_762x39_Ball"
  7. CfgMagazines >> 30Rnd_762x39_SA58 >> ammo >> "B_762x39_Ball"

CfgWeapons

  1. CfgWeapons >> AK_47_S >> Single >> dispersion
  2. CfgWeapons >> AK_47_S >> Burst >> dispersion
  3. CfgWeapons >> AK_47_S >> FullAuto >> dispersion
  4. CfgWeapons >> AK_47_S >> type >> "1"
  5. CfgWeapons >> AK_47_S >> Single >> recoil
  6. CfgWeapons >> AK_47_S >> Burst >> recoil
  7. CfgWeapons >> AK_47_S >> FullAuto >> recoil
  8. CfgWeapons >> AK_47_S >> Single >> recoilProne
  9. CfgWeapons >> AK_47_S >> Burst >> recoilProne
  10. CfgWeapons >> AK_47_S >> FullAuto >> recoilProne
  11. CfgWeapons >> AK_47_S >> dexterity
  12. 12.0 12.1 CfgWeapons >> AK_47_S >> magazines[] >> {"30Rnd_762x39_AK47","30Rnd_762x39_SA58"}
  13. CfgWeapons >> AK_47_S >> FullAuto >> reloadTime
  14. CfgWeapons >> AK_47_S >> discreteDistance[] >> {100,200,300,400,500,600,700,800}
  15. CfgWeapons >> AK_47_S >> discreteDistanceInitIndex >> "0"

Formulae

  1. 60 / reloadTime = 60 / 0.1

Notes[]

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

References[]

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

External links[]

See also[]

Variants[]

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
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-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-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.
Advertisement