Jump to content
Warden

Flags On Objects - How To

Recommended Posts

Warden    76

Sup,
Ever wanted to add a flag to a vehicle just like in that Remnants Of War Campaign mission? Great! Lets put an AAF flag on this Strider.

Step 1 -  Let's spawn in our object. We'll name our variable as "strider01"

1.thumb.jpg.47ed79d134775449547b039a6de03da1.jpg

Step 2 - Copy and paste this line of code into the Init section: strider01 forceFlagTexture "\A3\Data_F\Flags\Flag_AFF_CO.paa";

You can find more flags here: https://community.bistudio.com/wiki/Flag_Textures

2.png.430ef59d927a2d0201d972f4627ea1a1.png

Step 3 - That's it! Let's launch the scenario and see what we've got.

3.thumb.jpg.7fef7a165c074066f0b35808ebbab08c.jpg

So easy! Check out some other vehicles.

4.thumb.jpg.12dfb1b14b91bbe17993d1262c71706c.jpg5.thumb.jpg.493af0f01afc01a71604c879b896cb2b.jpg6.thumb.jpg.cfc4e87a79bd56c01446489269f99f8d.jpg

Edited by Warden
  • Like 3

Share this post


Link to post
Share on other sites
  • Connor.    1352
    2 minutes ago, InfamousNova said:

    does the flag wave in the opposite direction you are driving?

    it reacts to wind (like a windsock) and ur movement:

    LBrOdOq.png

     

    Share this post


    Link to post
    Share on other sites
    Noordo    95

    like i mean instead of using the variable name, just use "this"...

    alot easier in my opinion it removes a step, as well as easy to copy and paste

    Share this post


    Link to post
    Share on other sites

    ×