Jump to content
johnnyboy

Create small flag without flag carrier?

Recommended Posts

Can you create a small flag with stick without a unit carrying it?  This command puts a flag on a small stick on a unit's back:

lag1 setFlagOwner this;

flag1 setFlagOwner this;

I'd like to create this same small flag (not on a tall flag pole).  Without it being attached to a unit or vehicle.

Share this post


Link to post
Share on other sites

Sadly this is not possible since the flag is defined in proxy of object p3ds... in vanilla. If you can make p3d with only flag proxy and impelemt into a MOD, you can achieve this.

20190104214334_1.jpg

This is a development footage of my Artwork Supporter though this MOD is not designed to use in actual gameplay.

  • Thanks 1

Share this post


Link to post
Share on other sites
38 minutes ago, johnnyboy said:

Without it being attached to a unit or vehicle.

 

Can it be attached to something and that something hidden with hideObject command?

 

Edit:

 

I'm using 

 

_veh forceFlagTexture format["%1.paa",_flagname];

 

to set small flag on vehicles

  • Thanks 1

Share this post


Link to post
Share on other sites
On 3/5/2019 at 5:28 PM, POLPOX said:

Sadly this is not possible since the flag is defined in proxy of object p3ds... in vanilla. If you can make p3d with only flag proxy and impelemt into a MOD, you can achieve this.

Can you explain this further? I'd really like to put small flags on buildings. Why is this not possible in gameplay?

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

×