Skip to content

Releases: fosspill/FFXIV_Modding_Tool

v0.10.2.2 Support for current game patch

25 Jan 20:07
e76526d
Compare
Choose a tag to compare

This is purely a best-effort release based on the newest framework for higher patch support.

https://github.com/fosspill/FFXIV_Modding_Tool/files/10494294/ffmt_testing3.tar.gz

No premade packages are planned for this release

v0.10.1 Endwalker and larger file size support

17 Dec 00:29
586dc65
Compare
Choose a tag to compare

FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding.

Feature changes

  • Removed defrag function. Should be investigated further.

Framework fixes

  • Simplify file-system check to fix #258 (finally! Sorry about the wait!) We have a PR waiting upstream, but until then our own branch is patched.
  • Endwalker support
  • Fixed an error when attempting to import a model containing non sequential mesh numbers
  • Fixed a bug where an incorrect LoD count was written to the MDL file during model import
  • Male Viera support
  • Updated offsets for Korean clients
  • Companion category is fixed

v0.10 - Reclaim unused file space

09 Aug 15:54
5752034
Compare
Choose a tag to compare
Pre-release

FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding.

New Features

  • An option to defragment your DAT files with ffmt defragment
    • This attempts to reclaim unused file space

Framework changes

  • Added common Linux Drive Formats to the list of supported filesystems for a higher mod limit
  • Fixed an error when attempting to import a model containing non sequential mesh numbers
  • Fixed a bug where an incorrect LoD count was written to the MDL file during model import

FFMT now supports Modpack Creation!

25 May 17:16
a7cdc75
Compare
Choose a tag to compare

FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding.

New Features

  • Simple Modpack creation with ffmt modpack create --output ~/Path/To/Modpack.ttmp2 or ffmt mpc -o ~/Path/To/Modpack.ttmp2
    • This takes your currently enabled mods and makes a modpack out of it.
    • Wizard creation and other customization will come at a later point.
    • This is mostly useful to backup and restore mods during patches.

Framework changes

  • Updated offsets for Korean clients
  • Resolved an issue wherein Racial Scaling mods were not being saved/applied correctly during TTMP import

5.5 support

13 Apr 12:31
7631c15
Compare
Choose a tag to compare

FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding.

Framework changes

  • Offset updates for Global Patch 5.5 (Closes #242)
  • Offset updates for Chinese client

v0.9.8 is out

09 Feb 19:12
7458057
Compare
Choose a tag to compare

FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding.

Fixes and maintenance

Framework changes

  • Updated base item sets file
  • Fixed furniture metadata mods breaking metadata on other items
  • Updated offsets for Korean clients
  • Fixed equipment decals under 100 not being accessible
  • Fixed Chinese client issues with FFXIV patch 5.31

v0.9.7 - 5.4 support

08 Dec 15:20
21baf12
Compare
Choose a tag to compare

FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding.

New Features

  • Officially supported package for macOS through brew install fosspill/ffmt/ffmt
  • Officially supported RPM package
  • Self-contained releases available for all platforms

Fixes and maintenance

  • Removal of the last binary blob we depended on as the moddingframework now works without it!

Framework changes

  • Offsets updated to support patch 5.4
  • Resolved an issue wherein restoring index backups with improper DAT counts would not have their DAT counts corrected after restoration
  • Resolved an issue wherein importing multiple metadata files affecting the same set could result in the import variant data being set improperly

v0.9.6.1 - 0 division fix

28 Sep 13:31
aecef7e
Compare
Choose a tag to compare

FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding.

Fixes and maintenance

  • Ensure that the framework is providing actual progress before doing math with it.
  • The message when importing modpacks now shows the modpack's name
  • In rare circumstances loading a modpack information could be slow and result in the application feeling unresponsive for a short while. A message has been moved a bit earlier to ensure that the user gets information.

Framework changes

  • Solved material addition issues
  • Solved metadata mod issues
  • Solved extra file mods counting as base game files
  • Improved modpack importing, enabling and disabling speeds
  • Add racial scaling mod support

v0.9.6 - Framework update

28 Sep 13:03
0babf15
Compare
Choose a tag to compare
Pre-release

FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding.

Fixes and maintenance

  • The message when importing modpacks now shows the modpack's name
  • In rare circumstances loading a modpack information could be slow and result in the application feeling unresponsive for a short while. A message has been moved a bit earlier to ensure that the user gets information.

Framework changes

  • Solved material addition issues
  • Solved metadata mod issues
  • Solved extra file mods counting as base game files
  • Improved modpack importing, enabling and disabling speeds
  • Add racial scaling mod support

v0.9.5 - Multi ttmp support

15 Sep 11:40
a6b12c9
Compare
Choose a tag to compare

FFXIV_Modding_Tool (FFMT for short) is a crossplatform commandline interface for Final Fantasy XIV Modding.

IMPORTANT CHANGES

  • -ttmp and -t will be deprecated with v1.0! Replaced by freestanding paths, ie: ffmt modpack import mymodpack.ttmp
  • Import multiple .ttmp files at once! ffmt modpack import mymodpack.ttmp mymodpack2.ttmp

New features

  • Support for multiple .ttmp files at once

Fixes and maintenance

  • Arguments code cleaned up and partially reworked.
  • Rename modlist.cgf to modlist.cfg, this is automatically done if the user has the wrong filename until v1.0
  • Framework updated

Documentation

  • Website replaced with a simpler Docsify based solution
  • First time setup guide updated to match ffmt setup command
  • Import guide updated to match deprecation of -t

Framework changes

  • Fixed importing mods in specific bad modlist/index states causing a semaphore error
  • Added proper equipment decal mod support
  • Added support for all DDS types
  • Fixed ex bones support
  • Fixed hair mod support