Kerbal Engineer Redux

Kerbal Engineer Redux

2M Downloads

Request: recognize all RealFuels for TWR/Thrust/dV calcs

Gordon-Dry opened this issue ยท 3 comments

commented

I just launched a rocket, first stage with MMH/NTO and no Thrust/TWR/dV is shown.
But the 2nd stage is already shown, with Hydrazine as fuel.

This lets me guess that not all fuel types added by RealFuels are taken into account.

I got a few of these but I'm not sure if this is because of this issue or something else:

NullReferenceException: Object reference not set to an instance of an object
  at KerbalEngineer.Flight.Readouts.Body.BodyName.Draw (ISectionModule section) [0x00000] in <filename unknown>:0 
  at KerbalEngineer.Flight.Sections.SectionModule.DrawReadoutModules () [0x00000] in <filename unknown>:0 
  at KerbalEngineer.Flight.Sections.SectionModule.Draw () [0x00000] in <filename unknown>:0 
  at KerbalEngineer.Flight.Sections.SectionWindow.Window (Int32 windowId) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUILayout+LayoutedWindow.DoWindow (Int32 windowID) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUI.CallWindowDelegate (UnityEngine.WindowFunction func, Int32 id, Int32 instanceID, UnityEngine.GUISkin _skin, Int32 forceRect, Single width, Single height, UnityEngine.GUIStyle style) [0x00000] in <filename unknown>:0 
 
(Filename:  Line: -1)

Log and craft:
https://www.dropbox.com/s/x0bjuqjvlgd1hns/2018-05-23_1%20KSP.log.7z?dl=1

https://i.imgur.com/mmwBXW9.png

commented

That error is prolly a one-time thing during a scene transition where the body is null.

I will have to do some extensive testing with realfuels, I don't normally play with it. Thanks for the report.

commented

This does not appear to be a fuel problem. I get the same thing using rp1/lox. As soon as you throttle up the thrust goes to 0 and so does the dV using realfuels.

commented

this is hopefully fixed in 1150