Jump to content
DieselJC

Unit Insignia on Vehicles?

Recommended Posts

So I was reading wiki about the Cfg Unit Insignia and it shows where the Insignia shows up but my question is what needs to go in the Vehicle init for this?

 

My Description.ext

 

class CfgUnitInsignia
{
    class 84thID
   {
       displayName = "84th Engineers"; // Name displayed in Arsenal
       author = "Diesel(84th)"; // Author displayed in Arsenal
       texture = "images\84thUnit.paa"; // Image path
       textureVehicle = ""; // Does nothing currently, reserved for future use
    };
};

 

This is what I put in the init of each unit.  "[this,"84thID"] call BIS_fnc_setUnitInsignia;" without quotes obviously.
 

The Vehilce stuff is where I get lost.

class CfgVehicles
{
	class myVehicle
	{
		hiddenSelections[] = {"someSelection","anotherSelection","insignia"};
	};
};


Question is where do I put the .paa logo and is there a line I need to put in the init of each vehicle?

Any help would be great..wiki for me at least is a little vague here.

 

 

Diesel

 

 

 

 

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

×