Project Zomboid

Project Zomboid

79 ratings
[B42] Wear Vanilla Webbing with Everything
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
341.600 KB
5 Jan @ 7:31am
1 Change Note ( view )

Subscribe to download
[B42] Wear Vanilla Webbing with Everything

Description
Allows vanilla webbing to be worn with shoulder holster, fanny packs and other things it normally takes off.

Complementary mod


Q: what does this mod do?:

Mod creates a new body clothing location "TorsoRigEx" then adjusts the 4 vanilla webbings in game to move it to said body location, which in turn allows it to be worn with fannypacks, etc because the vanilla body location for webbings removes all fannypacks + other stuff when equipped.

Originally posted by Helios:
local group = BodyLocations.getGroup("Human")

group:getOrCreateLocation("TorsoRigEX")

Originally posted by Helios:
local item = ScriptManager.instance:getItem("Bag_ALICE_BeltSus")
if item then
item:DoParam("BodyLocation = TorsoExtraVest")
item:DoParam("CanBeEquipped = TorsoRigEX")
end
--
local item = ScriptManager.instance:getItem("Bag_ALICE_BeltSus_Camo")
if item then
item:DoParam("BodyLocation = TorsoExtraVest")
item:DoParam("CanBeEquipped = TorsoRigEX")
end
--
local item = ScriptManager.instance:getItem("Bag_ALICE_BeltSus_Green")
if item then
item:DoParam("BodyLocation = TorsoExtraVest")
item:DoParam("CanBeEquipped = TorsoRigEX")
end
--
local item = ScriptManager.instance:getItem("Bag_ChestRig")
if item then
item:DoParam("BodyLocation = TorsoExtraVest")
item:DoParam("CanBeEquipped = TorsoRigEX")
end


shouldn't be any bugs, errors or mod incompatibilities but if somehow there are, drop them in comments.



Workshop ID: 3401228213
Mod ID: webbingsatchel
10 Comments
SDgamer 30 Jun @ 3:27pm 
Besides the Tarp Webbing, the Chest Rigs and ALICE Belts can't be worn with Protective Vest. Do you plan on changing that? Also the Tarp Webbing allow a Fanny Pack to go on your lower back
SDgamer 21 Jun @ 10:04pm 
OOPS! Disregard my comment from earlier as i forgot a different mod handles that!
SDgamer 21 Jun @ 10:02pm 
Not sure when B42 will reach Stable but, once it does the Tarp Sling Bag and Fanny Pack don't work with your mod. Previous Satchels and Sling Bags do though
Weaver 2 Jun @ 1:19pm 
Fixes a very annoying bug where you can't wear this webbing with only *some* jackets. Appreciate this one my man thank you
Helios  [author] 23 May @ 7:24am 
@SDgamer apologies been busy, probs not gonna update till b42 comes to stable, anyone who wants to use this mod as a base to fix the tarp webbing, feel free
SDgamer 14 Apr @ 11:41am 
Not sure when you are going to update this mod again or if you need to but, judging from the patch notes the Devs added a Tarp Webbing that we can make
Helios  [author] 2 Mar @ 4:15am 
@Bananaut thanks for the info, i'll update the mod description and maybe change the name to Wear webbing with everything, that name would make more sense i think
Bananaut 2 Mar @ 2:52am 
hi, you don't necessarily require my mod now I created custom body location for satchel a while ago. I was just gonna make this similar mod but then when i searched i found this, thanks for making it now I can wear anything all together. I will recommend to use this with my mod 👍
Vilda 22 Jan @ 7:32am 
This without the prerequisit is great if all you want is wear webbing with shoulder holster
Vunfo 5 Jan @ 4:01pm 
Gracias!:spiffo: