FINAL FANTASY XIV modding, but actually good this time
Find a file
Ottermandias 5fc8209c85
Some checks failed
.NET Build / build (push) Has been cancelled
Current state.
2025-12-09 17:18:58 +01:00
.github/workflows Need staging again ... 2025-08-09 13:00:40 +02:00
.idea/.idea.Penumbra/.idea Create enable/disable functions and clean up PR. 2021-10-19 11:30:08 +02:00
images New icon, newlines in repo.json 2021-10-08 18:56:56 +02:00
Luna@235825613c Current state. 2025-12-09 17:18:58 +01:00
OtterGui@1459e2b8f5 Current State. 2025-12-05 16:23:14 +01:00
Penumbra Current state. 2025-12-09 17:18:58 +01:00
Penumbra.Api@d52071290b Current state. 2025-12-09 17:18:58 +01:00
Penumbra.CrashHandler Update libraries. 2025-09-02 11:29:58 +02:00
Penumbra.GameData@67f313d429 Current state. 2025-12-09 17:18:58 +01:00
Penumbra.String@462afac558 Current state. 2025-12-09 17:18:58 +01:00
schemas Add checking for supported features with the currently new supported features 'Atch', 'Shp' and 'Atr'. 2025-06-03 18:39:54 +02:00
.editorconfig Update to Luna state. 2025-09-17 18:05:07 +02:00
.gitignore Upgrade to SDK-style .csproj file 2020-09-15 18:32:06 +02:00
.gitmodules Switch mostly to Luna Services. 2025-09-08 14:38:02 +02:00
Penumbra.sln Switch mostly to Luna Services. 2025-09-08 14:38:02 +02:00
README.md Update README.md 2022-07-17 12:49:52 +02:00
repo.json [CI] Updating repo.json for testing_1.5.1.7 2025-10-23 21:50:20 +00:00

Penumbra

Penumbra is a runtime mod loader for FINAL FANTASY XIV, with a bunch of other useful features baked in:

  • No need to back up your install - mods don't touch game files
  • Disable and enable mods without restarting the game
  • Resolve conflicts between mods by changing mod order
  • Files can be edited and are often replicated in-game after a map change or closing and reopening a window

Support

Either open an issue here or join us in Discord.

Contributing

Contributions are welcome, but please make an issue first before writing any code. It's possible what you want to implement is out of scope for this project, or could be reworked so that it would provide greater benefit.

TexTools Mods

Penumbra has support for most TexTools modpacks however this is provided on a best-effort basis and support is not guaranteed. Built in tooling will be added to Penumbra over time to avoid many common TexTools use cases.

Installing

While this project is still a work in progress, you can use it by adding the following URL to the custom plugin repositories list in your Dalamud settings An image-based install (and usage) guide to do this is provided by unaffiliated user Serenity: https://reniguide.info/

  1. /xlsettings -> Experimental tab
  2. Copy and paste the repo.json link below
  3. Click on the + button
  4. Click on the "Save and Close" button
  5. You will now see Penumbra listed in the Available Plugins tab in the Dalamud Plugin Installer
  6. Do not forget to actually install Penumbra from this tab.

Please do not install Penumbra manually by downloading a release zip and unpacking it into your devPlugins folder. That will require manually updating Penumbra and you will miss out on features and bug fixes as you won't get update notifications automatically. Any manually installed copies of Penumbra should be removed before switching to the custom plugin respository method, as they will conflict.