diff --git a/addons/apl/bodybag.p3d b/addons/apl/ace_bodybag.p3d similarity index 94% rename from addons/apl/bodybag.p3d rename to addons/apl/ace_bodybag.p3d index 5b3622f978..e26d7ac9e7 100644 Binary files a/addons/apl/bodybag.p3d and b/addons/apl/ace_bodybag.p3d differ diff --git a/addons/apl/model.cfg b/addons/apl/model.cfg new file mode 100644 index 0000000000..67bc593a78 --- /dev/null +++ b/addons/apl/model.cfg @@ -0,0 +1,20 @@ +class CfgSkeletons { + class Default { + isDiscrete = 1; + skeletonInherit = ""; + skeletonBones[] = {}; + }; +}; + +class CfgModels { + class Default { + sectionsInherit=""; + sections[] = {""}; + skeletonName = ""; + }; + class ace_bodybag: Default { + sectionsInherit = ""; + sections[] = {"camo"}; + skeletonName = ""; + }; +}; \ No newline at end of file diff --git a/addons/medical/CfgVehicles.hpp b/addons/medical/CfgVehicles.hpp index 3425fa9ad3..84bda805fd 100644 --- a/addons/medical/CfgVehicles.hpp +++ b/addons/medical/CfgVehicles.hpp @@ -659,7 +659,7 @@ class CfgVehicles { scope = 1; scopeCurator = 2; side = -1; - model = QPATHTOEF(apl,bodybag.p3d); + model = QPATHTOEF(apl,ace_bodybag.p3d); icon = ""; displayName = CSTRING(Bodybag_Display); EGVAR(dragging,canDrag) = 1; @@ -667,6 +667,8 @@ class CfgVehicles { EGVAR(dragging,dragDirection) = 0; EGVAR(cargo,size) = 1; EGVAR(cargo,canLoad) = 1; + hiddenSelections[] = {"camo"}; + hiddenSelectionsTextures[] = {QPATHTOEF(apl,data\bodybag_co.paa)}; class ACE_Actions { class ACE_MainActions { displayName = ECSTRING(interaction,MainAction);