Jump to content
Sign in to follow this  
ClumsyBaron

Helicopter texture not working.

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×