fosspill / FFXIV_Modding_Tool

FFXIV Modding Tool is the Cross-platform Commandline interface alternative for TexTools
https://ffmt.pwd.cat/
GNU General Public License v3.0
47 stars 4 forks source link

Framework v2.3.3.11 #218

Closed shinnova closed 3 years ago

shinnova commented 3 years ago

This update brings the framework in line with the latest stable version, and contains the following changes:

I am currently still working on finding what changed in the framework that is resulting modpack import to report -2147483648% as the initial progress. It turns out that the import process is now split into multiple actions, and the very first action tries to divide by 0. This results in the very weird progress number being reported. I have added a workaround for this now.