No logs => No support KSP 1.0 gave us VesselModules and the most important of them : FlightIntegrator. This module is the one that handles most of the aerodynamic and heating model. As with all the VesselModules it is easy to replace it and we could have custom version that change only part of the model (Thanks Mu for the modularity). But a problem rise when more than one mod wants to change something in the FlightIntegrator. We know two ways of handling that properly in code and Mo