Skip to content

Required Area for jets in PAW is showing up as "Need_Area:" #48

@Clayell

Description

@Clayell

This should probably be changed to something like "Required Area: (area) m^2"

(look at the PAW on the right)

Relevant function:

virtual public void Start()
{
CreateEngine();
Need_Area = RequiredIntakeArea();
Fields[nameof(Need_Area)].guiActiveEditor = Need_Area > 0f;
currentThrottle = 0f;
flameout = false;
SetUnflameout();
Fields[nameof(fuelFlowGui)].guiActive = false;
Fields[nameof(massFlowGui)].guiUnits = " kg/s";
flowKG = true;
Fields[nameof(engineTemp)].guiUnits = $" K / {maxEngineTemp:N0} K";
}

(example images from here)
Image

Image

Found this while investigating KSP-RO/AJE#41.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions