Advertisement
Briso

Untitled

Apr 7th, 2019
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. @PART[ShuttleOMSPodL]:FOR[RealismOverhaul]
  2. {
  3. %RSSROConfig = True
  4.  
  5. @MODEL
  6. {
  7. @scale = 0.64, 0.64, 0.64
  8. }
  9.  
  10. @scale = 0.64
  11. @rescaleFactor = 1.5625
  12.  
  13. @node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2
  14. @node_stack_OMS = 0.1815202, -2.481452, -0.1543761, 0.0, -1.0, 0.0, 1
  15.  
  16. @title = Shuttle OMS Pod - Left
  17. @manufacturer = Boeing/Rockwell
  18. @description = This is the combined fuel tank, RCS module and engine OMS mount of the Space Shuttle.
  19.  
  20. @mass = 1.0
  21. @crashTolerance = 10
  22. @breakingForce = 250
  23. @breakingTorque = 250
  24. @maxTemp = 1500
  25. %skinMaxTemp = 2700
  26.  
  27.  
  28. !MODULE[ModuleFuelTanks],*{}
  29.  
  30. MODULE
  31. {
  32. name = ModuleFuelTanks
  33. type = Default
  34. volume = 21660
  35. basemass = -1
  36.  
  37.  
  38. TANK
  39. {
  40. name = MMH
  41. amount = 4087
  42. maxAmount = 4087
  43. }
  44.  
  45.  
  46. TANK
  47. {
  48. name = NTO
  49. amount = 6743
  50. maxAmount = 6743
  51. }
  52.  
  53. TANK
  54. {
  55. name = Helium
  56. amount = 10000
  57. maxAmount = 10000
  58. }
  59. }
  60.  
  61. @MODULE[ModuleRCSFX*]
  62. {
  63. !resourceName = DELETE
  64. @thrusterPower = 3.5
  65. PROPELLANT
  66. {
  67. name = MMH
  68. ratio = 8.17
  69. }
  70.  
  71. PROPELLANT
  72. {
  73. name = NTO
  74. ratio = 13.48
  75. }
  76.  
  77. PROPELLANT
  78. {
  79. name = Helium
  80. ratio = 0.13
  81. }
  82. }
  83.  
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement