j_mie6
Deity
Hello, in the Misc folder of the XML there is a file called CIV4EffectInfos.xml. In this file there is these...
firstly what do they do... for example is the EFFECT_GREATPEOPLE_HIGHLIGHT_WARLORD the red glow he has behind him?
and secondly how would I go about adding these effects to units for example adding the all of the effects to a warrior (to make a great warrior)
Because I wanted to make ethnic Great Generals and I was thinking of doing a praetorian with these glows as the Greco_roman Great Generals (using the general animations just using the praet artwork)
Spoiler :
<EffectInfo>
<Type>EFFECT_GREATPEOPLE_ACTIVE_WARLORD</Type>
<Description>Activation effect for the warlord general</Description>
<fScale>1.0</fScale>
<fUpdateRate>2.5</fUpdateRate>
<Path>Art/Effects/unit_greatpeople/fx_GreatPeople_Warlord_Activate.nif</Path>
<bIsProjectile>0</bIsProjectile>
</EffectInfo>
<EffectInfo>
<Type>EFFECT_GREATPEOPLE_BIRTH_WARLORD</Type>
<Description>Birth of the Warlord</Description>
<fScale>1.0</fScale>
<fUpdateRate>2.5</fUpdateRate>
<Path>Art/Effects/unit_greatpeople/fx_GreatPeople_Warlord_Birth.nif</Path>
<bIsProjectile>0</bIsProjectile>
</EffectInfo>
<EffectInfo>
<Type>EFFECT_GREATPEOPLE_HIGHLIGHT_WARLORD</Type>
<Description>Highlight effect for the Warlord</Description>
<fScale>1.0</fScale>
<fUpdateRate>1.0</fUpdateRate>
<Path>Art/Effects/unit_greatpeople/fx_GreatPeople_Warlord_Highlight.nif</Path>
<bIsProjectile>0</bIsProjectile>
</EffectInfo>
<Type>EFFECT_GREATPEOPLE_ACTIVE_WARLORD</Type>
<Description>Activation effect for the warlord general</Description>
<fScale>1.0</fScale>
<fUpdateRate>2.5</fUpdateRate>
<Path>Art/Effects/unit_greatpeople/fx_GreatPeople_Warlord_Activate.nif</Path>
<bIsProjectile>0</bIsProjectile>
</EffectInfo>
<EffectInfo>
<Type>EFFECT_GREATPEOPLE_BIRTH_WARLORD</Type>
<Description>Birth of the Warlord</Description>
<fScale>1.0</fScale>
<fUpdateRate>2.5</fUpdateRate>
<Path>Art/Effects/unit_greatpeople/fx_GreatPeople_Warlord_Birth.nif</Path>
<bIsProjectile>0</bIsProjectile>
</EffectInfo>
<EffectInfo>
<Type>EFFECT_GREATPEOPLE_HIGHLIGHT_WARLORD</Type>
<Description>Highlight effect for the Warlord</Description>
<fScale>1.0</fScale>
<fUpdateRate>1.0</fUpdateRate>
<Path>Art/Effects/unit_greatpeople/fx_GreatPeople_Warlord_Highlight.nif</Path>
<bIsProjectile>0</bIsProjectile>
</EffectInfo>
firstly what do they do... for example is the EFFECT_GREATPEOPLE_HIGHLIGHT_WARLORD the red glow he has behind him?
and secondly how would I go about adding these effects to units for example adding the all of the effects to a warrior (to make a great warrior)
Because I wanted to make ethnic Great Generals and I was thinking of doing a praetorian with these glows as the Greco_roman Great Generals (using the general animations just using the praet artwork)