add initial files

This commit is contained in:
Hizumi
2024-05-01 22:18:05 -05:00
parent 99bba53845
commit 73665de9f0
65 changed files with 1764 additions and 0 deletions

View 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"
};
};
};