Warsoul Posted June 2, 2017 Share Posted June 2, 2017 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 More sharing options...
JPLRepo Posted June 2, 2017 Share Posted June 2, 2017 Correct. But you can write a mod to change/swap the internalmodel. In fact a number of mods do this already. Link to comment Share on other sites More sharing options...
Warsoul Posted June 2, 2017 Author Share Posted June 2, 2017 for ModuleColorChanger ? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now