Devlogs
Changelog: Version 1.3.1
Posted April 02, 2021 by taaspider
#changelog
Version 1.3.1:
- Fixed an issue that could crash the game if 8 directions was not enabled;
- Fixed compatibility with YEP_X_CoreUpdatesOpt. Keep in mind that this fix required
me to completely rewrite the ImageManager.loadNormalBitmap function to restore engine
default, as Yanfly's version changed core variable names that clashes with my code.
That also means that new compatibility issues could arise with other plugins if they try to extend this function further. To avoid such issues, I recommend placing
TAA_CharacterPoses right below YEP_X_CoreUpdatesOpt, and as high as you can in you game's plugin list!