Jump to content
Jack Emporio

The texture modification of the GasMask does not work.

Recommended Posts

Good morning, everyone !
I am asking for your help because the GasMask Texture modification does not work. So I would like to see with you if there is a Manipulation to do or if it is the Basic Command ?


Command Config.cpp :

	class gasmask_Ray_Oblyat_co: GasMask
	{
		scope=2;
		displayName="Masque Ray Oblyat";
		descriptionShort="Masque à Gaz";
		inventorySlot="Mask";
		itemInfo[]=
		{
			"Clothing",
			"Mask"
		};
		rotationFlags=2;
		weight=730;
		itemSize[]={3,4};
		heatIsolation=0.5;
		visibilityModifier=0.89999998;
		noHelmet=0;
		headSelectionsToHide[]=
		{
			"Clipping_Gasmask"
		};
		hiddenSelections[]=
		{
			"camoGround",
			"camoMale",
			"camoFemale"
		};
		hiddenSelectionsTextures[]=
		{
			"\GloniCityClothes\data\gasmask_Ray_Oblyat_co.paa",
			"\GloniCityClothes\data\gasmask_Ray_Oblyat_co.paa",
			"\GloniCityClothes\data\gasmask_Ray_Oblyat_co.paa"
		};
	};

 

Edited by Jack Emporio
GazMask

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

×