v1.0.0.2: Red direction arrow on minimap pointing to player flag

Made-with: Cursor
This commit is contained in:
2026-02-26 21:23:17 -05:00
parent 4b2c337695
commit 31ab36d645
6 changed files with 69 additions and 10 deletions
+2
View File
@@ -112,6 +112,8 @@ public class SystemConfig : CharacterConfiguration
public bool MinimapShowQuestDirectionArrow = true;
/// <summary>Show direction arrows for nearby FATEs on the minimap (purple, matching FATE marker).</summary>
public bool MinimapShowFateDirectionArrows = true;
/// <summary>Show a red direction arrow pointing toward the player flag when it's off the minimap.</summary>
public bool MinimapShowFlagDirectionArrow = true;
/// <summary>Show quest objective area radius circles on the minimap (same as Area Map).</summary>
public bool MinimapShowQuestAreaRadius = true;
/// <summary>When true, minimap hides with the game GUI (dialogue, interaction, nameplates off). When false, minimap stays visible during dialogue and object interaction.</summary>