Files
2026-02-26 22:44:16 -06:00

37 lines
1.5 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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/` (or `Release/`).
## Install (dev)
1. **xlsettings** → Experimental → add the full path to `HSPosition.dll` to **Dev Plugin Locations**.
2. **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 FFXIVs usual ~90° cones for positionals.