442 lines
15 KiB
C++
442 lines
15 KiB
C++
class cfgPatches
|
|
{
|
|
class AJ_Tshirts
|
|
{
|
|
name = "AJ's Tshirts";
|
|
author = "Ajdj100";
|
|
units[] = {};
|
|
weapons[] = {};
|
|
requiredAddons[] = {"A3_Characters_F"};
|
|
};
|
|
};
|
|
|
|
class CfgVehicles
|
|
{
|
|
class B_Soldier_02_f;
|
|
class b_soldier_survival_F;
|
|
|
|
// warlord tee
|
|
class G3_Multicam_Tee_WARLORD : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_MC_co.paa", "\z\17RBN\addons\tshirts\data\warlordShirtFinal_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
class G3_M81_Tee_WARLORD : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_M81_co.paa", "\z\17RBN\addons\tshirts\data\warlordShirtFinal_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
class G3_TGR_Tee_WARLORD : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_TGR_co.paa", "\z\17RBN\addons\tshirts\data\warlordShirtFinal_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
|
|
// black tee
|
|
class G3_Multicam_Tee_BLK : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_MC_co.paa", "\a3\characters_f\common\data\basicbody_black_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
class G3_M81_Tee_BLK : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_M81_co.paa", "\a3\characters_f\common\data\basicbody_black_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
class G3_TGR_Tee_BLK : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_TGR_co.paa", "\a3\characters_f\common\data\basicbody_black_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
|
|
// tan tee
|
|
class G3_Multicam_Tee_Tan : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_MC_co.paa", "\z\17RBN\addons\tshirts\Data\tanShirt_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
class G3_M81_Tee_Tan : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_M81_co.paa", "\z\17RBN\addons\tshirts\Data\tanShirt_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
class G3_TGR_Tee_Tan : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_TGR_co.paa", "\z\17RBN\addons\tshirts\Data\tanShirt_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
|
|
// gray tee
|
|
class G3_Multicam_Tee_Gray : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_MC_co.paa", "\z\17RBN\addons\tshirts\Data\grayShirt_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
class G3_M81_Tee_Gray : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_M81_co.paa", "\z\17RBN\addons\tshirts\Data\grayShirt_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
class G3_TGR_Tee_Gray : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_TGR_co.paa", "\z\17RBN\addons\tshirts\Data\grayShirt_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
|
|
// green tee
|
|
class G3_Multicam_Tee_Green : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_MC_co.paa", "\z\17RBN\addons\tshirts\Data\greenShirt_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
class G3_M81_Tee_Green : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_M81_co.paa", "\z\17RBN\addons\tshirts\Data\greenShirt_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
class G3_TGR_Tee_Green : B_Soldier_02_f
|
|
{
|
|
scope = 1;
|
|
camouflage = 0.7;
|
|
hiddenSelections[] = {"Camo", "camo2", "insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_TGR_co.paa", "\z\17RBN\addons\tshirts\Data\greenShirt_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
|
|
// survival fatigues
|
|
class G3_Multicam_Dive : b_soldier_survival_F
|
|
{
|
|
hiddenSelections[] =
|
|
{
|
|
"Camo",
|
|
"Camo3",
|
|
"insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_MC_co.paa", "\a3\characters_f\common\data\basicbody_black_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
class G3_M81_Dive : b_soldier_survival_F
|
|
{
|
|
hiddenSelections[] =
|
|
{
|
|
"Camo",
|
|
"Camo3",
|
|
"insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_M81_co.paa", "\a3\characters_f\common\data\basicbody_black_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
class G3_TGR_Dive : b_soldier_survival_F
|
|
{
|
|
hiddenSelections[] =
|
|
{
|
|
"Camo",
|
|
"Camo3",
|
|
"insignia"};
|
|
hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_TGR_co.paa", "\a3\characters_f\common\data\basicbody_black_co.paa"};
|
|
hiddenSelectionsMaterials[] = {"17BN\17th_Uniforms\data\crye_g3.rvmat"};
|
|
};
|
|
};
|
|
|
|
class CfgWeapons
|
|
{
|
|
class UniformItem;
|
|
class Uniform_Base;
|
|
class G3_Multicam_BlackShirt : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 MC Black Tee";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_Multicam_Tee_BLK";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
class G3_Multicam_BlackShirt_WARLORD : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 MC Black Tee (WARLORD)";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_Multicam_Tee_WARLORD";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
class G3_M81_BlackShirt_WARLORD : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 M81 Black Tee (WARLORD)";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_M81_Tee_WARLORD";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
class G3_TGR_BlackShirt_WARLORD : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 TGR Black Tee (WARLORD)";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_TGR_Tee_WARLORD";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
class G3_M81_BlackShirt : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 M81 Black Tee";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_M81_Tee_BLK";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
class G3_TGR_BlackShirt : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 TGR Black Tee";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_TGR_Tee_BLK";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
|
|
class G3_Multicam_Tanshirt : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 MC Tan Tee";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_Multicam_Tee_Tan";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
class G3_M81_Tanshirt : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 M81 Tan Tee";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_M81_Tee_Tan";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
class G3_TGR_Tanshirt : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 TGR Tan Tee";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_TGR_Tee_Tan";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
|
|
class G3_Multicam_Grayshirt : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 MC Gray Tee";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_Multicam_Tee_Gray";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
class G3_M81_Grayshirt : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 M81 Gray Tee";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_M81_Tee_Gray";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
class G3_TGR_Grayshirt : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 TGR Gray Tee";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_TGR_Tee_Gray";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
|
|
class G3_Multicam_Greenshirt : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 MC Green Tee";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_Multicam_Tee_Green";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
class G3_M81_Greenshirt : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 M81 Green Tee";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_M81_Tee_Green";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
class G3_TGR_Greenshirt : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 TGR Green Tee";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_TGR_Tee_Green";
|
|
containerClass = "Supply70";
|
|
mass = 30;
|
|
};
|
|
};
|
|
|
|
class G3_Multicam_Divegear : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 MC (Dive Gear)";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_Multicam_dive";
|
|
containerClass = "Supply70";
|
|
mass = 40;
|
|
};
|
|
};
|
|
class G3_M81_Divegear : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 M81 (Dive Gear)";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_M81_dive";
|
|
containerClass = "Supply70";
|
|
mass = 40;
|
|
};
|
|
};
|
|
class G3_TGR_Divegear : Uniform_Base
|
|
{
|
|
scope = 2;
|
|
picture = "\17BN\17th_Uniforms\data\uniform_icon.paa";
|
|
displayName = "[17BN] Crye G3 TGR (Dive Gear)";
|
|
author = "17thBN";
|
|
model = "\A3\Characters_F\Common\Suitpacks\suitpack_universal_F.p3d";
|
|
class ItemInfo : UniformItem
|
|
{
|
|
uniformClass = "G3_TGR_dive";
|
|
containerClass = "Supply70";
|
|
mass = 40;
|
|
};
|
|
};
|
|
};
|