Jump to content
Sign in to follow this  
kocrachon

Can't get insignia mod to work?

Recommended Posts

So right now I am working on a mod to add my clans insignia. I want to do this vs using the description.ext method for many reasons.

Anyways, When I use the description.ext method, the emblem loads in just fine. But if I use the mod method, they don't seem to load right. I go to the virtual ammobox and the emblems are listed, but the preview icon isnt there, and it doesn't show up on the uniform. So I am not sure if I am doing something wrong with my config.cpp because when I do it via the description.ext, its fine.

Here is my config


class CfgPatches 
{
class UNS_Patches 
{
	units[] = {};
	weapons[] = {};
	requiredVersion = 0.1;
	requiredAddons[] = {"A3_Characters_F_BLUFOR"};
	version = 1.0;
	author[] = {"Kocrachon"};
};
};

class CfgMods 
{
class ISA_Patches 
{
	dir = "ISA_Patches";
	name = "ISA Patch and Insignia";
	picture = "/ISA_Patches/sqd_logo.paa";
	hidePicture = "false";
	hideName = "false";
	action = "http://www.isa-clan.com";
};
};

class CfgUnitInsignia
{
class PATCH_ISA_MAIN
{
	displayName = "ISA Insignia";
	author = "Kocrachon";
	texture = "ISA_Patches\data\isa\sqd_logo.paa";
	textureVehicle = "";
};
class PATCH_ISA_EMBLEM
{
	displayName = "ISA Emblem";
	author = "Kocrachon";
	texture = "ISA_Patches\data\isa\squad_emblem.paa";
	textureVehicle = "";
};
};

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  

×