Skip to content

Instantly share code, notes, and snippets.

@ManicJamie
Created January 27, 2024 00:02
Show Gist options
  • Save ManicJamie/dc07801f5c13f00a9e2ffbe404c8dc07 to your computer and use it in GitHub Desktop.
Save ManicJamie/dc07801f5c13f00a9e2ffbe404c8dc07 to your computer and use it in GitHub Desktop.
Livesplit Columns explanation

(For completeness, a Split is the time between the start of a run and now, a Segment is the time between the previous split and the current split. A Gold is the fastest you have completed a segment).

The Splits layout element displays the name & icon of the split, followed by a series of columns displayed left to right. These columns can hold the following information:

  • Delta, a +/- comparison of your overall time at that split vs a comparison (empty if upcoming)
  • Split time, the time you reached a split. Shows your comparison's split time until you reach that split.
  • Delta or Split Time; upcoming splits show their Split Time until the running segment time is larger than your gold for that segment, at which point it switches to Delta
  • Segment Delta, a +/- comparison of the time taken within the segment vs a given comparison (empty if upcoming)
  • Segment Time, the time taken within a segment (comparison if upcoming)
  • Segment Delta or Segment Time; upcoming splits show their Segment Time until the running segment time is larger than your gold, at which point it switches to Delta

These columns can be found by going inside Edit Layout -> Splits then navigate down to the Columns section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment