Skip to content

Releases: goaaats/ffxiv-explorer-fork

Unofficial 1.9.2

23 Dec 18:51
Compare
Choose a tag to compare
  • Adds a viewer for EXLT files such as root.exl and also _root.csv. Sorting columns is supported.
  • Fixes a bug in inflate that would occasionally result in null bytes scattered throughout files.

Releases will now be 7z files as LZMA2 lowers the size of the archive significantly.

Unofficial 1.9.1

12 Dec 03:20
Compare
Choose a tag to compare
  • The path database system has been reworked to include a reliable index ID, resulting in fewer collisions, as well as add collision handling when collisions exist within the same index file.
  • The database has been reloaded with all paths from the previous hash database that actually exist plus all latest paths from ResLogger2.
  • The bugged "import database" option has been removed now that ResLogger2 can be queried for the latest paths from the Database menu
  • The Music Swapper and File Injector have been removed, but direct access to the SCD Converter has been added. Please use an older version if you want these features
  • Index file loading has been completely reworked
    • Index2 files provide a valid folder structure for browsing if its path is known
    • Collisions are handled properly in index1 and index2
    • Index files are now cached so repeated loading is instant
  • The Path to Hash calculator has been improved
    • Removed the "calculate" button that was bugged
    • Added an option to disable hash autocommit
    • Added a button to force commit a nonexistent file
    • The window now updates the index file it checks hashes against when you change index files
  • Added a feature to live-reload the paths in the current index when a new hash is found
    • Since this resets the state of expanded folder nodes, a new option has been added in Options to disable this
    • Since there would be no way to reload the index with newfound hashes when this option is disabled, a new menu item has been added to "Hard Close" an index file, removing it from the cache

Unofficial 1.9

02 Sep 07:32
748028c
Compare
Choose a tag to compare

Prebuilt version with a lot of changes. Little to no testing, as-is, etc