Jump to content
Sign in to follow this  
ch27

Independent Uniform Config

Recommended Posts

You only get the error when you add the vest class to the config? Try adding class ItemCore;

class ItemCore;
class VestItem; 
class Vest_Camo_Base: ItemCore 
{ 
	class ItemInfo; 
}; 

class NFP_Plate_Carrier: Vest_Camo_Base 
{
	scope = 2;
	displayName = "NFP Carrier Green";
	picture = "\A3\characters_f\Data\UI\icon_V_plate_carrier_1_CA.paa";
	model = "\A3\characters_f_beta\indep\equip_ia_vest02.p3d";
	hiddenSelections[] = {"camo"};
	hiddenSelectionsTextures[] = {"NFP\data\od_carrier_co.paa"};

	class ItemInfo : VestItem 
	{
	uniformModel = "\A3\characters_f_beta\indep\equip_ia_vest02.p3d";
	containerClass = "Supply100";
	mass = 50;
	armor = 5*0.5;
	passThrough = 0.7;
	hiddenSelections[] = {"camo"};
	};
};

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  

×