migck
Señor de la guerra
- Joined
- Apr 6, 2009
- Messages
- 193
Now the Zamburak has the same model and icon as the Qizilbash:
View attachment 714790
e: Apologies, the model does look different with higher quality settings:
View attachment 714803
This is because of how the UnitMeshGroups are ordered. Since the one for the Qizilbash comes first, it uses its model and icon in the civilopedia.
It should be ordered like so to get back the proper Zamburak icon:
XML:
<UnitMeshGroup>
<iRequired>2</iRequired>
<EarlyArtDefineTag>ART_DEF_UNIT_IRANIAN_ZAMBURAK</EarlyArtDefineTag>
</UnitMeshGroup>
<UnitMeshGroup>
<iRequired>1</iRequired>
<EarlyArtDefineTag>ART_DEF_UNIT_IRANIAN_QIZILBASH</EarlyArtDefineTag>
</UnitMeshGroup>
EDIT: problem then is that a Camel takes the center place in the unit model instead of the Qizilbash, but short of making a new art_def just for this unit that'll have to do.
Last edited: