mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add mk2 inline port
This commit is contained in:
parent
628d600adc
commit
8eac8f11cb
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,7 @@
|
|||||||
// 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)
|
||||||
|
// - Mk2 Clamp-O-Tron (mk2DockingPort)
|
||||||
// - Clamp-O-Tron Jr. Docking Port (dockingPort3)
|
// - 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 Sr. Docking Port (dockingPortLarge)
|
||||||
@ -25,6 +26,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Mk2 Clamp-O-Tron
|
||||||
|
@PART[mk2DockingPort]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
|
{
|
||||||
|
@author = Porkjet and Chris Adderley (Nertea)
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL {}
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Coupling/restock-docking-inline-mk2-1
|
||||||
|
}
|
||||||
|
%rescaleFactor = 1
|
||||||
|
|
||||||
|
@MODULE[ModuleAnimateGeneric]
|
||||||
|
{
|
||||||
|
@animationName = DockingPortExtend
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Clamp-O-Tron Jr. Docking Port
|
// Clamp-O-Tron Jr. Docking Port
|
||||||
@PART[dockingPort3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
@PART[dockingPort3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
|
||||||
{
|
{
|
||||||
|
@ -144,6 +144,7 @@ Squad/Parts/Utility/launchClamp1/
|
|||||||
Squad/Parts/Utility/launchEscapeSystem/
|
Squad/Parts/Utility/launchEscapeSystem/
|
||||||
Squad/Parts/Utility/Lights/
|
Squad/Parts/Utility/Lights/
|
||||||
Squad/Parts/Utility/linearVernorRCS/
|
Squad/Parts/Utility/linearVernorRCS/
|
||||||
|
Squad/Parts/Utility/mk2DockingPort/
|
||||||
Squad/Parts/Utility/parachuteMk1/
|
Squad/Parts/Utility/parachuteMk1/
|
||||||
Squad/Parts/Utility/parachuteMk12-R/
|
Squad/Parts/Utility/parachuteMk12-R/
|
||||||
Squad/Parts/Utility/parachuteMk16-XL/
|
Squad/Parts/Utility/parachuteMk16-XL/
|
||||||
|
Loading…
Reference in New Issue
Block a user