Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

zilon-8526a0546e6df873

How to add ChemGas grenades to Vests attachments

Recommended Posts

Hi.

It turned out to add grenades to the unloading and armor, so that they spawn with grenades, cfgspawnabletypes.xml changed.

but how to make chemical grenades hung on?

 

image.png

Spoiler

class CfgPatches
{
	class DZ_Characters_Vests
	{
		units[]=
		{
			"TacticalVest",
			"UKAssVest"
		};
		weapons[]={};
		requiredVersion=0.1;
		requiredAddons[]=
		{
			"DZ_Characters"
		};
	};
};
class CfgVehicles
{
	class Clothing_Base;
	class Clothing: Clothing_Base
	{
	};
		class PoliceVest: Clothing
	{
		attachments[]=
		{
			"VestGrenadeA",
			"VestGrenadeB",
			"VestGrenadeC",
			"VestGrenadeD",
			"tripWireAttachment",
			"VestHolster",
			"VestPouch"
		};
	
		};
};

 

 

 

Share this post


Link to post
Share on other sites

×