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.
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.
Mod replace ammo for all bosses and their followers.
Ammo selection order for each caliber:
- Select ammo with penetration 40+
- If 0 founds. Select ammo with penetration 30+
- If 0 founds, Select 4 best ammo ordered by penetration power
Optionally can be enabled for other bot types in config.json:
Code
{
"bloodhound" : false,
"exusec" : false,
"raider" : false,
"sectant" : false
}
-
Version 1.0.2
- wizard83
- 276 Downloads
Reduce log messages
-
Version 1.0.1
- wizard83
- 577 Downloads
Reduce bot chest HP threshold to keep minimum for better compatibility with mods that reduce bot HP.
-
Version 1.0.0
- wizard83
- 2.6k Downloads
egbog
Was this mod a port of an older AKI mod? The fact it's written in JS instead of TS is telling but the logger mentioning "AKI" is quite indisputable.
Regardless, the mod does function as told when conditions are correct, with no other mods altering health values. So, props to that.
However, as noted by kikirio, there is a much better way to achieve this in an extremely less convoluted way. No offense to you at all, I simply don't see the point in "reinventing the wheel" per-se when we already had BUMA-Revamped (Bosses Use Meta Ammo) for SPT 3.9, which even included a config json. For those savvy, BUMA-Revamped works entirely with SPT 3.11 with just a package.json version update.
I have also posted a PR in regards to the logging. I see no problem logging for debug purposes but does a user need to see the exact health values of every bot type in the game printed to console?
wizard83 Author
I like BUMA. But it was updated too late. I forgot that I can locally change BUMA's package.json.
Spe4r
As I understand it, the mod identifies bosses by increased health in the chest. And bad ammo can spawn because I use a mod to reduce bosses' HP.
wizard83 Author
you can make safe editing in BossesUseHighTierAmmo.js
replace number 130 for 101 in 2 places
Company2lostops
Can you provide an example?
wizard83 Author
mod updated
kikirio
Using the hp value of a bot to determine its type, is a pretty funky way of doing it.
A much simpler solution would be to use botHelper.isBotBoss() this inbuilt method would avoid the side effects from other mod interactions.
wizard83 Author
mod can change ammo to other bot types. isBotBoss don't allow recognize other bot types.
SnyprLife
I got 5.56 SOST which is 33 pen off of birdeye so i'm not sure it's functioning, i got m62 off of big pipe as well
wizard83 Author
5.56 SOST can be used only in one way, if penetration power is 40+.
you can change mod folder name to "zzzBossesUseHighTierAmmo" to make sure the mod applies changes last.
fencethetrader
hell yeah brother