Merge pull request #863 from PorktoberRevolution/master

Release 1.1.2
pull/963/head^2 1.1.2
Chris Adderley 4 years ago committed by GitHub
commit 43c13e7608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,3 +65,61 @@
!DRAG_CUBE {} !DRAG_CUBE {}
} }
@PART[restock-fueltank-sphere-0625-1]:NEEDS[FerramAerospaceResearch]:AFTER[ReStockPlus]
{
@MODULE[GeometryPartModule]
{
%ignoreIfNoRenderer = true
}
}
@PART[restock-fueltank-sphere-125-1]:NEEDS[FerramAerospaceResearch]:AFTER[ReStockPlus]
{
@MODULE[GeometryPartModule]
{
%ignoreIfNoRenderer = true
}
}
@PART[restock-fueltank-sphere-1875-1]:NEEDS[FerramAerospaceResearch]:AFTER[ReStockPlus]
{
@MODULE[GeometryPartModule]
{
%ignoreIfNoRenderer = true
}
}
@PART[restock-fueltank-sphere-25-1]:NEEDS[FerramAerospaceResearch]:AFTER[ReStockPlus]
{
@MODULE[GeometryPartModule]
{
%ignoreIfNoRenderer = true
}
}
@PART[restock-fueltank-sphere-375-1]:NEEDS[FerramAerospaceResearch]:AFTER[ReStockPlus]
{
@MODULE[GeometryPartModule]
{
%ignoreIfNoRenderer = true
}
}
@PART[restock-fueltank-sphere-375-1]:NEEDS[FerramAerospaceResearch]:AFTER[ReStockPlus]
{
@MODULE[GeometryPartModule]
{
%ignoreIfNoRenderer = true
}
}
@PART[restock-relay-radial-2]:NEEDS[FerramAerospaceResearch]:AFTER[ReStockPlus]
{
@MODULE[GeometryPartModule]
{
%forceUseMeshes = true
%ignoreIfNoRenderer = true
%rebuildOnAnimation = true
}
}

@ -0,0 +1,121 @@
// KerbalFoundries has an optional patch for the stock wheels, this fixes it to work with Restock models
//LT-05 -- 'micro'
@PART[miniLandingLeg]:AFTER[KerbalFoundries-Patches]
{
@MODULE[KSPWheelSuspension]
{
@suspensionName = leg1_piston
}
@MODULE[KSPWheelDeployment]
{
@animationName = restock-leg-1-deploy
}
}
//LT-01 -- 'medium'
@PART[landingLeg1]:AFTER[KerbalFoundries-Patches]
{
@MODULE[KSPWheelSuspension]
{
@suspensionName = Piston
}
@MODULE[KSPWheelSuspsension]
{
@animationName = Deploy
}
@MODULE[KSPWheelBogey]
{
@bogeyName = foot
@bogeyRotAxis = 1, 0, 0
@rotationOffset = 180
@restingRotation = 90
}
}
//LT-02 -- 'large'
@PART[landingLeg1-2]:AFTER[KerbalFoundries-Patches]
{
@MODULE[KSPWheelSuspension]
{
@suspensionName = leg3_piston
}
@MODULE[KSPWheelDeployment]
{
animationName = restock-leg-3-deploy
}
@MODULE[KSPWheelBogey]
{
@bogeyName = leg3_foot
@bogeyRotAxis = 1, 0, 0
@rotationOffset = 0
@restingRotation = 0
}
}
//roverWheelS2 - the probe wheels
@PART[roverWheel2]:AFTER[KerbalFoundries-Patches]
{
@MODULE[KSPWheelRotation]
{
@wheelMeshName = WheelPivot
}
@MODULE[KSPWheelSuspension]
{
@suspensionName = SuspensionPivot
}
@MODULE[KSPWheelSteering]
{
@steeringName = SteeringPivot
}
@MODULE[KSPWheelDamage]
{
@wheelName = Wheel
@bustedWheelName = WheelBusted
}
}
//roverWheelM1 - the doughnut
@PART[roverWheel1]:AFTER[KerbalFoundries-Patches]
{
@MODULE[KSPWheelRotation]
{
@wheelMeshName = WheelPivot
}
@MODULE[KSPWheelSuspension]
{
@suspensionName = SuspensionPivot
}
@MODULE[KSPWheelSteering]
{
@steeringName = SteeringPivot
}
@MODULE[KSPWheelDamage]
{
@wheelName = Wheel
@bustedWheelName = WheelBusted
}
}
//roverWheelTR-2L - truck wheels
@PART[wheelMed]:AFTER[KerbalFoundries-Patches]
{
@MODULE[KSPWheelRotation]
{
@wheelMeshName = WheelPivot
}
@MODULE[KSPWheelSuspension]
{
@suspensionName = SuspensionPivot
}
@MODULE[KSPWheelSteering]
{
@steeringName = SteeringPivot
}
@MODULE[KSPWheelDamage]
{
@wheelName = Wheel
@bustedWheelName = WheelBusted
}
}

@ -3,7 +3,7 @@
// - Small Nose Cone (standardNoseCone) // - Small Nose Cone (standardNoseCone)
// Small Nose Cone // Small Nose Cone
@PART[standardNoseCone]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[standardNoseCone]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -5,7 +5,7 @@
// - Advanced Nose Cone - Type B (pointyNoseConeB) // - Advanced Nose Cone - Type B (pointyNoseConeB)
// Aerodynamic Nose Cone // Aerodynamic Nose Cone
@PART[noseCone]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[noseCone]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -84,7 +84,7 @@
} }
// Advanced Nose Cone - Type A // Advanced Nose Cone - Type A
@PART[pointyNoseConeA]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[pointyNoseConeA]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -164,7 +164,7 @@
} }
// Advanced Nose Cone - Type B // Advanced Nose Cone - Type B
@PART[pointyNoseConeB]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[pointyNoseConeB]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -3,7 +3,7 @@
// - Protective Rocket Nose Cone Mk7 (rocketNoseCone_v2) // - Protective Rocket Nose Cone Mk7 (rocketNoseCone_v2)
// Protective Rocket Nose Cone Mk7 // Protective Rocket Nose Cone Mk7
@PART[rocketNoseCone_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[rocketNoseCone_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -3,7 +3,7 @@
// - Protective Rocket Nose Cone Mk12A (rocketNoseConeSize3) // - Protective Rocket Nose Cone Mk12A (rocketNoseConeSize3)
// Protective Rocket Nose Cone Mk12A // Protective Rocket Nose Cone Mk12A
@PART[rocketNoseConeSize3]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[rocketNoseConeSize3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -6,7 +6,7 @@
// - Delta-Deluxe Winglet (winglet3) // - Delta-Deluxe Winglet (winglet3)
//Basic Fin //Basic Fin
@PART[basicFin]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[basicFin]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -23,7 +23,7 @@
} }
// AV-R8 Winglet // AV-R8 Winglet
@PART[R8winglet]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[R8winglet]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -42,7 +42,7 @@
} }
// AV-T1 Winglet // AV-T1 Winglet
@PART[winglet]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[winglet]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -59,7 +59,7 @@
} }
// Delta-Deluxe Winglet // Delta-Deluxe Winglet
@PART[winglet3]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[winglet3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -7,7 +7,7 @@
// - Mk2 Lander Can (mk2LanderCabin_v2) // - Mk2 Lander Can (mk2LanderCabin_v2)
// Cupola // Cupola
@PART[cupola]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[cupola]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -30,7 +30,7 @@
} }
// Mk1 Pod // Mk1 Pod
@PART[mk1pod_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[mk1pod_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -95,7 +95,7 @@
} }
// Mk1-3 Pod // Mk1-3 Pod
@PART[mk1-3pod]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[mk1-3pod]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -156,7 +156,7 @@
} }
// Mk1 Lander Can // Mk1 Lander Can
@PART[landerCabinSmall]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[landerCabinSmall]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -172,7 +172,7 @@
} }
// Mk2 Lander Can // Mk2 Lander Can
@PART[mk2LanderCabin_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[mk2LanderCabin_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -11,7 +11,7 @@
// - RC-001S Remote Guidance Unit (probeStackSmall) // - RC-001S Remote Guidance Unit (probeStackSmall)
// QBE // QBE
@PART[probeCoreCube]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[probeCoreCube]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -80,7 +80,7 @@
} }
// Stayputnik // Stayputnik
@PART[probeCoreSphere_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[probeCoreSphere_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
//!mesh = DELETE //!mesh = DELETE
@ -122,7 +122,7 @@
} }
// HECS // HECS
@PART[probeCoreHex_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[probeCoreHex_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -191,7 +191,7 @@
} }
// OKTO // OKTO
@PART[probeCoreOcto_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[probeCoreOcto_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -260,7 +260,7 @@
} }
// OKTO2 // OKTO2
@PART[probeCoreOcto2_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[probeCoreOcto2_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -329,7 +329,7 @@
} }
// HECS2 // HECS2
@PART[HECS2_ProbeCore]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[HECS2_ProbeCore]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -399,7 +399,7 @@
} }
// Rover // Rover
@PART[roverBody_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[roverBody_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -478,7 +478,7 @@
} }
// 1.25m Stack Core // 1.25m Stack Core
@PART[probeStackSmall]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[probeStackSmall]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -495,7 +495,7 @@
} }
// 2.5m Stack Core // 2.5m Stack Core
@PART[probeStackLarge]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[probeStackLarge]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -4,7 +4,7 @@
// - PPD-10 Hitchhiker Storage Container (crewCabin) // - PPD-10 Hitchhiker Storage Container (crewCabin)
// Science Mobile Processing Lab MPL-LG-2 // Science Mobile Processing Lab MPL-LG-2
@PART[Large_Crewed_Lab]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Large_Crewed_Lab]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley @author = Chris Adderley
!mesh = DELETE !mesh = DELETE
@ -33,7 +33,7 @@
} }
// PPD-10 Hitchhiker Storage Container // PPD-10 Hitchhiker Storage Container
@PART[crewCabin]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[crewCabin]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley @author = Chris Adderley
!mesh = DELETE !mesh = DELETE

@ -7,7 +7,7 @@
// - Communotron 88-88 (commDish) // - Communotron 88-88 (commDish)
// Communotron 16 // Communotron 16
@PART[longAntenna]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[longAntenna]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -23,7 +23,7 @@
} }
// Communotron 16-S // Communotron 16-S
@PART[SurfAntenna]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[SurfAntenna]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -34,7 +34,7 @@
} }
// Communotron DTS-M1 // Communotron DTS-M1
@PART[mediumDishAntenna]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[mediumDishAntenna]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -51,7 +51,7 @@
} }
// Communotron HG-55 // Communotron HG-55
@PART[HighGainAntenna]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[HighGainAntenna]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -99,7 +99,7 @@
} }
// Communotron 88-88 // Communotron 88-88
@PART[commDish]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[commDish]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE

@ -6,7 +6,7 @@
// - RA-100 Relay Antenna (RelayAntenna100) // - RA-100 Relay Antenna (RelayAntenna100)
// HG-5 High Gain Antenna // HG-5 High Gain Antenna
@PART[HighGainAntenna5]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[HighGainAntenna5]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -87,7 +87,7 @@
} }
// RA-2 Relay Antenna // RA-2 Relay Antenna
@PART[RelayAntenna5]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[RelayAntenna5]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -129,7 +129,7 @@
} }
// RA-15 Relay Antenna // RA-15 Relay Antenna
@PART[RelayAntenna50]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[RelayAntenna50]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -171,7 +171,7 @@
} }
// RA-100 Relay Antenna // RA-100 Relay Antenna
@PART[RelayAntenna100]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[RelayAntenna100]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}

@ -3,7 +3,7 @@
// - FTX-2 External Fuel Duct (fuelLine) // - FTX-2 External Fuel Duct (fuelLine)
// FTX-2 External Fuel Duct // FTX-2 External Fuel Duct
@PART[fuelLine]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[fuelLine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE

@ -3,7 +3,7 @@
// - EAS-4 Strut Connector (strutConnector) // - EAS-4 Strut Connector (strutConnector)
// EAS-4 Strut Connector // EAS-4 Strut Connector
@PART[strutConnector]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[strutConnector]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE

@ -5,7 +5,7 @@
// - Vernor Engine (vernorEngine) // - Vernor Engine (vernorEngine)
// RV-105 RCS Thruster Block // RV-105 RCS Thruster Block
@PART[RCSBlock_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[RCSBlock_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -67,7 +67,7 @@
} }
// Place-Anywhere 7 Linear RCS Port // Place-Anywhere 7 Linear RCS Port
@PART[linearRcs]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[linearRcs]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -161,7 +161,7 @@
} }
// Vernor Engine // Vernor Engine
@PART[vernierEngine]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[vernierEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -5,7 +5,7 @@
// - Advanced Reaction Wheel Module, Large (asasmodule1-2) // - Advanced Reaction Wheel Module, Large (asasmodule1-2)
// Small Inline Reaction Wheel // Small Inline Reaction Wheel
@PART[sasModule]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[sasModule]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -25,7 +25,7 @@
} }
// Advanced Inline Stabilizer // Advanced Inline Stabilizer
@PART[advSasModule]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[advSasModule]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -42,7 +42,7 @@
} }
// Advanced Reaction Wheel Module, Large // Advanced Reaction Wheel Module, Large
@PART[asasmodule1-2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[asasmodule1-2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -3,7 +3,7 @@
// - Advanced Grabbing Unit (GrapplingDevice) // - Advanced Grabbing Unit (GrapplingDevice)
// Advanced Grabbing Unit // Advanced Grabbing Unit
@PART[GrapplingDevice]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[GrapplingDevice]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE

@ -9,7 +9,7 @@
// - Hydraulic Detachment Manifold (radialDecoupler1-2) // - Hydraulic Detachment Manifold (radialDecoupler1-2)
// TD-06 Decoupler // TD-06 Decoupler
@PART[Decoupler_0]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Decoupler_0]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -54,7 +54,7 @@
} }
// TD-12 Decoupler // TD-12 Decoupler
@PART[Decoupler_1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Decoupler_1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -115,7 +115,7 @@
} }
// TD-25 Decoupler // TD-25 Decoupler
@PART[Decoupler_2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Decoupler_2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -176,7 +176,7 @@
} }
// TD-37 Decoupler // TD-37 Decoupler
@PART[Decoupler_3]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Decoupler_3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -221,7 +221,7 @@
} }
// TD-70 Decoupler // TD-70 Decoupler
@PART[radialDecoupler2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[radialDecoupler2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -238,7 +238,7 @@
} }
// TD-37 Decoupler // TD-37 Decoupler
@PART[radialDecoupler]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[radialDecoupler]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -255,7 +255,7 @@
} }
// HDM Decoupler // HDM Decoupler
@PART[radialDecoupler1-2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[radialDecoupler1-2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -7,7 +7,7 @@
// - Clamp-O-Tron Shielded Docking Port (dockingPort1) // - Clamp-O-Tron Shielded Docking Port (dockingPort1)
// Inline Clamp-O-Tron // Inline Clamp-O-Tron
@PART[dockingPortLateral]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[dockingPortLateral]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Passinglurker @author = Passinglurker
!mesh = DELETE !mesh = DELETE
@ -21,7 +21,7 @@
} }
// Clamp-O-Tron Jr. Docking Port // Clamp-O-Tron Jr. Docking Port
@PART[dockingPort3]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[dockingPort3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -69,7 +69,7 @@
} }
// Clamp-O-Tron Docking Port // Clamp-O-Tron Docking Port
@PART[dockingPort2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[dockingPort2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -124,7 +124,7 @@
} }
// Clamp-O-Tron Sr. Docking Port // Clamp-O-Tron Sr. Docking Port
@PART[dockingPortLarge]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[dockingPortLarge]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -179,7 +179,7 @@
} }
// Clamp-O-Tron Shielded Docking Port // Clamp-O-Tron Shielded Docking Port
@PART[dockingPort1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[dockingPort1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -6,7 +6,7 @@
// - TS-37 Separator (Separator_3) // - TS-37 Separator (Separator_3)
// TS-06 Separator // TS-06 Separator
@PART[Separator_0]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Separator_0]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -51,7 +51,7 @@
} }
// TS-12 Separator // TS-12 Separator
@PART[Separator_1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Separator_1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -112,7 +112,7 @@
} }
// TS-25 Separator // TS-25 Separator
@PART[Separator_2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Separator_2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -173,7 +173,7 @@
} }
// TS-37 Separator // TS-37 Separator
@PART[Separator_3]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Separator_3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -7,7 +7,7 @@
// - Z-400 Rechargeable Battery (ksp_r_largeBatteryPack) // - Z-400 Rechargeable Battery (ksp_r_largeBatteryPack)
// Z-200 Rechargeable Battery Bank // Z-200 Rechargeable Battery Bank
@PART[batteryBankMini]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[batteryBankMini]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -27,7 +27,7 @@
} }
// Z-1K Rechargeable Battery Bank // Z-1K Rechargeable Battery Bank
@PART[batteryBank]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[batteryBank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -47,7 +47,7 @@
} }
// Z-4K Rechargeable Battery Bank // Z-4K Rechargeable Battery Bank
@PART[batteryBankLarge]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[batteryBankLarge]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -67,7 +67,7 @@
} }
// Z-100 Rechargeable Battery Pack // Z-100 Rechargeable Battery Pack
@PART[batteryPack]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[batteryPack]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -82,7 +82,7 @@
} }
// Z-400 Rechargeable Battery // Z-400 Rechargeable Battery
@PART[ksp_r_largeBatteryPack]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[ksp_r_largeBatteryPack]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -4,7 +4,7 @@
// - Fuel Cell Array (FuelCellArray) // - Fuel Cell Array (FuelCellArray)
// Fuel Cell // Fuel Cell
@PART[FuelCell]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[FuelCell]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -15,7 +15,7 @@
} }
// Fuel Cell Array // Fuel Cell Array
@PART[FuelCellArray]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[FuelCellArray]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
@description = #LOC_Restock_description-FuelCellArray @description = #LOC_Restock_description-FuelCellArray

@ -4,7 +4,7 @@
// - Illuminator Mk2 (spotLight2) // - Illuminator Mk2 (spotLight2)
// Illuminator Mk1 // Illuminator Mk1
@PART[spotLight1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[spotLight1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -24,7 +24,7 @@
} }
// Illuminator Mk2 // Illuminator Mk2
@PART[spotLight2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[spotLight2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -3,7 +3,7 @@
// - PB-NUK Radioisotope Thermoelectric Generator (rtg) // - PB-NUK Radioisotope Thermoelectric Generator (rtg)
// PB-NUK Radioisotope Thermoelectric Generator // PB-NUK Radioisotope Thermoelectric Generator
@PART[rtg]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[rtg]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Beale @author = Beale
!mesh = DELETE !mesh = DELETE

@ -9,7 +9,7 @@
// - OX-STAT-XL Photovoltaic Panels (LgRadialSolarPanel) // - OX-STAT-XL Photovoltaic Panels (LgRadialSolarPanel)
// OX-4L 1x6 Photovoltaic Panels // OX-4L 1x6 Photovoltaic Panels
@PART[solarPanels4]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[solarPanels4]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Beale @author = Beale
!mesh = DELETE !mesh = DELETE
@ -28,7 +28,7 @@
} }
// SP-L 1x6 Photovoltaic Panels // SP-L 1x6 Photovoltaic Panels
@PART[solarPanels2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[solarPanels2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Beale @author = Beale
!mesh = DELETE !mesh = DELETE
@ -52,7 +52,7 @@
} }
// OX-4W 3x2 Photovoltaic Panels // OX-4W 3x2 Photovoltaic Panels
@PART[solarPanels3]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[solarPanels3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Beale @author = Beale
!mesh = DELETE !mesh = DELETE
@ -71,7 +71,7 @@
} }
// SP-W 3x2 Photovoltaic Panels // SP-W 3x2 Photovoltaic Panels
@PART[solarPanels1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[solarPanels1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Beale @author = Beale
!mesh = DELETE !mesh = DELETE
@ -95,7 +95,7 @@
} }
// Gigantor XL Solar Array // Gigantor XL Solar Array
@PART[largeSolarPanel]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[largeSolarPanel]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -110,7 +110,7 @@
} }
// OX-STAT Photovoltaic Panels // OX-STAT Photovoltaic Panels
@PART[solarPanels5]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[solarPanels5]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -125,7 +125,7 @@
} }
// OX-STAT-XL Photovoltaic Panels // OX-STAT-XL Photovoltaic Panels
@PART[LgRadialSolarPanel]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[LgRadialSolarPanel]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -3,7 +3,7 @@
// - IX-6315 "Dawn" Electric Propulsion System (ionEngine) // - IX-6315 "Dawn" Electric Propulsion System (ionEngine)
// IX-6315 "Dawn" Electric Propulsion System // IX-6315 "Dawn" Electric Propulsion System
@PART[ionEngine]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[ionEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -3,7 +3,7 @@
// - CR-7 R.A.P.I.E.R. Engine (RAPIER) // - CR-7 R.A.P.I.E.R. Engine (RAPIER)
// CR-7 R.A.P.I.E.R. Engine // CR-7 R.A.P.I.E.R. Engine
@PART[RAPIER]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[RAPIER]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -7,7 +7,7 @@
// - O-10 "Puff" MonoPropellant Fuel Engine (omsEngine) // - O-10 "Puff" MonoPropellant Fuel Engine (omsEngine)
// LV-1 "Ant" Liquid Fuel Engine // LV-1 "Ant" Liquid Fuel Engine
@PART[microEngine_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[microEngine_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -197,7 +197,7 @@
} }
// LV-1R "Spider" Liquid Fuel Engine // LV-1R "Spider" Liquid Fuel Engine
@PART[radialEngineMini_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[radialEngineMini_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -374,7 +374,7 @@
} }
// 48-7S "Spark" Liquid Fuel Engine // 48-7S "Spark" Liquid Fuel Engine
@PART[liquidEngineMini_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[liquidEngineMini_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -830,7 +830,7 @@
} }
// 24-77 "Twitch" Liquid Fuel Engine // 24-77 "Twitch" Liquid Fuel Engine
@PART[smallRadialEngine_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[smallRadialEngine_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -1188,7 +1188,7 @@
} }
// O-10 "Puff" MonoPropellant Fuel Engine // O-10 "Puff" MonoPropellant Fuel Engine
@PART[omsEngine]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[omsEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -9,7 +9,7 @@
// - T-1 Toroidal "Aerospike" Liquid Fuel Engine (toroidalAerospike) - FX only // - T-1 Toroidal "Aerospike" Liquid Fuel Engine (toroidalAerospike) - FX only
// LV-N "Nerv" Atomic Rocket Motor // LV-N "Nerv" Atomic Rocket Motor
@PART[nuclearEngine]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[nuclearEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -236,7 +236,7 @@
} }
// S3 KS-25 "Vector" Liquid Fuel Engine // S3 KS-25 "Vector" Liquid Fuel Engine
@PART[SSME]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[SSME]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -573,7 +573,7 @@
} }
// LV-909 "Terrier" Liquid Fuel Engine // LV-909 "Terrier" Liquid Fuel Engine
@PART[liquidEngine3_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[liquidEngine3_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Porkjet and Chris Adderley (Nertea) @author = Porkjet and Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -904,7 +904,7 @@
} }
// LV-T30 "Reliant" Liquid Fuel Engine // LV-T30 "Reliant" Liquid Fuel Engine
@PART[liquidEngine]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[liquidEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Porkjet and Chris Adderley (Nertea) @author = Porkjet and Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -1245,7 +1245,7 @@
} }
// LV-T45 "Swivel" Liquid Fuel Engine // LV-T45 "Swivel" Liquid Fuel Engine
@PART[liquidEngine2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[liquidEngine2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Porkjet and Chris Adderley (Nertea) @author = Porkjet and Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -1659,7 +1659,7 @@
} }
// Mk-55 "Thud" Liquid Fuel Engine (FX only) // Mk-55 "Thud" Liquid Fuel Engine (FX only)
@PART[radialLiquidEngine1-2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[radialLiquidEngine1-2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
!fx_exhaustFlame_blue_small = DELETE !fx_exhaustFlame_blue_small = DELETE
!fx_exhaustLight_blue = DELETE !fx_exhaustLight_blue = DELETE
@ -1739,7 +1739,7 @@
} }
// T-1 Toroidal "Aerospike" Liquid Fuel Engine (FX only) // T-1 Toroidal "Aerospike" Liquid Fuel Engine (FX only)
@PART[toroidalAerospike]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[toroidalAerospike]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
!fx_exhaustFlame_blue = DELETE !fx_exhaustFlame_blue = DELETE
!fx_exhaustLight_blue = DELETE !fx_exhaustLight_blue = DELETE

@ -6,7 +6,7 @@
// - RE-I5 "Skipper" Liquid Fuel Engine (engineLargeSkipper_v2) // - RE-I5 "Skipper" Liquid Fuel Engine (engineLargeSkipper_v2)
// RE-L10 "Poodle" Liquid Fuel Engine // RE-L10 "Poodle" Liquid Fuel Engine
@PART[liquidEngine2-2_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[liquidEngine2-2_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) and riocrokite @author = Chris Adderley (Nertea) and riocrokite
%node_attach = 0.0, 0, 0.0, 0.0, 1.0, 0.0, 2 %node_attach = 0.0, 0, 0.0, 0.0, 1.0, 0.0, 2
@ -392,7 +392,7 @@
} }
// LFB KR-1x2 "Twin-Boar" Liquid Fuel Engine // LFB KR-1x2 "Twin-Boar" Liquid Fuel Engine
@PART[Size2LFB]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size2LFB]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -638,7 +638,7 @@
} }
// RE-M3 "Mainsail" Liquid Fuel Engine [1.9] // RE-M3 "Mainsail" Liquid Fuel Engine [1.9]
@PART[liquidEngineMainsail_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[liquidEngineMainsail_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) and riocrokite @author = Chris Adderley (Nertea) and riocrokite
%node_attach = 0.0, 1.01359, 0.0, 0.0, 1.0, 0.0, 2 %node_attach = 0.0, 1.01359, 0.0, 0.0, 1.0, 0.0, 2
@ -1137,7 +1137,7 @@
} }
// RE-I5 "Skipper" Liquid Fuel Engine [1.9] // RE-I5 "Skipper" Liquid Fuel Engine [1.9]
@PART[engineLargeSkipper_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[engineLargeSkipper_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) and riocrokite @author = Chris Adderley (Nertea) and riocrokite
%node_attach = 0.0, 1.013, 0.0, 0.0, 1.0, 0.0, 2 %node_attach = 0.0, 1.013, 0.0, 0.0, 1.0, 0.0, 2

@ -4,7 +4,7 @@
// - S3 KS-25x4 "Mammoth" Liquid Fuel Engine (Size3EngineCluster) // - S3 KS-25x4 "Mammoth" Liquid Fuel Engine (Size3EngineCluster)
// Kerbodyne KR-2L+ "Rhino" Liquid Fuel Engine // Kerbodyne KR-2L+ "Rhino" Liquid Fuel Engine
@PART[Size3AdvancedEngine]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size3AdvancedEngine]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -268,7 +268,7 @@
} }
// S3 KS-25x4 "Mammoth" Liquid Fuel Engine // S3 KS-25x4 "Mammoth" Liquid Fuel Engine
@PART[Size3EngineCluster]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size3EngineCluster]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -4,7 +4,7 @@
// - F3S0 'Shrimp' SRB () // - F3S0 'Shrimp' SRB ()
// FM1 'Mite' SRB // FM1 'Mite' SRB
@PART[Mite]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Mite]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -177,7 +177,7 @@
} }
// F3S0 'Shrimp' SRB // F3S0 'Shrimp' SRB
@PART[Shrimp]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Shrimp]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -8,7 +8,7 @@
// - Launch Escape System (LaunchEscapeSystem) // - Launch Escape System (LaunchEscapeSystem)
// S1 SRB-KD25k "Kickback" Solid Fuel Booster // S1 SRB-KD25k "Kickback" Solid Fuel Booster
@PART[MassiveBooster]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[MassiveBooster]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -145,7 +145,7 @@
} }
// BACC "Thumper" Solid Fuel Booster // BACC "Thumper" Solid Fuel Booster
@PART[solidBooster1-1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[solidBooster1-1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -289,7 +289,7 @@
} }
// RT-10 "Hammer" Solid Fuel Booster // RT-10 "Hammer" Solid Fuel Booster
@PART[solidBooster_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[solidBooster_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -450,7 +450,7 @@
} }
// RT-5 "Flea" Solid Fuel Booster // RT-5 "Flea" Solid Fuel Booster
@PART[solidBooster_sm_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[solidBooster_sm_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -610,7 +610,7 @@
} }
// Separatron I // Separatron I
@PART[sepMotor1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[sepMotor1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -4,7 +4,7 @@
// - S2-33 'Clydesdale' SRB (Clydesdale) // - S2-33 'Clydesdale' SRB (Clydesdale)
// S2-17 'Thoroughbred' SRB // S2-17 'Thoroughbred' SRB
@PART[Thoroughbred]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Thoroughbred]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -200,7 +200,7 @@
} }
// S2-33 'Clydesdale' SRB // S2-33 'Clydesdale' SRB
@PART[Clydesdale]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Clydesdale]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -3,7 +3,7 @@
// - Oscar-B Fuel Tank (miniFuelTank) // - Oscar-B Fuel Tank (miniFuelTank)
// Oscar-B Fuel Tank // Oscar-B Fuel Tank
@PART[miniFuelTank]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[miniFuelTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Beale @author = Beale
!mesh = DELETE !mesh = DELETE

@ -6,7 +6,7 @@
// - FL-T800 Fuel Tank (fuelTank_long) // - FL-T800 Fuel Tank (fuelTank_long)
// FL-T100 Fuel Tank // FL-T100 Fuel Tank
@PART[fuelTankSmallFlat]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[fuelTankSmallFlat]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Porkjet and Chris Adderley (Nertea) @author = Porkjet and Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -81,7 +81,7 @@
} }
// FL-T200 Fuel Tank // FL-T200 Fuel Tank
@PART[fuelTankSmall]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[fuelTankSmall]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Porkjet and Chris Adderley (Nertea) @author = Porkjet and Chris Adderley (Nertea)
// @node_stack_top = 0.0, 5.5525, 0.0, 0.0, 1.0, 0.0 // @node_stack_top = 0.0, 5.5525, 0.0, 0.0, 1.0, 0.0
@ -160,7 +160,7 @@
} }
// FL-T400 Fuel Tank // FL-T400 Fuel Tank
@PART[fuelTank]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[fuelTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Porkjet and Chris Adderley (Nertea) @author = Porkjet and Chris Adderley (Nertea)
// @node_stack_top = 0.0, 9.81725, 0.0, 0.0, 1.0, 0.0 // @node_stack_top = 0.0, 9.81725, 0.0, 0.0, 1.0, 0.0
@ -239,7 +239,7 @@
} }
// FL-T800 Fuel Tank // FL-T800 Fuel Tank
@PART[fuelTank_long]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[fuelTank_long]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Porkjet and Chris Adderley (Nertea) @author = Porkjet and Chris Adderley (Nertea)
// @node_stack_top = 0.0, 18.75, 0.0, 0.0, 1.0, 0.0 // @node_stack_top = 0.0, 18.75, 0.0, 0.0, 1.0, 0.0

@ -6,7 +6,7 @@
// - Rockomax Jumbo-64 Fuel Tank (Rockomax64_BW) // - Rockomax Jumbo-64 Fuel Tank (Rockomax64_BW)
// Rockomax X200-8 Fuel Tank // Rockomax X200-8 Fuel Tank
@PART[Rockomax8BW]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Rockomax8BW]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -81,7 +81,7 @@
} }
// Rockomax X200-16 Fuel Tank // Rockomax X200-16 Fuel Tank
@PART[Rockomax16_BW]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Rockomax16_BW]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -156,7 +156,7 @@
} }
// Rockomax X200-32 Fuel Tank // Rockomax X200-32 Fuel Tank
@PART[Rockomax32_BW]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Rockomax32_BW]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -231,7 +231,7 @@
} }
// Rockomax Jumbo-64 Fuel Tank // Rockomax Jumbo-64 Fuel Tank
@PART[Rockomax64_BW]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Rockomax64_BW]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -5,7 +5,7 @@
// - Kerbodyne S3-14400 Tank (Size3LargeTank) // - Kerbodyne S3-14400 Tank (Size3LargeTank)
// Kerbodyne S3-3600 Tank // Kerbodyne S3-3600 Tank
@PART[Size3SmallTank]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size3SmallTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -65,7 +65,7 @@
} }
// Kerbodyne S3-7200 Tank // Kerbodyne S3-7200 Tank
@PART[Size3MediumTank]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size3MediumTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -125,7 +125,7 @@
} }
// Kerbodyne S3-14400 Tank // Kerbodyne S3-14400 Tank
@PART[Size3LargeTank]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size3LargeTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -10,7 +10,7 @@
// - Mk2 to 1.25m Adapter (mk2SpacePlaneAdapter) // - Mk2 to 1.25m Adapter (mk2SpacePlaneAdapter)
// Mk2 Liquid Fuel Fuselage Short, Mk2 Rocket Fuel Fuselage Short & Mk2 Monopropellant Tank // Mk2 Liquid Fuel Fuselage Short, Mk2 Rocket Fuel Fuselage Short & Mk2 Monopropellant Tank
@PART[mk2FuselageShortLiquid|mk2FuselageShortLFO|mk2FuselageShortMono]:FOR[Restock] @PART[mk2FuselageShortLiquid|mk2FuselageShortLFO|mk2FuselageShortMono]:FOR[000_ReStock]
{ {
@author = Porkjet and blowfish @author = Porkjet and blowfish
MODULE MODULE
@ -30,7 +30,7 @@
} }
// Mk2 Liquid Fuel Fuselage Long & Mk2 Rocket Fuel Fuselage Long // Mk2 Liquid Fuel Fuselage Long & Mk2 Rocket Fuel Fuselage Long
@PART[mk2Fuselage|mk2FuselageLongLFO]:FOR[Restock] @PART[mk2Fuselage|mk2FuselageLongLFO]:FOR[000_ReStock]
{ {
@author = Porkjet and blowfish @author = Porkjet and blowfish
MODULE MODULE
@ -50,7 +50,7 @@
} }
// Mk2 Bicoupler, Mk2 to 1.25m Adapter Long & Mk2 to 1.25m Adapter // Mk2 Bicoupler, Mk2 to 1.25m Adapter Long & Mk2 to 1.25m Adapter
@PART[mk2_1m_Bicoupler|mk2_1m_AdapterLong|mk2SpacePlaneAdapter]:FOR[Restock] @PART[mk2_1m_Bicoupler|mk2_1m_AdapterLong|mk2SpacePlaneAdapter]:FOR[000_ReStock]
{ {
@author = Porkjet and blowfish @author = Porkjet and blowfish
MODULE MODULE

@ -5,7 +5,7 @@
// - R-12 'Doughnut' External Tank (externalTankToroid) // - R-12 'Doughnut' External Tank (externalTankToroid)
// R-4 'Dumpling' External Tank // R-4 'Dumpling' External Tank
@PART[externalTankRound]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[externalTankRound]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -87,7 +87,7 @@
} }
// R-11 'Baguette' External Tank // R-11 'Baguette' External Tank
@PART[externalTankCapsule]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[externalTankCapsule]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -169,7 +169,7 @@
} }
// R-12 'Doughnut' External Tank // R-12 'Doughnut' External Tank
@PART[externalTankToroid]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[externalTankToroid]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -7,7 +7,7 @@
// - FL-R1 RCS Fuel Tank (RCSTank1-2) // - FL-R1 RCS Fuel Tank (RCSTank1-2)
// Stratus-V Roundified Monopropellant Tank // Stratus-V Roundified Monopropellant Tank
@PART[radialRCSTank]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[radialRCSTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -19,7 +19,7 @@
} }
// Stratus-V Cylindrified Monopropellant Tank // Stratus-V Cylindrified Monopropellant Tank
@PART[rcsTankRadialLong]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[rcsTankRadialLong]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -31,7 +31,7 @@
} }
// FL-R10 RCS Fuel Tank // FL-R10 RCS Fuel Tank
@PART[rcsTankMini]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[rcsTankMini]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -43,7 +43,7 @@
} }
// FL-R25 RCS Fuel Tank // FL-R25 RCS Fuel Tank
@PART[RCSFuelTank]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[RCSFuelTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -55,7 +55,7 @@
} }
// FL-R1 RCS Fuel Tank // FL-R1 RCS Fuel Tank
@PART[RCSTank1-2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[RCSTank1-2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -5,7 +5,7 @@
// - PB-X50R Xenon Container (xenonTankRadial) // - PB-X50R Xenon Container (xenonTankRadial)
// PB-X150 Xenon Container // PB-X150 Xenon Container
@PART[xenonTank]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[xenonTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -17,7 +17,7 @@
} }
// PB-X750 Xenon Container // PB-X750 Xenon Container
@PART[xenonTankLarge]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[xenonTankLarge]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -29,7 +29,7 @@
} }
// PB-X50R Xenon Container // PB-X50R Xenon Container
@PART[xenonTankRadial]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[xenonTankRadial]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
//!mesh = DELETE //!mesh = DELETE

@ -5,7 +5,7 @@
// - LT-2 Landing Strut (landingLeg1-2) // - LT-2 Landing Strut (landingLeg1-2)
// LT-05 Micro Landing Strut // LT-05 Micro Landing Strut
@PART[miniLandingLeg]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[miniLandingLeg]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -99,7 +99,7 @@
} }
// LT-1 Landing Strut // LT-1 Landing Strut
@PART[landingLeg1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[landingLeg1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -109,27 +109,29 @@
} }
@MODULE[ModuleWheelBase] @MODULE[ModuleWheelBase]
{ {
@clipObject = leg2_piston_CAPSULECOLLIDER @wheelColliderTransformName = wheelCollider
@clipObject = piston_collider
} }
@MODULE[ModuleWheelSuspension] @MODULE[ModuleWheelSuspension]
{ {
@suspensionTransformName = leg2_piston @suspensionTransformName = Piston
@suspensionColliderName = leg2_piston_CAPSULECOLLIDER @suspensionColliderName = piston_collider
} }
@MODULE[ModuleWheelDeployment] @MODULE[ModuleWheelDeployment]
{ {
@animationTrfName = leg2 @deployTargetTransformName = deployTgt
@animationStateName = restock-leg-2-deploy @animationTrfName = landingLegSmall
@retractTransformName = leg2_piston @animationStateName = Deploy
@retractTransformName = Piston
} }
@MODULE[ModuleWheelBogey] @MODULE[ModuleWheelBogey]
{ {
@bogeyTransformName = leg2_foot @bogeyTransformName = foot
} }
} }
// LT-2 Landing Strut // LT-2 Landing Strut
@PART[landingLeg1-2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[landingLeg1-2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE

@ -5,7 +5,7 @@
// - TR-2L Ruggedized Wheel (wheelMed) // - TR-2L Ruggedized Wheel (wheelMed)
// RoveMax Model S2 // RoveMax Model S2
@PART[roverWheel2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[roverWheel2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -94,7 +94,7 @@
} }
// RoveMax Model M1 // RoveMax Model M1
@PART[roverWheel1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[roverWheel1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -178,7 +178,7 @@
} }
// TR-2L Ruggedized Vehicular Wheel // TR-2L Ruggedized Vehicular Wheel
@PART[wheelMed]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[wheelMed]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}

@ -5,7 +5,7 @@
// - AE-FF3 Airstream Protective Shell (3.75m) (fairingSize3) // - AE-FF3 Airstream Protective Shell (3.75m) (fairingSize3)
// AE-FF1 Airstream Protective Shell (1.25m) // AE-FF1 Airstream Protective Shell (1.25m)
@PART[fairingSize1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[fairingSize1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -142,7 +142,7 @@
} }
// AE-FF2 Airstream Protective Shell (2.5m) // AE-FF2 Airstream Protective Shell (2.5m)
@PART[fairingSize2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[fairingSize2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -250,7 +250,7 @@
} }
// AE-FF3 Airstream Protective Shell (3.75m) // AE-FF3 Airstream Protective Shell (3.75m)
@PART[fairingSize3]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[fairingSize3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -4,7 +4,7 @@
// - Service Bay (2.5m) (ServiceBay_250_v2) // - Service Bay (2.5m) (ServiceBay_250_v2)
// Service Bay (1.25m) // Service Bay (1.25m)
@PART[ServiceBay_125_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[ServiceBay_125_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -77,7 +77,7 @@
} }
// Service Bay (2.5m) // Service Bay (2.5m)
@PART[ServiceBay_250_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[ServiceBay_250_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -4,7 +4,7 @@
// - Drill-O-Matic Junior' Mining Excavator (MiniDrill) // - Drill-O-Matic Junior' Mining Excavator (MiniDrill)
// Drill-O-Matic' Mining Excavator // Drill-O-Matic' Mining Excavator
@PART[RadialDrill]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[RadialDrill]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -72,7 +72,7 @@
} }
// Drill-O-Matic Junior' Mining Excavator // Drill-O-Matic Junior' Mining Excavator
@PART[MiniDrill]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[MiniDrill]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE

@ -4,7 +4,7 @@
// - Convert-O-Tron 250 (ISRU) // - Convert-O-Tron 250 (ISRU)
// Convert-O-Tron 125 // Convert-O-Tron 125
@PART[MiniISRU]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[MiniISRU]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -52,7 +52,7 @@
} }
// Convert-O-Tron 250 // Convert-O-Tron 250
@PART[ISRU]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[ISRU]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}

@ -5,7 +5,7 @@
// - Large Holding Tank (LargeTank) // - Large Holding Tank (LargeTank)
// Radial Holding Tank // Radial Holding Tank
@PART[RadialOreTank]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[RadialOreTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -16,7 +16,7 @@
} }
// Small Holding Tank // Small Holding Tank
@PART[SmallTank]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[SmallTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -27,7 +27,7 @@
} }
// Large Holding Tank // Large Holding Tank
@PART[LargeTank]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[LargeTank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE

@ -5,7 +5,7 @@
// - M4435 Narrow-Band Scanner (OrbitalScanner) // - M4435 Narrow-Band Scanner (OrbitalScanner)
// Surface Scanning Module // Surface Scanning Module
@PART[SurfaceScanner]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[SurfaceScanner]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -25,7 +25,7 @@
} }
// M700 Survey Scanner // M700 Survey Scanner
@PART[SurveyScanner]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[SurveyScanner]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -111,7 +111,7 @@
} }
// M4435 Narrow-Band Scanner // M4435 Narrow-Band Scanner
@PART[OrbitalScanner]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[OrbitalScanner]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE

@ -12,7 +12,7 @@
// Thermometer // Thermometer
@PART[sensorThermometer]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[sensorThermometer]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -23,7 +23,7 @@
} }
//Barometer //Barometer
@PART[sensorBarometer]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[sensorBarometer]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -34,7 +34,7 @@
} }
// Accelerometer // Accelerometer
@PART[sensorAccelerometer]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[sensorAccelerometer]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -45,7 +45,7 @@
} }
// Negative Gravioli Detector // Negative Gravioli Detector
@PART[sensorGravimeter]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[sensorGravimeter]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -56,7 +56,7 @@
} }
// Mystery Goo™ Containment Unit // Mystery Goo™ Containment Unit
@PART[GooExperiment]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[GooExperiment]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -98,7 +98,7 @@
} }
// SC-9001 Science Jr. // SC-9001 Science Jr.
@PART[science_module]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[science_module]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -115,7 +115,7 @@
} }
// Atmospheric Fluid Spectro-Variometer // Atmospheric Fluid Spectro-Variometer
@PART[sensorAtmosphere]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[sensorAtmosphere]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE
@ -126,7 +126,7 @@
} }
// Experiment Storage Unit // Experiment Storage Unit
@PART[ScienceBox]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[ScienceBox]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -137,7 +137,7 @@
} }
// SENTINEL Infrared Telescope // SENTINEL Infrared Telescope
@PART[InfraredTelescope]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[InfraredTelescope]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}

@ -9,7 +9,7 @@
// - TVR-2160C Mk2 Stack Quad-Coupler (stackQuadCoupler) // - TVR-2160C Mk2 Stack Quad-Coupler (stackQuadCoupler)
// FL-A10 Adapter // FL-A10 Adapter
@PART[adapterSmallMiniTall]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[adapterSmallMiniTall]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -70,7 +70,7 @@
} }
// FL-A5 Adapter // FL-A5 Adapter
@PART[adapterSmallMiniShort]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[adapterSmallMiniShort]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -149,7 +149,7 @@
} }
// Rockomax HubMax Multi-Point Connector // Rockomax HubMax Multi-Point Connector
@PART[stationHub]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[stationHub]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -239,7 +239,7 @@
} }
// BZ-52 Radial Attachment Point // BZ-52 Radial Attachment Point
@PART[stackPoint1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[stackPoint1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -251,7 +251,7 @@
} }
// TVR-200 Stack Bi-Coupler // TVR-200 Stack Bi-Coupler
@PART[stackBiCoupler_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[stackBiCoupler_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -333,7 +333,7 @@
} }
// TVR-1180C Mk1 Stack Tri-Coupler // TVR-1180C Mk1 Stack Tri-Coupler
@PART[stackTriCoupler_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[stackTriCoupler_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -411,7 +411,7 @@
} }
// TVR-2160C Mk2 Stack Quad-Coupler // TVR-2160C Mk2 Stack Quad-Coupler
@PART[stackQuadCoupler]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[stackQuadCoupler]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}

@ -7,7 +7,7 @@
// - TVR-400L Stack Quad-Adapter (adapterLargeSmallQuad) // - TVR-400L Stack Quad-Adapter (adapterLargeSmallQuad)
// Rockomax Brand Adapter // Rockomax Brand Adapter
@PART[largeAdapter]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[largeAdapter]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -58,7 +58,7 @@
} }
// Rockomax Brand Adapter 02 // Rockomax Brand Adapter 02
@PART[largeAdapter2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[largeAdapter2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -120,7 +120,7 @@
} }
// TVR-200L Stack Bi-Adapter // TVR-200L Stack Bi-Adapter
@PART[adapterLargeSmallBi]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[adapterLargeSmallBi]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -198,7 +198,7 @@
} }
// TVR-300L Stack Tri-Adapter // TVR-300L Stack Tri-Adapter
@PART[adapterLargeSmallTri]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[adapterLargeSmallTri]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}
@ -276,7 +276,7 @@
} }
// TVR-400L Stack Quad-Adapter // TVR-400L Stack Quad-Adapter
@PART[adapterLargeSmallQuad]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[adapterLargeSmallQuad]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}

@ -3,7 +3,7 @@
// - Kerbodyne ADTP-2-3 (Size3to2Adapter_v2) // - Kerbodyne ADTP-2-3 (Size3to2Adapter_v2)
// Kerbodyne ADTP-2-3 // Kerbodyne ADTP-2-3
@PART[Size3To2Adapter_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size3To2Adapter_v2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -3,7 +3,7 @@
// - TT18-A Launch Stability Enhancer (launchClamp1) // - TT18-A Launch Stability Enhancer (launchClamp1)
// TT18-A Launch Stability Enhancer // TT18-A Launch Stability Enhancer
@PART[launchClamp1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[launchClamp1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!mesh = DELETE !mesh = DELETE

@ -13,7 +13,7 @@
// - M-2x2 Structural Panel (structuralPanel2) // - M-2x2 Structural Panel (structuralPanel2)
// Cubic Octagonal Strut // Cubic Octagonal Strut
@PART[strutCube]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[strutCube]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -28,7 +28,7 @@
} }
// The Not-Rockomax Micronode // The Not-Rockomax Micronode
@PART[structuralMiniNode]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[structuralMiniNode]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -43,7 +43,7 @@
} }
// Octagonal Strut // Octagonal Strut
@PART[strutOcto]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[strutOcto]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -58,7 +58,7 @@
} }
// Modular Girder Segment // Modular Girder Segment
@PART[trussPiece1x]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[trussPiece1x]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -101,7 +101,7 @@
} }
// Modular Girder Segment XL // Modular Girder Segment XL
@PART[trussPiece3x]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[trussPiece3x]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -144,7 +144,7 @@
} }
// Modular Girder Adapter // Modular Girder Adapter
@PART[trussAdapter]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[trussAdapter]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -159,7 +159,7 @@
} }
// M-Beam 650 I-Beam // M-Beam 650 I-Beam
@PART[structuralIBeam1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[structuralIBeam1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -217,7 +217,7 @@
} }
// M-Beam 200 I-Beam // M-Beam 200 I-Beam
@PART[structuralIBeam2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[structuralIBeam2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -275,7 +275,7 @@
} }
// M-Beam 200 I-Beam Pocket Edition // M-Beam 200 I-Beam Pocket Edition
@PART[structuralIBeam3]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[structuralIBeam3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -333,7 +333,7 @@
} }
// M-1x1 Structural Panel // M-1x1 Structural Panel
@PART[structuralPanel1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[structuralPanel1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -449,7 +449,7 @@
} }
// M-2x2 Structural Panel // M-2x2 Structural Panel
@PART[structuralPanel2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[structuralPanel2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -7,7 +7,7 @@
// - Heat Shield (10m) (InflatableHeatShield) // - Heat Shield (10m) (InflatableHeatShield)
// Heat Shield (0.625m) // Heat Shield (0.625m)
@PART[HeatShield0]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[HeatShield0]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -86,7 +86,7 @@
} }
// Heat Shield (1.25m) // Heat Shield (1.25m)
@PART[HeatShield1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[HeatShield1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -155,7 +155,7 @@
} }
// Heat Shield (2.5m) // Heat Shield (2.5m)
@PART[HeatShield2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[HeatShield2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -224,7 +224,7 @@
} }
// Heat Shield (3.75m) // Heat Shield (3.75m)
@PART[HeatShield3]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[HeatShield3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -8,7 +8,7 @@
// - Thermal Control System (large) (foldingRadLarge) // - Thermal Control System (large) (foldingRadLarge)
// Radiator Panel (edge) // Radiator Panel (edge)
@PART[radPanelEdge]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[radPanelEdge]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -49,7 +49,7 @@
} }
// Radiator Panel (small) // Radiator Panel (small)
@PART[radPanelSm]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[radPanelSm]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -133,7 +133,7 @@
} }
// Radiator Panel (large) // Radiator Panel (large)
@PART[radPanelLg]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[radPanelLg]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -217,7 +217,7 @@
} }
// Thermal Control System (small) // Thermal Control System (small)
@PART[foldingRadSmall]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[foldingRadSmall]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -269,7 +269,7 @@
} }
// Thermal Control System (medium) // Thermal Control System (medium)
@PART[foldingRadMed]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[foldingRadMed]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -321,7 +321,7 @@
} }
// Thermal Control System (large) // Thermal Control System (large)
@PART[foldingRadLarge]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[foldingRadLarge]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -5,7 +5,7 @@
// - Kelus-LV Bay Mobility Enhancer (telescopicLadderBay) // - Kelus-LV Bay Mobility Enhancer (telescopicLadderBay)
// Pegasus I Mobility Enhancer // Pegasus I Mobility Enhancer
@PART[ladder1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[ladder1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -20,7 +20,7 @@
} }
// Kelus Mobility Enhancer // Kelus Mobility Enhancer
@PART[telescopicLadder]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[telescopicLadder]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -46,7 +46,7 @@
} }
// Kelus-LV Bay Mobility Enhancer // Kelus-LV Bay Mobility Enhancer
@PART[telescopicLadderBay]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[telescopicLadderBay]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -7,7 +7,7 @@
// - Mk12-R Radial-Mount Drogue Chute (radialDrogue) // - Mk12-R Radial-Mount Drogue Chute (radialDrogue)
// Mk16 Parachute // Mk16 Parachute
@PART[parachuteSingle]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[parachuteSingle]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@rescaleFactor = 1.0 @rescaleFactor = 1.0
@scale = 1.0 @scale = 1.0
@ -40,7 +40,7 @@
} }
// Mk16-XL Parachute // Mk16-XL Parachute
@PART[parachuteLarge]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[parachuteLarge]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -69,7 +69,7 @@
} }
// Mk25 Parachute // Mk25 Parachute
@PART[parachuteDrogue]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[parachuteDrogue]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -98,7 +98,7 @@
} }
// Mk2-R Radial-Mount Parachute // Mk2-R Radial-Mount Parachute
@PART[parachuteRadial]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[parachuteRadial]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -127,7 +127,7 @@
} }
// Mk12-R Radial-Mount Drogue Chute // Mk12-R Radial-Mount Drogue Chute
@PART[radialDrogue]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[radialDrogue]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@rescaleFactor = 1.0 @rescaleFactor = 1.0
@scale = 1.0 @scale = 1.0

@ -4,7 +4,7 @@
// - RE-I5 "Skipper" Liquid Fuel Engine (engineLargeSkipper) // - RE-I5 "Skipper" Liquid Fuel Engine (engineLargeSkipper)
// RE-M3 "Mainsail" Liquid Fuel Engine // RE-M3 "Mainsail" Liquid Fuel Engine
@PART[liquidEngine1-2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[liquidEngine1-2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) and riocrokite @author = Chris Adderley (Nertea) and riocrokite
%node_attach = 0.0, 1.065308, 0.0, 0.0, 1.0, 0.0, 2 %node_attach = 0.0, 1.065308, 0.0, 0.0, 1.0, 0.0, 2
@ -390,7 +390,7 @@
} }
// RE-I5 "Skipper" Liquid Fuel Engine // RE-I5 "Skipper" Liquid Fuel Engine
@PART[engineLargeSkipper]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[engineLargeSkipper]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) and riocrokite @author = Chris Adderley (Nertea) and riocrokite
%node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2 %node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2

@ -3,7 +3,7 @@
// - Heat Shield (1.875m) (HeatShield1p5) // - Heat Shield (1.875m) (HeatShield1p5)
// Heat Shield (1.875m) // Heat Shield (1.875m)
@PART[HeatShield1p5]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[HeatShield1p5]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -4,7 +4,7 @@
// - Protective Rocket Nosecone mk16 (rocketNoseConeSize4) // - Protective Rocket Nosecone mk16 (rocketNoseConeSize4)
// Protective Rocket Nosecone Mk5A // Protective Rocket Nosecone Mk5A
@PART[Size_1_5_Cone]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size_1_5_Cone]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -65,7 +65,7 @@
} }
// Protective Rocket Nosecone mk16 // Protective Rocket Nosecone mk16
@PART[rocketNoseConeSize4]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[rocketNoseConeSize4]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -5,7 +5,7 @@
// - TD-50 Decoupler (Decoupler_4) // - TD-50 Decoupler (Decoupler_4)
// TD-18 Decoupler // TD-18 Decoupler
@PART[Decoupler_1p5]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Decoupler_1p5]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -66,7 +66,7 @@
} }
// Size 1.5 Decoupler // Size 1.5 Decoupler
@PART[Size1p5_Strut_Decoupler]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size1p5_Strut_Decoupler]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -112,7 +112,7 @@
} }
// TD-50 Decoupler // TD-50 Decoupler
@PART[Decoupler_4]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Decoupler_4]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -6,7 +6,7 @@
// - EP-50 Engine Plate (EnginePlate4) // - EP-50 Engine Plate (EnginePlate4)
// EP-18 Engine Plate // EP-18 Engine Plate
@PART[EnginePlate1p5]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[EnginePlate1p5]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy (Cinebox) and Chris Adderley (Nertea) @author = Andrew Cassidy (Cinebox) and Chris Adderley (Nertea)
!MODEL,* {} !MODEL,* {}
@ -16,6 +16,13 @@
texture = blank, ReStock/Assets/Structural/restock-structural-tubes-1 texture = blank, ReStock/Assets/Structural/restock-structural-tubes-1
texture = blank-n, ReStock/Assets/Structural/restock-structural-tubes-1-n texture = blank-n, ReStock/Assets/Structural/restock-structural-tubes-1-n
} }
// this is the same as the stock value in KSP 1.9.x, but since KSP 1.8.x
// has different mass values, the variant masses below result in negative mass.
// This prevents that from happening, at the expense of slightly affecting part balance
// when ReStock is used with 1.8.x
@mass = 0.14
!MODULE[ModulePartVariants] {} !MODULE[ModulePartVariants] {}
MODULE MODULE
{ {
@ -23,74 +30,7 @@
baseVariant = Long baseVariant = Long
baseMass = 0 baseMass = 0
baseCost = 0 baseCost = 0
VARIANT
{
name = Boattail-White
mass = -0.015
cost = 50
displayName = #LOC_Restock_variant-engine_boattail_white // Boattail (White)
primaryColor = #ffffff
secondaryColor = #ffffff
themeName = White
sizeGroup = GroupB
GAMEOBJECTS
{
Engineplate-1875-White = false
Engineplate-1875-Orange = false
Boattail-1875-Colliders = true
Boattail-1875-White = true
Boattail-1875-Orange = false
Shroud1p5xDummy = true
Shroud1p5x0 = false
Shroud1p5x1 = false
Shroud1p5x2 = false
Shroud1p5x3 = false
Shroud1p5x4 = false
Shroud1p5x0-Orange = false
Shroud1p5x1-Orange = false
Shroud1p5x2-Orange = false
Shroud1p5x3-Orange = false
Shroud1p5x4-Orange = false
}
NODES
{
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
}
}
VARIANT
{
name = Boattail-Orange
mass = -0.015
cost = 50
displayName = #LOC_Restock_variant-engine_boattail_grey-orange // Boattail (Orange/Grey)
primaryColor = #f49841
secondaryColor = #4c4f47
themeName = GrayAndOrange
sizeGroup = GroupB
GAMEOBJECTS
{
Engineplate-1875-White = false
Engineplate-1875-Orange = false
Boattail-1875-Colliders = true
Boattail-1875-White = false
Boattail-1875-Orange = true
Shroud1p5xDummy = true
Shroud1p5x0 = false
Shroud1p5x1 = false
Shroud1p5x2 = false
Shroud1p5x3 = false
Shroud1p5x4 = false
Shroud1p5x0-Orange = false
Shroud1p5x1-Orange = false
Shroud1p5x2-Orange = false
Shroud1p5x3-Orange = false
Shroud1p5x4-Orange = false
}
NODES
{
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
}
}
VARIANT VARIANT
{ {
name = Short name = Short
@ -430,72 +370,12 @@
{ {
node_stack_bottom = 0.0, -3.75, 0.0, 0.0, -1.0, 0.0, 2 node_stack_bottom = 0.0, -3.75, 0.0, 0.0, -1.0, 0.0, 2
} }
}
}
@MODULE[ModuleJettison]
{
@jettisonName = Shroud1p5x0,Shroud1p5x1,Shroud1p5x2,Shroud1p5x3,Shroud1p5x4,Shroud1p5x0-Orange,Shroud1p5x1-Orange,Shroud1p5x2-Orange,Shroud1p5x3-Orange,Shroud1p5x4-Orange,Shroud1p5xDummy
}
}
// EP-25 Engine Plate
@PART[EnginePlate2]:HAS[~RestockIgnore[*]]:FOR[ReStock] {
@author = Andrew Cassidy (Cinebox) and Chris Adderley (Nertea)
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Coupling/restock-engineplate-25-1
texture = blank, ReStock/Assets/Structural/restock-structural-tubes-1
texture = blank-n, ReStock/Assets/Structural/restock-structural-tubes-1-n
}
!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
baseVariant = Long
baseMass = 0
baseCost = 0
VARIANT
{
name = Boattail-Dark
mass = -0.03
cost = 60
displayName = #LOC_Restock_variant-engine_boattail_dark // Boattail (Dark)
primaryColor = #4c4f47
secondaryColor = #494d49
themeName = Dark
sizeGroup = GroupB
GAMEOBJECTS
{
Engineplate-25-White = false
Engineplate-25-Metal = false
Boattail-25-Colliders = true
Boattail-25-White = false
Boattail-25-Dark = true
Boattail-25-Metal = false
Boattail-25-Orange = false
Shroud2xDummy = true
Shroud2x0 = false
Shroud2x1 = false
Shroud2x2 = false
Shroud2x3 = false
Shroud2x4 = false
Shroud2x0-Metal = false
Shroud2x1-Metal = false
Shroud2x2-Metal = false
Shroud2x3-Metal = false
Shroud2x4-Metal = false
}
NODES
{
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
}
} }
VARIANT VARIANT
{ {
name = Boattail-White name = Boattail-White
mass = -0.03 mass = -0.015
cost = 60 cost = 50
displayName = #LOC_Restock_variant-engine_boattail_white // Boattail (White) displayName = #LOC_Restock_variant-engine_boattail_white // Boattail (White)
primaryColor = #ffffff primaryColor = #ffffff
secondaryColor = #ffffff secondaryColor = #ffffff
@ -503,24 +383,22 @@
sizeGroup = GroupB sizeGroup = GroupB
GAMEOBJECTS GAMEOBJECTS
{ {
Engineplate-25-White = false Engineplate-1875-White = false
Engineplate-25-Metal = false Engineplate-1875-Orange = false
Boattail-25-Colliders = true Boattail-1875-Colliders = true
Boattail-25-White = true Boattail-1875-White = true
Boattail-25-Dark = false Boattail-1875-Orange = false
Boattail-25-Metal = false Shroud1p5xDummy = true
Boattail-25-Orange = false Shroud1p5x0 = false
Shroud2xDummy = true Shroud1p5x1 = false
Shroud2x0 = false Shroud1p5x2 = false
Shroud2x1 = false Shroud1p5x3 = false
Shroud2x2 = false Shroud1p5x4 = false
Shroud2x3 = false Shroud1p5x0-Orange = false
Shroud2x4 = false Shroud1p5x1-Orange = false
Shroud2x0-Metal = false Shroud1p5x2-Orange = false
Shroud2x1-Metal = false Shroud1p5x3-Orange = false
Shroud2x2-Metal = false Shroud1p5x4-Orange = false
Shroud2x3-Metal = false
Shroud2x4-Metal = false
} }
NODES NODES
{ {
@ -530,75 +408,69 @@
VARIANT VARIANT
{ {
name = Boattail-Orange name = Boattail-Orange
mass = -0.03 mass = -0.015
cost = 60 cost = 50
displayName = #LOC_Restock_variant-engine_boattail_orange // Boattail (Orange) displayName = #LOC_Restock_variant-engine_boattail_grey-orange // Boattail (Orange/Grey)
primaryColor = #f49841 primaryColor = #f49841
secondaryColor = f49841 secondaryColor = #4c4f47
themeName = Orange themeName = GrayAndOrange
sizeGroup = GroupB
GAMEOBJECTS
{
Engineplate-25-White = false
Engineplate-25-Metal = false
Boattail-25-Colliders = true
Boattail-25-White = false
Boattail-25-Dark = false
Boattail-25-Metal = false
Boattail-25-Orange = true
Shroud2xDummy = true
Shroud2x0 = false
Shroud2x1 = false
Shroud2x2 = false
Shroud2x3 = false
Shroud2x4 = false
Shroud2x0-Metal = false
Shroud2x1-Metal = false
Shroud2x2-Metal = false
Shroud2x3-Metal = false
Shroud2x4-Metal = false
}
NODES
{
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
}
}
VARIANT
{
name = Boattail-Metal
mass = -0.03
cost = 60
displayName = #LOC_Restock_variant-engine_boattail_metal // Boattail (Metal)
primaryColor = #6f6e6d
secondaryColor = #6f6e6d
themeName = Metal
sizeGroup = GroupB sizeGroup = GroupB
GAMEOBJECTS GAMEOBJECTS
{ {
Engineplate-25-White = false Engineplate-1875-White = false
Engineplate-25-Metal = false Engineplate-1875-Orange = false
Boattail-25-Colliders = true Boattail-1875-Colliders = true
Boattail-25-White = false Boattail-1875-White = false
Boattail-25-Dark = false Boattail-1875-Orange = true
Boattail-25-Metal = true Shroud1p5xDummy = true
Boattail-25-Orange = false Shroud1p5x0 = false
Shroud2xDummy = true Shroud1p5x1 = false
Shroud2x0 = false Shroud1p5x2 = false
Shroud2x1 = false Shroud1p5x3 = false
Shroud2x2 = false Shroud1p5x4 = false
Shroud2x3 = false Shroud1p5x0-Orange = false
Shroud2x4 = false Shroud1p5x1-Orange = false
Shroud2x0-Metal = false Shroud1p5x2-Orange = false
Shroud2x1-Metal = false Shroud1p5x3-Orange = false
Shroud2x2-Metal = false Shroud1p5x4-Orange = false
Shroud2x3-Metal = false
Shroud2x4-Metal = false
} }
NODES NODES
{ {
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2 node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
} }
} }
}
@MODULE[ModuleJettison]
{
@jettisonName = Shroud1p5x0,Shroud1p5x1,Shroud1p5x2,Shroud1p5x3,Shroud1p5x4,Shroud1p5x0-Orange,Shroud1p5x1-Orange,Shroud1p5x2-Orange,Shroud1p5x3-Orange,Shroud1p5x4-Orange,Shroud1p5xDummy
}
}
// EP-25 Engine Plate
@PART[EnginePlate2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock] {
@author = Andrew Cassidy (Cinebox) and Chris Adderley (Nertea)
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Coupling/restock-engineplate-25-1
texture = blank, ReStock/Assets/Structural/restock-structural-tubes-1
texture = blank-n, ReStock/Assets/Structural/restock-structural-tubes-1-n
}
// this is the same as the stock value in KSP 1.9.x, but since KSP 1.8.x
// has different mass values, the variant masses below result in negative mass.
// This prevents that from happening, at the expense of slightly affecting part balance
// when ReStock is used with 1.8.x
@mass = 0.25
!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
baseVariant = Long
baseMass = 0
baseCost = 0
VARIANT VARIANT
{ {
name = Short name = Short
@ -959,35 +831,47 @@
node_stack_bottom = 0.0, -3.75, 0.0, 0.0, -1.0, 0.0, 2 node_stack_bottom = 0.0, -3.75, 0.0, 0.0, -1.0, 0.0, 2
} }
} }
} VARIANT
@MODULE[ModuleJettison] {
{ name = Boattail-Dark
@jettisonName = Shroud2x0,Shroud2x1,Shroud2x2,Shroud2x3,Shroud2x4,Shroud2x0-Metal,Shroud2x1-Metal,Shroud2x2-Metal,Shroud2x3-Metal,Shroud2x4-Metal,Shroud2xDummy mass = -0.03
} cost = 60
} displayName = #LOC_Restock_variant-engine_boattail_dark // Boattail (Dark)
primaryColor = #4c4f47
// EP-37 Engine Plate secondaryColor = #494d49
@PART[EnginePlate3]:HAS[~RestockIgnore[*]]:FOR[ReStock] { themeName = Dark
@author = Andrew Cassidy (Cinebox) and Chris Adderley (Nertea) sizeGroup = GroupB
!MODEL,* {} GAMEOBJECTS
MODEL {
{ Engineplate-25-White = false
model = ReStock/Assets/Coupling/restock-engineplate-375-1 Engineplate-25-Metal = false
texture = blank, ReStock/Assets/Structural/restock-structural-tubes-1 Boattail-25-Colliders = true
texture = blank-n, ReStock/Assets/Structural/restock-structural-tubes-1-n Boattail-25-White = false
} Boattail-25-Dark = true
!MODULE[ModulePartVariants] {} Boattail-25-Metal = false
MODULE Boattail-25-Orange = false
{ Shroud2xDummy = true
name = ModulePartVariants Shroud2x0 = false
baseVariant = Long Shroud2x1 = false
baseMass = 0 Shroud2x2 = false
baseCost = 0 Shroud2x3 = false
Shroud2x4 = false
Shroud2x0-Metal = false
Shroud2x1-Metal = false
Shroud2x2-Metal = false
Shroud2x3-Metal = false
Shroud2x4-Metal = false
}
NODES
{
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
}
}
VARIANT VARIANT
{ {
name = Boattail-White name = Boattail-White
mass = -0.075 mass = -0.03
cost = 100 cost = 60
displayName = #LOC_Restock_variant-engine_boattail_white // Boattail (White) displayName = #LOC_Restock_variant-engine_boattail_white // Boattail (White)
primaryColor = #ffffff primaryColor = #ffffff
secondaryColor = #ffffff secondaryColor = #ffffff
@ -995,62 +879,134 @@
sizeGroup = GroupB sizeGroup = GroupB
GAMEOBJECTS GAMEOBJECTS
{ {
Engineplate-375-White = false Engineplate-25-White = false
Engineplate-375-Orange = false Engineplate-25-Metal = false
Boattail-375-Colliders = true Boattail-25-Colliders = true
Boattail-375-White = true Boattail-25-White = true
Boattail-375-Orange = false Boattail-25-Dark = false
Shroud3xDummy = true Boattail-25-Metal = false
Shroud3x0 = false Boattail-25-Orange = false
Shroud3x1 = false Shroud2xDummy = true
Shroud3x2 = false Shroud2x0 = false
Shroud3x3 = false Shroud2x1 = false
Shroud3x4 = false Shroud2x2 = false
Shroud3x0-Orange = false Shroud2x3 = false
Shroud3x1-Orange = false Shroud2x4 = false
Shroud3x2-Orange = false Shroud2x0-Metal = false
Shroud3x3-Orange = false Shroud2x1-Metal = false
Shroud3x4-Orange = false Shroud2x2-Metal = false
Shroud2x3-Metal = false
Shroud2x4-Metal = false
} }
NODES NODES
{ {
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 3 node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
} }
} }
VARIANT VARIANT
{ {
name = Boattail-Orange name = Boattail-Orange
mass = -0.075 mass = -0.03
cost = 100 cost = 60
displayName = #LOC_Restock_variant-engine_boattail_orange // Boattail (Orange) displayName = #LOC_Restock_variant-engine_boattail_orange // Boattail (Orange)
primaryColor = #f49841 primaryColor = #f49841
secondaryColor = #f49841 secondaryColor = f49841
themeName = Orange themeName = Orange
sizeGroup = GroupB sizeGroup = GroupB
GAMEOBJECTS GAMEOBJECTS
{ {
Engineplate-375-White = false Engineplate-25-White = false
Engineplate-375-Orange = false Engineplate-25-Metal = false
Boattail-375-Colliders = true Boattail-25-Colliders = true
Boattail-375-White = false Boattail-25-White = false
Boattail-375-Orange = true Boattail-25-Dark = false
Shroud3xDummy = true Boattail-25-Metal = false
Shroud3x0 = false Boattail-25-Orange = true
Shroud3x1 = false Shroud2xDummy = true
Shroud3x2 = false Shroud2x0 = false
Shroud3x3 = false Shroud2x1 = false
Shroud3x4 = false Shroud2x2 = false
Shroud3x0-Orange = false Shroud2x3 = false
Shroud3x1-Orange = false Shroud2x4 = false
Shroud3x2-Orange = false Shroud2x0-Metal = false
Shroud3x3-Orange = false Shroud2x1-Metal = false
Shroud3x4-Orange = false Shroud2x2-Metal = false
Shroud2x3-Metal = false
Shroud2x4-Metal = false
}
NODES
{
node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
}
}
VARIANT
{
name = Boattail-Metal
mass = -0.03
cost = 60
displayName = #LOC_Restock_variant-engine_boattail_metal // Boattail (Metal)
primaryColor = #6f6e6d
secondaryColor = #6f6e6d
themeName = Metal
sizeGroup = GroupB
GAMEOBJECTS
{
Engineplate-25-White = false
Engineplate-25-Metal = false
Boattail-25-Colliders = true
Boattail-25-White = false
Boattail-25-Dark = false
Boattail-25-Metal = true
Boattail-25-Orange = false
Shroud2xDummy = true
Shroud2x0 = false
Shroud2x1 = false
Shroud2x2 = false
Shroud2x3 = false
Shroud2x4 = false
Shroud2x0-Metal = false
Shroud2x1-Metal = false
Shroud2x2-Metal = false
Shroud2x3-Metal = false
Shroud2x4-Metal = false
} }
NODES NODES
{ {
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 3 node_stack_bottom = 0.0, -1.25, 0.0, 0.0, -1.0, 0.0, 2
} }
} }
}
@MODULE[ModuleJettison]
{
@jettisonName = Shroud2x0,Shroud2x1,Shroud2x2,Shroud2x3,Shroud2x4,Shroud2x0-Metal,Shroud2x1-Metal,Shroud2x2-Metal,Shroud2x3-Metal,Shroud2x4-Metal,Shroud2xDummy
}
}
// EP-37 Engine Plate
@PART[EnginePlate3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock] {
@author = Andrew Cassidy (Cinebox) and Chris Adderley (Nertea)
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Coupling/restock-engineplate-375-1
texture = blank, ReStock/Assets/Structural/restock-structural-tubes-1
texture = blank-n, ReStock/Assets/Structural/restock-structural-tubes-1-n
}
// this is the same as the stock value in KSP 1.9.x, but since KSP 1.8.x
// has different mass values, the variant masses below result in negative mass.
// This prevents that from happening, at the expense of slightly affecting part balance
// when ReStock is used with 1.8.x
@mass = 0.58
!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
baseVariant = Long
baseMass = 0
baseCost = 0
VARIANT VARIANT
{ {
name = Short name = Short
@ -1391,35 +1347,11 @@
node_stack_bottom = 0.0, -5.0, 0.0, 0.0, -1.0, 0.0, 3 node_stack_bottom = 0.0, -5.0, 0.0, 0.0, -1.0, 0.0, 3
} }
} }
}
@MODULE[ModuleJettison]
{
@jettisonName = Shroud3x0,Shroud3x1,Shroud3x2,Shroud3x3,Shroud3x4,Shroud3x0-Orange,Shroud3x1-Orange,Shroud3x2-Orange,Shroud3x3-Orange,Shroud3x4-Orange,Shroud3xDummy
}
}
// EP-50 Engine Plate
@PART[EnginePlate4]:HAS[~RestockIgnore[*]]:FOR[ReStock] {
@author = Andrew Cassidy (Cinebox) and Chris Adderley (Nertea)
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Coupling/restock-engineplate-5-1
texture = blank, ReStock/Assets/Structural/restock-structural-tubes-1
texture = blank-n, ReStock/Assets/Structural/restock-structural-tubes-1-n
}
!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
baseVariant = Long
baseMass = 0
baseCost = 0
VARIANT VARIANT
{ {
name = Boattail-White name = Boattail-White
mass = -0.1125 mass = -0.075
cost = 140 cost = 100
displayName = #LOC_Restock_variant-engine_boattail_white // Boattail (White) displayName = #LOC_Restock_variant-engine_boattail_white // Boattail (White)
primaryColor = #ffffff primaryColor = #ffffff
secondaryColor = #ffffff secondaryColor = #ffffff
@ -1427,62 +1359,94 @@
sizeGroup = GroupB sizeGroup = GroupB
GAMEOBJECTS GAMEOBJECTS
{ {
Engineplate-5-White = false Engineplate-375-White = false
Engineplate-5-Orange = false Engineplate-375-Orange = false
Boattail-5-Colliders = true Boattail-375-Colliders = true
Boattail-5-White = true Boattail-375-White = true
Boattail-5-Orange = false Boattail-375-Orange = false
Shroud4xDummy = true Shroud3xDummy = true
Shroud4x0 = false Shroud3x0 = false
Shroud4x1 = false Shroud3x1 = false
Shroud4x2 = false Shroud3x2 = false
Shroud4x3 = false Shroud3x3 = false
Shroud4x4 = false Shroud3x4 = false
Shroud4x0-Orange = false Shroud3x0-Orange = false
Shroud4x1-Orange = false Shroud3x1-Orange = false
Shroud4x2-Orange = false Shroud3x2-Orange = false
Shroud4x3-Orange = false Shroud3x3-Orange = false
Shroud4x4-Orange = false Shroud3x4-Orange = false
} }
NODES NODES
{ {
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 4 node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 3
} }
} }
VARIANT VARIANT
{ {
name = Boattail-Orange name = Boattail-Orange
mass = -0.1125 mass = -0.075
cost = 140 cost = 100
displayName = #LOC_Restock_variant-engine_boattail_orange // Boattail (Orange) displayName = #LOC_Restock_variant-engine_boattail_orange // Boattail (Orange)
primaryColor = #f49841 primaryColor = #f49841
secondaryColor = #ffffff secondaryColor = #f49841
themeName = Orange themeName = Orange
sizeGroup = GroupB sizeGroup = GroupB
GAMEOBJECTS GAMEOBJECTS
{ {
Engineplate-5-White = false Engineplate-375-White = false
Engineplate-5-Orange = false Engineplate-375-Orange = false
Boattail-5-Colliders = true Boattail-375-Colliders = true
Boattail-5-White = false Boattail-375-White = false
Boattail-5-Orange = true Boattail-375-Orange = true
Shroud4xDummy = true Shroud3xDummy = true
Shroud4x0 = false Shroud3x0 = false
Shroud4x1 = false Shroud3x1 = false
Shroud4x2 = false Shroud3x2 = false
Shroud4x3 = false Shroud3x3 = false
Shroud4x4 = false Shroud3x4 = false
Shroud4x0-Orange = false Shroud3x0-Orange = false
Shroud4x1-Orange = false Shroud3x1-Orange = false
Shroud4x2-Orange = false Shroud3x2-Orange = false
Shroud4x3-Orange = false Shroud3x3-Orange = false
Shroud4x4-Orange = false Shroud3x4-Orange = false
} }
NODES NODES
{ {
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 4 node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 3
} }
} }
}
@MODULE[ModuleJettison]
{
@jettisonName = Shroud3x0,Shroud3x1,Shroud3x2,Shroud3x3,Shroud3x4,Shroud3x0-Orange,Shroud3x1-Orange,Shroud3x2-Orange,Shroud3x3-Orange,Shroud3x4-Orange,Shroud3xDummy
}
}
// EP-50 Engine Plate
@PART[EnginePlate4]:HAS[~RestockIgnore[*]]:FOR[000_ReStock] {
@author = Andrew Cassidy (Cinebox) and Chris Adderley (Nertea)
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Coupling/restock-engineplate-5-1
texture = blank, ReStock/Assets/Structural/restock-structural-tubes-1
texture = blank-n, ReStock/Assets/Structural/restock-structural-tubes-1-n
}
// this is the same as the stock value in KSP 1.9.x, but since KSP 1.8.x
// has different mass values, the variant masses below result in negative mass.
// This prevents that from happening, at the expense of slightly affecting part balance
// when ReStock is used with 1.8.x
@mass = 1.0
!MODULE[ModulePartVariants] {}
MODULE
{
name = ModulePartVariants
baseVariant = Long
baseMass = 0
baseCost = 0
VARIANT VARIANT
{ {
name = Short name = Short
@ -1823,6 +1787,74 @@
node_stack_bottom = 0.0, -5.0, 0.0, 0.0, -1.0, 0.0, 4 node_stack_bottom = 0.0, -5.0, 0.0, 0.0, -1.0, 0.0, 4
} }
} }
VARIANT
{
name = Boattail-White
mass = -0.1125
cost = 140
displayName = #LOC_Restock_variant-engine_boattail_white // Boattail (White)
primaryColor = #ffffff
secondaryColor = #ffffff
themeName = White
sizeGroup = GroupB
GAMEOBJECTS
{
Engineplate-5-White = false
Engineplate-5-Orange = false
Boattail-5-Colliders = true
Boattail-5-White = true
Boattail-5-Orange = false
Shroud4xDummy = true
Shroud4x0 = false
Shroud4x1 = false
Shroud4x2 = false
Shroud4x3 = false
Shroud4x4 = false
Shroud4x0-Orange = false
Shroud4x1-Orange = false
Shroud4x2-Orange = false
Shroud4x3-Orange = false
Shroud4x4-Orange = false
}
NODES
{
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 4
}
}
VARIANT
{
name = Boattail-Orange
mass = -0.1125
cost = 140
displayName = #LOC_Restock_variant-engine_boattail_orange // Boattail (Orange)
primaryColor = #f49841
secondaryColor = #ffffff
themeName = Orange
sizeGroup = GroupB
GAMEOBJECTS
{
Engineplate-5-White = false
Engineplate-5-Orange = false
Boattail-5-Colliders = true
Boattail-5-White = false
Boattail-5-Orange = true
Shroud4xDummy = true
Shroud4x0 = false
Shroud4x1 = false
Shroud4x2 = false
Shroud4x3 = false
Shroud4x4 = false
Shroud4x0-Orange = false
Shroud4x1-Orange = false
Shroud4x2-Orange = false
Shroud4x3-Orange = false
Shroud4x4-Orange = false
}
NODES
{
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 4
}
}
} }
@MODULE[ModuleJettison] @MODULE[ModuleJettison]
{ {

@ -4,7 +4,7 @@
// - TS-50 Separator (Separator_4) // - TS-50 Separator (Separator_4)
// TS-18 Separator // TS-18 Separator
@PART[Separator_1p5]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Separator_1p5]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -65,7 +65,7 @@
} }
// TS-50 Decoupler // TS-50 Decoupler
@PART[Separator_4]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Separator_4]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -4,7 +4,7 @@
// - RE-J10 "Wolfhound" Liquid Fuel Engine AJ10 (LiquidEngineRE-J10) // - RE-J10 "Wolfhound" Liquid Fuel Engine AJ10 (LiquidEngineRE-J10)
// RK-7 "Kodiak" Liquid Fueled Engine // RK-7 "Kodiak" Liquid Fueled Engine
@PART[LiquidEngineRK-7]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[LiquidEngineRK-7]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -531,7 +531,7 @@
} }
// RE-J10 "Wolfhound" Liquid Fuel Engine AJ10 // RE-J10 "Wolfhound" Liquid Fuel Engine AJ10
@PART[LiquidEngineRE-J10]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[LiquidEngineRE-J10]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -4,7 +4,7 @@
// - KR-1 "Mastodon" Liquid Fuel Engine (LiquidEngineKE-1) // - KR-1 "Mastodon" Liquid Fuel Engine (LiquidEngineKE-1)
// RE-I2 "Skiff" Liquid Fuel Engine // RE-I2 "Skiff" Liquid Fuel Engine
@PART[LiquidEngineRE-I2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[LiquidEngineRE-I2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -475,7 +475,7 @@
} }
// KR-1 "Mastodon" Liquid Fuel Engine // KR-1 "Mastodon" Liquid Fuel Engine
@PART[LiquidEngineKE-1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[LiquidEngineKE-1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -3,7 +3,7 @@
// - RV-1 "Cub" Vernier Engine (LiquidEngineRV-1) // - RV-1 "Cub" Vernier Engine (LiquidEngineRV-1)
// RV-1 "Cub" Vernier Engine // RV-1 "Cub" Vernier Engine
@PART[LiquidEngineRV-1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[LiquidEngineRV-1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -3,7 +3,7 @@
// - THK 'Pollux' SRB (Pollux) // - THK 'Pollux' SRB (Pollux)
// THK 'Pollux' SRB // THK 'Pollux' SRB
@PART[Pollux]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Pollux]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -11,7 +11,7 @@
// - FL-A215 Fuel Tank Adapter (Size1p5_Size2_Adapter_01) // - FL-A215 Fuel Tank Adapter (Size1p5_Size2_Adapter_01)
// FL-TX220 Fuel Tank // FL-TX220 Fuel Tank
@PART[Size1p5_Tank_01]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size1p5_Tank_01]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -72,7 +72,7 @@
} }
// FL-TX440 Fuel Tank // FL-TX440 Fuel Tank
@PART[Size1p5_Tank_02]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size1p5_Tank_02]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -133,7 +133,7 @@
} }
// FL-TX900 Fuel Tank // FL-TX900 Fuel Tank
@PART[Size1p5_Tank_03]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size1p5_Tank_03]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -194,7 +194,7 @@
} }
// FL-TX1800 Fuel Tank // FL-TX1800 Fuel Tank
@PART[Size1p5_Tank_04]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size1p5_Tank_04]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -255,7 +255,7 @@
} }
// FL-C1000 Fuel Tank (Soyuz) // FL-C1000 Fuel Tank (Soyuz)
@PART[Size1p5_Tank_05]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size1p5_Tank_05]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -377,7 +377,7 @@
} }
// FL-A151L Fuel Tank Adapter - 1.875 to 1.25m Long // FL-A151L Fuel Tank Adapter - 1.875 to 1.25m Long
@PART[Size1p5_Size1_Adapter_01]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size1p5_Size1_Adapter_01]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -438,7 +438,7 @@
} }
// FL-A151S Fuel Tank Adapter - 1.875 to 1.25m Short // FL-A151S Fuel Tank Adapter - 1.875 to 1.25m Short
@PART[Size1p5_Size1_Adapter_02]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size1p5_Size1_Adapter_02]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -499,7 +499,7 @@
} }
// FL-A150 Fuel Tank Adapter - 1.875 to 0.625m // FL-A150 Fuel Tank Adapter - 1.875 to 0.625m
@PART[Size1p5_Size0_Adapter_01]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size1p5_Size0_Adapter_01]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -560,7 +560,7 @@
} }
// FL-A215 Fuel Tank Adapter - 2.5 to 1.875m // FL-A215 Fuel Tank Adapter - 2.5 to 1.875m
@PART[Size1p5_Size2_Adapter_01]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size1p5_Size2_Adapter_01]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -8,7 +8,7 @@
// - Kerbodyne Engine Cluster Adapter Tank (Size4_EngineAdapter_01) // - Kerbodyne Engine Cluster Adapter Tank (Size4_EngineAdapter_01)
// Kerbodyne S4-64 Fuel Tank // Kerbodyne S4-64 Fuel Tank
@PART[Size4_Tank_01]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size4_Tank_01]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -67,7 +67,7 @@
} }
// Kerbodyne S4-128 Fuel Tank // Kerbodyne S4-128 Fuel Tank
@PART[Size4_Tank_02]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size4_Tank_02]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -126,7 +126,7 @@
} }
// Kerbodyne S4-256 Fuel Tank // Kerbodyne S4-256 Fuel Tank
@PART[Size4_Tank_03]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size4_Tank_03]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -185,7 +185,7 @@
} }
// Kerbodyne S4-512 Fuel Tank // Kerbodyne S4-512 Fuel Tank
@PART[Size4_Tank_04]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size4_Tank_04]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -244,7 +244,7 @@
} }
// Kerbodyne S3-S4 Adapter Tank // Kerbodyne S3-S4 Adapter Tank
@PART[Size3_Size4_Adapter_01]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size3_Size4_Adapter_01]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -303,7 +303,7 @@
} }
// Kerbodyne Engine Cluster Adapter Tank // Kerbodyne Engine Cluster Adapter Tank
@PART[Size4_EngineAdapter_01]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size4_EngineAdapter_01]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -4,7 +4,7 @@
// - FL-R5 RCS Fuel Tank (Size1p5_Monoprop) // - FL-R5 RCS Fuel Tank (Size1p5_Monoprop)
// Stratus-V Minified Monopropellant Tank // Stratus-V Minified Monopropellant Tank
@PART[monopropMiniSphere]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[monopropMiniSphere]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -16,7 +16,7 @@
} }
// FL-R5 RCS Fuel Tank // FL-R5 RCS Fuel Tank
@PART[Size1p5_Monoprop]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Size1p5_Monoprop]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -3,7 +3,7 @@
// - RoveMax M1-F Rover Wheel (roverWheelM1-F) // - RoveMax M1-F Rover Wheel (roverWheelM1-F)
// RoveMax M1-F Rover Wheel // RoveMax M1-F Rover Wheel
@PART[roverWheelM1-F]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[roverWheelM1-F]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Andrew Cassidy @author = Andrew Cassidy
!MODEL {} !MODEL {}

@ -4,7 +4,7 @@
// - AE-FF4 Airstream Protective Shell (5m) (fairingSize4) // - AE-FF4 Airstream Protective Shell (5m) (fairingSize4)
// AE-FF1.5 Airstream Protective Shell (1.875m) // AE-FF1.5 Airstream Protective Shell (1.875m)
@PART[fairingSize1p5]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[fairingSize1p5]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -111,7 +111,7 @@
} }
// AE-FF4 Airstream Protective Shell (5m) // AE-FF4 Airstream Protective Shell (5m)
@PART[fairingSize4]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[fairingSize4]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -7,7 +7,7 @@
// - T-50 Structural Tube (Tube4) // - T-50 Structural Tube (Tube4)
// T-12 Structural Tube // T-12 Structural Tube
@PART[Tube1]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Tube1]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -315,7 +315,7 @@
} }
// T-18 Structural Tube // T-18 Structural Tube
@PART[Tube1p5]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Tube1p5]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -622,7 +622,7 @@
} }
// T-25 Structural Tube // T-25 Structural Tube
@PART[Tube2]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Tube2]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -929,7 +929,7 @@
} }
// T-37 Structural Tube // T-37 Structural Tube
@PART[Tube3]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Tube3]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE
@ -1236,7 +1236,7 @@
} }
// T-50 Structural Tube // T-50 Structural Tube
@PART[Tube4]:HAS[~RestockIgnore[*]]:FOR[ReStock] @PART[Tube4]:HAS[~RestockIgnore[*]]:FOR[000_ReStock]
{ {
@author = Chris Adderley (Nertea) @author = Chris Adderley (Nertea)
!mesh = DELETE !mesh = DELETE

@ -4,7 +4,7 @@
// To use, uncomment the following @PART entry, and change yourPartName to the part that you want Restock to leave alone :(. // To use, uncomment the following @PART entry, and change yourPartName to the part that you want Restock to leave alone :(.
// Make a copy with an appropriate value for yourPartName // Make a copy with an appropriate value for yourPartName
// @PART[yourPartName]:BEFORE[ReStock] // @PART[yourPartName]:BEFORE[000_ReStock]
//{ //{
// RestockIgnore = True // RestockIgnore = True
//} //}

@ -6,7 +6,7 @@
{ {
"MAJOR":1, "MAJOR":1,
"MINOR":1, "MINOR":1,
"PATCH":1, "PATCH":2,
"BUILD":0 "BUILD":0
}, },
"KSP_VERSION": "KSP_VERSION":

@ -1,3 +1,14 @@
v1.1.2
------
- Changed ModuleManager pass from [Restock] to [000_Restock]
- Fixed engine plate compatability with stock vessels by moving boattails to the end of the variant list
- Fixed engine plate negative masses when used in KSP 1.8.x by setting the part mass to the 1.9.x values. This comes at the expense of affecting part balance when used in 1.8.x.
- Tuned 2.5m heatshield texture
- Tuned 1.875m heatshield top ring dimensions
- Fixed some collider inconsistencies (#862)
- Reworked hierarchy of LT-1 and LT-2 landing legs to help address weakness issues (#858)
- Added patch for KerbalFoundries to work with ReStock models
v1.1.1 v1.1.1
------ ------
- Fixed Skipper UV issue inside bell - Fixed Skipper UV issue inside bell

@ -1,5 +1,5 @@
============= =============
RESTOCK 1.1.1 RESTOCK 1.1.2
============= =============
Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based on the canceled Part Overhaul project by Porkjet. Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based on the canceled Part Overhaul project by Porkjet.

@ -20,7 +20,7 @@ PART
cost = 350 cost = 350
mass = 0.03 mass = 0.03
category = Coupling category = Coupling
subcatagory = 0 subcategory = 0
title = #LOC_RestockPlus_restock-claw-625-1_title //Advanced Grabbing Unit Junior title = #LOC_RestockPlus_restock-claw-625-1_title //Advanced Grabbing Unit Junior
manufacturer = #autoLOC_501631 //#autoLOC_501631 = STEADLER Engineering Corps manufacturer = #autoLOC_501631 //#autoLOC_501631 = STEADLER Engineering Corps
description = #LOC_RestockPlus_restock-claw-625-1_description description = #LOC_RestockPlus_restock-claw-625-1_description

@ -13,7 +13,7 @@ PART
} }
rescaleFactor = 1.0 rescaleFactor = 1.0
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1 node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1 node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1, 0, 0, 1, 0
TechRequired = advConstruction TechRequired = advConstruction
entryCost = 2200 entryCost = 2200
cost = 200 cost = 200

@ -15,8 +15,8 @@ PART
rotation = 0, 0, 0 rotation = 0, 0, 0
} }
rescaleFactor = 1.0 rescaleFactor = 1.0
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1 node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1 node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 2, 0, 0, 1, 0
/// Flag to disable this part if MH is installed /// Flag to disable this part if MH is installed
MHReplacement = True MHReplacement = True
TechRequired = advConstruction TechRequired = advConstruction

@ -15,8 +15,8 @@ PART
rotation = 0, 0, 0 rotation = 0, 0, 0
} }
rescaleFactor = 1.0 rescaleFactor = 1.0
node_stack_top = 0.0, 0.15, 0.0, 0.0, 1.0, 0.0, 1 node_stack_top = 0.0, 0.15, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1 node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 2, 0, 0, 1, 0
/// Flag to disable this part if MH is installed /// Flag to disable this part if MH is installed
MHReplacement = True MHReplacement = True
TechRequired = specializedConstruction TechRequired = specializedConstruction

@ -15,8 +15,8 @@ PART
rotation = 0, 0, 0 rotation = 0, 0, 0
} }
rescaleFactor = 1.0 rescaleFactor = 1.0
node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 1 node_stack_top = 0.0, 0.25, 0.0, 0.0, 1.0, 0.0, 3
node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 1 node_stack_bottom = 0.0, 0, 0.0, 0.0, -1.0, 0.0, 3, 0, 0, 1, 0
/// Flag to disable this part if MH is installed /// Flag to disable this part if MH is installed
MHReplacement = True MHReplacement = True
TechRequired = composites TechRequired = composites

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save