Advertisement
Guest User

KSP engine

a guest
Dec 17th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. @PART[51prop]:NEEDS[AirplanePlus]
  2. {
  3. !MODULE[ModuleEngines]
  4. %MODULE[ModuleEngines]
  5. {
  6. %thrustVectorTransformName = thrustTransform
  7. %exhaustDamage = False
  8. %ignitionThreshold = 0
  9. %minThrust = 0
  10. %maxThrust = 35
  11. %heatProduction = 20
  12. %useEngineResponseTime = True
  13. %engineAccelerationSpeed = .1
  14. %engineDecelerationSpeed = .3
  15. %PROPELLANT[LiquidFuel]
  16. {
  17. %ratio = 1
  18. %DrawGauge = True
  19. }
  20. %PROPELLANT[IntakeAir]
  21. {
  22. %ignoreForIsp = True
  23. %ratio = 14
  24. }
  25. %atmosphereCurve
  26. {
  27. %key = 0 5600
  28. }
  29. %atmChangeFlow = True
  30. %useVelCurve = True
  31. %useVelCurveISP = False
  32. %useAtmCurve = True
  33. %useAtmCurveISP = False
  34. %velCurve
  35. {
  36. %key = 0 1
  37. %key = 0.174927 0.9
  38. %key = 0.204082 0.75
  39. %key = 0.233236 0.55
  40. %key = 0.262391 0.25
  41. %key = 0.276968 0
  42. }
  43. %atmCurve
  44. {
  45. %key = 0 0
  46. %key = 0.3 0.2
  47. %key = 0.5 0.8
  48. %key = 1 1
  49. }
  50. }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement