johnnyboy 3797 Posted March 5, 2019 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
POLPOX 779 Posted March 5, 2019 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. This is a development footage of my Artwork Supporter though this MOD is not designed to use in actual gameplay. 1 Share this post Link to post Share on other sites
gc8 981 Posted March 5, 2019 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 1 Share this post Link to post Share on other sites
b3lx 161 Posted April 29, 2019 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