Jump to content

adoronron

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by adoronron

  1. So I can use some help on this one. What I am trying to do is get a space plane that can land on other planets at a specific point IE where my base is. So the only thing I see that can do that in MechJeb is the Landing Guidance. To use this I made a vertical takeoff space plane, however when I use the landing guidance it points the back of the plane down. So thinking it was where the plane is being controlled from I put a docking port on the top of the plane but it still points the same way. Anyone have any ideas?
  2. what i am trying to do is make a generator that has a button to start and stop it. the first one is working, but has no buttons. the second on is just not working. MODULE{ name = ModuleGenerator isAlwaysActive = True INPUT_RESOURCE { name = ElectricCharge rate = 2 } OUTPUT_RESOURCE { name = Tritium rate = 10 } } MODULE{ name = ModuleGenerator isAlwaysActive = True activateGUIName = Enable Deuterium shutdownGUIName = Disable Deuterium INPUT_RESOURCE { name = ElectricCharge rate = 2 } OUTPUT_RESOURCE { name = Tritium rate = 10 } }
×
×
  • Create New...