Jump to content
Sign in to follow this  
kelgram

CfgUnitInsignia not displaying in Virtual Arsenal or others

Recommended Posts

Hi all,

I've created the following config class which is included in my description.ext

class CfgUnitInsignia
{
class RainbowWhite
{
	displayName = "RainbowWhite"; // Name displayed in Arsenal
	author = "Test"; // Author displayed in Arsenal
	texture = "rainbowlogowhite.paa"; // Image path
	textureVehicle = ""; // Does nothing currently, reserved for future use
};
};

I have checked the file path for the .paa file (which is in the root of the mission folder) and tried renaming the class several times but I does not show up in the Virtual Arsenal.

zyYCXS4.png

Is there something missing that is not detailed on the Wiki?

Any other things I should try? :confused:

Share this post


Link to post
Share on other sites

Is your VA a whiteList VA ?

Because the Insignias only show in the Full VA.

Share this post


Link to post
Share on other sites

I think there is a bug with CfgUnitInsignia in Description.ext

I decided to create an addon with my patch in it and then test it with Virtual Arsenal and it was visible.

Then I recreated the same, but added the .paa file and config to the Description.ext file and removed the addon from ArmA 3 startup params.

The patch was not visible, could someone try and test at their end?

Thanks

Share this post


Link to post
Share on other sites

I tested this too, well a few weeks ago, CfgUnitInsignia in Description.ext worked ontill I added more things to my Description.ext..

So im thinking that like some things in arma3 , it may depend on were you are putting it... at bottom of Description, the top , middle.. after soming or before... ?

who knows ... but id move your class CfgUnitInsignia around a bit see if it help... let us know what happends...

Share this post


Link to post
Share on other sites

Placement of the code shouldn't be the issue, my group used unitInsignia before we moved to squad.xml, and we had a similar issue where is was missing from VA (if I remember correctly).

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  

×