SPTarkovAmmoCraft 3.11.20250515

Do not ask when mod authors will update their mods or if they can upload older versions of their mods.
Bothering mod authors will lead to warnings and repeat offenses will lead to bans.
Due to an unusually high volume of traffic, our site may be experiencing intermittent slowdowns. If you notice any issues, log out of your account and browse anonymously so you can better utilize caching or try using forge.sp-tarkov.com to search for and download mods.

extend ammunition craft for SPTarkov

# description

extend ammunition craft for SPTarkov


low penetration ammos can be craft to high penetration ammos.


they are a lot of recipes, so i decide to put them in heating area, and you may want filter them by name like 9x19 or 7.62x39.


click START then press ESC quickly to avoid freeze.


# exchange rules

Code
const lowAmmoCount = highAmmo.Count * highAmmo.Damage * highAmmo.Penetration / lowAmmo.Penetration / lowAmmo.Damage;

const gunpowderCount = round(highAmmo.Penetration / 10);


# requirements

- area heating level 1

- area workbench level 1


# install

unarchive released zip file and put them in your SPTarkov game folder like `C:\EscapeFromTarkov`, it is should be have the file `SPT.Server.exe` there.


# preview



# other

check my other QoL modifications at https://hub.sp-tarkov.com/file…ile-list/77668-ragnaroks/

  • Nice mod, it will be better to have a config setting :)

    • sorry this mod will not get any maintenance on current SPT version.


      in next SPT version it will be replaced by a new mod that exchange trought trader,a bundle of ammo can buy a ammo_box.


      current approach (crafting) has serious performance issues.