Jump to content

Recommended Posts

Hi everyone.

I have been working with the CfgORBAT in one of my missions, and everything is fine, all it works except the insignia image which it should show up in the background of the ORBAT. I have tried using a .paa image (512x512, 256x128 and128x128) and .jpg images, but any of those works. The only thing I get using these formtats is the little icon which appear in the map: https://imgur.com/a/Mk9wFHZ

This is my CfgOrbat:

class CfgORBAT
{
	class ArrowPlatoon
	{
		id = 1;
		idType = 1;
		side = "West";
		size = "Platoon";
		type = "Recon";
		insignia = "images\insignia3.paa";
		commander = "López";
		commanderRank = "Major";
		text = "Arrow Team";
		textShort = "Arrow Team";
		color[] = {0,0.3,0.6,1};
        description= "A special operations force of the 111th Infantry Division.";
		assets[] = {};
	};
};

This is the error I get: https://imgur.com/a/ljkVhsJ

 

If you know what format I have to use, or what I'm doing wrong, please, comment!

 

Sorry for English grammatical mistakes.

 

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

×