v1.0.0.14: Movement Trail (Carbonite-style) - red dots show where you've been
Made-with: Cursor
This commit is contained in:
@@ -123,6 +123,16 @@ public class SystemConfig : CharacterConfiguration
|
||||
/// <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;
|
||||
|
||||
// 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>
|
||||
public bool ShowMovementTrail = false;
|
||||
/// <summary>Minimum distance (world units) before adding a new trail point.</summary>
|
||||
public float MovementTrailMinDistance = 2f;
|
||||
/// <summary>How long (seconds) trail points stay visible before fading out.</summary>
|
||||
public float MovementTrailFadeTimeSeconds = 60f;
|
||||
/// <summary>Maximum number of trail points to keep.</summary>
|
||||
public int MovementTrailMaxPoints = 100;
|
||||
|
||||
// Do not persist this setting
|
||||
[JsonIgnore]
|
||||
public bool DebugMode = false;
|
||||
|
||||
Reference in New Issue
Block a user