raveloda / Coatl-Aerospace

KSP Mod Repository
26 stars 22 forks source link

CA-ED3 Argo Dish Antenna got no RemoteTech patch #71

Closed Gordon-Dry closed 4 years ago

Gordon-Dry commented 6 years ago

This antenna looks like this in MM cache with RemoteTech:

UrlConfig
{
    name = ca_argo-mk2-hga
    type = PART
    parentUrl = Coatl Aerospace/ProbesPlus/Parts/Argo-mk2/_argo-mk2-hga
    PART
    {
        name = ca_argo-mk2-hga
        module = PartTapIn
        author = Akron
        rescaleFactor = 1.0
        node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
        node_stack_mast = 0.0, 0.0, 0.189, 0.0, 1.0, 0.0, 0
        node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
        attachRules = 1,1,1,0,0
        TechRequired = basicScience
        entryCost = 2300
        cost = 700
        category = Communication
        subcategory = 0
        title = CA-ED3 Argo Dish Antenna
        manufacturer = Coatl Aerospace
        description = This high-power dish antenna can provide signal for interplanetary missions. The attachment node behind it contains structural support for the Argo Mk2 Mast, Toggle the Thermal cover from the right-click menu.
        mass = 0.1
        dragModelType = default
        maximum_drag = 0.2
        minimum_drag = 0.2
        angularDrag = 1
        crashTolerance = 10
        maxTemp = 2000
        bulkheadProfiles = srf
        tags = coatl ca argo mariner dish antenna direct radio signal transmi
        MODEL
        {
            model = Coatl Aerospace/ProbesPlus/Parts/Argo-mk2/argo-mk2-hga
        }
        MODULE
        {
            name = FSmeshSwitch
            moduleID = 0
            buttonName = Toggle Cover
            previousButtonName = Toggle Cover
            objectDisplayNames = NoCover;Covered
            showPreviousButton = false
            useFuelSwitchModule = false
            objects = mesh;mesh,cover
            updateSymmetry = true
            affectColliders = true
            showInfo = true
            debugMode = false
        }
        MODULE
        {
            name = ModuleJettison
            jettisonName = mast_strut
            bottomNodeName = mast
            isFairing = False
            jettisonedObjectMass = 0.1
            jettisonForce = 5
            jettisonDirection = 0 0 1
        }
        MODULE
        {
            name = ModuleAGX
        }
        MODULE
        {
            name = ModuleSYPartTracker
        }
        MODULE
        {
            isEnabled = True
            name = BuoyancyControl
            enabled = true
        }
        MODULE
        {
            name = HotSpotModule
        }
    }
}
Gordon-Dry commented 5 years ago

see https://github.com/raveloda/Coatl-Aerospace/pull/72