HSPosition-0.0.0.1
HSPosition
A Dalamud plugin for FFXIV that draws a colored ground ring under your current target.
Plugin list: The master list for this and other plugins (e.g. HSCompare) lives in the DalamudPlugins repo on Gitea. Users add: http://brassnet.ddns.net:33983/Dawnsorrow/DalamudPlugins/raw/main/pluginmaster.json as a custom repo. The color reflects your positional:
- Green = Front
- Amber = Flank
- Red = Rear
So you can see at a glance whether you need to move for positional abilities.
Build
- .NET 10 SDK and Dalamud dev install (e.g. XIVLauncher with Dalamud, run game once).
- Build:
dotnet build HSPosition.sln -c Debug(or Release). - Output:
HSPosition/bin/x64/Debug/(orRelease/).
Install (dev)
- xlsettings → Experimental → add the full path to
HSPosition.dllto Dev Plugin Locations. - xlplugins → Dev Tools → Installed Dev Plugins → enable HSPosition.
Usage
- Target something; a ring appears under it. Color = your current positional (front/flank/rear).
- /hspos — open configure menu (or use the Configure button on the plugin in the installer).
- Configure: enable/disable, ring radius, line thickness, segments, angle offset/invert, and colors for front/flank/rear.
Positional angles
- Front: ±45° in front of the target.
- Flank: 45°–135° to the left or right.
- Rear: 135°–180° behind the target.
Matches FFXIV’s usual ~90° cones for positionals.
Description
Languages
C#
100%