FFXIV plugin framework and API
Find a file
2021-12-04 15:04:27 +01:00
.github/workflows Revert "Merge branch 'master' of https://github.com/goatcorp/Dalamud" 2021-11-18 15:18:14 +01:00
.nuke update nuke build schema 2021-08-10 14:29:13 +02:00
api docs: replace mbplugin link with rich presence 2020-03-31 04:34:09 +09:00
build Dependency bump 2021-08-09 09:59:04 -04:00
Dalamud fix: increase WindowBg opacity of default style 2021-12-04 15:04:27 +01:00
Dalamud.Boot Not only wait for game window to be created but also to be shown 2021-11-12 23:11:12 +09:00
Dalamud.CorePlugin fix: also update Lumina in CorePlugin 2021-12-03 23:27:42 +01:00
Dalamud.Injector Revert "refactor: switch all projects to C# 10" 2021-11-18 15:24:06 +01:00
Dalamud.Injector.Boot close injector streams, dont leave them open. 2021-09-16 09:03:29 -04:00
Dalamud.Test refactor: obsolete SeStringManager, move into SeString 2021-08-28 19:02:18 +02:00
docs docs: regenerate 2021-10-20 03:28:38 +02:00
lib deps: update FFXIVClientStructs 2021-12-04 13:10:01 +01:00
.editorconfig Fixup editorconfig 2021-08-15 22:55:52 -04:00
.gitattributes Initial commit 2019-09-21 22:29:38 +09:00
.gitignore Initial commit 2019-09-21 22:29:38 +09:00
.gitmodules Job Gauge update 2021-08-10 17:32:05 -04: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 Remove FFXIVClientStructs.Common 2021-09-28 18:11:22 -04:00
Dalamud.sln.DotSettings Fly text support 2021-08-10 15:02:37 -04: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
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 README.md 2021-10-08 17:58:37 +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.

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!

Branches

We are currently working from the following branches.

Name Purpose .NET Version
master .NET Core rework, replaced api3 on 10/08/21 .NET 5.0.6 (May 2021)
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.