Advertisement
Guest User

ksp - mechjeb and engineer for all

a guest
Jun 20th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. @PART[*]:HAS[@MODULE[ModuleCommand]]:Final
  2. {
  3. %MODULE[MechJebCore]
  4. {
  5. MechJebLocalSettings
  6. {
  7. MechJebModuleCustomWindowEditor { unlockTechs = flightControl }
  8. MechJebModuleSmartASS { unlockTechs = flightControl }
  9. MechJebModuleManeuverPlanner { unlockTechs = flightControl }
  10. MechJebModuleNodeEditor { unlockTechs = flightControl }
  11. MechJebModuleTranslatron { unlockTechs = flightControl }
  12. MechJebModuleWarpHelper { unlockTechs = flightControl }
  13. MechJebModuleAttitudeAdjustment { unlockTechs = flightControl }
  14. MechJebModuleThrustWindow { unlockTechs = flightControl }
  15. MechJebModuleRCSBalancerWindow { unlockTechs = flightControl }
  16. MechJebModuleRoverWindow { unlockTechs = flightControl }
  17. MechJebModuleAscentGuidance { unlockTechs = flightControl }
  18. MechJebModuleLandingGuidance { unlockTechs = flightControl }
  19. MechJebModuleSpaceplaneGuidance { unlockTechs = flightControl }
  20. MechJebModuleDockingGuidance { unlockTechs = flightControl }
  21. MechJebModuleRendezvousAutopilotWindow { unlockTechs = flightControl }
  22. MechJebModuleRendezvousGuidance { unlockTechs = flightControl }
  23. }
  24. }
  25. }
  26.  
  27. @PART[*]:HAS[@MODULE[ModuleCommand]]:Final
  28. {
  29. MODULE
  30. {
  31. name = BuildEngineer
  32. }
  33. }
  34.  
  35. @PART[*]:HAS[@MODULE[ModuleCommand]]:Final
  36. {
  37. MODULE
  38. {
  39. name = FlightEngineer
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement