Jump to content

A25 Feedbacks from testing


Recommended Posts

Didn't houses have an 'occupied' flag?

0ad-noflaghouse.jpg.f62f4f86508f3555d58af4a9d7e105a1.jpg

In any case I would like to have them.

 

Speaking of those flags:

0ad-iwantmyflag.jpg.a37f4edf4a0bafe2149099ac66bb5564.jpg

I think it's really wrong that buildings show the flag of the original builder and not the current owner. Who would fly the flag of the enemy after capturing a building?

Link to comment
Share on other sites

1 hour ago, Gurken Khan said:

Didn't houses have an 'occupied' flag?

The issue is known and the ticket has been updated.

  • #4581 - Flags for all garrisonable buildings and units (20/May/17)
    • only "Ptol and Kush" have a garrison flag on their houses.
    • garrison_flag_houses.thumb.jpg.f3d4071a415b5e1e88c10b0694839256.jpg
1 hour ago, Gurken Khan said:

I think it's really wrong that buildings show the flag of the original builder and not the current owner. Who would fly the flag of the enemy after capturing a building?

Ticket created

  • #6284 - Display the correct emblem for garrison flags on captured buildings (19/Aug/21)
  • Thanks 1
Link to comment
Share on other sites

Actually the reason most animated objects don't have it is because it has been broken for a long time.

For the houses and such it's currently not possible engine wise to have the conqueror's flag as all the garrison flag are hardcoded in actors and controlled by artists unlike rally points.

Link to comment
Share on other sites

Yeah anyway adding flags to houses is not hard, I'll see if I can do it for A26 or teach someone how to do it.

It's basically:

- Import Dae in Blender (make sure to click import units

(Some models might not import (correctly or at all) or reset all prop points be careful)

- Add a new empty object (shift +a)

- Rename it prop-garrisoned or prop_garrisoned (game doesn't care)

- move it to the correct location

- parent it to the building Ctrl + P with both selected and the structure as active (light yellow)

- Export back.

- Update the actor to use props by adding

<group>
    <variant name="ungarrisoned" frequency="1"/>
    <variant name="garrisoned" frequency="0">
        <props>
            <prop attachpoint="garrisoned" file="path to flag"/>
        </props>
    </variant>
</group>

 

 

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 3 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...