BUBBAS BETTER AK'S 1.0.0

Please do not ask when mod authors will update their mods to 3.10 or if they can upload older versions of their mods.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.

it makes the ak platform a bit more fun to use by changing the fire rate of the the akm, akms, akmn and the akmsn

This mod makes it so that the akm, akmn, akms and the akmsn will shoot at the fire rate of the colt m4a1.

if you want to support me you could buy me coffee

  • Thx about your mod. Any idea how to change the song speed to match RPM ? for exemple if i put 2000 RPM i sound the same than 650 RPM ?

    • no sry i dont how to change the song speed im not that great of mod dev.

  • Simply the best, thanks for your creativity and help to the community!

    • thank you for suggesting it so i could help people out that wanted this

      Thumbs Up 1
  • if i want to add the rd704 to this, what would i have to add in the .ts file??

    • you basically copy the code of one of the already existing weapons and change the weapon id to the one of the rd704 (https://db.sp-tarkov.com/search) i use this website to look up the id's of items after that your change the names to the rd704

      after this you can safe the file relaunch the game and you should be ready to go

      I hope this helped

      Thumbs Up 1
    • You even added instructions to the mod itself, great. I've already adjusted all AK series for myself thanks to you.

    • np im happy to help

      Heart 2
    • It turns out "ID" rd 704 will: 628a60ae6b1d481ff772e9c8


      As a result, according to the template you will need to add:

      const RD704 = tables.templates.items["628a60ae6b1d481ff772e9c8"]:


      and below the template with other weapons:

      //RD704 changes

      RD704 ._props.bFirerate = 800;


      Firerate -you can make any value as you like

    • thanks guys for all your help