v1.0.0.11: Player/NPC tracking on minimap with Show Players and NPCs toggle

Made-with: Cursor
This commit is contained in:
2026-02-28 21:11:40 -05:00
parent 1cccf8967a
commit 3afa7af645
6 changed files with 58 additions and 3 deletions
+2
View File
@@ -118,6 +118,8 @@ public class SystemConfig : CharacterConfiguration
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>
public bool MinimapHideWithGameGui = false;
/// <summary>Show Player/NPC tracking (other players, enemies, bosses, etc.) on the minimap, matching the main map display.</summary>
public bool MinimapShowPlayersAndNpcs = true;
// Do not persist this setting
[JsonIgnore]