Resource icon

Blood splatter effects for unit combat 2016-10-05

New custom effects implemented as text_keys into hurt and die animation of all vanilla and some BtS units.

extract the zip into your "C:/.../CIVdirectory/assets/art" directory and add the following to your assets/xml/misc/CIV4EffectInfos.xml

<EffectInfo>
<Type>EFFECT_BLOOD_THRUST</Type>
<Description>Blood splatter effect</Description>
<fScale>5.0</fScale>
<fUpdateRate>1.0</fUpdateRate>
<Path>Art/Effects/fx_sword_hit_thrust.nif</Path>
<bIsProjectile>0</bIsProjectile>
</EffectInfo>
<EffectInfo>
<Type>EFFECT_BLOOD_SLASH</Type>
<Description>Blood spray effect</Description>
<fScale>4.5</fScale>
<fUpdateRate>1.0</fUpdateRate>
<Path>Art/Effects/fx_sword_hit_slash.nif</Path>
<bIsProjectile>0</bIsProjectile>
</EffectInfo>


Author
seZereth
Downloads
888
Views
888
First release
Last update
Rating
4.00 star(s) 4 ratings
Top Bottom