Jump to content

How to get 2 internal space inside 1 Pod ?


Recommended Posts

wbxApeE.jpg

I try to figure out how to add another internal space into that Pod.

Look like KsP can only support 1 per Part ?

Same for ModuleColorChanger ! Can't get two of those on the same part, idk why. One for _EmissiveColor and another for _Color

Spoiler

MODULE
    {
        name = ModuleColorChanger
        shaderProperty = _EmissiveColor
        animRate = 0.4
        animState = true
        useRate = true
        toggleInEditor = true
        toggleInFlight = true
        toggleInFlight = true
        unfocusedRange = 5
        toggleName = Toggle Lights
        eventOnName = Lights On
        eventOffName = Lights Off
        toggleAction = True
        defaultActionGroup = Light
        redCurve
        {
            key = 0 0 0 3
            key = 1 1 0 0
        }
        greenCurve
        {
            key = 0 0 0 3
            key = 1 1 1 0
        }
        blueCurve
        {
            key = 0 0 0 1
            key = 1 0.7 1.5 0
        }
        alphaCurve
        {
            key = 0 1
        }
    }

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...