Jump to content
Sign in to follow this  
superrat

how to define turret HELP

Recommended Posts

Bit of a hack, yet should work fine. :bounce3:

class CfgPatches
{
class FHW_AH1Z
{
	units[] = {"FHW_AH1Z"};
	weapons[] = {};
	requiredVersion = 1.04;
	requiredAddons[] = {"CAAir","CAAir2"};
	version = "2009-12-15";
	fileName = "FHW_AH1Z.pbo";
	author = "deralky";
	mail = "deralky@mail.net";
};
};
class Turrets;
class MainTurret;
class CfgVehicles
{
class AH1Z;
class FHW_AH1Z: AH1Z
{
	displayName = "FHW AH1Z";
	weapons[] = {"FFARLauncher"};
	magazines[] = {"38Rnd_FFAR"};
	class Turrets: Turrets
	{
		class MainTurret: MainTurret
		{
			weapons[] = {"M197","SidewinderLaucher_AH1Z"};
			magazines[] = {"750Rnd_M197_AH1","2Rnd_Sidewinder_AH1Z","2Rnd_Sidewinder_AH1Z","2Rnd_Sidewinder_AH1Z","2Rnd_Sidewinder_AH1Z","2Rnd_Sidewinder_AH1Z"};
		};
	};
};
};

Make sure to format your code nicely and good looking.

Use notepad++ or a similar decent editor.

Share this post


Link to post
Share on other sites

i got quest. how can i get only white soldiers in certain addon that i did reskin for my own use my country doesnt have any black soldiers i am tring to get only white one's i did some search was empty handed

please help

Share this post


Link to post
Share on other sites

I guess faceType = "man";

Create your new cfgFaces class.

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  

×