Canada by Dumanios

PS. I think if you take your MacDonald and shorten his hair, open the shirt, maybe thin the face and put a ski hill background, you'd have Justin Trudeau. :lol:
 
Hey thanks for getting back, Nice to see you're still here. I have it in it's own mod which I play exclusively. It just doesn't appear that they are switching based on your picture. I have some that look right but others don't. For example: none of the armour, or the Lancaster.

Weird!

Well, I'm not sure what you're mod changes. If it changes what certain units are called in the XML (such as UNIT_TANK), then the graphics won't correspond as they're tied to how the units are named in the standard game's XML. That's the only thing I can think of for such a problem.
 
It's your mod I am playing. Example,

<Civ4UnitInfos xmlns="x-schema:Leopard2A5_CIV4UnitSchema.xml">
<UnitInfos>
<UnitInfo>
<Class>UNITCLASS_MODERN_ARMOR</Class>
<Type>UNIT_LEOPARD2A5</Type>
<UniqueNames/>
<Special>NONE</Special>
<Capture>NONE</Capture>
<Combat>UNITCOMBAT_ARMOR</Combat>
etc.

<Civ4CivilizationInfos xmlns="x-schema:Canada_CIV4CivilizationsSchema.xml">
<CivilizationInfos>
<CivilizationInfo>
<Type>CIVILIZATION_CANADA</Type>
etc.
<Unit>
<UnitClassType>UNITCLASS_MODERN_ARMOR</UnitClassType>
<UnitType>UNIT_LEOPARD2A5</UnitType>
</Unit>

I show more in thread
https://forums.civfanatics.com/threads/feedback-civilizations.431521/page-14#post-14721184
 
I finally figured it out. It was so simple that I missed it all along.
In the CIV4CivilizationInfos.xml, some how the UNIT_ARTSTYLE_ got changed to EUROPEAN once I switched it back to where it was suppose to be, it all worked perfectly. Thanks to everyone for all their help and suggestions. Learning everyday.
 
Back
Top Bottom