Advertisement
Guest User

M1.cfg

a guest
Oct 7th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. PART
  2. {
  3. name = bluedog_M1
  4. module = Part
  5. author = CobaltWolf
  6. MODEL
  7. {
  8. model = Bluedog_DB/Parts/Saturn/bluedog_F1
  9. }
  10. rescaleFactor = 1
  11.  
  12. // --- node definitions ---
  13. node_stack_top = 0.0, 1.121, 0.0, 0.0, 1.0, 0.0, 3
  14. node_stack_bottom = 0.0, -1.98, 0.0, 0.0, -1.0, 0.0, 3
  15.  
  16.  
  17. EFFECTS
  18. {
  19. running_closed
  20. {
  21. AUDIO
  22. {
  23. channel = Ship
  24. clip = sound_rocket_hard
  25. volume = 0.0 0.0
  26. volume = 1.0 1.0
  27. pitch = 0.0 0.2
  28. pitch = 1.0 1.0
  29. loop = true
  30. }
  31. PREFAB_PARTICLE
  32. {
  33. prefabName = fx_smokeTrail_veryLarge
  34. transformName = thrustTransform
  35. emission = 0.0 0.0
  36. emission = 0.05 0.0
  37. emission = 0.075 0.25
  38. emission = 0.2 0.5
  39. emission = 0.8 1.5
  40. emission = 1.0 2.0
  41. speed = 0.0 0.25
  42. speed = 1.0 1.5
  43. localOffset = 0, 0, 3
  44. }
  45. MODEL_MULTI_PARTICLE
  46. {
  47. modelName = Squad/FX/ks25_Exhaust
  48. transformName = thrustTransform
  49. emission = 0.0 0.0
  50. emission = 0.05 0.0
  51. emission = 0.075 0.25
  52. emission = 1.0 1.0
  53. speed = 0.0 0.5
  54. speed = 1.0 1.0
  55. }
  56. }
  57. engage
  58. {
  59. AUDIO
  60. {
  61. channel = Ship
  62. clip = sound_vent_soft
  63. volume = 1.0
  64. pitch = 2.0
  65. loop = false
  66. }
  67. }
  68. flameout
  69. {
  70. PREFAB_PARTICLE
  71. {
  72. prefabName = fx_exhaustSparks_flameout_2
  73. transformName = thrustTransform
  74. oneShot = true
  75. }
  76. AUDIO
  77. {
  78. channel = Ship
  79. clip = sound_explosion_low
  80. volume = 1.0
  81. pitch = 2.0
  82. loop = false
  83. }
  84. }
  85. }
  86.  
  87. // --- editor parameters ---
  88. TechRequired = heavierRocketry
  89. entryCost = 42000
  90. cost = 13000
  91. category = Propulsion
  92. subcategory = 0
  93. title = Saturn M1 engine
  94. manufacturer = Bluedog Design Bureau
  95. description = THydrolox engine derived from the powerful F1
  96.  
  97. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
  98. attachRules = 1,0,1,1,0
  99.  
  100. // --- standard part parameters ---
  101. mass = 5.8
  102. dragModelType = default
  103. maximum_drag = 0.25
  104. minimum_drag = 0.21
  105. angularDrag = 2
  106. crashTolerance = 18
  107. breakingForce = 220
  108. breakingTorque = 220
  109. maxTemp = 2600
  110.  
  111. stagingIcon = LIQUID_ENGINE
  112. stageOffset = 1
  113. childStageOffset = 1
  114. bulkheadProfiles = size2
  115. MODULE
  116. {
  117. name = ModuleEnginesFX
  118. engineID = BDBF1
  119. thrustVectorTransformName = thrustTransform
  120. runningEffectName = running_closed
  121. exhaustDamage = True
  122. ignitionThreshold = 0.1
  123. // useEngineResponseTime = True
  124. // engineAccelerationSpeed = 16.0
  125. minThrust = 0
  126. maxThrust = 1500
  127. heatProduction = 120
  128. fxOffset = 0, 0, 0.25
  129. PROPELLANT
  130. {
  131. name = LqdHydrogen
  132. ratio = 15
  133. DrawGauge = True
  134. }
  135. PROPELLANT
  136. {
  137. name = Oxidizer
  138. ratio = 1
  139. }
  140. atmosphereCurve
  141. {
  142. key = 0 385
  143. key = 1 263
  144. }
  145.  
  146. }
  147.  
  148. MODULE
  149. {
  150. name = ModuleGimbal
  151. gimbalResponseSpeed = 15
  152. useGimbalResponseSpeed = true
  153. gimbalTransformName = gimbalTransform
  154. gimbalRange = 6.0
  155. }
  156.  
  157. MODULE
  158. {
  159. name = FXModuleLookAtConstraint
  160. CONSTRAINLOOKFX
  161. {
  162. targetName = lowerGimbal2
  163. rotatorsName = upperGimbal2
  164. }
  165. CONSTRAINLOOKFX
  166. {
  167. targetName = upperGimbal2
  168. rotatorsName = lowerGimbal2
  169. }
  170. CONSTRAINLOOKFX
  171. {
  172. targetName = lowerGimbal1
  173. rotatorsName = upperGimbal1
  174. }
  175. CONSTRAINLOOKFX
  176. {
  177. targetName = upperGimbal1
  178. rotatorsName = lowerGimbal1
  179. }
  180.  
  181. }
  182.  
  183. MODULE
  184. {
  185. name = ModuleAlternator
  186. RESOURCE
  187. {
  188. name = ElectricCharge
  189. rate = 16
  190. }
  191. }
  192.  
  193. MODULE
  194. {
  195. name = ModuleSurfaceFX
  196. thrustProviderModuleIndex = 0
  197. fxMax = 1
  198. maxDistance = 100
  199. falloff = 1.5
  200. thrustTransformName = thrustTransform
  201. }
  202.  
  203. }
  204.  
  205. +PART[bluedog_F1]
  206. {
  207. @name = bluedog_F1A
  208. @title = Sarnus-LE1F-2214-A "Regor A" Liquid Engine
  209. @entryCost *= 1.25
  210. @cost *= 1.25
  211. @TechRequired = advFuelSystems
  212.  
  213. @MODULE[ModuleEngines*]
  214. {
  215. @maxThrust *= 1.18
  216. @atmosphereCurve
  217. {
  218. @key,0 = 0 312
  219. @key,1 = 1 271
  220. }
  221. }
  222. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement