FFXIV plugin framework and API
Find a file
Kaz Wolfe 4f3727c78b
chore: Convert Exception to nullable in PluginLog
Allows specifying Exception as a nullable parameter to various Log calls where an Exception may or may not be present in the caller.
2023-02-10 22:37:33 -08:00
.github/workflows Update main.yml 2023-01-22 18:59:59 +10:30
.nuke update build.schema.json 2022-12-10 12:54:26 +01:00
api docs: replace mbplugin link with rich presence 2020-03-31 04:34:09 +09:00
build remove deprecated Nuke attribute 2022-12-10 12:36:04 +01:00
Dalamud chore: Convert Exception to nullable in PluginLog 2023-02-10 22:37:33 -08:00
Dalamud.Boot fix: Fix broken case for relative symlinks 2023-01-07 15:35:32 -08:00
Dalamud.CorePlugin feat: configurable log path 2023-01-11 18:37:33 +01:00
Dalamud.Injector chore: cleanup warnings, always load banned dev plugins 2023-01-23 23:53:18 +01:00
Dalamud.Injector.Boot don't log to file 2022-12-10 19:19:19 +01:00
Dalamud.Test chore: upgrade all projects to .NET 7 2022-12-07 22:59:44 +01:00
DalamudCrashHandler build: 7.3.5.0 2022-12-27 22:37:33 +01:00
docs docs: regenerate 2023-01-26 23:57:38 +01:00
lib Update ClientStructs 2023-02-02 18:07:13 +00:00
.editorconfig chore: properly handle this prefix 2022-11-22 07:16:03 -05:00
.gitattributes Initial commit 2019-09-21 22:29:38 +09:00
.gitignore Initial commit 2019-09-21 22:29:38 +09:00
.gitmodules fix submodule target for ClientStructs 2023-01-10 22:39:41 +01:00
build.cmd Magic the magic happen 2021-07-11 16:32:32 -04:00
build.ps1 Magic the magic happen 2021-07-11 16:32:32 -04:00
build.sh Magic the magic happen 2021-07-11 16:32:32 -04:00
CreateHashList.ps1 Magic the magic happen 2021-07-11 16:32:32 -04:00
Dalamud.sln Update ClientStructs to the .NET 7 version 2023-01-08 18:01:45 -08:00
Dalamud.sln.DotSettings refactor: fix plugin internal style errors (#830) 2022-05-12 10:34:45 +02:00
docfx.json docs: regenerate, include docfx config 2020-02-14 20:24:41 +09:00
filterConfig.yml docs: exclude SDL2, Dalamud.Test, Dalamud.Interface.Internal, Dalamud.Game.Internal 2021-12-02 22:36:12 +01:00
global.json switch to .NET 7 SDK globally 2022-12-10 12:29:39 +01:00
index.md docs: regenerate, include docfx config 2020-02-14 20:24:41 +09:00
LICENSE Initial commit 2019-09-21 22:29:38 +09:00
README.md update tracks in readme 2022-12-11 20:15:22 +01:00
stylecop.json Magic the magic happen 2021-07-11 16:32:32 -04:00

Dalamud Actions Status Discord Shield

Dalamud

Dalamud is a plugin development framework for FINAL FANTASY XIV that provides access to game data and native interoperability with the game itself to add functionality and quality-of-life.

It is meant to be used in conjunction with FFXIVQuickLauncher, which manages and launches Dalamud for you. It is generally not recommended for users to try to run Dalamud manually as there are multiple dependencies and assumed folder paths.

Hold Up!

If you are just trying to use Dalamud, you don't need to do anything on this page - please download XIVLauncher from its official page and follow the setup instructions.

Plugin development

Dalamud features a growing API for in-game plugin development with game data and chat access and overlays. Please see our Developer FAQ and the API documentation for more details.

If you need any support regarding the API or usage of Dalamud, please join our discord server.


Thanks to Mino, whose work has made this possible!

Components & Pipeline

These components are used in order to load Dalamud into a target process. Dalamud can be loaded via DLL injection, or by rewriting a process' entrypoint.

Name Purpose
Dalamud.Injector.Boot (C++) Loads the .NET Core runtime into a process via hostfxr and kicks off Dalamud.Injector
Dalamud.Injector (C#) Performs DLL injection on the target process
Dalamud.Boot (C++) Loads the .NET Core runtime into the active process and kicks off Dalamud, or rewrites a target process' entrypoint to do so
Dalamud (C#) Core API, game bindings, plugin framework
Dalamud.CorePlugin (C#) Testbed plugin that can access Dalamud internals, to prototype new Dalamud features

Branches

We are currently working from the following branches.

Name Purpose .NET Version Track
master Current release branch .NET 6.0.3 (March 2022) Release & Staging
net7 Upgrade to .NET 7 .NET 7.0.0 (November 2022) net7
api3 Legacy version, no longer in active use .NET Framework 4.7.2 (April 2017) -

Final Fantasy XIV © 2010-2021 SQUARE ENIX CO., LTD. All Rights Reserved. We are not affiliated with SQUARE ENIX CO., LTD. in any way.