Jump to content

Clamp-o-trons won't undock


Recommended Posts

I have two ships mated by standard clamp-o-trons. I've undocked and docked them before, but this time something bugged and when I clicked "undock" they didn't become detached. I've tried in-game solutions like using an Engineer to repair (doesn't show as broken) or disassemble the part (it has child parts, so I can't do that). I've tried restarting the game too.

I'm not sure what to do from here. Can this be fixed by editing the Save file? if so, what would I change

 

EDIT: I found the node the ship is docked to in the Save file. Is there something I can change here?

 

MODULE
                {
                    name = ModuleDockingNode
                    isEnabled = True
                    crossfeed = True
                    stagingEnabled = False
                    state = Disengage
                    dockUId = 533899350
                    dockNodeIdx = 0
                    EVENTS
                    {
                        Undock
                        {
                            active = False
                            guiActive = True
                            guiActiveUncommand = False
                            guiIcon = Undock
                            guiName = Undock
                            category = Undock
                            guiActiveUnfocused = True
                            unfocusedRange = 2
                            externalToEVAOnly = True
                        }
                        UndockSameVessel
                        {
                            active = False
                            guiActive = True
                            guiActiveUncommand = False
                            guiIcon = Undock
                            guiName = Undock
                            category = Undock
                            guiActiveUnfocused = True
                            unfocusedRange = 2
                            externalToEVAOnly = True
                        }
                        Decouple
                        {
                            active = False
                            guiActive = True
                            guiActiveUncommand = False
                            guiIcon = Decouple Node
                            guiName = Decouple Node
                            category = Decouple Node
                            guiActiveUnfocused = True
                            unfocusedRange = 2
                            externalToEVAOnly = True
                        }
                        SetAsTarget
                        {
                            active = True
                            guiActive = False
                            guiActiveUncommand = False
                            guiIcon = Set as Target
                            guiName = Set as Target
                            category = Set as Target
                            guiActiveUnfocused = True
                            unfocusedRange = 200
                            externalToEVAOnly = False
                        }
                        UnsetTarget
                        {
                            active = False
                            guiActive = False
                            guiActiveUncommand = False
                            guiIcon = Unset Target
                            guiName = Unset Target
                            category = Unset Target
                            guiActiveUnfocused = True
                            unfocusedRange = 200
                            externalToEVAOnly = False
                        }
                        EnableXFeed
                        {
                            active = False
                            guiActive = True
                            guiActiveEditor = True
                            guiActiveUncommand = False
                            guiIcon = Enable Crossfeed
                            guiName = Enable Crossfeed
                            category = Enable Crossfeed
                            guiActiveUnfocused = False
                            unfocusedRange = 2
                            externalToEVAOnly = True
                        }
                        DisableXFeed
                        {
                            active = True
                            guiActive = True
                            guiActiveEditor = True
                            guiActiveUncommand = False
                            guiIcon = Disable Crossfeed
                            guiName = Disable Crossfeed
                            category = Disable Crossfeed
                            guiActiveUnfocused = False
                            unfocusedRange = 2
                            externalToEVAOnly = True
                        }
                        MakeReferenceTransform
                        {
                            active = True
                            guiActive = True
                            guiActiveUncommand = False
                            guiIcon = Control from Here
                            guiName = Control from Here
                            category = Control from Here
                            guiActiveUnfocused = False
                            unfocusedRange = 2
                            externalToEVAOnly = True
                        }
                        ToggleStaging
                        {
                            active = True
                            guiActive = False
                            guiActiveEditor = True
                            guiActiveUncommand = False
                            guiIcon = Disable Staging
                            guiName = Port: Enable Staging
                            category = Disable Staging
                            guiActiveUnfocused = False
                            unfocusedRange = 2
                            externalToEVAOnly = True
                        }
                    }
                    ACTIONS
                    {
                        UndockAction
                        {
                            actionGroup = None
                        }
                        DecoupleAction
                        {
                            actionGroup = None
                        }
                        EnableXFeedAction
                        {
                            actionGroup = None
                        }
                        DisableXFeedAction
                        {
                            actionGroup = None
                        }
                        ToggleXFeedAction
                        {
                            actionGroup = None
                        }
                    }
                    DOCKEDVESSEL
                    {
                        vesselName = Resupply Ship
                        vesselType = 6
                        rootUId = 2322811031

Edited by tjt
Link to comment
Share on other sites

The fix is in that first block of text under State. Change that from "Disengage" to "Docked (docker)"

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

                    dockUId = 533899350
                    dockNodeIdx = 0
                    EVENTS


 

Edited by tjt
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...