Guest User

Untitled

a guest
Feb 5th, 2023
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1.  
  2. @PART[nuclearEngine] {
  3.  
  4. !MODULE[ModuleEngines] {
  5. }
  6.  
  7. MODULE
  8. {
  9. name = MultiModeEngine
  10. primaryEngineID = LF
  11. primaryEngineModeDisplayName = LF
  12. secondaryEngineID = LFO
  13. secondaryEngineModeDisplayName = LFO
  14. }
  15.  
  16. MODULE
  17. {
  18. name = ModuleEngines
  19. engineID = LF
  20. thrustVectorTransformName = thrustTransform
  21. exhaustDamage = True
  22. ignitionThreshold = 0.1
  23. minThrust = 0
  24. maxThrust = 60
  25. heatProduction = 250
  26. fxOffset = 0, 0, 1
  27. EngineType = Nuclear
  28. exhaustDamageDistanceOffset = 1.86
  29. PROPELLANT
  30. {
  31. name = LiquidFuel
  32. ratio = 0.9
  33. DrawGauge = True
  34. }
  35. atmosphereCurve
  36. {
  37. key = 0 800
  38. key = 1 185
  39. key = 2 0.001
  40. }
  41. }
  42.  
  43. MODULE
  44. {
  45. name = ModuleSurfaceFX
  46. thrustProviderModuleIndex = 0
  47. fxMax = 0.7
  48. maxDistance = 50
  49. falloff = 2.5
  50. thrustTransformName = thrustTransform
  51. }
  52.  
  53. MODULE
  54. {
  55. name = ModuleEngines
  56. engineID = LFO
  57. thrustVectorTransformName = thrustTransform
  58. exhaustDamage = True
  59. ignitionThreshold = 0.1
  60. minThrust = 0
  61. maxThrust = 90
  62. heatProduction = 500
  63. fxOffset = 0, 0, 1
  64. EngineType = Nuclear
  65. exhaustDamageDistanceOffset = 1.86
  66. PROPELLANT
  67. {
  68. name = LiquidFuel
  69. ratio = 0.9
  70. DrawGauge = True
  71. }
  72. PROPELLANT
  73. {
  74. name = Oxidizer
  75. ratio = 1.1
  76. }
  77. atmosphereCurve
  78. {
  79. key = 0 533
  80. key = 1 223
  81. key = 2 0.1
  82. }
  83. }
  84.  
  85. MODULE
  86. {
  87. name = ModuleSurfaceFX
  88. thrustProviderModuleIndex = 0
  89. fxMax = 0.7
  90. maxDistance = 50
  91. falloff = 2.5
  92. thrustTransformName = thrustTransform
  93. }
  94. }
Advertisement
Add Comment
Please, Sign In to add comment