v1.0.0.18: Minimap automations (Desynth, Extract, Repair, Equip, Coffers); player movement cancels automation; >> button with tooltip

Made-with: Cursor
This commit is contained in:
2026-03-01 13:38:50 -05:00
parent 851b450a17
commit 8763cf4c70
6 changed files with 463 additions and 3 deletions
+2
View File
@@ -154,6 +154,8 @@ public class SystemConfig : CharacterConfiguration
public int MinimapCoordBarFontType = 0;
/// <summary>Background color (RGBA) for coordinate bar. Alpha = opacity.</summary>
public Vector4 MinimapCoordBarBackground = new(0f, 0f, 0f, 0.2f);
/// <summary>Show the ">>" action menu button in the top-right corner of the minimap (Desynth, Extract, Repair, Equip, Open Coffers).</summary>
public bool MinimapShowActionMenuButton = true;
// Movement Trail (Carbonite-style: show where you've been)
/// <summary>Draw a red trail of dots on the map showing where you've been.</summary>