-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
This should probably be changed to something like "Required Area: (area) m^2"
(look at the PAW on the right)
Relevant function:
SolverEngines/SolverEngines/EngineModule.cs
Lines 106 to 118 in cc88b32
| 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)

Found this while investigating KSP-RO/AJE#41.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
