Community Projects
Various open source resources and projects
Last updated
Was this helpful?
Various open source resources and projects
Last updated
Was this helpful?
This is a list of various open source resources and projects related to FFXIV. Please if your project is listed here and you'd like to remove it.
link
language
C#
A popular custom launcher with extra features. Good reference for the login flow (including Steam/Free Trial accounts) and the patching system.
link
language
C#
A plugin framework and API, meant to be used with XIVLauncher. Almost all official plugins are open source.
link
language
C#
Library for reading and interacting with FFXIV game files and Excel data.
link
language
C#
Another library for reading and interacting with game files/Excel data. Provides community maintained metadata on Excel data types.
link
language
Rust
Yet another library for game data, but in Rust.
link
language
TypeScript
Another library for game data, in TypeScript.
link
language
C#, Python
A C# library containing community-maintained structs in the client, and Python scripts to help reverse engineer the game binary in IDA/Ghidra.
link
language
C#
A command line interface for SaintCoinach. Features commands to export raw game files, the UI images, and music.
link
language
C#
A GUI interface for browsing Excel data and viewing territories, powered by SaintCoinach.
link
language
Java
link
source
An API for game versions and patch information.
link
source
A list of file paths in the game files, crowdsourced via a Dalamud plugin.
link
source
A general-purpose API for FFXIV. Most useful if you can't embed a library into your application or need Lodestone information.
link
language
C++
A server emulator. Not always up to date, but still a great reference on many things.
link
language
C#
A general library for packet capture with specialized FFXIV functionality.
link
language
Go, C#
A set of tools to capture network data and store it into an SQLite database.
link
language
Python
A library to parse ACT logs.
A GUI for browsing the game files. You may be interested in adding more features.