Page MenuHomeFeedback Tracker

Plate Carrier Pouches and Holsters not spawning or very super rare
New, NormalPublic

Description

Hi not sure why but no one is finding the pouches for the plate carrier. I also check the loot table and it seemed odd. Listing it below and it is listed under crafting?

lass PlateCarrierPouches : VestWithPocketsBase {

		scope = public;
		displayName = "Plate Carrier With Pouches";
		descriptionShort = "A lightweight, hard-plate reinforced vest offering full torso protection that is able to absorb impact from both small calibre projectiles, fragments and knife attacks. Expanded with attachable pouches, can be additionally expanded with pistol holster to customise you carrying capacity.";
		handAnim[] = {"OFP2_ManSkeleton", "\DZ\anims\data\anim\sdr\ik\clothing\vests\plate_carrier_g.rtm"};
		model = "\DZ\characters\vests\plate_carrier_only_pouches_g.p3d";
		itemsCargoSize[] = {5, 2};
		quickBarBonus = 3;
		lootTag[] = {"Military_west_DEvent"};
		**lootCategory = "Crafted";**
		weight = 12200;

Details

Severity
Major
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General

Event Timeline

Kathara2012 renamed this task from Plate Carrier Pouches and Holsters to Plate Carrier Pouches and Holsters not spawning or very super rare.

Listed as crafted because it does not spawn in the world like this it can only get that way by crafting the actual item. As for them spawning I have seen the holster a few times at american heli crash and pouches too. Seeing that this is a UN/US item I would not expect to see them lying around other then the helis in which case it should be rare.

Listed as crafted because it does not spawn in the world like this it can only get that way by crafting the actual item. As for them spawning I have seen the holster a few times at american heli crash and pouches too. Seeing that this is a UN/US item I would not expect to see them lying around other then the helis in which case it should be rare.

You can't craft them mate.

gawelium added a subscriber: gawelium.EditedJul 4 2016, 8:05 PM

Instead of searching "PlateCarrierPouches", try to find "AttachablePouches" please :)

TeamDeer added a comment.EditedJul 5 2016, 3:04 AM

Listed as crafted because it does not spawn in the world like this it can only get that way by crafting the actual item. As for them spawning I have seen the holster a few times at american heli crash and pouches too. Seeing that this is a UN/US item I would not expect to see them lying around other then the helis in which case it should be rare.

You can't craft them mate.

Yes you can. You take 2 items and add them together (craft them) to make the plate carrier with pouches. Do what the other person said for searching for only the pouches.

The reason its 'crafted' is because you can't find the plate carrier with patches already attached spawned in the game world.

Kathara2012 added a comment.EditedJul 6 2016, 9:47 AM

Ok found them under containers but there is no loot category

class Container_CarrierPouches : ContainerBase {

		scope = public;
		displayName = "Attachable Pouches";
		descriptionShort = "Pouches attachable to Plate Carrier, designed to customise you carrying capacity to your needs.";
		model = "\dz\characters\vests\plate_carrier_pouches_g.p3d";
		itemSize[] = {5, 2};
		itemsCargoSize[] = {5, 2};
		randomQuantity = 2;
		repairableWith = 2;
		lootTag[] = {"Military_east", "Military_west"};
		weight = 250;
		allowOwnedCargoManipulation = 1;
		absorbency = 0;
		itemsCargo[] = {};
		handAnim[] = {"OFP2_ManSkeleton", "\dz\anims\data\anim\sdr\ik\character\vests\plate_carrier_pouches_g.rtm"};
		
		class Damage {
			tex[] = {};
			mat[] = {"DZ\characters\vests\data\PlateCarrier.rvmat", "DZ\characters\vests\data\PlateCarrier_damage.rvmat", "DZ\characters\vests\data\PlateCarrier_destruct.rvmat"};