Jump to content
Sign in to follow this  
saetheer

Empty Vehicle in CfgGroup

Recommended Posts

Hi,

I've been strugling to get an EMPTY vehicle to spawn with the "group" when placed in the editor.

This is the one group config I'm struggling with.

				class Dagger1 
			{
			name = "Dagger";
			side = 1;
			faction = LAMBS_Dagger;	

					class dagger1 
					{
						side=1;
						vehicle="LAMBS_Dagger_FTL"; 
						rank="CAPTAIN";
						position[]={0,0,0};
					};

					class dagger2 
					{
						side=1;
						vehicle="LAMBS_Dagger_Gunner"; 
						rank="SERGEANT";
						position[]={2,1,0};
					}; 

					class dagger3 
					{
						side=1;
						vehicle="LAMBS_Dagger_Driver"; 
						rank="SERGEANT";
						position[]={2,-1,0};
					}; 

					class Marshall_Empty {
						side = 1;
						vehicle = "B_APC_Wheeled_01_cannon_F";
						rank = "PRIVATE";
						position[] = {6, 0, 0};
					};
			};

I've tried to play around with the side a bit, but it will not work somehow. The APC spawns, I just want it to be empty and available for the players.

Another question. Is it possible to make the units placed playable? Without having to manually change it?

Appreciate any help given - Thanks

Share this post


Link to post
Share on other sites
Hi,

I've been strugling to get an EMPTY vehicle to spawn with the "group" when placed in the editor.

It's not possible AFAIK.

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  

×