Dragon varieties based on Chalid's Acheron from Civ IV FFH mod (and modmods). Four different types: Spiked, Horned, Aquatic, and Wyvern with 9 different skins. Uses up to 41 custom animations, 16 of which are used in the base mod. Each uses various forms of breath attack, such as fire, electricity, gas and acid. Uses custom sounds, including breath attacks and footsteps.
Some of the animations are admittedly clunky; I may improve upon them in the future so check back periodically.
If you desire to change the breath attack for any version, all you need to do is change the .fxsxml triggers file entry. For example, to make the red dragon breathe gas instead of fire, simply change the entry
<TimedTrigger file="FX_Triggers_Dragon_Fire.ftsxml"/>
to
<TimedTrigger file="FX_Triggers_Dragon_Gas.ftsxml"/>
in the Dragon_R.fxsxml file.
A hat tip and special thanks to:
Chalid, for creating the original unit and animations;
Civitar, for his original CiV conversion, which helped to troubleshoot many issues; and
Deliverator, for figuring out the 32-vertex group limitation issue, without which would have made this and many other units impossible to convert properly.
Some of the animations are admittedly clunky; I may improve upon them in the future so check back periodically.
If you desire to change the breath attack for any version, all you need to do is change the .fxsxml triggers file entry. For example, to make the red dragon breathe gas instead of fire, simply change the entry
<TimedTrigger file="FX_Triggers_Dragon_Fire.ftsxml"/>
to
<TimedTrigger file="FX_Triggers_Dragon_Gas.ftsxml"/>
in the Dragon_R.fxsxml file.
A hat tip and special thanks to:
Chalid, for creating the original unit and animations;
Civitar, for his original CiV conversion, which helped to troubleshoot many issues; and
Deliverator, for figuring out the 32-vertex group limitation issue, without which would have made this and many other units impossible to convert properly.