Advertisement
Guest User

Untitled

a guest
Mar 30th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. +PART[ca_aacs]
  2. {
  3. !MODULE{ModuleSAS}
  4. !RESOURCE{ElectricCharge}
  5.  
  6. @name = AACS_Mechjeb_ModuleMk1
  7. @TechRequired = basicScience
  8. @module = Part
  9. @author = Mechjeb
  10. @node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, -90, 1
  11. @attachRules = 0,1,0,1,0
  12. @TechRequired = flightControl
  13. @entryCost = 15000
  14. @cost = 750
  15. @category = Control
  16. @subcategory = 0
  17. @title = MechJeb 2 (AACS Case)
  18. @manufacturer = Anatid Robotics
  19. @description = A ruggedized version of MechJeb's neural circuits in a radial-mount case.
  20.  
  21. @mass = 0.0001
  22. @thermalMassModifier = 100
  23. @skinThermalMassModifier = 100
  24. @dragModelType = default
  25. @maximum_drag = 0.0
  26. @minimum_drag = 0.0
  27. @angularDrag = 0
  28. @crashTolerance = 6
  29. @maxTemp = 2900
  30.  
  31. @CrewCapacity = 0
  32.  
  33. @vesselType = Probe
  34.  
  35. @tags = command control autopilot
  36.  
  37.  
  38. +MODULE
  39. {
  40. @name = ModuleCommand
  41. @minimumCrew = 0
  42.  
  43. @RESOURCE
  44. {
  45. @name = ElectricCharge
  46. @rate = 0.005
  47. }
  48. }
  49.  
  50. +MODULE
  51. {
  52. %name = MechJebCore
  53. %MechJebLocalSettings {
  54. %MechJebModuleCustomWindowEditor { unlockTechs = flightControl }
  55. %MechJebModuleSmartASS { unlockTechs = flightControl }
  56. %MechJebModuleManeuverPlanner { unlockTechs = advFlightControl }
  57. %MechJebModuleNodeEditor { unlockTechs = advFlightControl }
  58. %MechJebModuleTranslatron { unlockTechs = advFlightControl }
  59. %MechJebModuleWarpHelper { unlockTechs = advFlightControl }
  60. %MechJebModuleAttitudeAdjustment { unlockTechs = advFlightControl }
  61. %MechJebModuleThrustWindow { unlockTechs = advFlightControl }
  62. %MechJebModuleRCSBalancerWindow { unlockTechs = advFlightControl }
  63. %MechJebModuleRoverWindow { unlockTechs = fieldScience }
  64. %MechJebModuleAscentGuidance { unlockTechs = unmannedTech }
  65. %MechJebModuleLandingGuidance { unlockTechs = unmannedTech }
  66. %MechJebModuleSpaceplaneGuidance { unlockTechs = unmannedTech }
  67. %MechJebModuleDockingGuidance { unlockTechs = advUnmanned }
  68. %MechJebModuleRendezvousAutopilotWindow { unlockTechs = advUnmanned }
  69. %MechJebModuleRendezvousGuidance { unlockTechs = advUnmanned }
  70. }
  71. }
  72.  
  73. +MODULE
  74. {
  75. %name = MechJebAR202
  76. }
  77.  
  78. +RESOURCE
  79. {
  80. %name = ElectricCharge
  81. %amount = 5
  82. %maxAmount = 5
  83. }
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement