oligollywog 0 Posted May 1, 2020 decided to try and make a simple retexture of the hummingbird heli, I followed some tutorials and got a config going that makes the heli appear ingame but missing the textures that i am trying to load in giving me the textures not found error. The texture and config are both in the pbo and the config is pointing to the correct file path for the HiddenSelectionsTextures. Heres my config. class CfgPatches { class Custom_MH6 { units[] = {"Custom_MH6";}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {"A3_Air_F"}; }; }; class cfgFactionClasses { class Custom_Faction { displayName = "RNEF"; priority = 3; // Position in list. side = 1; // Opfor = 0, Blufor = 1, Indep = 2. icon = ""; //Custom Icon }; }; class CfgVehicles { class B_Heli_Light_01_F; class Custom_MH6 : B_Heli_Light_01_F { side = 1; scope = 2; faction = "Custom_Faction"; displayName = "MH-6 Hummingbird RNEF"; hiddenSelections[] = { "Camo1" }; hiddenSelectionsTextures[] = {"Addons\data\RNEFhelis\RNEF_Heli_1_CO.paa"}; }; }; and if it helps the file path from arma 3 to the addon is Arma3\!Workshop\@RNEFFlagMod\Addons\Data\RnefHelis\"The config and .paa is here" if anyone could point me in the direction of whats causing the error would be a real help Share this post Link to post Share on other sites