Jump to content
Sign in to follow this  
mcfck

Cant find my house in editor

Recommended Posts

class CfgPatches
{
	class testhouse
	{
		units[]=
		{
			"testhouse"
		};
		weapons[]={};
		requiredVersion=0.1;
		requiredAddons[]=
		{
			""
		};
	};
};
class CfgVehicleClasses
{
	class testhouse
	{
		displayName="testhouse";
	};
};
class CfgVehicles
{
	class House;
	class House_EP1;
	class Ruins_EP1;
	class Land_testhouse: House_EP1
	{
		scope=2;
		displayname="testhouse";
		vehicleClass="testhouse";
		armor=1000;
		model="\testhouse\testhouse";
		class HitPoints
		{
			class blank
			{
				armor=9.9999997e-005;
				material=-1;
				name="blank";
				visual="blank";
				passThrough=0.80000001;
			};
		};
		class AnimationSources
		{
			class door
			{
				source="user";
				animPeriod=2;
				initPhase=0;
			};
		};
		class UserActions
		{
			class OpenDoor1
			{
				displayName="Open Door1";
				position="pos_door1";
				radius=1;
				onlyForPlayer=0;
				condition="this animationPhase ""door1"" < 0.5";
				statement="this animate [""door1"", 1];";
			};
all other doors down here

			};
		};
	};
};

I NEED HELP. Cant find my house in editor

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  

×