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.
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
Meep
Hello! I hope this message finds you well. I have created a mod using your code and would like to request your permission to post it. My mod is a stripped-down version of your mod, focusing on the "no side plates" option. It adjusts the front and back plates to cover the thorax/stomach and upper/lower back hitboxes respectively, similar to the armor hitbox changes in EFT live. If you grant me express permission, I will ensure to give you proper credit as the original author. Thank you for considering my request!
HANAVI Author
its ok! post it and link here plz!
thx for use my mods
Updatepls
Does super_plates only work for players?
Or does it also apply to AI PMC?
HANAVI Author
it works effect at "item"
work for all player, ai pmc, scav.. etc
Updatepls
Thank you, pmc may come wearing it, so I shouldn't apply it.
acidphantasm
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.
HANAVI Author
ok. i'll repackage soon!
thx for use my mod
PureRussianVodka
with the "neo steal mandible", you cant wear face covering. i believe this is an oversight.
HANAVI Author
I think it's probably because it's a missing item from the server. My mod doesn't include the item list, so it's not a problem with the mod.
PureRussianVodka
its a vanilla item? https://escapefromtarkov.fando…helmet_ballistic_mandible
HANAVI Author
yep its a banilla item. i think (not exact) server data item list did update at 3.8.1
AshNDashN
0w0~
Finnley Kepler
uwu Rawr
pitAlex
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")
HANAVI Author
I think I made a mistake because I'm not used to JavaScript and TypeScript yet. I'll look into this.
yansen
The helmet won't block the sound "(not tested)"? you dont even test your own mod?
HANAVI Author
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.
Sewox
If there where no errors in code then it should work... That's what they tought me on studies xD