Crate insim_pth

source ·
Expand description

§insim_pth

Parse a Live for Speed pth (path) file.

A pth file consists of a series points Node, with direction and width (Limit), that describe the track that you drive along.

Historically LFS has used the PTH to watch your progress along the track, decides if you are driving in reverse, the yellow and blue flag systems, the position list, timing, etc.

On a standard LFS track the Node is communicated via MCI and NLP Insim packets.

On an open configuration Node are not used and are unavailable via Insim MCI packets.

The distance between each Node is not constant. According to the LFS developers there is approximately 0.2 seconds of time between passing one node and the next, when you are “driving at a reasonable speed”.

Structs§

  • Describes the Left and Right limit, of a given node.
  • Node / or point on a track
  • PTH file

Enums§