Dennis Keil
Dennis Keil
@maxinfet You may try [https://app.aoe2companion.com/civ/Aztecs](https://app.aoe2companion.com/civ/Aztecs) if you use your monitor vertically.
I am interested in this because I want to draw animated units in my aoe app. @HSZemi How are you generating the .apng files at the moment? Do you have...
@Sam152 Yes, I am interested in the bitmap caching. I will check SLP manager for this 👍 And I am also interested in the file size reduction by reading the...
For the palisade gate in the game 2/2 is displayed but in the data both `Armours` and `MeleeArmor` and `PierceArmor` are 0. [https://ageofempires.fandom.com/wiki/Palisade_Gate_(Age_of_Empires_II)](https://ageofempires.fandom.com/wiki/Palisade_Gate_(Age_of_Empires_II)) ``` "792": { "AccuracyPercent": 100, "Armours": [...
@info007 I am also facing same issue with 2.4.4. Have you been able to solve it?
Works for me now with `npm i -g galenframework-cli`. I was using `yarn add galenframework-cli` before which did not work somehow.