mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
- The big COVID-19-Isolation-time config clean-up.
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
// Contents:
|
||||
// - Small Nose Cone (standardNoseCone)
|
||||
|
||||
// Small Nose Cone
|
||||
@PART[standardNoseCone]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
@ -4,6 +4,7 @@
|
||||
// - Advanced Nose Cone - Type A (pointyNoseConeA)
|
||||
// - Advanced Nose Cone - Type B (pointyNoseConeB)
|
||||
|
||||
// Aerodynamic Nose Cone
|
||||
@PART[noseCone]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -82,6 +83,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Advanced Nose Cone - Type A
|
||||
@PART[pointyNoseConeA]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -161,6 +163,7 @@
|
||||
!MODULE[ModuleAnimateHeat] {}
|
||||
}
|
||||
|
||||
// Advanced Nose Cone - Type B
|
||||
@PART[pointyNoseConeB]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
@ -2,6 +2,7 @@
|
||||
// Contents:
|
||||
// - Protective Rocket Nose Cone Mk7 (rocketNoseCone_v2)
|
||||
|
||||
// Protective Rocket Nose Cone Mk7
|
||||
@PART[rocketNoseCone_v2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
@ -2,6 +2,7 @@
|
||||
// Contents:
|
||||
// - Protective Rocket Nose Cone Mk12A (rocketNoseConeSize3)
|
||||
|
||||
// Protective Rocket Nose Cone Mk12A
|
||||
@PART[rocketNoseConeSize3]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
@ -5,6 +5,7 @@
|
||||
// - AV-T1 Winglet (winglet)
|
||||
// - Delta-Deluxe Winglet (winglet3)
|
||||
|
||||
//Basic Fin
|
||||
@PART[basicFin]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -20,6 +21,8 @@
|
||||
cube = Default, 0.04573,0.9754,0.373, 0.04573,0.2997,0.648, 0.02582,0.2292,1.08, 0.02582,0.2819,0.3014, 0.5039,0.9864,0.1276, 0.5039,0.9864,0.1276, -0.1697,0.25,0, 0.7607,1.25,0.05625
|
||||
}
|
||||
}
|
||||
|
||||
// AV-R8 Winglet
|
||||
@PART[R8winglet]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -37,6 +40,8 @@
|
||||
cube = fullDeflectionNeg, 0.2243,0.6742,1.628, 0.2243,0.6276,1.549, 0.6671,0.4279,2.03, 0.6671,0.4123,1.886, 1.907,0.9045,0.9155, 1.907,0.9084,0.9155, -0.07445,-0.008513,-0.02857, 1.629,1.966,0.866
|
||||
}
|
||||
}
|
||||
|
||||
// AV-T1 Winglet
|
||||
@PART[winglet]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -52,6 +57,8 @@
|
||||
cube = Default, 0.131,1,0.09983, 0.131,0.1167,1.597, 0.08604,0.07243,1.567, 0.08604,0.009355,1.241, 1.657,0.9968,0.1479, 1.657,0.997,0.1479, -0.1187,0.2268,0.006638, 1.497,2.11,0.09696
|
||||
}
|
||||
}
|
||||
|
||||
// Delta-Deluxe Winglet
|
||||
@PART[winglet3]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
|
@ -1,28 +1,25 @@
|
||||
// Patches adding depth masks to air intakes
|
||||
// Contents:
|
||||
// Circular Intake (CircularIntake)
|
||||
// Small Circular Intake (miniIntake)
|
||||
// Shock Cone Intake (shockConeIntake)
|
||||
// Adjustable Ramp Intake (ramAirIntake)
|
||||
// Adjustable Ramp Intake Radial (IntakeRadialLong)
|
||||
// XM-G50 Radial Air Intake (airScoop)
|
||||
// Mk1 Diverterless Supersonic Intake (MK1IntakeFuselage)
|
||||
// - Circular Intake (CircularIntake)
|
||||
// - Small Circular Intake (miniIntake)
|
||||
// - Shock Cone Intake (shockConeIntake)
|
||||
// - Adjustable Ramp Intake (ramAirIntake)
|
||||
// - Adjustable Ramp Intake Radial (IntakeRadialLong)
|
||||
// - XM-G50 Radial Air Intake (airScoop)
|
||||
// - Mk1 Diverterless Supersonic Intake (MK1IntakeFuselage)
|
||||
|
||||
// Circular Intake
|
||||
@PART[CircularIntake]
|
||||
{
|
||||
!mesh = DELETE
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = Squad/Parts/Aero/circularIntake/CircularIntake
|
||||
}
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Aero/DepthMasks/restock-fanintake-mask
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockDepthMask
|
||||
@ -34,17 +31,14 @@
|
||||
@PART[miniIntake]
|
||||
{
|
||||
!mesh = DELETE
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = Squad/Parts/Aero/miniIntake/SmallIntake
|
||||
}
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Aero/DepthMasks/restock-miniintake-mask
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockDepthMask
|
||||
@ -59,7 +53,6 @@
|
||||
{
|
||||
model = ReStock/Assets/Aero/DepthMasks/restock-coneintake-mask
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockDepthMask
|
||||
@ -71,17 +64,14 @@
|
||||
@PART[ramAirIntake]
|
||||
{
|
||||
!mesh = DELETE
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = Squad/Parts/Aero/ramAirIntake/RampIntake
|
||||
}
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Aero/DepthMasks/restock-rampintake-mask
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockDepthMask
|
||||
@ -93,17 +83,14 @@
|
||||
@PART[IntakeRadialLong]
|
||||
{
|
||||
!mesh = DELETE
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = Squad/Parts/Aero/intakeRadialLong/IntakeRadial
|
||||
}
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Aero/DepthMasks/restock-longintake-mask
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockDepthMask
|
||||
@ -115,17 +102,14 @@
|
||||
@PART[airScoop]
|
||||
{
|
||||
!mesh = DELETE
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = Squad/Parts/Aero/airIntakeRadialXM-G50/RadialIntake
|
||||
}
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Aero/DepthMasks/restock-radialintake-mask
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockDepthMask
|
||||
@ -141,7 +125,6 @@
|
||||
{
|
||||
model = ReStock/Assets/Aero/DepthMasks/restock-inlineintake-mask
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockDepthMask
|
||||
|
Reference in New Issue
Block a user