Advertisement
Guest User

Untitled

a guest
Jun 17th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. PART
  2. {
  3. name = XLI-EngineRCS
  4. module = Part
  5. author = Xyphos
  6. mesh = XLI-EngineRCS.mu
  7. scale = 1
  8. rescaleFactor = 1
  9. node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 1
  10. TechRequired = specializedControl
  11. entryCost = 4200
  12. cost = 1400
  13. category = Control
  14. subcategory = 0
  15. title = XLI RCS Engine
  16. manufacturer = Xyphos Labs Inc
  17. description = This is a small multi-port liquid engine that operates via RCS control only, to provide better attitude control for larger vessels.
  18. attachRules = 0,1,0,1,1
  19. mass = 0.08
  20. // heatConductivity = 0.06 // half default
  21. emissiveConstant = 0.8 // engine nozzles are good at radiating.
  22. dragModelType = default
  23. maximum_drag = 0.01
  24. minimum_drag = 0.01
  25. angularDrag = 0.1
  26. crashTolerance = 50
  27. breakingForce = 50
  28. breakingTorque = 50
  29. maxTemp = 2000 // = 3400
  30. fuelCrossFeed = True
  31. PhysicsSignificance = 1
  32. bulkheadProfiles = srf
  33. MODULE
  34. {
  35. name = ModuleRCS
  36. thrusterTransformName = RCS
  37. thrusterPower = 24
  38. resourceName = LiquidFuel
  39. resourceFlowMode = STAGE_PRIORITY_FLOW
  40. PROPELLANT
  41. {
  42. name = LiquidFuel
  43. ratio = 0.9
  44. DrawGauge = True
  45. resourceFlowMode = STAGE_PRIORITY_FLOW
  46. }
  47. PROPELLANT
  48. {
  49. name = Oxidizer
  50. ratio = 1.1
  51. resourceFlowMode = STAGE_PRIORITY_FLOW
  52. }
  53. atmosphereCurve
  54. {
  55. key = 0 260
  56. key = 1 140
  57. key = 5 0.001
  58. }
  59. }
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement