kelgram 10 Posted January 24, 2015 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. 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
BL1P 35 Posted January 25, 2015 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
kelgram 10 Posted February 1, 2015 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
dr death jm 117 Posted February 3, 2015 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
jshock 513 Posted February 3, 2015 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