Skip to content

Commit

Permalink
Finally fixed hatches and nodes
Browse files Browse the repository at this point in the history
Fixed hatch obstructed on the Tardy lock, had to delete the old hatch collider in the end, still don't know what was wrong, but a new one set up the same works fine.
Dock node etc on the airdock is fixed.  Tardy lock textured (basically).
  • Loading branch information
TiktaalikDreaming committed Dec 29, 2018
1 parent 2e41fcd commit 37cf45f
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 1 deletion.
Binary file removed Parts/HatchTard/BackgroundBlue.tga
Binary file not shown.
Binary file removed Parts/HatchTard/BackgroundWhite.tga
Binary file not shown.
Binary file added Parts/HatchTard/CheatyAirlock-EMM.tga
Binary file not shown.
Binary file added Parts/HatchTard/CheatyAirlock.tga
Binary file not shown.
37 changes: 36 additions & 1 deletion Parts/HatchTard/HatchTard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,42 @@ PART
name = TardInternal

}

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

}

Expand Down
Binary file modified Parts/HatchTard/NewModel.mu
Binary file not shown.
Binary file modified Parts/MediumAirDock/MediumAirDock-Normal.tga
Binary file not shown.
Binary file modified Parts/MediumAirDock/MediumAirDock-diffuz.tga
Binary file not shown.
Binary file modified Parts/MediumAirDock/NewModel.mu
Binary file not shown.

0 comments on commit 37cf45f

Please sign in to comment.