Just wondering if anything like this is possible, and if so, where I'd need to look.
Essentially, I want the unit artstyle to be able to change by era. So, instead of just having:
... for the English civ, you'd have something like this:
This would negate the need to have unique artstyles for every civ, and is a much cleaner way of doing it, IMHO. But if it's too complicated, I guess it's non-essential.
Also, while on the subject, would there be any way to add an art definition for every era, and not have them clumped into early/middle/late? It seems daft to have such great art for modern settlers either ignored or appearing in the Victorian era.
Essentially, I want the unit artstyle to be able to change by era. So, instead of just having:
Code:
<UnitArtStyleType>UNIT_ARTSTYLE_EUROPEAN</UnitArtStyleType>
... for the English civ, you'd have something like this:
Code:
<EarlyUnitArtStyleType>UNIT_ARTSTYLE_CELTIC</EarlyUnitArtStyleType><MiddleUnitArtStyleType>UNIT_ARTSTYLE_EUROPEAN</MiddleUnitArtStyleType><LateUnitArtStyleType>UNIT_ARTSTYLE_BRITISH</LateUnitArtStyleType>
This would negate the need to have unique artstyles for every civ, and is a much cleaner way of doing it, IMHO. But if it's too complicated, I guess it's non-essential.
Also, while on the subject, would there be any way to add an art definition for every era, and not have them clumped into early/middle/late? It seems daft to have such great art for modern settlers either ignored or appearing in the Victorian era.