Attribution

This commit is contained in:
cadderley
2018-09-20 16:07:01 -07:00
parent f8af40c920
commit 6bfc975fae
2 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,10 @@
// Patches applying art changes to crewed utility/science parts // Patches applying art changes to crewed utility/science parts
// Contents: // Contents:
// - Inline Clamp-O-Tron (dockingPortLateral) // - Inline Clamp-O-Tron (dockingPortLateral)
// - Clamp-O-Tron Jr. Docking Port (dockingPort3)
// - Clamp-O-Tron Docking Port (dockingPort2) // - Clamp-O-Tron Docking Port (dockingPort2)
// - Clamp-O-Tron Sr. Docking Port (dockingPortLarge)
// - Clamp-O-Tron Shielded Docking Port (dockingPort1)
// Clamp-O-Tron Jr // Clamp-O-Tron Jr
@PART[dockingPort3] { @PART[dockingPort3] {
@ -52,7 +55,7 @@
} }
} }
// Inline Clamp-O-Tron // Inline Clamp-O-Tron
@PART[dockingPortLateral] { @PART[dockingPortLateral] {
@author = Passinglurker @author = Passinglurker
@ -128,11 +131,11 @@
} }
%rescaleFactor = 1 %rescaleFactor = 1
@MODULE[ModuleAnimateGeneric] @MODULE[ModuleAnimateGeneric]
{ {
@animationName = PortExtend @animationName = PortExtend
} }
MODULE MODULE
{ {
@ -204,7 +207,7 @@
targetName = DockingCylBottom06 targetName = DockingCylBottom06
rotatorsName = DockingCylTop06 rotatorsName = DockingCylTop06
} }
CONSTRAINLOOKFX CONSTRAINLOOKFX
{ {
targetName = DockingCylTop01 targetName = DockingCylTop01
@ -235,7 +238,7 @@
targetName = DockingCylTop06 targetName = DockingCylTop06
rotatorsName = DockingCylBottom06 rotatorsName = DockingCylBottom06
} }
// Doors // Doors
CONSTRAINLOOKFX CONSTRAINLOOKFX
{ {
@ -267,7 +270,7 @@
targetName = ShldCylTop03 targetName = ShldCylTop03
rotatorsName = ShldCylBottom03 rotatorsName = ShldCylBottom03
} }
} }
} }

View File

@ -10,7 +10,10 @@
- .625m reaction wheel (Andrew Cassidy) - .625m reaction wheel (Andrew Cassidy)
- Coupling - Coupling
- Inline Clamp-O-Tron (Passinglurker) - Inline Clamp-O-Tron (Passinglurker)
- Clamp-O-Tron Jr. Docking Port (Nertea)
- Clamp-O-Tron Docking Port (Nertea) - Clamp-O-Tron Docking Port (Nertea)
- Clamp-O-Tron Sr. Docking Port (Nertea)
- Clamp-O-Tron Shielded Port (Nertea)
- Aero - Aero
- Aerodynamic Nose Cone (Nertea) - Aerodynamic Nose Cone (Nertea)
- Protective Rocket Nose Cone Mk7 (Nertea) - Protective Rocket Nose Cone Mk7 (Nertea)