I am trying to make a mod. When trying to make my Uniforms it keeps spewing out the same error. I thought at first it was that I put the uniforms under CfgVehicles, and not CfgWeapons and so I changed that.
Now I have the following error - Line o: /CfgWeapons.092nd_StandardBDUY: Undefined Base Class 'U_B_CombatUniform_mcam'
Here is my Uniform code
class 092nd_Standard_BDU: U_B_CombatUniform_mcam
{
scope=2;
scopeArsenal=2;
author="Winter";
displayName="[092nd] Standard BDU";
model="\A3\Characters_F\Common\Suitpacks\suitpack_blufor_diver";
picture="\092ndNPCs\data\Icons\H3_ODST_Uniform.paa";
class ItemInfo: UniformItem
{
uniformModel="-";
uniformClass="092nd_BDU_Base";
containerClass="Supply150";
mass=10;
uniformType="Neopren";
modelSides[]={6};
};
};
Any help solving the issue would be much appreciated!