Jump to content

wetnose

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • About me
    Curious George

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. KSP 1.9 Problem 1. Sometimes, after using of the autopilot, I loose ability to control the ship - it ignores all the control buttons even if disable the autopilot. var wnd = new ui.window false, ui.layout.vertical var stab = false var vv = 10 wnd.x -= (unity.screen.width - 200) / 3 wnd.title = "Kill H/s" def autoUp stab = true def autoOff stab = false autopilot.disable() var btnUp = wnd.addButton "ON", autoUp var btnOff = wnd.addButton "OFF", autoOff btnUp.width = 120 btnOff.width = 120 wnd.visible = true try while true if stab var hv = ship.srfvel.projectOnPlane ship.away autopilot.direction = ship.away * vv - hv wait finally wnd.dispose() Problem 2. When the autopilot is enabled I cannot correct the ship orientation manually - all my commands are ignored. It is contrintuitive. MechJeb2 Translation Tool allows manual corrections.
  2. MechJeb2 v2.9.1.0 (latest), KSP 1.9 Translation autopilot does not work with Breaking Ground parts (controllers, electric engines, propellers). So it is not possible to use it for stabilizing helicopters. Pity. It is planned to fix this problem?
×
×
  • Create New...