Posted December 16, 2018 by TheNuclearPixels
#medieval #strategy #warfare-heroes
Time for another weekly update :). This week have been mostly working on tools and new core features. Previously implemented in-game building rendering pipeline would neither allow to integrate building states into assets, nor to display building animations, therefore this part of code was refactored. Additionally, implemented the mechanism which would allow to define individual action properties (for example, attack action of archer have a different duration from spearman for example). Another major implementation was the tool which would allow to automatize to some extend rendered model layering (before it was done manually in Paint.NET). The new tool allows to control each clip area pixel, supports multiple distinct clip areas, and stores respective metadata into YAML files, which can further be used by automatic rendering pipeline to automatically create layers for building without structural changes (for example if the color of some component of the model is changed, the clipping area continues to be the same).
UI+GFX
Game Core
Game Tools