Chomp-EasyPMCs 1.1.2

Make PMCs a little easier to fight + prevent them from using high level ammo.

To achieve 75% of what this mod does in 3.0.0 you can edit the assetsconfigsot.json file, find the pmc section and inside it the difficulty property, change it from "AsOnline" to "easy"


old:

hub.sp-tarkov.com/attachment/2801/


new:

hub.sp-tarkov.com/attachment/2802/


Make PMCs use the easy difficulty settings.

Images

  • Version 1.1.2

    Added config to allow:

    • Editing of bot difficulty. Options are: easy/normal/hard/impossible
    • Enabling or disabling ammo blacklist
  • Version 1.1.1

    Updated to support SPT 2.3.0

  • Version 1.1.0

    Added high-level ammo to pmc bullet blacklist. bullets blacklisted are:


    // .300 Blackout AP

    // .338 Lapua Magnum AP

    // .366 TKM AP-M

    // .45 acp AP

    // 23x75mm "Barrikada" slug

    // 4.6x30mm AP SX

    // 5.45x39mm Ppbs gs igolnik

    // 5.45x39mm Bs gs

    // 5.56x45mm ssa ap

    // 5.56x45mm m995

    // 5.56x45mm m855a1

    // 5.7x28mm ss190

    // 5.7x28mm sb193

    // 5.7x28mm l191

    // 7.62x39mm mai ap

    // 7.62x39mm bp gzh

    // 7.62x51mm m993

    // 7.62x51mm m61

    // 7.62x51mm m62

    // 7.62x54r bs gs

    // 7.62x54r snb

    // 7.62x54r bt gzh

    // 9x18mm pm pbm gzh

    // 9x19mm pbp gzh

    // 9x19mm ap 6.3

    // 9x21mm bt gzh

    // 9x39mm bp gs

    // 9x39mm spp gs

    // 9x39mm pab-9 gs

    // 9x39mm sp-6 gs

  • Version 1.0.0

  • will be any update to 3.0.0 ? ty anyways

  • Hi will this mod be updated to 3.0.0, thanks anyway

    • hope so has been well made in the past

  • 3.0.0 update please and Thanks

  • how do i install this mod?

  • Does this mod make the bots move more?

    I don't think the current difficulty bots are hard to deal with but they just never move so I walk into a room that has 50 different angles and theres two bots sitting in a corner and they instakill me

  • just downloaded this mod but when i start up the server i get an error saying that the mod src is missing package.json not sure if have done something wrong or not

  • Can someone tell me if the first version of the mod removes the high tier ammo from PCMs?

    • If you want to disable PMC ammo blacklists completely with the latest version of this mod, you can edit /Chomp-EasyPMCs/src/mod.js with notepad.


      Comment out the line near the bottom that is adding more ammo types to the already existing default blacklist, by adding two slashes like so:

      Code
      // BotConfig.pmc.cartridgeBlacklist = BotConfig.pmc.cartridgeBlacklist.concat(cartridgesToBlacklist);


      Below that, you can manually set the default PMC blacklist to be empty:

      Code
      BotConfig.pmc.cartridgeBlacklist = [];


      This is completely optional, but if you want the blacklist changes to display in the server window on start-up, you can add this line below the others:

      Code
      Logger.info(`${modName}: PMC ammo blacklist = ${JSON.stringify(BotConfig.pmc.cartridgeBlacklist)}`);


      So, all together it should look like this:

      Code
      // BotConfig.pmc.cartridgeBlacklist = BotConfig.pmc.cartridgeBlacklist.concat(cartridgesToBlacklist);
      BotConfig.pmc.cartridgeBlacklist = [];
      Logger.info(`${modName}: PMC ammo blacklist = ${JSON.stringify(BotConfig.pmc.cartridgeBlacklist)}`);


      I had the same problem as you and wanted to be able to find high tier ammo

      Thanks 1
    • Omg thank you so much man, i thought no one would help.
      My hero!! Much appreciated!

    • Hey, by any chance do you know how to make the bots a little easier? Like, I got this mod, I put bots on easy and somehow I'm still managing to get laser'd on thorax by PMC's. I don't understand I play fps for years I'm not that bad, but heir precision is absurd

    • The high tier ammo can make even the easy AI a threat. Seems like they get more accurate the more shots they take too. I haven't been one shot yet. I died several times on Woods yesterday with tier 5 armors on, trying to retrieve a quest item at lumber mill. Most of it was me peeking the same spot, or not having adequate cover and getting legged. One tip is that you can draw them out and they will usually push your position of cover, giving you a huge advantage.

      It's definitely moddable, it's just a little complex. The AI have hundreds of settings, for anything you could think of. Fin's AI Tweaks is an example of the opposite (making them more difficult).


      Maybe you could tackle it from the other end for now, and maybe find some mods to give you a bit more health, or better meds/armor, etc. I'm considering it for myself as well.

    • Yup, I already pushed my health up a little with ServerValueModifier hahahaha.
      And I still manage to get my ass killed. I find a huge problem the fact that, once they hit the first shot, there's no recoil and/or target loss, they just laser one point. It's like, took the first shot? You're dead.

      I think that's a huge flaw on the bots.

  • Hey, nice mod!
    I just wanted to know if there is way to NOT blacklist the high tier ammo, mainly because dead

    PMCs are my main source of HT ammo ':D

  • You can send files to another site for downloading because it does not go to the site dropbaox.com

  • This made a world of change. Just a touch easier to handle and I walk away more. Often bloodied and beaten but alive XD.


    Thank you!

  • Could you explain exactly what this mod does/how it works? Seems like the consensus around here is that the PMC AI are using the values in the boss/bosstest types and not bear/usec, does this mod account for that? Does it just force all spawned AI to use the values in the "easy" column or what?

    • The mod forces PMCs (test/bossTest) to use values from easy instead of the default of normal. The client doesn’t let those types (test/bossTest) request all difficulties from the server, so we intercept the request for the ‘normal’ difficulty and instead return the ‘easy’ values.

      Like 1
    • Thank you!

  • I would love to see this mod with the original PMC AI from the early dev builds before it was nerfed. I loved that AI which caused me to have a 61% SR...

    • and suddenly.. I feel like live...panic...gearfear... :D all the pain

    • Nah, not quite. It adds a little stress to the game but not nearly as permanent as Live. I can always give myself money.