Sorry if this has been answered before, i have been pulling my hair out trying to get this to work. So far:
I have added the ArmBandCore.dll to the plugins folder of the BepInEx folder.
I have added the HoltzmanShield mod to the user folder.
I have set all body parts to true
Set godmode to True
Set durability to 9999
(Side note, i have no other mods)
Yet i am still getting shredded instantly trying to test if it is working. Not sure what i am doing wrong, but i would love some help.
Here is my current config file:
{
"MainArmor": {
"_COMMENT": "What areas of the body do you want to protect? One or more of these options must be set to true.",
"Head": true,
"Thorax": true,
"Stomach": true,
"LeftArm": true,
"RightArm": true,
"LeftLeg": true,
"RightLeg": true
},
"HeadAreas": {
"_COMMENT": "Enable these only if you want particular areas to be protected, otherwise 'Head: true' is enough to protect your head.",
"_Notice": "This section is only valid if 'Head' is set to 'true'.",
"Top": false,
"Nape": false,
"LowerNape": false,
"Ears": false,
"Eyes": false,
"Jaws": false
},
"Resources": {
"_COMMENT": "Self-explanatory section.",
"_Suggestion": "Keep repair cost at or below 100 unless you want the cost to go far beyond what you can afford.",
"RepairCost": 50,
"Durability": 9999,
"traderPrice": 7900
},
"TypeOfArmor": {
"_COMMENT": "ONLY SET ONE OF THE FOLLOWING VALUES TO TRUE. THE REST SHOULD BE FALSE.",
"Heavy": true,
"Light": false,
"None": false
},
"MaterialOfArmor": {
"_COMMENT": "ONLY SET ONE OF THE FOLLOWING VALUES TO TRUE. THE REST SHOULD BE FALSE.",
"UHMWPE": false,
"Aramid": false,
"Combined": false,
"Titan": true,
"Aluminium": false,
"ArmoredSteel": false,
"Ceramic": false,
"Glass": false
},
"GodMode": {
"_COMMENT": "Enable this to disable penetration of armor. (i.e., enabled = 0 throughput)",
"Enabled": true
},
"Blacklist": {
"_COMMENT": "Set to false to remove chance of pmc bots spawning with this item in their inventory.",
"Value": false
}
}