v1.0.0.16: Draw minimap under other UI (HSUI); Draw Under Other UI config

Made-with: Cursor
This commit is contained in:
2026-03-01 12:03:14 -05:00
parent e160af2ab5
commit 340030f826
5 changed files with 10 additions and 2 deletions
+2
View File
@@ -122,6 +122,8 @@ public class SystemConfig : CharacterConfiguration
public bool MinimapShowPlayersAndNpcs = true;
/// <summary>Icon ID for other players on the minimap (default 60403, distinct from party 60421). Override if you prefer a different look.</summary>
public uint MinimapOtherPlayerIconId = 60403;
/// <summary>Draw minimap underneath other plugin UI (e.g. HSUI). Uses ImGui BringWindowToDisplayBack.</summary>
public bool MinimapDrawUnderOtherUI = true;
/// <summary>Show current map info (region, map, area, sub-area) at the top of the minimap.</summary>
public bool MinimapShowMapInfoBar = true;
/// <summary>Order of map info: 0=Region, 1=Map, 2=Area, 3=SubArea. e.g. {0,1,2,3} = Region, Map, Area, SubArea.</summary>