Jump to content

[0.25] 6S Service Compartment Tubes - "Design smooth!"


nothke

Recommended Posts

  • 4 weeks later...

@Ciaran if you mean the nodes then yes, with the following Module Manager patches:

@PART[SerCom1m]
{
    @node_stack_top = 0.0, 0.187, 0.0, 0.0, 1.0, 0.0, 1
    @node_stack_bottom = 0.0, -0.187, 0.0, 0.0, -1.0, 0.0, 1
}

@PART[SerCom2]
{
    @node_stack_top = 0.0, 0.187, 0.0, 0.0, 1.0, 0.0, 2
    @node_stack_bottom = 0.0, -0.187, 0.0, 0.0, -1.0, 0.0, 2
}

 

Link to comment
Share on other sites

21 minutes ago, Phineas Freak said:

@Ciaran if you mean the nodes then yes, with the following Module Manager patches:


@PART[SerCom1m]
{
    @node_stack_top = 0.0, 0.187, 0.0, 0.0, 1.0, 0.0, 1
    @node_stack_bottom = 0.0, -0.187, 0.0, 0.0, -1.0, 0.0, 1
}

@PART[SerCom2]
{
    @node_stack_top = 0.0, 0.187, 0.0, 0.0, 1.0, 0.0, 2
    @node_stack_bottom = 0.0, -0.187, 0.0, 0.0, -1.0, 0.0, 2
}

 

What do you mean by the nodes? does that mean the animations will be broken?

Link to comment
Share on other sites

  • 3 weeks later...

Small addition to above patch - inner attachment node. Now there is a place to hide a probe core  :)

 

// 6S Service Compartment Tubes Fix
@PART[SerCom1m]
{
    node_stack_top2 = 0.0, 0.185, 0.0, 0.0, -1.0, 0.0, 1
    @node_stack_top = 0.0, 0.187, 0.0, 0.0, 1.0, 0.0, 1
    @node_stack_bottom = 0.0, -0.187, 0.0, 0.0, -1.0, 0.0, 1
}

@PART[SerCom2]
{
    node_stack_top2 = 0.0, 0.185, 0.0, 0.0, -1.0, 0.0, 2
    @node_stack_top = 0.0, 0.187, 0.0, 0.0, 1.0, 0.0, 2
    @node_stack_bottom = 0.0, -0.187, 0.0, 0.0, -1.0, 0.0, 2
}

 

Link to comment
Share on other sites

  • 5 months later...

EDIT: Nevermind, it turns out I had been using version 1.2, not the latest 1.3. My bad. :blush:

Is it normal for the compartments to be too small width-wise? The sizes they're supposed to match (and do match in the preview album) are 1.25m and 2.5m, but they look to actually just be 1m and 2m, respectively. I'm a little disappointed.

(See this Imgur Album: http://imgur.com/a/Mgluo)

lEobv4T.jpg

s4SCWi1.jpg

Edited by JonDahm
Because I'm dumb
Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

I manually fixed this mod for myself by making two new config files  SerCom1mFix.cfg and SerCom2mFix.cfg.  Feel free to use the code if you wish.  It is just an attempt to make it match the standard stock ones.  Kept the lower price and EVA open only, changes the thermal to Stock , adds two cargo protection modules, places all 4 attachment nodes.  was going to add tweakscale code but it is not yet in these. Also these really should show up in Payload tab not structural.

Spoiler

PART
{
    name = SerCom1mFix
    module = Part
    author = Nothke
    MODEL
    {
           model = NothkeSerCom/Parts/SerCom1m
    }
    rescaleFactor = 1.25
    node_stack_top2 = 0.0, 0.185, 0.0, 0.0, -1.0, 0.0, 1
    node_stack_top = 0.0, 0.187, 0.0, 0.0, 1.0, 0.0, 1
    node_stack_bottom = 0.0, -0.187, 0.0, 0.0, -1.0, 0.0, 1
    node_stack_bottom2 = 0.0, -0.185, 0.0, 0.0, 1.0, 0.0, 1

    TechRequired = generalConstruction
    entryCost = 2500
    cost = 150
    category = Structural
    subcategory = 0
    title = 6S 1m Service Compartment Tube (FIX)
    manufacturer = Found lying by the side of the road
    description = Hide the stuff you would normally attach to the hull inside here for a nice smooth aerodynamic look. Beware of stowaways!

    attachRules = 1,0,1,1,1
    mass = 0.07
    dragModelType = default
    maximum_drag = 0.2
    minimum_drag = 0.3
    angularDrag = 2
    crashTolerance = 20
    breakingForce = 50
    breakingTorque = 50
    maxTemp = 2900
    heatConductivity = 0.04
    thermalMassModifier = 5.0
    emissiveConstant = 0.95
    fuelCrossFeed = True
    tags = bus contain heat hollow protect (stor therm
        
    MODULE
    {
        name = FSanimateGeneric
        animationName = DoorAnim2
        startEventGUIName = Open service hatch
        endEventGUIName = Close service hatch
        availableInEVA = True
        availableInVessel = False
        EVArange = 2
    }
    MODULE
    {
        name = ModuleCargoBay
        DeployModuleIndex = 0
        closedPosition = 0
        lookupRadius = 0.9
    }    
        MODULE
    {
        name = ModuleConductionMultiplier
        modifiedConductionFactor = 0.001
        convectionFluxThreshold = 500
    }
}

 

Spoiler

PART
{
name = SerCom2Fix
module = Part
author = Nothke
    MODEL
    {
           model = NothkeSerCom/Parts/SerCom2mt3
    }
rescaleFactor = 1.25
node_stack_top2 = 0.0, 0.185, 0.0, 0.0, -1.0, 0.0, 2
node_stack_top = 0.0, 0.187, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -0.187, 0.0, 0.0, -1.0, 0.0, 2
node_stack_bottom2 = 0.0, -0.185, 0.0, 0.0, 1.0, 0.0, 2
TechRequired = generalConstruction
entryCost = 2500
cost = 200
category = Structural
subcategory = 0
title = 6S 2m Service Compartment Tube (FIX)
manufacturer = Found lying by the side of the road
description = Hide the stuff you would normally attach to the hull inside here for a nice smooth aerodynamic look. Beware of stowaways!

attachRules = 1,0,1,1,1
mass = 0.1
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 20
breakingForce = 50
breakingTorque = 50
maxTemp = 2900
heatConductivity = 0.04
thermalMassModifier = 5.0
emissiveConstant = 0.95
fuelCrossFeed = True
tags = bus contain heat hollow protect (stor therm

    MODULE
    {
        name = FSanimateGeneric
        animationName = DoorAnim
        startEventGUIName = Open service hatch
        endEventGUIName = Close service hatch
        availableInEVA = True
        availableInVessel = False
        EVArange = 2
    }
        MODULE
    {
        name = ModuleCargoBay
        DeployModuleIndex = 0
        closedPosition = 0
        lookupRadius = 0.9
    }    
        MODULE
    {
        name = ModuleConductionMultiplier
        modifiedConductionFactor = 0.001
        convectionFluxThreshold = 500
    }
}

 

 

Link to comment
Share on other sites

  • 5 years later...
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...