Jump to content
Sign in to follow this  
wolf13898

Blackfoot Texture Problem

Recommended Posts

The Blackfoot only uses the default texture but no my costum texture

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 Wolfs_Vehicle
{
	units[] = {};
	weapons[] = {};
	requiredVersion = 0.1;
	requiredAddons[] = {Wolfs_Units};
};
};
class WeaponFireGun;
class WeaponCloudsGun;
class WeaponFireMGun;
class WeaponCloudsMGun;
class CfgVehicles
{
   class B_Heli_Attack_01_F;
class Blackfoot_Marpat_D : B_Heli_Attack_01_F
{
	displayName = "Blackfoot (Marpat Desert)";
	crew = "HeliPilot_Marpat_D";
	hiddenSelections[] = {"camo"};
	hiddenSelectionsTextures[] = {"Marpat_Desert_Blackfoot\Heli\Data\heli_attack_01_co.paa"};
};	
};

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  

×