FFXIV plugin framework and API
Find a file
2024-04-16 01:32:56 +02:00
.github ci: re-enable rollup for new_im_hooks 2024-03-20 23:05:27 +01:00
.nuke update build.schema.json 2022-12-10 12:54:26 +01:00
build remove deprecated Nuke attribute 2022-12-10 12:36:04 +01:00
Dalamud pi: fix some leaked SameLine's 2024-04-16 01:32:56 +02:00
Dalamud.Boot Sanitize PDB root name from loaded modules (#1687) 2024-02-29 15:13:33 -08:00
Dalamud.Common Add tests for GameVersionConverter and fix edge case (#1726) 2024-03-18 20:12:34 -07:00
Dalamud.CorePlugin Merge remote-tracking branch 'origin/master' into net8-rollup 2024-03-16 16:02:57 +00:00
Dalamud.Injector Merge remote-tracking branch 'origin/master' into net8-rollup 2024-02-29 23:15:23 +00:00
Dalamud.Injector.Boot Make RewriteRemoteEntryPointW report IErrorInfo, VirtualProtectEx before WriteProcessMemory 2024-02-13 08:35:51 +09:00
Dalamud.Test Add tests for GameVersionConverter and fix edge case (#1726) 2024-03-18 20:12:34 -07:00
DalamudCrashHandler Synchronize DalamudStartInfo between cpp and cs (#1679) 2024-02-22 20:27:07 -08:00
docs docs: remove from this repo, add redirect 2024-03-22 21:35:37 +01:00
lib Update ClientStructs (#1764) 2024-04-14 23:20:13 +02:00
targets Dalamud.Plugin.targets TFM => net8.0-windows 2024-03-16 16:41:44 +01:00
tools/Dalamud.LocExporter only build Dalamud.LocExporter for x64 2024-04-01 19:44:49 +02:00
.editorconfig Prevent end comment aligning (Resharper/SA conflict) 2023-12-08 23:20:05 +09: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 Remove EnableWindowsTargeting from build.sh's run step (#1633) 2024-02-07 10:37:55 -08:00
CreateHashList.ps1 Magic the magic happen 2021-07-11 16:32:32 -04:00
Dalamud.sln fix name of Discord server in feedback modal 2024-03-30 03:37:23 +01:00
Dalamud.sln.DotSettings refactor: fix plugin internal style errors (#830) 2022-05-12 10:34:45 +02:00
docfx.json chore: specify csproj files directly in docfx config (#1253) 2023-06-18 07:43:06 +00:00
filterConfig.yml docs: exclude SDL2, Dalamud.Test, Dalamud.Interface.Internal, Dalamud.Game.Internal 2021-12-02 22:36:12 +01:00
global.json Merge remote-tracking branch 'origin/master' into net8-rollup 2023-11-19 12:32:38 +00:00
index.md docs: regenerate, include docfx config 2020-02-14 20:24:41 +09:00
LICENSE Update License to AGPL 3.0 or Later (#1373) 2023-09-19 23:11:23 +02:00
README.md change docs link in readme 2024-03-22 21:42:27 +01:00
sign.ps1 chore: codesigning for releases 2023-06-29 13:29:35 +02: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 API Level Purpose .NET Version Track
master 9 Current release branch .NET 8.0.0 (November 2023) Release & Staging
api10 10 Next major version, slated for release alongside Patch 7.0 .NET 8.0.0 (November 2023) api10

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