Accessibility plugin for FFXIV that allows users to recolor AoE indicators.
It allows you to apply a tint to ground AoE markers, enabling better visibility for colorblind players.
This is an early implementation that will be refined in later versions.
Bugs should be reported as GitHub issues, which helps me to easily keep track of them. I am unlikely to see direct messages.
This is a plugin for Dalamud, which is available using XIVLauncher.
Add the following repo URL under Custom Plugin Repositories in your Dalamud settings:
https://raw.githubusercontent.com/chirpxiv/GoodOmen/refs/heads/main/repo.json
After installing, you can type the /goodomen command to access the plugin's settings.
- Update DalamudPackager to latest version via nuget
- Update GLib if major version bump
- Update any actual code that needs to change
- Update API level in .csproj (and repo.json if major version bump)
- Update version number in .csproj
- Build + Test (in game)
- Push + PR
- Merge to
main - Release