thecrazyscot
Spiffy
- Joined
- Dec 27, 2012
- Messages
- 2,455
I'm having trouble adding custom unit flags...I've combed through this forum trying to find an answer, but have been unable to locate one.
I've tried combining the unit flags into one file, and breaking them down into individual files - neither one is working for me. Here's what I've tried:
Icon Atlas:
When combining the flags into one atlas, I used the same identifier system as building icon atlases ("0" for the first, "1" for the second, etc. etc.)
I've attached the 2 example DDS files that I've been trying to work with, a small test mod with everything that should be necessary to test the custom unit, and a screenshot of the result (simply blank unit flags).
Help!
I've tried combining the unit flags into one file, and breaking them down into individual files - neither one is working for me. Here's what I've tried:
Icon Atlas:
Spoiler :
Code:
<Row>
<Atlas>TCS_UNITS_FLAG_ATLAS</Atlas>
<IconSize>32</IconSize>
<Filename>TCS_UnitFlagAtlas.dds</Filename>
<IconsPerRow>8</IconsPerRow>
<IconsPerColumn>1</IconsPerColumn>
</Row>
<Row>
<Atlas>AFRICAN_MERC_ATLAS</Atlas>
<IconSize>32</IconSize>
<Filename>AfricanMercFlag.dds</Filename>
<IconsPerRow>1</IconsPerRow>
<IconsPerColumn>1</IconsPerColumn>
</Row>
I've attached the 2 example DDS files that I've been trying to work with, a small test mod with everything that should be necessary to test the custom unit, and a screenshot of the result (simply blank unit flags).
Help!