ClumsyBaron 0 Posted November 12, 2017 hi my helicopter textures are not working and if its my config can you help? enum { OrdinalEnum = 2, destructengine = 2, destructdefault = 6, destructwreck = 7, destructtree = 3, destructtent = 4, stabilizedinaxisx = 1, stabilizedinaxesxyz = 4, stabilizedinaxisy = 2, stabilizedinaxesboth = 3, destructno = 0, stabilizedinaxesnone = 0, destructman = 5, destructbuilding = 1 }; class DefaultEventhandlers; class CfgPatches { class Iron_Skulls_PMC_Ghosthawk { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {}; }; }; class WeaponFireGun; class WeaponCloudsGun; class WeaponFireMGun; class WeaponCloudsMGun; class CfgVehicles { class B_Heli_Transport_01_F; class Iron_Skulls_PMC_Ghosthawk_Urban : B_Heli_Transport_01_F { displayName = "Iron Skulls PMC Ghosthawk Urban"; author = "Clumsy Baron"; crew = "Iron_Skulls_PMC_Heli_Pilot_Urban"; hiddenSelectionsTextures[] = {"Arma3_Iron_Skulls_PMC_Air\Data\pmc_ghosthawk_ext01_urban_co.paa", "Arma3_Iron_Skulls_PMC_Air\Data\pmc_ghosthawk_ext02_urban_co.paa"}; }; class Iron_Skulls_PMC_Ghosthawk_Desert : B_Heli_Transport_01_F { displayName = "Iron Skulls PMC Ghosthawk Desert"; author = "Clumsy Baron"; crew = "Iron_Skulls_PMC_Heli_Pilot_Desert"; hiddenSelectionsTextures[] = {"Arma3_Iron_Skulls_PMC_Air\Data\pmc_ghosthawk_ext01_desert_co.paa", "Arma3_Iron_Skulls_PMC_Air\Data\pmc_ghosthawk_ext02_desert_co.paa"}; }; class Iron_Skulls_PMC_Ghosthawk_Jungle : B_Heli_Transport_01_F { displayName = "Iron Skulls PMC Ghosthawk Jungle"; author = "Clumsy Baron"; crew = "Iron_Skulls_PMC_Heli_Pilot_Jungle"; hiddenSelectionsTextures[] = {"Arma3_Iron_Skulls_PMC_Air\Data\pmc_ghosthawk_ext01_jungle_co.paa", "Arma3_Iron_Skulls_PMC_Air\Data\pmc_ghosthawk_ext02_jungle_co.paa"}; }; class Iron_Skulls_PMC_Ghosthawk_Snow : B_Heli_Transport_01_F { displayName = "Iron Skulls PMC Ghosthawk Snow"; author = "Clumsy Baron"; crew = "Iron_Skulls_PMC_Heli_Pilot_Snow"; hiddenSelectionsTextures[] = {"Arma3_Iron_Skulls_PMC_Air\Data\pmc_ghosthawk_ext01_snow_co.paa","Arma3_Iron_Skulls_PMC_Air\Data\pmc_ghosthawk_ext02_snow_co.paa"}; }; class Iron_Skulls_PMC_Ghosthawk_Woodland : B_Heli_Transport_01_F { displayName = "Iron Skulls PMC Ghosthawk Woodland"; author = "Clumsy Baron"; crew = "Iron_Skulls_PMC_Heli_Pilot_Woodland"; hiddenSelectionsTextures[] = {"Arma3_Iron_Skulls_PMC_Air\Data\pmc_ghosthawk_ext01_woodland_co.paa", "Arma3_Iron_Skulls_PMC_Air\Data\pmc_ghosthawk_ext02_woodland_co.paa"}; }; }; any help will be appreciated Share this post Link to post Share on other sites
HazJ 1289 Posted November 12, 2017 You posted in the wrong section. You will get the appropriate help in correct section. https://forums.bistudio.com/forums/forum/162-arma-3-addons-configs-scripting/ I've asked a moderator to move it for you. (: Share this post Link to post Share on other sites
ClumsyBaron 0 Posted November 13, 2017 ah ok thank you HazJ Share this post Link to post Share on other sites