—

↑↓←→pan N/S/E/W +-zoom []previous / next track Ffit the course Afit everything, strays included GGPS / NavDisplay LOD

Dropped by LOD counts what the map screen does not draw at all. L4GaugeImage::Draw takes the first LOD whose scale is at least the LOD value and draws nothing once the value runs past the largest, so objects vanish rather than simplify. Worth knowing what the data does with that: every placement in every track is the same model, cn3, and it carries one LOD at scale 1000. So the count stays at zero until you pass 1000 m/px, when the whole track disappears at once. The rule is the engine's; this content just never leans on it.

NavDisplay sets its LOD from the zoom (LODIndex = metersPerPixel), which is the pannable radar screen, 448×416 in L4GAUGE.CFG. GPS is the little 125×203 panel whose LOD the config pins at 1.0 however far out it is scaled.

Colours are the game's own: palette indices resolved through secpal.pcc, the palette the pod's secondary port is configured with. The walls are grey because index 51 is grey.