Jump to content

Dock ports compatibility


BobobXP

Recommended Posts

Hellowww,

I would like how to make it so that two different dock ports can dock (Starliner IDA and KK SpaceX Pack NDS)
@tony48 told me to put the name of the other port in nodeType, which I did for both, but unfortunately it still doesn't work.
Does anyone know what the process is for these two ports to be able to dock? Thank you

I forgot, I resized the IDA to 0.7 so that it is the size of the crew dragon

.cfgs :

Spoiler

PART
{
    name = KK_SpXCD_dockingport
    module = Part
    author = Kartoffelkuchen
    MODEL
    {
        model = Kartoffelkuchen/KK_SpXCD/KK_SpXCD_dockingport
    }
    rescaleFactor = 1
    node_stack_top = 0.0, 0.128517, 0.0, 0.0, 1.0, 0.0, 1
    node_stack_bottom = 0.0, -0.169303, 0.0, 0.0, -1.0, 0.0, 1
    node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
    TechRequired = specializedConstruction
    entryCost = 6400
    cost = 280
    category = Coupling
    subcategory = 0
    title = SpaceX Crew Dragon Dockingport
    manufacturer = KK Research and Development Laboratory
    description = Dock dock dock.
    attachRules = 1,1,1,1,0
    mass = 0.075
    dragModelType = default
    maximum_drag = 0.25
    minimum_drag = 0.25
    angularDrag = 0.5
    crashTolerance = 10
    maxTemp = 2000 // = 3400
    bulkheadProfiles = size1, srf
    tags = #autoLOC_500848 //#autoLOC_500848 = berth capture connect couple dock fasten join moor socket
    stagingIcon = DECOUPLER_VERT
    MODULE
    {
        name = ModuleDockingNode
        referenceAttachNode = top
        nodeType = idaONE
        stagingEnabled = False
    }
    MODULE
    {
        name = ModuleAnimateGeneric
        animationName = KK_SpX_dockingport
        actionGUIName = Toggle
        startEventGUIName = Extend
        endEventGUIName = Retract
    }
}
 

Spoiler

PART
{
    name = idaONE
    module = Part
    author = Hanson Ma, Colton Franke
    mesh = idaONE.mu
    rescaleFactor = 0.7
    node_stack_top = 0.0, 0.00187, 0.0, 0.0, 1.0, 0.0, 1
    node_stack_bottom = 0.0, -0.299, 0.0, 0.0, -1.0, 0.0, 1
    TechRequired = advMetalworks
    entryCost = 7500
    cost = 350
    category = Utility
    subcategory = 0
    title = NASA International Docking Adapter
    manufacturer = Boeing
    description = The International Docking Adapter (IDA) is a spacecraft docking system adapter being developed to convert APAS-95 to the NASA Docking System (NDS)/ International Docking System Standard (IDSS). An IDA will be placed on each of the International Space Station's (ISS) two open Pressurized Mating Adapters (PMA), both of which will be connected to Node-2 (Harmony module).
    attachRules = 1,1,1,1,0
    mass = 0.05
    dragModelType = default
    maximum_drag = 0.25
    minimum_drag = 0.25
    angularDrag = 0.5
    crashTolerance = 10
    maxTemp = 2000 // = 3400
    bulkheadProfiles = size1, srf
    MODULE
    {    
        name = ModuleDockingNode
        nodeType = KK_SpXCD_dockingport
        nodeTransformName = Dock01
        controlTransformName = controlNode1
        deployAnimationController = 1
    }
    MODULE
    {    
        name = ModuleDockingNode
        nodeType = KK_SpXCD_dockingport
        nodeTransformName = Dock02
        controlTransformName = controlNode2
        deployAnimationController = 1
    }

}
 

 

Edited by BobobXP
Link to comment
Share on other sites

You need to overwrite the ModuleDockingNodes so they have the same NodeType, instead of the part name. Try replacing each of the NodeTypes with something standard, preferably specific to you so you don't cause problems with other mod compatibility.

Link to comment
Share on other sites

On 1/13/2021 at 8:39 PM, Clamp-o-Tron said:

You need to overwrite the ModuleDockingNodes so they have the same NodeType, instead of the part name. Try replacing each of the NodeTypes with something standard, preferably specific to you so you don't cause problems with other mod compatibility.

Something like that? unknown.pngunknown.png

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...