Jump to content
-Joe-

ErrorMessage: "Cannot load texture 43rd_weapon\data\43rd_Weapon_M21_MPAT_Body_Co.paa"

Recommended Posts

What ho chaps.


I've been getting the following error whilst testing out a new config.

 

Cannot load texture 43rd_weapon\data\43rd_Weapon_M21_MPAT_Body_Co.paa

 

As far as I can see within the file, the texture is there; and I've double-checked that it's been packed into the .pbo correctly several times now; texture name matching it up correctly and all. Does anyone have any idea what might be causing this?

 

class CfgPatches
{
	class 43rd_Weapons
	{
		units[]=
		{
			""
		};
		weapons[]=
		{
			"43rd_L_M21"
		};
	};
	author="43rd Airborne Regiment";
};
class CfgWeapons
{
	class launch_RPG32_F;
	class 43rd_L_M21: launch_RPG32_F
	{
		author="43rd Airborne Regiment";
		displayName="[43rd] M21 MPAT Launcher";
		hiddenSelectionsTextures[]=
		{
			"43rd_Weapon\data\43rd_Weapon_M21_MPAT_Body_Co.paa",
			"43rd_Weapon\data\43rd_Weapon_M21_MPAT_Optics_Co.paa"
		};
	};
};

 

Share this post


Link to post
Share on other sites

pboPrefix correct in your pbo?

Your CfgPatches is invalid, you are missing requiredAddons.

Your texture path might need a leading backslash, not sure.

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

×