Page MenuHomeFeedback Tracker

[Bug] Cannot apply properly Custom insignia to Gendarmerie commander uniform [Arma 3]
Acknowledged, NormalPublic

Description

Hi !
we can't apply properly custom insignia (128x128 .paa) to the gendarmerie commander uniform ( "item_U_B_GEN_commander_F" ).

this bug report is linked to an other one : [Bug] Cannot apply insignia to Gendarmerie commander uniform [Arma 3]

Ty for your help !

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
General
Steps To Reproduce

Steps to reproduce:

#Go to  "Documents\Arma 3 - Other Profiles\MyArma3ProfileName\missions\MyMissionName.Stratis"
#Creat a Description.ext file
#Eddit Description.ext and add this line
class CfgUnitInsignia
{
	class MycustominsigniaClass
	{
		displayName = "My custom insignia name";
		author = "Bohemia Interactive";
		texture = "Mycustominsignia_ca.paa";
		textureVehicle = "";
	};
};
  1. Add Mycustominsignia_ca.paa in Documents\Arma 3 - Other Profiles\MyArma3ProfileName\missions\MyMissionName.Stratis
  2. Start Arma 3
  3. Go to Editor
  4. Place in gendarmerie commander > (Units - NATO - Gendarmerie )
  5. Add this line in the init of the gendarmerie commander unit : [this,"MycustominsigniaClass"] call BIS_fnc_setUnitInsignia;
  6. preview scenario
  7. inspect left arms of the gendarmerie commander.

    Observed: insignia dosen't appear properly, it has a ugly white contour around the insignia. Expected: insignia appear normally without the ugly white contour.
Additional Information

Can help you : Arma 3 Unit Insignia and Gendarmerie uniform texture bug on bohemia forum

Gendarmerie commander uniform : item_U_B_GEN_commander_F

Event Timeline

Wulf changed the task status from New to Acknowledged.Dec 3 2018, 4:06 PM
Wulf added a subscriber: Wulf.

Hello.

Thank you for the report, we are aware of the issue.