GearProtection 2.0.0

Improved armor inconvenience

you can able/disable function for config.json


no_side_segment : Protect your armpits with a side bulletproof plate.


use_headsets_for_all_helmets : You can wear a headset even if you wear a helmet. ex) Altyn, Maska, etc


no_conflict_helmet : You can wear a eyewear, facecover, headwear even if you wear a helmet.


no_deaf_helmet : The helmet won't block the sound. (not tested)


no_mouse_penalty : Delete the sensitivity penalty for the equipment.


no_gear_penalty : Delete the moving speed, ergo penalty for the equipment.


uwu : just uwu logger. UwU

  • Can you please repackage your zip properly for end-users?


    It is preferred that you package the \user\mods\gearprotection\ folder instead of loose files without a parent folder that way people can install it just by dragging the \user\ folder from the zip into their SPT root folder.


    At minimum please have a mod folder that contains your loose files.

  • with the "neo steal mandible", you cant wear face covering. i believe this is an oversight.

  • 0w0~

  • uwu Rawr

  • Not sure if you are aware of this, but String.includes accepts 2 arguments, what to include, and what position to start searching for. You are treating the second argument as a second value to include.
    So this str.includes("LeftSideChestDown", "LeftSideChestUp") should be str.includes("LeftSideChestDown") "or" str.includes("LeftSideChestUp")

    • I think I made a mistake because I'm not used to JavaScript and TypeScript yet. I'll look into this.

      Thumbs Up 1
  • The helmet won't block the sound "(not tested)"? you dont even test your own mod?

    • Sorry for deploying the mod without testing it, but I didn't have enough time to test it as a graduate student because the code only worked with a few lines and I didn't see any errors when running it, and I thought it would definitely work. Apologies again if it doesn't work.

    • If there where no errors in code then it should work... That's what they tought me on studies xD