mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
FFXIV plugin framework and API
- Added logic determine the game install path from process in case its not installed at the default path (Line 16, 88 and 98) - Made auto-detecting the game's PID (the -1 arg) the default behavior (Line 30-33) - Added a check to ensure the PID argugemt exist (Line 31) - Fixed check to ensure for start info argument exist (Line 51) - Added missing code to display the base64 encoded start info argument to include (Line 56) |
||
|---|---|---|
| .github/workflows | ||
| api | ||
| Dalamud | ||
| Dalamud.Injector | ||
| docs | ||
| lib | ||
| Resources | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| Dalamud.sln | ||
| Dalamud.sln.DotSettings | ||
| docfx.json | ||
| filterConfig.yml | ||
| index.md | ||
| LICENSE | ||
| README.md | ||
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.
Plugin development
Dalamud features a growing API for in-game plugin development with game data and chat access and overlays. Please see 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!
Final Fantasy XIV © 2010-2018 SQUARE ENIX CO., LTD. All Rights Reserved. We are not affiliated with SQUARE ENIX CO., LTD. in any way.