Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.38 KB

File metadata and controls

42 lines (30 loc) · 2.38 KB

Alpha

Nightly builds

Alpha is a FINAL FANTASY XIV toolkit for modding, datamining, and reverse engineering.

Screenshot of Alpha

Features

  • Excel sheet browser
    • Support for Excel definitions through EXDSchema and SaintCoinach
    • View multiple sheets at once, even from different game installs
    • Inline images, sheet links, and tooltips
    • Advanced filtering with C# scripting and full text search
  • SqPack filesystem browser
    • Support for path lists from ResLogger, as well as custom lists
    • View and export files with unknown paths
    • Preview game textures without extracting them
    • Export files individually or in bulk

Downloads

donwload

(that's not a virus that's just to grab your attention)


For using Alpha, check out the manual.

  • Windows users can download AlphaAOT.zip. This is a build of Alpha using NativeAOT, which means you don't need the .NET Runtime installed. (This is also what that green button links to.)
  • Other users with the .NET runtime installed can download Alpha.zip. This build has some extra features (like Excel filter scripting), comes with debug symbols & better stack traces, and (theoretically) works on Linux and macOS.
  • Older versions are available on the Releases tab. Unstable builds are available on the Actions tab. Unstable builds expire after a while and require being signed into GitHub (or using a third party service like nightly.link).

TODO

  • Improve performance (with rendering, memory allocations, really everything)
  • Saving Excel schemas to disk & multiple schemas for different game versions