Thanks for positive feedback. I've updated the module with new features:
- Now you can create your own custom animations
- Teams that do not match any name in .ini file will use a default file specified for alliance color .ini or display normal health bar if filename is empty
- %COLOR% macro in filename will automatically match the alliance color of the team
How to create your own animations:
Health bar animations are regular IMG files with all animation frames stacked on top of each other. One frame is 128px wide and 13px tall. For example, if your animation has 10 frames, then the file dimensions must be 128x130px. The module will automatically determine animation type (flame/custom) based on image dimensions.
1) Create a 128x13px movie with your animation
2) Download ImageMagick and ffmpeg binaries (
https://imagemagick.org/download/binaries/ImageMagick-7.0.10-30-portable-Q8-x86.zip )
3) Extract all frames from your movie to png files:
ffmpeg.exe -i movie.mp4 img%04d.png
4) Merge all frames vertically:
magick.exe img*.png -append animation.png
5) Convert your animation.png to compatible IMG format, as explained here:
https://www.tus-wa.com/forums/worms-armageddon/wkflaminghealthbars-32931/msg276949/#msg2769496) If animation plays too fast, add AnimationDelay=1 or AnimationDelay=2 to your team in wkFlamingHealthBars.ini
