Hi,
How can I find the graphics of some promotions? I would like to add a Combat VI for example, but can't find any graphics.
For example, searching <Button>Art/Interface/Buttons/Promotions/Command3.dds</Button>
leads no result (I mean there is no Command3.dds within the whole Civ4 and below folder)
thanks much.
Hi,
How can I find the graphics of some promotions? I would like to add a Combat VI for example, but can't find any graphics.
For example, searching <Button>Art/Interface/Buttons/Promotions/Command3.dds</Button>
leads no result (I mean there is no Command3.dds within the whole Civ4 and below folder)
thanks much.
I though esus was supposed to be a hidden religion but when switching to it I lose all the "we care for our brothers and sisters of the faith" modifiers from my old religion?
Sorry again for the dumb questions, but I though I rather ask here than spamming the bugthread, thanks in advance for any answers...
<Units>
<Unit>
<UnitClassType>UNITCLASS_WARRIOR</UnitClassType>
<UnitType>UNIT_BLOODPET</UnitType>
</Unit>
...
</Units>
Unique units must be set in the CIV4CivilizationInfos.xml
Code:<Units> <Unit> <UnitClassType>UNITCLASS_WARRIOR</UnitClassType> <UnitType>UNIT_BLOODPET</UnitType> </Unit> ... </Units>
<Unit>
<UnitClassType>UNITCLASS_WARRIOR</UnitClassType>
<UnitType>UNIT_VAMPIRE_WARRIOR</UnitType>
</Unit>
<Unit>
<UnitClassType>UNITCLASS_WARRIOR</UnitClassType>
<UnitType>UNIT_BLOODPET</UnitType>
</Unit>
[code]
see i want to get it so that i can use the Vampire warrior but it marks him as a warrior. so it wont let me summon him.