47 lines
778 B
C++
47 lines
778 B
C++
class CfgPatches
|
|
{
|
|
class 17BCT
|
|
{
|
|
units[]=
|
|
{
|
|
"17BCT_Pack"
|
|
};
|
|
weapons[]={};
|
|
requiredVersion=0.1;
|
|
requiredAddons[]=
|
|
{
|
|
"A3_Characters_F"
|
|
};
|
|
};
|
|
};
|
|
class CfgGlasses
|
|
{
|
|
class None;
|
|
class od_shemagh: None
|
|
{
|
|
author="Beachhead";
|
|
scope=2;
|
|
mass=1;
|
|
displayName="(17BCT) Shemagh [Olive]";
|
|
model="\17BCT_Pack\data\models\shemagh.p3d";
|
|
picture="\17BCT_Pack\data\icons\ico_od_shemagh_ca.paa";
|
|
};
|
|
class tan_shemagh: od_shemagh
|
|
{
|
|
author="Beachhead";
|
|
scope=2;
|
|
mass=1;
|
|
displayName="(17BCT) Shemagh [Tan]";
|
|
model="\17BCT_Pack\data\models\shemagh.p3d";
|
|
picture="\17BCT_Pack\data\icons\ico_des_shemagh_ca.paa";
|
|
hiddenSelections[]=
|
|
{
|
|
"Camo"
|
|
};
|
|
hiddenSelectionsTextures[]=
|
|
{
|
|
"\17BCT_Pack\data\facewear\shemagh_tan_co.paa"
|
|
};
|
|
};
|
|
};
|