Jump to content

shrx

Members
  • Posts

    70
  • Joined

  • Last visited

Posts posted by shrx

  1. Is it possible to improve the deltaV window so it displays deltaV for all stages, even those without engines?

    For example, consider this rocket:

       /\       command pod 
    o:| | radial decouplers on the upper tank with some ballast
    |/\| upper engine
    -- decoupler
    | | lower tank
    /\ lower engine

    Stage 0: activate radial decouplers

    Stage 1: decouple lower tank, activate upper engine

    Stage 2: activate lower engine

    Mechjeb will display the deltaV info only for stages 2 and 0. For Stage 1 the deltaV will be 0. Is it possible to show the correct value?

  2. Same happened to me. Noticeable on high time-warp (at least 5 triangles). SAS was turned off and I didn't have any RCS.

    Edit: I read the thread more carefully and it seems I have a different problem. At high time warp the Pe can change dramatically, for hundreds of thousands km.

    The problem you described seems to be just physics calculations rounding errors.

  3. "Fine tune closest approach to target" does not seem to work.

    I went to Duna and set the approach to be 50 km Pe, but after the maneuver it was about a million km. I manually created a new maneuver node and managed to correct the Pe with no problems. However, I had to do a radial burn to achieve the desired Pe.

    Does Mechjeb do only pro- and retrograde burns when fine-tuning the approach?

  4. My kerbal is seating on the External command seat. If I order him to leave it in game, he falls to the ground and is unresponsive.

    Can I edit the save game so that I change his location from the seat to an EVA nearby?

    Here's the relevant code:

    seat part:

    PART
    {
    name = seatExternalCmd
    uid = 3290539056
    mid = 0
    parent = 0
    position = -0.0119509696960449,0.192138671875,-0.509999930858612
    rotation = 0,0,0,1
    mirror = 1,1,1
    istg = 0
    dstg = 0
    sqor = -1
    sidx = -1
    attm = 1
    srfN = srfAttach, 0
    mass = 0.05
    temp = -47.29295
    expt = 0.5
    state = 1
    connected = True
    attached = True
    flag = Squad/Flags/rings
    rTrf = seatExternalCmd
    EVENTS
    {
    }
    ACTIONS
    {
    }
    MODULE
    {
    name = KerbalSeat
    isEnabled = True
    occupantID = 3066583610
    EVENTS
    {
    BoardSeat
    {
    active = False
    guiActive = False
    guiIcon = Board
    guiName = Board
    category = Board
    guiActiveUnfocused = True
    unfocusedRange = 2
    externalToEVAOnly = True
    }
    }
    ACTIONS
    {
    }
    }
    MODULE
    {
    name = ModuleTripLogger
    isEnabled = False
    EVENTS
    {
    }
    ACTIONS
    {
    }
    Surfaced
    {
    }
    Flew
    {
    }
    FlewBy
    {
    }
    Orbited
    {
    }
    SubOrbited
    {
    }
    }
    }

    kerbal part:

    PART
    {
    name = kerbalEVA
    uid = 3066583610
    mid = 0
    parent = 95
    position = -0.0119814425706863,0.269121706485748,-0.569981396198273
    rotation = -0.7071291,9.030358E-05,2.818773E-05,0.7070847
    mirror = 1,1,1
    istg = 0
    dstg = 0
    sqor = -1
    sidx = -1
    attm = 0
    srfN = None, -1
    mass = 0.09375
    temp = -86.06354
    expt = 0
    state = 1
    connected = True
    attached = True
    flag = Squad/Flags/rings
    rTrf = referenceTransform
    crew = 6
    EVENTS
    {
    }
    ACTIONS
    {
    }
    MODULE
    {
    name = KerbalEVA
    isEnabled = False
    Fuel = 100
    state = Seated (Command)
    step = 1.208333
    packExt = False
    lightOn = False
    Fuel = 100
    flags = 1
    EVENTS
    {
    PlantFlag
    {
    active = False
    guiActive = True
    guiIcon = Plant Flag [1]
    guiName = Plant Flag [1]
    category = Plant Flag [1]
    guiActiveUnfocused = False
    unfocusedRange = 2
    externalToEVAOnly = True
    }
    MakeReference
    {
    active = True
    guiActive = True
    guiIcon = Control From Here
    guiName = Control From Here
    category = Control From Here
    guiActiveUnfocused = False
    unfocusedRange = 2
    externalToEVAOnly = True
    }
    OnDeboardSeat
    {
    active = True
    guiActive = True
    guiIcon = Leave Seat
    guiName = Leave Seat
    category = Leave Seat
    guiActiveUnfocused = False
    unfocusedRange = 2
    externalToEVAOnly = True
    }
    RenameVessel
    {
    active = True
    guiActive = True
    guiIcon = Rename Vessel
    guiName = Rename Vessel
    category = Rename Vessel
    guiActiveUnfocused = False
    unfocusedRange = 2
    externalToEVAOnly = True
    }
    }
    ACTIONS
    {
    }
    vInfo
    {
    vesselName = Doodburry Kerman
    vesselType = 8
    rootUId = 3066583610
    }
    }
    MODULE
    {
    name = LazorEVA
    isEnabled = True
    myVessel = -1
    EVENTS
    {
    Teleport
    {
    active = True
    guiActive = False
    guiIcon =
    guiName =
    category =
    guiActiveUnfocused = False
    unfocusedRange = 2
    externalToEVAOnly = True
    }
    TeleportShort
    {
    active = True
    guiActive = False
    guiIcon =
    guiName =
    category =
    guiActiveUnfocused = False
    unfocusedRange = 2
    externalToEVAOnly = True
    }
    }
    ACTIONS
    {
    }
    }
    }

×
×
  • Create New...