commit 47fa76a63a84bacb32d915cf8e5f17336233f669 Author: ajdj100 Date: Mon Aug 4 01:02:46 2025 -0400 initial commit diff --git a/Data/grayShirt_co.paa b/Data/grayShirt_co.paa new file mode 100644 index 0000000..ece36e3 Binary files /dev/null and b/Data/grayShirt_co.paa differ diff --git a/Data/greenShirt_co.paa b/Data/greenShirt_co.paa new file mode 100644 index 0000000..1657e03 Binary files /dev/null and b/Data/greenShirt_co.paa differ diff --git a/Data/tanShirt_co.paa b/Data/tanShirt_co.paa new file mode 100644 index 0000000..64fbab9 Binary files /dev/null and b/Data/tanShirt_co.paa differ diff --git a/Data/warlordShirtFinal_co.paa b/Data/warlordShirtFinal_co.paa new file mode 100644 index 0000000..1264ac0 Binary files /dev/null and b/Data/warlordShirtFinal_co.paa differ diff --git a/config.cpp b/config.cpp new file mode 100644 index 0000000..a1a66f3 --- /dev/null +++ b/config.cpp @@ -0,0 +1,441 @@ +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", "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", "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", "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", "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", "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", "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", "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", "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", "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", "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_81_co.paa", "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", "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; + }; + }; +}; \ No newline at end of file