Jump to content
Sign in to follow this  
HorbeySpector

Assault backpack config?

Recommended Posts

Hey,

I'm trying to retexture the assault backpack. I've got a texture ready, I only need to get the config right. I know how to do it for vests, uniforms and helmets but I just can't figure out how to do it for the backpack.

Searching on the forums didn't gave me an answer.. anyone that can help me?

Thomas

Share this post


Link to post
Share on other sites

Like this.

class CfgVehicles //Where the class belongs
{
class B_AssaultPack_Base; // External reference
class My_B_AssaultPack_ClassName: B_AssaultPack_Base // Edit
	{
		scope = 2;
		displayName = "My AssaultPack"; // Edit
		hiddenSelectionsTextures[] = {"PathToTexture"}; // Edit
	};
};

Add "A3_Weapons_F_Ammoboxes" to requiredAddons[]

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×