Skip to content

Commit

Permalink
Fix custom window presets
Browse files Browse the repository at this point in the history
Some fields got renamed since these were last updated; some of these
strings were simply wrong (periods that should be colons) and would
never have worked.
  • Loading branch information
Nazfib committed Dec 11, 2023
1 parent 7a116f3 commit 9806024
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions MechJeb2/MechJebModuleCustomInfoWindow.cs
Expand Up @@ -979,12 +979,12 @@ public struct Preset
@"--- MechJeb Custom Window ---
Name: " + Localizer.Format("#MechJeb_WindowEd_Presetname5") + @"
Show in: flight
Value:FlightRecorder.deltaVExpended
Value:FlightRecorder.gravityLosses
Value:FlightRecorder.dragLosses
Value:FlightRecorder.steeringLosses
Value:FlightRecorder.timeSinceMark
Value:FlightRecorder.phaseAngleFromMark
Value:FlightRecorder.DeltaVExpended
Value:FlightRecorder.GravityLosses
Value:FlightRecorder.DragLosses
Value:FlightRecorder.SteeringLosses
Value:FlightRecorder.TimeSinceMark
Value:FlightRecorder.PhaseAngleFromMark
Value:FlightRecorder.GroundDistanceFromMark
-----------------------------" //Ascent Stats
},
Expand Down Expand Up @@ -1052,7 +1052,7 @@ public struct Preset
Name: " + Localizer.Format("#MechJeb_WindowEd_Presetname9") + @"
Show in: flight
Action:FlightRecorder.Mark
Value:FlightRecorder.timeSinceMark
Value:FlightRecorder.TimeSinceMark
Value:VesselState.time
-----------------------------" //Stopwatch
},
Expand All @@ -1078,13 +1078,13 @@ public struct Preset
Show in: flight
Value:VesselState.AoA
Value:VesselState.AoS
Value:VesselState.AoD
Value:VesselState.displacementAngle
Value:VesselState.mach
Value:VesselState.dynamicPressure
Value.VesselState.maxDynamicPressure
Value.VesselState.intakeAir
Value.VesselState.intakeAirAllIntakes
Value.VesselState.intakeAirNeeded
Value:VesselState.maxDynamicPressure
Value:VesselState.intakeAir
Value:VesselState.intakeAirAllIntakes
Value:VesselState.intakeAirNeeded
Value:VesselState.atmosphericDensityGrams
Value:InfoItems.AtmosphericPressure
Value:InfoItems.AtmosphericDrag
Expand Down

0 comments on commit 9806024

Please sign in to comment.