Skip to content

exatrines/DTROverlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTR Overlay

FF14 Dalamud plugin that replaces the Server Info Bar with a customizable ImGui overlay.

Plugin Repository URL

https://raw.githubusercontent.com/exatrines/DalamudPlugins/refs/heads/main/pluginmaster.json

In-game

  • /dtroverlay — toggle settings UI
  • /dtroverlay on|off|toggle — enable or disable overlay

Settings tab highlights

  • Layout: Horizontal / Vertical, Follow Vanilla DTR, plugin order, native/plugin division
  • Appearance: font scale, colors, separators
  • Plugin entries: order, visibility, prefix/suffix, min width, per-entry colors

See spec.md for behavior details.

Build

git submodule update --init --recursive
dotnet build DTROverlay.sln -c Release

Release (maintainers)

bash .github/scripts/bump-version.sh 1.0.0.0
git add DTROverlay/DTROverlay.json DTROverlay/DTROverlay.csproj CHANGELOG.md
git commit -m "Release 1.0.0.0"
git tag v1.0.0.0
git push origin main
git push origin v1.0.0.0

Pushing a v* tag (or running the Release workflow manually) builds DTROverlay.zip and publishes a GitHub Release.

License

AGPL-3.0-or-later

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages