Jump to content
Sign in to follow this  
kylejtown

Config Help

Recommended Posts

Hello,

I am having trouble getting a custom patch to work. I'm not sure where I've gone wrong.

Config:

class CfgPatches
{
class 8th_Tactical_Group_Patch
{
	units[]={};
	weapons[]={};
	requiredVersion=0.1;
	requiredAddons[]=
	{
		"A3_Characters_F_BLUFOR"
	};
	version=1.35;
	author[]=
	{
		"8th Tactical Group"
	};
};
};

class CfgUnitInsignia
{
class 8th_Patch
{
	displayName = "8th Tactical Group"; // Name displayed in Arsenal
	author = "8th Tactical Group"; // Author displayed in Arsenal
	texture = "8thPatch\Data\8th_Patch.paa"; // Image path
	textureVehicle = ""; // Does nothing currently, reserved for future use
};
};

class cfgMods
{
author="";
timepacked="";
};

When I get in game it shows up in the virtual arsenal but has an error message: "Picture 8thpatch\data\8th_patch.paa not found".

The picture, 8th_patch.paa is located in my folder: 8thPatch > Data > 8th_Patch.paa

All I have in the 8thPatch folder is the data folder containing the image and the Config.bin

This is my first time ever trying to get an addon working in game and I'm completely lost as to why this is happening. Any help would be greatly appreciated.

Share this post


Link to post
Share on other sites

try

texture = "\8thPatch\Data\8th_Patch.paa";

Share this post


Link to post
Share on other sites

Thanks for the response Mash6,

texture = "\8thPatch\Data\8th_Patch.paa"; is still giving me the same error message

Share this post


Link to post
Share on other sites

Give your "mod" the same name as your folder. Then try to replace "class 8th_Tactical_Group_Patch" with "class 8thPatch"... and tell me ;)

Share this post


Link to post
Share on other sites

Thanks for the reply Chal00,

Still isn't working though. Here's a link to download my file if you guys want to take a look:

https://drive.google.com/open?id=0Byr3WBfbZjzma1ZwYW15TjVDUWc&authuser=0

Also when I use Eliteness to create the addon it gives me the error,

When I use the Arma 3 addon builder it doesn't give me an error message, it just doesn't show up at all. Very strange.

Edited by kylejtown

Share this post


Link to post
Share on other sites

Could a Moderator Please close this thread. I Figured out my error.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×