camlost2 / AJE

Advanced Jet Engine for KSP
8 stars 10 forks source link

Thrust Limiter with ModuleEnginesAJERotor #57

Closed svm420 closed 8 years ago

svm420 commented 8 years ago

Currently the thrust limiter only appears to affect thrust in the editor. Upon going into flight the thrust limiter has no effect on output.

blowfishpro commented 8 years ago

https://github.com/camlost2/AJE/blob/solver_redo/Source/AJERotor.cs#L81

For reference when I actually get around to this ... it should multiply by thrustPercentage * 0.01

blowfishpro commented 8 years ago

Should be fixed now