StaticModule: AutoKourse - KSP-RO/Kerbal-Konstructs GitHub Wiki

This module plays a sets the digits on a runway to the heading.

MODULE
{
    // Mandatory, always the same
    namespace = BWStatics
    name = AutoKourseModule

    // Optional
    digit0Name = digit0_obj  // name of the first digit
    digit1Name = digit1_obj  // name of the second digit
    headingAdjustment = 0    // adjustment of the heading. set to 180 (or -180) for the other end of the runway
}