XIV Dev Wiki
  • Welcome
  • Community Projects
  • Game Data
    • Visual Effects
      • AVFX Files
      • Global Parameters
      • Schedulers
      • Particles
      • Emitters
      • Timelines
      • Effectors
      • Binders
      • Object Life
    • File Formats
      • Excel
    • Character Data Files
      • Character Creator Preset
      • Character data folder
        • Chat Log (.log)
  • Data Files
    • ZiPatch
      • SQPK
    • SqPack
  • Network
    • Packet Structure
    • Channels
    • Ping
  • Game Internals
    • Actions
      • Animation Lock
    • World
      • Coordinate System
      • Weather
    • RSV
    • RSF
  • SqexArg
Powered by GitBook
On this page
  • Programs
  • Libraries
  • Tools
  • Websites & APIs
  • Networking

Was this helpful?

Edit on GitHub
Export as PDF

Community Projects

Various open source resources and projects

PreviousWelcomeNextVisual Effects

Last updated 2 years ago

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.

Programs

XIVLauncher

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.

Dalamud

link

language

C#

A plugin framework and API, meant to be used with XIVLauncher. Almost all official plugins are open source.

Libraries

Lumina

link

language

C#

Library for reading and interacting with FFXIV game files and Excel data.

SaintCoinach

link

language

C#

Another library for reading and interacting with game files/Excel data. Provides community maintained metadata on Excel data types.

Ironworks

link

language

Rust

Yet another library for game data, but in Rust.

kobold

link

language

TypeScript

Another library for game data, in TypeScript.

FFXIVClientStructs

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.

Tools

SaintCoinach.Cmd

link

language

C#

A command line interface for SaintCoinach. Features commands to export raw game files, the UI images, and music.

Godbert

link

language

C#

A GUI interface for browsing Excel data and viewing territories, powered by SaintCoinach.

FFXIV Explorer

link

language

Java

Websites & APIs

Thaliak

link

source

An API for game versions and patch information.

ResLogger2

link

source

A list of file paths in the game files, crowdsourced via a Dalamud plugin.

XIVAPI

link

source

A general-purpose API for FFXIV. Most useful if you can't embed a library into your application or need Lodestone information.

Networking

Sapphire

link

language

C++

A server emulator. Not always up to date, but still a great reference on many things.

Machina

link

language

C#

A general library for packet capture with specialized FFXIV functionality.

Velcro

link

language

Go, C#

A set of tools to capture network data and store it into an SQLite database.

Nari

link

language

Python

A library to parse ACT logs.

A GUI for browsing the game files. You may be interested in adding more features.

leave an issue
this fork
https://github.com/goatcorp/FFXIVQuickLauncher
https://github.com/goatcorp/Dalamud
https://github.com/NotAdam/Lumina
https://github.com/xivapi/SaintCoinach
https://github.com/ackwell/ironworks
https://github.com/ackwell/kobold
https://github.com/aers/FFXIVClientStructs
https://github.com/xivapi/SaintCoinach
https://github.com/xivapi/SaintCoinach
https://bitbucket.org/Ioncannon/ffxiv-explorer/src
http://thaliak.xiv.dev/
https://github.com/avafloww/Thaliak
https://rl2.perchbird.dev/
https://github.com/lmcintyre/ResLogger2
https://xivapi.com/
https://github.com/xivapi/xivapi.com
https://github.com/SapphireServer/Sapphire
https://github.com/ravahn/machina
https://github.com/velcro-xiv/velcro
https://github.com/xivlogs/nari