Jump to content

A25 Feedbacks from testing


Recommended Posts

  On 19/08/2021 at 1:52 AM, Gurken Khan said:

Didn't houses have an 'occupied' flag?

Expand  

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
  On 19/08/2021 at 1:52 AM, 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?

Expand  

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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...