From 52e62acc120b58be62f2b70aa96999c50ec3b44d Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Mon, 4 Aug 2025 03:09:05 -0400 Subject: [PATCH] updated project to use hemtt and fixed incorrect m81 pants texture path --- .hemtt/project.toml | 8 ++++++ addons/tshirts/$PBOPREFIX$ | 1 + config.cpp => addons/tshirts/config.cpp | 26 +++++++++--------- .../tshirts/data}/grayShirt_co.paa | Bin .../tshirts/data}/greenShirt_co.paa | Bin {Data => addons/tshirts/data}/tanShirt_co.paa | Bin .../tshirts/data}/warlordShirtFinal_co.paa | Bin 7 files changed, 22 insertions(+), 13 deletions(-) create mode 100644 .hemtt/project.toml create mode 100644 addons/tshirts/$PBOPREFIX$ rename config.cpp => addons/tshirts/config.cpp (94%) rename {Data => addons/tshirts/data}/grayShirt_co.paa (100%) rename {Data => addons/tshirts/data}/greenShirt_co.paa (100%) rename {Data => addons/tshirts/data}/tanShirt_co.paa (100%) rename {Data => addons/tshirts/data}/warlordShirtFinal_co.paa (100%) diff --git a/.hemtt/project.toml b/.hemtt/project.toml new file mode 100644 index 0000000..24f3c2d --- /dev/null +++ b/.hemtt/project.toml @@ -0,0 +1,8 @@ +name = "AJ's Tshirts" +prefix = "17RBN" +author = "Ajdj100" + +[version] +major = 1 +minor = 0 +patch = 1 \ No newline at end of file diff --git a/addons/tshirts/$PBOPREFIX$ b/addons/tshirts/$PBOPREFIX$ new file mode 100644 index 0000000..94f44d0 --- /dev/null +++ b/addons/tshirts/$PBOPREFIX$ @@ -0,0 +1 @@ +z\17RBN\addons\tshirts \ No newline at end of file diff --git a/config.cpp b/addons/tshirts/config.cpp similarity index 94% rename from config.cpp rename to addons/tshirts/config.cpp index a1a66f3..c0b171c 100644 --- a/config.cpp +++ b/addons/tshirts/config.cpp @@ -21,7 +21,7 @@ class CfgVehicles scope = 1; camouflage = 0.7; hiddenSelections[] = {"Camo", "camo2", "insignia"}; - hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_MC_co.paa", "TShirts\Data\warlordShirtFinal_co.paa"}; + 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 @@ -29,7 +29,7 @@ class CfgVehicles scope = 1; camouflage = 0.7; hiddenSelections[] = {"Camo", "camo2", "insignia"}; - hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_M81_co.paa", "TShirts\Data\warlordShirtFinal_co.paa"}; + 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 @@ -37,7 +37,7 @@ class CfgVehicles scope = 1; camouflage = 0.7; hiddenSelections[] = {"Camo", "camo2", "insignia"}; - hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_TGR_co.paa", "TShirts\Data\warlordShirtFinal_co.paa"}; + 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"}; }; @@ -73,7 +73,7 @@ class CfgVehicles scope = 1; camouflage = 0.7; hiddenSelections[] = {"Camo", "camo2", "insignia"}; - hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_MC_co.paa", "TShirts\Data\tanShirt_co.paa"}; + 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 @@ -81,7 +81,7 @@ class CfgVehicles scope = 1; camouflage = 0.7; hiddenSelections[] = {"Camo", "camo2", "insignia"}; - hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_M81_co.paa", "TShirts\Data\tanShirt_co.paa"}; + 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 @@ -89,7 +89,7 @@ class CfgVehicles scope = 1; camouflage = 0.7; hiddenSelections[] = {"Camo", "camo2", "insignia"}; - hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_TGR_co.paa", "TShirts\Data\tanShirt_co.paa"}; + 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"}; }; @@ -99,7 +99,7 @@ class CfgVehicles scope = 1; camouflage = 0.7; hiddenSelections[] = {"Camo", "camo2", "insignia"}; - hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_MC_co.paa", "TShirts\Data\grayShirt_co.paa"}; + 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 @@ -107,7 +107,7 @@ class CfgVehicles scope = 1; camouflage = 0.7; hiddenSelections[] = {"Camo", "camo2", "insignia"}; - hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_M81_co.paa", "TShirts\Data\grayShirt_co.paa"}; + 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 @@ -115,7 +115,7 @@ class CfgVehicles scope = 1; camouflage = 0.7; hiddenSelections[] = {"Camo", "camo2", "insignia"}; - hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_TGR_co.paa", "TShirts\Data\grayShirt_co.paa"}; + 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"}; }; @@ -125,7 +125,7 @@ class CfgVehicles scope = 1; camouflage = 0.7; hiddenSelections[] = {"Camo", "camo2", "insignia"}; - hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_MC_co.paa", "TShirts\Data\greenShirt_co.paa"}; + 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 @@ -133,7 +133,7 @@ class CfgVehicles scope = 1; camouflage = 0.7; hiddenSelections[] = {"Camo", "camo2", "insignia"}; - hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_81_co.paa", "TShirts\Data\greenShirt_co.paa"}; + 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 @@ -141,7 +141,7 @@ class CfgVehicles scope = 1; camouflage = 0.7; hiddenSelections[] = {"Camo", "camo2", "insignia"}; - hiddenSelectionsTextures[] = {"17BN\17th_Uniforms\crye\17BN_TGR_co.paa", "TShirts\Data\greenShirt_co.paa"}; + 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"}; }; @@ -438,4 +438,4 @@ class CfgWeapons mass = 40; }; }; -}; \ No newline at end of file +}; diff --git a/Data/grayShirt_co.paa b/addons/tshirts/data/grayShirt_co.paa similarity index 100% rename from Data/grayShirt_co.paa rename to addons/tshirts/data/grayShirt_co.paa diff --git a/Data/greenShirt_co.paa b/addons/tshirts/data/greenShirt_co.paa similarity index 100% rename from Data/greenShirt_co.paa rename to addons/tshirts/data/greenShirt_co.paa diff --git a/Data/tanShirt_co.paa b/addons/tshirts/data/tanShirt_co.paa similarity index 100% rename from Data/tanShirt_co.paa rename to addons/tshirts/data/tanShirt_co.paa diff --git a/Data/warlordShirtFinal_co.paa b/addons/tshirts/data/warlordShirtFinal_co.paa similarity index 100% rename from Data/warlordShirtFinal_co.paa rename to addons/tshirts/data/warlordShirtFinal_co.paa