Colonel Malashenko 14 Posted January 5, 2017 Tried to make a retexture of IFA3 lite uniform, but found this mistake. For the one time I even managed to "fix" it, but when I picked my uniform in Arsenal, i've got nothing, model didn't work, but as a skin it works properly I've looked through forums but found nothing useful, could someome help me with this? Here is my code class CfgWeapons { class Uniform_Base; // External class reference class UniformItem; // External class reference class U_KOG_General_uniform : Uniform_Base { author = "AWAR & Joarius"; scope = public; displayName = "New Uniform" model = "\A3\Characters_F\Common\Suitpacks\suitpack_blufor_diver"; hiddenSelections[] = {"camo", "e_st_leut"}; hiddenSelectionsTextures[] = {"\PersonalArmy\data\kog_colonel_co.paa", "\PersonalArmy\data\kog_colonel_co.paa"}; class ItemInfo : UniformItem { uniformModel = "-"; uniformClass = "KOG_General_uniform"; mass = 20; armor = 0; containerClass = "Supply30"; }; }; }; class CfgVehicles { class LIB_GER_lieutenant; // External class reference class LIB_GER_recruit; class KOG_General: LIB_GER_lieutenant //Unit Class name: Class getting info from { side = 1; //Blufor faction = "BOL_FACTION"; //Your Faction vehicleclass = "BOL_Units"; //Unit Group author = "Warlord Malashenko"; _generalMacro = "BOL_Colonel"; //Class Name scope = 2; displayName = "General"; //In-Game Name weapons[] = {"Throw","Put"}; respawnWeapons[] = {"Throw","Put"}; magazines[] = {}; respawnMagazines[] = {}; cost = 300000; threat[] = {1,0.7,0.3}; linkedItems[] = {}; respawnLinkedItems[] = {}; uniformClass = "U_KOG_General_uniform"; //uniform you are using hiddenSelections[] = {"camo", "e_st_leut"}; hiddenSelectionsTextures[] = {"\PersonalArmy\data\kog_colonel_co.paa", "\PersonalArmy\data\kog_colonel_co.paa"}; camouflage = 1.0; }; }; Share this post Link to post Share on other sites
Colonel Malashenko 14 Posted January 6, 2017 Idk how, but I've fixed it. Theme closed Share this post Link to post Share on other sites