Jump to content

Docking Port Bug (Lightly Modded)


Recommended Posts

I've had a version of the Docking Port bug strike my Minmus Station when trying to send the shuttle back to Kerbin. The menu on both ports showed the 'Undock' command but, when selected, nothing happened. Now neither port is showing the undock option.

I can see that this is an ongoing issue and that it can be resolved (at least in the short term) by persistence file editing, however I cannot make sense of the file enough to reset the docking ports into a functional state.

Can anyone help with some editing (I'm on Mac OS so KML doesn't work) or at least give me a guide as to what to change?

Cheers,

Chris

Dropbox link - https://www.dropbox.com/s/tnw8iz8ic2ys2kr/persistent.sfs?dl=0

Vessel - pid = b61add01fa45422a83ad9c7461033045
            name = Minmus Station

Problem Port 1 - name = mk2DockingPort
                cid = 4294450524
                uid = 944302053
                mid = 2933738542

Problem Port 2 - name = dockingPort2
                cid = 4294667814
                uid = 1862344031
                mid = 2933738542

Mods - MechJeb, KER, TAC Fuel Balancer, Trajectories

Edited by ChrisD
Expanded issue description
Link to comment
Share on other sites

Ok, so by comparing my persistence file to a fresh version I managed to effect a fix by changing the 'state' in each of the Docking Port 'MODULE' sections. One must be Docked (docker) and one must be Docked (dockee)

MODULE
                {
                    name = ModuleDockingNode
                    isEnabled = True
                    crossfeed = True
                    stagingEnabled = False
                    state = Docked (docker)
            

MODULE
                {
                    name = ModuleDockingNode
                    isEnabled = True
                    crossfeed = True
                    stagingEnabled = False
                    state = Docked (dockee)
            

 

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...