add initial files
This commit is contained in:
46
addons/17BCT_Pack/config.cpp
Normal file
46
addons/17BCT_Pack/config.cpp
Normal file
@@ -0,0 +1,46 @@
|
||||
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"
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user