diff --git a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-0625.cfg b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-0625.cfg index 3dbb9f43..c08a62e5 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-0625.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-0625.cfg @@ -2,7 +2,7 @@ // Contents: // - Small Nose Cone (standardNoseCone) -@PART[standardNoseCone] +@PART[standardNoseCone]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-125.cfg index 94a4bff7..0b303bdb 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-125.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-125.cfg @@ -4,7 +4,7 @@ // - Advanced Nose Cone - Type A (pointyNoseConeA) // - Advanced Nose Cone - Type B (pointyNoseConeB) -@PART[noseCone] +@PART[noseCone]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -82,7 +82,7 @@ } } -@PART[pointyNoseConeA] +@PART[pointyNoseConeA]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -161,7 +161,7 @@ !MODULE[ModuleAnimateHeat] {} } -@PART[pointyNoseConeB] +@PART[pointyNoseConeB]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-25.cfg b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-25.cfg index 9720154a..3c81f6d2 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-25.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-25.cfg @@ -2,7 +2,7 @@ // Contents: // - Protective Rocket Nose Cone Mk7 (rocketNoseCone_v2) -@PART[rocketNoseCone_v2] +@PART[rocketNoseCone_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-375.cfg b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-375.cfg index 09cc3954..b08d0c9d 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-375.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-375.cfg @@ -2,7 +2,7 @@ // Contents: // - Protective Rocket Nose Cone Mk12A (rocketNoseConeSize3) -@PART[rocketNoseConeSize3] +@PART[rocketNoseConeSize3]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-winglets.cfg b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-winglets.cfg index 9babae35..b88fe465 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-winglets.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Aerodynamic/restock-aero-winglets.cfg @@ -5,7 +5,7 @@ // - AV-T1 Winglet (winglet) // - Delta-Deluxe Winglet (winglet3) -@PART[basicFin] +@PART[basicFin]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -19,7 +19,7 @@ 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 } } -@PART[R8winglet] +@PART[R8winglet]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -35,7 +35,7 @@ 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 } } -@PART[winglet] +@PART[winglet]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -49,7 +49,7 @@ 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 } } -@PART[winglet3] +@PART[winglet3]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg index 6243341b..d74ec952 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-command-pods.cfg @@ -7,7 +7,7 @@ // - Mk2 Lander Can (mk2LanderCabin_v2) // Cupola -@PART[cupola] +@PART[cupola]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -30,7 +30,7 @@ } // Mk1 Pod -@PART[mk1pod_v2] +@PART[mk1pod_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -95,7 +95,7 @@ } // Mk1-3 Pod -@PART[mk1-3pod] +@PART[mk1-3pod]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -157,7 +157,7 @@ } // Mk1 Lander Can -@PART[landerCabinSmall] +@PART[landerCabinSmall]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -173,7 +173,7 @@ } // Mk2 Lander Can -@PART[mk2LanderCabin_v2] +@PART[mk2LanderCabin_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-probes.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-probes.cfg index fb6b20ac..67ebf345 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-probes.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-probes.cfg @@ -11,7 +11,7 @@ // - RC-001S Remote Guidance Unit (probeStackSmall) // QBE -@PART[probeCoreCube] +@PART[probeCoreCube]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -80,7 +80,7 @@ } // Stayputnik -@PART[probeCoreSphere_v2] +@PART[probeCoreSphere_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) //!mesh = DELETE @@ -122,7 +122,7 @@ } // HECS -@PART[probeCoreHex_v2] +@PART[probeCoreHex_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -191,7 +191,7 @@ } // OKTO -@PART[probeCoreOcto_v2] +@PART[probeCoreOcto_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -260,7 +260,7 @@ } // OKTO2 -@PART[probeCoreOcto2_v2] +@PART[probeCoreOcto2_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -329,7 +329,7 @@ } // HECS2 -@PART[HECS2_ProbeCore] +@PART[HECS2_ProbeCore]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -399,7 +399,7 @@ } // Rover -@PART[roverBody_v2] +@PART[roverBody_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -478,7 +478,7 @@ } // 1.25m Stack Core -@PART[probeStackSmall] +@PART[probeStackSmall]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -494,7 +494,7 @@ } // 2.5m Stack Core -@PART[probeStackLarge] +@PART[probeStackLarge]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-utility-pods.cfg b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-utility-pods.cfg index 217aaf1a..2b684cd6 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Command/restock-utility-pods.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Command/restock-utility-pods.cfg @@ -3,7 +3,7 @@ // - PPD-10 Hitchhiker Storage Container (crewCabin) // - Science Mobile Processing Lab MPL-LG-2 (Large_Crewed_Lab) -@PART[Large_Crewed_Lab] +@PART[Large_Crewed_Lab]:HAS[RestockIgnore[]] { @author = Chris Adderley !mesh = DELETE @@ -32,7 +32,7 @@ } // Hitchhiker -@PART[crewCabin]:FOR[zzzzStationParts] +@PART[crewCabin]:FOR[zzzzStationParts]:HAS[RestockIgnore[]] { @author = Chris Adderley !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Communication/restock-antennas.cfg b/Distribution/Restock/GameData/ReStock/Patches/Communication/restock-antennas.cfg index d05de6c4..48980eb5 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Communication/restock-antennas.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Communication/restock-antennas.cfg @@ -7,7 +7,7 @@ // - Communotron 88-88 (commDish) // Communotron 16 -@PART[longAntenna] +@PART[longAntenna]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -23,7 +23,7 @@ } // Communotron 16-S -@PART[SurfAntenna] +@PART[SurfAntenna]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -34,7 +34,7 @@ } // Communotron DTS-M1 -@PART[mediumDishAntenna] +@PART[mediumDishAntenna]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -51,7 +51,7 @@ } // Communotron HG-55 -@PART[HighGainAntenna] +@PART[HighGainAntenna]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -98,8 +98,8 @@ } } -// Communotron 88-88 -@PART[commDish] +// Communotron 88-88 +@PART[commDish]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Communication/restock-relays.cfg b/Distribution/Restock/GameData/ReStock/Patches/Communication/restock-relays.cfg index 077a9460..0a6a5a69 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Communication/restock-relays.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Communication/restock-relays.cfg @@ -6,7 +6,7 @@ // - RA-100 Relay Antenna (RelayAntenna100) // HG-5 High Gain Antenna -@PART[HighGainAntenna5] +@PART[HighGainAntenna5]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -87,7 +87,7 @@ } // RA-2 Relay Antenna -@PART[RelayAntenna5] +@PART[RelayAntenna5]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -129,7 +129,7 @@ } // RA-15 Relay Antenna -@PART[RelayAntenna50] +@PART[RelayAntenna50]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -171,7 +171,7 @@ } // RA-100 Relay Antenna -@PART[RelayAntenna100] +@PART[RelayAntenna100]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -210,4 +210,4 @@ } } } -} \ No newline at end of file +} diff --git a/Distribution/Restock/GameData/ReStock/Patches/CompoundParts/restock-fuelline.cfg b/Distribution/Restock/GameData/ReStock/Patches/CompoundParts/restock-fuelline.cfg index af0d7baa..5c009a23 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/CompoundParts/restock-fuelline.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/CompoundParts/restock-fuelline.cfg @@ -3,7 +3,7 @@ // - FTX-2 External Fuel Duct (fuelLine) // FTX-2 External Fuel Duct -@PART[fuelLine] +@PART[fuelLine]:HAS[RestockIgnore[]] { @author = Andrew Cassidy diff --git a/Distribution/Restock/GameData/ReStock/Patches/CompoundParts/restock-strut.cfg b/Distribution/Restock/GameData/ReStock/Patches/CompoundParts/restock-strut.cfg index 6d3b63f0..8b2bde85 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/CompoundParts/restock-strut.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/CompoundParts/restock-strut.cfg @@ -2,8 +2,8 @@ // Contents: // - EAS-4 Strut Connector (strutConnector) -// EAS-4 Strut Connector -@PART[strutConnector] +// EAS-4 Strut Connector +@PART[strutConnector]:HAS[RestockIgnore[]] { @author = Andrew Cassidy diff --git a/Distribution/Restock/GameData/ReStock/Patches/Control/restock-rcs.cfg b/Distribution/Restock/GameData/ReStock/Patches/Control/restock-rcs.cfg index e35cac3e..29de2123 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Control/restock-rcs.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Control/restock-rcs.cfg @@ -5,7 +5,7 @@ // - Vernor Engine (vernorEngine) // RCS block -@PART[RCSBlock_v2] +@PART[RCSBlock_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -68,7 +68,7 @@ } // Linear RCS port -@PART[linearRcs] +@PART[linearRcs]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -162,7 +162,7 @@ } // Vernor Engine -@PART[vernierEngine] +@PART[vernierEngine]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Control/restock-sas.cfg b/Distribution/Restock/GameData/ReStock/Patches/Control/restock-sas.cfg index e6fe1fe9..33c89564 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Control/restock-sas.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Control/restock-sas.cfg @@ -5,7 +5,7 @@ // - Advanced Reaction Wheel Module, Large (asasmodule1-2) // .625m reaction wheel -@PART[sasModule] +@PART[sasModule]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -20,7 +20,7 @@ { cube = Default, 0.1161,0.7598,0.4096, 0.1161,0.7598,0.4096, 0.3074,0.9436,0.1761, 0.3074,0.9435,0.1761, 0.1161,0.7576,0.4096, 0.1161,0.7616,0.4096, 0,0,0, 0.629,0.185,0.629 } - + %manufacturer = #autoLOC_501631 //#autoLOC_501631 = STEADLER Engineering Corps %rescaleFactor = 1 @@ -29,7 +29,7 @@ } // 1.25m reaction wheel -@PART[advSasModule] +@PART[advSasModule]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -46,7 +46,7 @@ } // 2.5m reaction wheel -@PART[asasmodule1-2] +@PART[asasmodule1-2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-claw.cfg b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-claw.cfg index 78177461..e8d89b7f 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-claw.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-claw.cfg @@ -3,7 +3,7 @@ // - Advanced Grabbing Unit (GrapplingDevice) // Advanced Grabbing Unit -@PART[GrapplingDevice] +@PART[GrapplingDevice]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -16,12 +16,12 @@ %rescaleFactor = 1 %node_stack_top = 0.0, -0.14082675, 0.00, 0.0, -1.0, 0.0, 1 - @MODULE[ModuleGrappleNode] + @MODULE[ModuleGrappleNode] { nodeTransformName = Pivot } - @MODULE[ModuleAnimateGeneric] + @MODULE[ModuleAnimateGeneric] { animationName = Deploy } @@ -33,7 +33,7 @@ !MODULE[FXModuleLookAtConstraint] - MODULE + MODULE { name = FXModuleLookAtConstraint diff --git a/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-decouplers.cfg b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-decouplers.cfg index d8023c2b..b04c1fc2 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-decouplers.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-decouplers.cfg @@ -9,7 +9,7 @@ // - Hydraulic Detachment Manifold (radialDecoupler1-2) // TD-06 Decoupler -@PART[Decoupler_0] +@PART[Decoupler_0]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -54,7 +54,7 @@ } // TD-12 Decoupler -@PART[Decoupler_1] +@PART[Decoupler_1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -76,7 +76,7 @@ themeName = Dark primaryColor = #4c4f47 secondaryColor = #4c4f47 - + GAMEOBJECTS { Decoupler125White = false @@ -116,7 +116,7 @@ } // TD-25 Decoupler -@PART[Decoupler_2] +@PART[Decoupler_2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -138,7 +138,7 @@ themeName = Metal primaryColor = #6f6e6d secondaryColor = #6f6e6d - + GAMEOBJECTS { Decoupler25White = false @@ -178,7 +178,7 @@ } // TD-37 Decoupler -@PART[Decoupler_3] +@PART[Decoupler_3]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -223,7 +223,7 @@ } // TD-70 Decoupler -@PART[radialDecoupler2] +@PART[radialDecoupler2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -240,7 +240,7 @@ } // TD-37 Decoupler -@PART[radialDecoupler] +@PART[radialDecoupler]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -257,7 +257,7 @@ } // HDM Decoupler -@PART[radialDecoupler1-2] +@PART[radialDecoupler1-2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-docking.cfg b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-docking.cfg index 12b2b792..c9dfcecd 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-docking.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-docking.cfg @@ -7,7 +7,7 @@ // - Clamp-O-Tron Shielded Docking Port (dockingPort1) // Clamp-O-Tron Jr -@PART[dockingPort3] +@PART[dockingPort3]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -55,7 +55,7 @@ } // Inline Clamp-O-Tron -@PART[dockingPortLateral] +@PART[dockingPortLateral]:HAS[RestockIgnore[]] { @author = Passinglurker !mesh = DELETE @@ -69,7 +69,7 @@ } // Clamp-O-Tron -@PART[dockingPort2] +@PART[dockingPort2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -124,7 +124,7 @@ } // Clamp-O-Tron Shielded -@PART[dockingPort1] +@PART[dockingPort1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -279,7 +279,7 @@ } // Clamp-O-Tron Sr -@PART[dockingPortLarge] +@PART[dockingPortLarge]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-separators.cfg b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-separators.cfg index 34f9c3fc..dba462fe 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-separators.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-separators.cfg @@ -6,7 +6,7 @@ // - TS-37 Separator (Separator_3) // TS-06 Separator -@PART[Separator_0] +@PART[Separator_0]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -51,7 +51,7 @@ } // TS-12 Separator -@PART[Separator_1] +@PART[Separator_1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -112,7 +112,7 @@ } // TS-25 Separator -@PART[Separator_2] +@PART[Separator_2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -134,7 +134,7 @@ themeName = Metal primaryColor = #6f6e6d secondaryColor = #6f6e6d - + GAMEOBJECTS { Separator25White = false @@ -174,7 +174,7 @@ } // TS-37 Separator -@PART[Separator_3] +@PART[Separator_3]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-batteries.cfg b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-batteries.cfg index 246c7015..04d8a2d8 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-batteries.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-batteries.cfg @@ -7,7 +7,7 @@ // - Z-400 Rechargeable Battery (ksp_r_largeBatteryPack) // 0.625m battery bank -@PART[batteryBankMini] +@PART[batteryBankMini]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -26,7 +26,7 @@ } // 1.25m battery bank -@PART[batteryBank] +@PART[batteryBank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -45,7 +45,7 @@ } // 2.5m battery bank -@PART[batteryBankLarge] +@PART[batteryBankLarge]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -64,7 +64,7 @@ } // Small radial battery -@PART[batteryPack] +@PART[batteryPack]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -79,7 +79,7 @@ } // Large radial battery -@PART[ksp_r_largeBatteryPack] +@PART[ksp_r_largeBatteryPack]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-fuelcells.cfg b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-fuelcells.cfg index 605ba240..6f8190fc 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-fuelcells.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-fuelcells.cfg @@ -4,7 +4,7 @@ // - Fuel Cell Array (FuelCellArray) // Fuel Cell -@PART[FuelCell] +@PART[FuelCell]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -16,7 +16,7 @@ } // Fuel Cell Array -@PART[FuelCellArray] +@PART[FuelCellArray]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -26,4 +26,3 @@ model = ReStock/Assets/Electrical/restock-fuelcell-radial-2 } } - diff --git a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg index 67e24e08..9ee95132 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg @@ -4,7 +4,7 @@ // - Illuminator Mk2 (spotLight2) // Spotlight -@PART[spotLight1] +@PART[spotLight1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -24,7 +24,7 @@ } // Floodlight -@PART[spotLight2] +@PART[spotLight2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-rtg.cfg b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-rtg.cfg index ee2d47fa..9f63934b 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-rtg.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-rtg.cfg @@ -2,7 +2,7 @@ // Contents: // - PB-NUK Radioisotope Thermoelectric Generator (rtg) -@PART[rtg] +@PART[rtg]:HAS[RestockIgnore[]] { @author = Beale !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-solarpanels.cfg b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-solarpanels.cfg index 4d4383c4..1d3f7ab3 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-solarpanels.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-solarpanels.cfg @@ -9,7 +9,7 @@ // - OX-STAT-XL Photovoltaic Panels (LgRadialSolarPanel) // 1x6 -@PART[solarPanels4] +@PART[solarPanels4]:HAS[RestockIgnore[]] { @author = Beale !mesh = DELETE @@ -28,7 +28,7 @@ } // 1x6 shielded -@PART[solarPanels2] +@PART[solarPanels2]:HAS[RestockIgnore[]] { @author = Beale !mesh = DELETE @@ -53,7 +53,7 @@ } // 3x2 -@PART[solarPanels3] +@PART[solarPanels3]:HAS[RestockIgnore[]] { @author = Beale !mesh = DELETE @@ -72,7 +72,7 @@ } // 2x3 shroud -@PART[solarPanels1] +@PART[solarPanels1]:HAS[RestockIgnore[]] { @author = Beale !mesh = DELETE @@ -97,7 +97,7 @@ } // Gigantor -@PART[largeSolarPanel] +@PART[largeSolarPanel]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -112,7 +112,7 @@ } // Static Small -@PART[solarPanels5] +@PART[solarPanels5]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -127,7 +127,7 @@ } // Gigantor -@PART[LgRadialSolarPanel] +@PART[LgRadialSolarPanel]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-ion-0625.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-ion-0625.cfg index 07df7914..26789550 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-ion-0625.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-ion-0625.cfg @@ -3,7 +3,7 @@ // - IX-6315 "Dawn" Electric Propulsion System (ionEngine) // Dawn -@PART[ionEngine] +@PART[ionEngine]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-jet.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-jet.cfg index 7e646f2f..5e526708 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-jet.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-jet.cfg @@ -3,7 +3,7 @@ // - CR-7 R.A.P.I.E.R. Engine (RAPIER) // Rapier -@PART[RAPIER] +@PART[RAPIER]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-0625.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-0625.cfg index ecc1fc35..06ea0445 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-0625.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-0625.cfg @@ -7,7 +7,7 @@ // - O-10 "Puff" MonoPropellant Fuel Engine (omsEngine) // Ant -@PART[microEngine_v2] +@PART[microEngine_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -201,7 +201,7 @@ } // Spider -@PART[radialEngineMini_v2] +@PART[radialEngineMini_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -380,7 +380,7 @@ } // Spark -@PART[liquidEngineMini_v2] +@PART[liquidEngineMini_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -839,7 +839,7 @@ } // Twitch -@PART[smallRadialEngine_v2] +@PART[smallRadialEngine_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -1202,7 +1202,7 @@ } // Puff -@PART[omsEngine] +@PART[omsEngine]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg index 74728c70..a4443794 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-125.cfg @@ -9,7 +9,7 @@ // - T-1 Toroidal "Aerospike" Liquid Fuel Engine (toroidalAerospike) - FX only // LV-N -@PART[nuclearEngine] +@PART[nuclearEngine]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -237,7 +237,7 @@ } // Vector -@PART[SSME] +@PART[SSME]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -573,7 +573,7 @@ } // Terrier -@PART[liquidEngine3_v2] +@PART[liquidEngine3_v2]:HAS[RestockIgnore[]] { @author = Porkjet and Chris Adderley (Nertea) !mesh = DELETE @@ -910,7 +910,7 @@ } // Reliant -@PART[liquidEngine] +@PART[liquidEngine]:HAS[RestockIgnore[]] { @author = Porkjet and Chris Adderley (Nertea) !mesh = DELETE @@ -1258,7 +1258,7 @@ } // Swivel -@PART[liquidEngine2] +@PART[liquidEngine2]:HAS[RestockIgnore[]] { @author = Porkjet and Chris Adderley (Nertea) !mesh = DELETE @@ -1680,7 +1680,7 @@ } // Thud (FX only) -@PART[radialLiquidEngine1-2] +@PART[radialLiquidEngine1-2]:HAS[RestockIgnore[]] { !fx_exhaustFlame_blue_small = DELETE !fx_exhaustLight_blue = DELETE @@ -1761,7 +1761,7 @@ } // Dart (FX only) -@PART[toroidalAerospike] +@PART[toroidalAerospike]:HAS[RestockIgnore[]] { !fx_exhaustFlame_blue = DELETE !fx_exhaustLight_blue = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg index 72a9ffcc..594588e3 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-25.cfg @@ -6,7 +6,7 @@ // - RE-I5 "Skipper" Liquid Fuel Engine (engineLargeSkipper) // Mainsail -@PART[liquidEngine1-2] +@PART[liquidEngine1-2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) and riocrokite %node_attach = 0.0, 1.065308, 0.0, 0.0, 1.0, 0.0, 2 @@ -391,7 +391,7 @@ } // Poodle -@PART[liquidEngine2-2_v2] +@PART[liquidEngine2-2_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) and riocrokite %node_attach = 0.0, 0, 0.0, 0.0, 1.0, 0.0, 2 @@ -776,7 +776,7 @@ } // Skipper -@PART[engineLargeSkipper] +@PART[engineLargeSkipper]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) and riocrokite %node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2 @@ -1215,7 +1215,7 @@ } // Twin Boar -@PART[Size2LFB] +@PART[Size2LFB]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg index 5ddea6ea..f918485e 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-liquid-375.cfg @@ -3,7 +3,7 @@ // - Kerbodyne KR-2L+ "Rhino" Liquid Fuel Engine (Size3AdvancedEngine) // - S3 KS-25x4 "Mammoth" Liquid Fuel Engine (Size3EngineCluster) -@PART[Size3AdvancedEngine] +@PART[Size3AdvancedEngine]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -263,7 +263,7 @@ } } -@PART[Size3EngineCluster] +@PART[Size3EngineCluster]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-0625.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-0625.cfg index 029fe7ce..a79a6e0e 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-0625.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-0625.cfg @@ -4,7 +4,7 @@ // - F3S0 'Shrimp' SRB () // FM1 'Mite' SRB -@PART[Mite] +@PART[Mite]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -14,7 +14,7 @@ model = ReStock/Assets/Engine/restock-engine-srb-mite-1 } %rescaleFactor = 1 - + !fx_exhaustFlame_yellow_thin = DELETE !fx_exhaustSparks_yellow = DELETE !fx_smokeTrail_medium_thin = DELETE @@ -178,7 +178,7 @@ } // F3S0 'Shrimp' SRB -@PART[Shrimp] +@PART[Shrimp]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-125.cfg index d54595f0..24d01294 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-125.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-125.cfg @@ -8,7 +8,7 @@ // - Launch Escape System (LaunchEscapeSystem) // Kickback -@PART[MassiveBooster] +@PART[MassiveBooster]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -145,7 +145,7 @@ } // Thumper -@PART[solidBooster1-1] +@PART[solidBooster1-1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -289,7 +289,7 @@ } // Hammer -@PART[solidBooster_v2] +@PART[solidBooster_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -449,7 +449,7 @@ } // Flea -@PART[solidBooster_sm_v2] +@PART[solidBooster_sm_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -608,7 +608,7 @@ } // Separatron -@PART[sepMotor1] +@PART[sepMotor1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -851,4 +851,3 @@ } } } - diff --git a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-25.cfg b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-25.cfg index e91a045f..1174535b 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-25.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Engine/restock-engines-srb-25.cfg @@ -4,7 +4,7 @@ // - S2-33 'Clydesdale' SRB (Clydesdale) // S2-17 'Thoroughbred' SRB -@PART[Thoroughbred] +@PART[Thoroughbred]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -199,8 +199,8 @@ } } -// S2-33 'Clydesdale' SRB -@PART[Clydesdale] +// S2-33 'Clydesdale' SRB +@PART[Clydesdale]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -287,7 +287,7 @@ { @name = ModuleEnginesFX @runningEffectName = fx-clydesdale-running - + !directThrottleEffectName = DELETE } @MODULE[ModuleGimbal] diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-0625.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-0625.cfg index 2928c434..29821c1b 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-0625.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-0625.cfg @@ -2,7 +2,7 @@ // Contents: // - Oscar-B Fuel Tank (miniFuelTank) -@PART[miniFuelTank] +@PART[miniFuelTank]:HAS[RestockIgnore[]] { @author = Beale !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-125.cfg index 5f28e9f6..8c2da5e6 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-125.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-125.cfg @@ -5,7 +5,7 @@ // - FL-T800 Fuel Tank (fuelTank_long) // - FL-T100 Fuel Tank (fuelTankSmallFlat) -@PART[fuelTankSmallFlat] +@PART[fuelTankSmallFlat]:HAS[RestockIgnore[]] { @author = Porkjet and Chris Adderley (Nertea) !mesh = DELETE @@ -79,7 +79,7 @@ } } -@PART[fuelTankSmall] +@PART[fuelTankSmall]:HAS[RestockIgnore[]] { @author = Porkjet and Chris Adderley (Nertea) // @node_stack_top = 0.0, 5.5525, 0.0, 0.0, 1.0, 0.0 @@ -157,7 +157,7 @@ } } -@PART[fuelTank] +@PART[fuelTank]:HAS[RestockIgnore[]] { @author = Porkjet and Chris Adderley (Nertea) !mesh = DELETE @@ -235,7 +235,7 @@ // @node_attach = 6.2625, 0.0, 0.0, 1.0, 0.0, 0.0, 1 } -@PART[fuelTank_long] +@PART[fuelTank_long]:HAS[RestockIgnore[]] { @author = Porkjet and Chris Adderley (Nertea) // @node_stack_top = 0.0, 18.75, 0.0, 0.0, 1.0, 0.0 diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-25.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-25.cfg index 51e6c147..87a3b2fc 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-25.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-25.cfg @@ -5,7 +5,7 @@ // - Rockomax X200-32 Fuel Tank (Rockomax32_BW) // - Rockomax X200-8 Fuel Tank (Rockomax8BW) -@PART[Rockomax8BW] +@PART[Rockomax8BW]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -79,7 +79,7 @@ } } -@PART[Rockomax32_BW] +@PART[Rockomax32_BW]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -153,7 +153,7 @@ } } -@PART[Rockomax16_BW] +@PART[Rockomax16_BW]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -227,7 +227,7 @@ } } -@PART[Rockomax64_BW] +@PART[Rockomax64_BW]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.cfg index 32019df5..aa8ba5f7 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-375.cfg @@ -4,7 +4,7 @@ // - Kerbodyne S3-7200 Tank (Size3MediumTank) // - Kerbodyne S3-14400 Tank (Size3LargeTank) -@PART[Size3SmallTank] +@PART[Size3SmallTank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -64,7 +64,7 @@ } } -@PART[Size3MediumTank] +@PART[Size3MediumTank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -123,7 +123,7 @@ } } -@PART[Size3LargeTank] +@PART[Size3LargeTank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-radial.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-radial.cfg index 9de595e4..5a96a09e 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-radial.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-radial.cfg @@ -6,7 +6,7 @@ // Spherical Radial Tank -@PART[externalTankRound] +@PART[externalTankRound]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -87,7 +87,7 @@ } } -@PART[externalTankCapsule] +@PART[externalTankCapsule]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -168,7 +168,7 @@ } } -@PART[externalTankToroid] +@PART[externalTankToroid]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-rcs.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-rcs.cfg index 698865a1..74dec4f5 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-rcs.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-rcs.cfg @@ -7,7 +7,7 @@ // - FL-R1 RCS Fuel Tank (RCSTank1-2) // Spherical Radial Tank -@PART[radialRCSTank] +@PART[radialRCSTank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -19,7 +19,7 @@ } // Capsule Radial Tank -@PART[rcsTankRadialLong] +@PART[rcsTankRadialLong]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -31,7 +31,7 @@ } // 0.625m Tank -@PART[rcsTankMini] +@PART[rcsTankMini]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -43,7 +43,7 @@ } // 1.25m Tank -@PART[RCSFuelTank] +@PART[RCSFuelTank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -55,7 +55,7 @@ } // 2.5m Tank -@PART[RCSTank1-2] +@PART[RCSTank1-2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-xenon.cfg b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-xenon.cfg index 27a20630..8686c575 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-xenon.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/FuelTank/restock-fueltanks-xenon.cfg @@ -5,7 +5,7 @@ // - PB-X50R Xenon Container (xenonTankRadial) // Tiny Xenon tank -@PART[xenonTank] +@PART[xenonTank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -17,7 +17,7 @@ } // Small Xenon tank -@PART[xenonTankLarge] +@PART[xenonTankLarge]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -29,7 +29,7 @@ } // Radial Xenon tank -@PART[xenonTankRadial] +@PART[xenonTankRadial]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) //!mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Ground/restock-legs.cfg b/Distribution/Restock/GameData/ReStock/Patches/Ground/restock-legs.cfg index e631a563..31908e03 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Ground/restock-legs.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Ground/restock-legs.cfg @@ -1,11 +1,11 @@ // Patches applying art changes to Landing Legs -// Contents: +// Contents: // - LT-05 Micro Landing Strut (miniLandingLeg) // - LT-1 Landing Strut (landingLeg1) // - LT-2 Landing Strut (landingLeg1-2) // LT-05 Micro Landing Strut -@PART[miniLandingLeg] +@PART[miniLandingLeg]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -104,7 +104,7 @@ } // LT-1 Landing Strut -@PART[landingLeg1] +@PART[landingLeg1]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -135,7 +135,7 @@ } // LT-2 Landing Strut -@PART[landingLeg1-2] +@PART[landingLeg1-2]:HAS[RestockIgnore[]] { @author = Andrew Cassidy diff --git a/Distribution/Restock/GameData/ReStock/Patches/Payload/restock-fairing-bases.cfg b/Distribution/Restock/GameData/ReStock/Patches/Payload/restock-fairing-bases.cfg index 8b32b801..d0dc691c 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Payload/restock-fairing-bases.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Payload/restock-fairing-bases.cfg @@ -4,7 +4,7 @@ - AE-FF2 Airstream Protective Shell (2.5m) (fairingSize2) - AE-FF3 Airstream Protective Shell (3.75m) (fairingSize3) -@PART[fairingSize1] +@PART[fairingSize1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -141,7 +141,7 @@ } } -@PART[fairingSize2] +@PART[fairingSize2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -249,7 +249,7 @@ } // 3.75m fairing -@PART[fairingSize3] +@PART[fairingSize3]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Payload/restock-service-bays.cfg b/Distribution/Restock/GameData/ReStock/Patches/Payload/restock-service-bays.cfg index fc1fc36d..116f0b6a 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Payload/restock-service-bays.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Payload/restock-service-bays.cfg @@ -3,7 +3,7 @@ - Service Bay (1.25m) (ServiceBay_125_v2) - Service Bay (2.5m) (ServiceBay_250) -@PART[ServiceBay_125_v2] +@PART[ServiceBay_125_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -76,7 +76,7 @@ } } -@PART[ServiceBay_250_v2] +@PART[ServiceBay_250_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-drills.cfg b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-drills.cfg index 30da84d0..cfe8bec1 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-drills.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-drills.cfg @@ -4,7 +4,7 @@ // - Drill-O-Matic Junior' Mining Excavator (MiniDrill) // Drill-O-Matic' Mining Excavator -@PART[RadialDrill] +@PART[RadialDrill]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -14,7 +14,7 @@ model = ReStock/Assets/Resource/restock-drill-radial-2 } - @MODULE[ModuleAnimationGroup] + @MODULE[ModuleAnimationGroup] { @deployAnimationName = Deploy @activeAnimationName = Drill @@ -72,7 +72,7 @@ } // Drill-O-Matic Junior' Mining Excavator -@PART[MiniDrill] +@PART[MiniDrill]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -82,7 +82,7 @@ model = ReStock/Assets/Resource/restock-drill-radial-1 } - @MODULE[ModuleAnimationGroup] + @MODULE[ModuleAnimationGroup] { @deployAnimationName = Deploy @activeAnimationName = Drill @@ -110,4 +110,4 @@ } } } -} \ No newline at end of file +} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-isrus.cfg b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-isrus.cfg index eaa1a4e1..981b6c8b 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-isrus.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-isrus.cfg @@ -4,7 +4,7 @@ // - Convert-O-Tron 250 (ISRU) // Convert-O-Tron 125 -@PART[MiniISRU] +@PART[MiniISRU]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -55,7 +55,7 @@ } // Convert-O-Tron 250 -@PART[ISRU] +@PART[ISRU]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -108,4 +108,4 @@ } disableBlackbody = true } -} \ No newline at end of file +} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-oretanks.cfg b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-oretanks.cfg index 8040994d..37352fb9 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-oretanks.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-oretanks.cfg @@ -5,7 +5,7 @@ // - Large Holding Tank (LargeTank) // Radial Holding Tank -@PART[RadialOreTank] +@PART[RadialOreTank]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -17,7 +17,7 @@ } // Small Holding Tank -@PART[SmallTank] +@PART[SmallTank]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -29,7 +29,7 @@ } // Large Holding Tank -@PART[LargeTank] +@PART[LargeTank]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -38,4 +38,4 @@ { model = ReStock/Assets/Resource/restock-oretank-25-1 } -} \ No newline at end of file +} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-scanners.cfg b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-scanners.cfg index 45ba3f28..48fc94f3 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-scanners.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-scanners.cfg @@ -5,7 +5,7 @@ // - M4435 Narrow-Band Scanner (OrbitalScanner) // Surface Scanning Module -@PART[SurfaceScanner] +@PART[SurfaceScanner]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -26,8 +26,8 @@ } } -// M700 Survey Scanner -@PART[SurveyScanner] +// M700 Survey Scanner +@PART[SurveyScanner]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -38,7 +38,7 @@ scale = 1.0, 1.0, 1.0 } - @MODULE[ModuleAnimationGroup] + @MODULE[ModuleAnimationGroup] { @deployAnimationName = Deploy deployEffectName = Deploy @@ -118,7 +118,7 @@ } // M4435 Narrow-Band Scanner -@PART[OrbitalScanner] +@PART[OrbitalScanner]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -128,7 +128,7 @@ model = ReStock/Assets/Resource/restock-orbitalscanner-1 } - @MODULE[ModuleAnimationGroup] + @MODULE[ModuleAnimationGroup] { @activeAnimationName = Spin activeEffectName = Active @@ -179,4 +179,4 @@ } } } -} \ No newline at end of file +} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Science/restock-science.cfg b/Distribution/Restock/GameData/ReStock/Patches/Science/restock-science.cfg index 31d9799c..34aa7d5f 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Science/restock-science.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Science/restock-science.cfg @@ -12,7 +12,7 @@ // Thermometer -@PART[sensorThermometer] +@PART[sensorThermometer]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -23,7 +23,7 @@ } //Barometer -@PART[sensorBarometer] +@PART[sensorBarometer]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -34,7 +34,7 @@ } // Accelerometer -@PART[sensorAccelerometer] +@PART[sensorAccelerometer]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -45,7 +45,7 @@ } // Negative Gravioli Detector -@PART[sensorGravimeter] +@PART[sensorGravimeter]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -56,7 +56,7 @@ } // Mystery Goo™ Containment Unit -@PART[GooExperiment] +@PART[GooExperiment]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -98,7 +98,7 @@ } // SC-9001 Science Jr. -@PART[science_module] +@PART[science_module]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -115,7 +115,7 @@ } // Atmospheric Fluid Spectro-Variometer -@PART[sensorAtmosphere] +@PART[sensorAtmosphere]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -126,7 +126,7 @@ } // Experiment Storage Unit -@PART[ScienceBox] +@PART[ScienceBox]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -137,7 +137,7 @@ } // SENTINEL Infrared Telescope -@PART[InfraredTelescope] +@PART[InfraredTelescope]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -187,6 +187,6 @@ Telescope_Shielded = false } } - + } -} \ No newline at end of file +} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg index 2764e2df..28bb63af 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-125.cfg @@ -8,7 +8,7 @@ // - TVR-1180C Mk1 Stack Tri-Coupler (stackTriCoupler_v2) // - TVR-2160C Mk2 Stack Quad-Coupler (stackQuadCoupler) -@PART[adapterSmallMiniTall] +@PART[adapterSmallMiniTall]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -68,7 +68,7 @@ } } -@PART[adapterSmallMiniShort] +@PART[adapterSmallMiniShort]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -147,7 +147,7 @@ } // 1.25m station hub -@PART[stationHub] +@PART[stationHub]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -237,7 +237,7 @@ } // 1.25m radial attach point -@PART[stackPoint1] +@PART[stackPoint1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -249,7 +249,7 @@ } // 1.25m Bicoupler -@PART[stackBiCoupler_v2] +@PART[stackBiCoupler_v2]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -334,7 +334,7 @@ } // 1.25m Tricoupler -@PART[stackTriCoupler_v2] +@PART[stackTriCoupler_v2]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -414,7 +414,7 @@ } // 1.25m Quadcoupler -@PART[stackQuadCoupler] +@PART[stackQuadCoupler]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -491,4 +491,4 @@ } } } -} \ No newline at end of file +} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-25.cfg b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-25.cfg index 22484cf9..6f627d5b 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-25.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-25.cfg @@ -6,7 +6,7 @@ // - TVR-300L Stack Tri-Adapter (adapterLargeSmallTri) // - TVR-400L Stack Quad-Adapter (adapterLargeSmallQuad) -@PART[largeAdapter] +@PART[largeAdapter]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -55,7 +55,7 @@ } } -@PART[largeAdapter2] +@PART[largeAdapter2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -117,7 +117,7 @@ } // 2.5m Bicoupler -@PART[adapterLargeSmallBi] +@PART[adapterLargeSmallBi]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -197,7 +197,7 @@ } // 2.5m Tricoupler -@PART[adapterLargeSmallTri] +@PART[adapterLargeSmallTri]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -277,7 +277,7 @@ } // 2.5m Quadcoupler -@PART[adapterLargeSmallQuad] +@PART[adapterLargeSmallQuad]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -354,4 +354,4 @@ } } } -} \ No newline at end of file +} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-375.cfg b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-375.cfg index b455743a..fba8638d 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-375.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-375.cfg @@ -2,7 +2,7 @@ // Contents: // - Kerbodyne ADTP-2-3 (Size3to2Adapter_v2) -@PART[Size3To2Adapter_v2] +@PART[Size3To2Adapter_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-launchclamp.cfg b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-launchclamp.cfg index 350f8adc..3e192cdd 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-launchclamp.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-launchclamp.cfg @@ -1,10 +1,10 @@ -// Patches applying art changes to +// Patches applying art changes to // Contents: // TT18-A Launch Stability Enhancer (launchClamp1) // TT18-A Launch Stability Enhancer -@PART[launchClamp1] +@PART[launchClamp1]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -25,4 +25,4 @@ trf_animationRoot_name = restock-clamp-1 anim_decouple_name = RestockLaunchClamp_Deploy } -} \ No newline at end of file +} diff --git a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-truss.cfg b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-truss.cfg index e08ea1a4..400ff856 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-truss.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-truss.cfg @@ -13,7 +13,7 @@ // - M-2x2 Structural Panel (structuralPanel2) // Cubic strut -@PART[strutCube] +@PART[strutCube]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -28,7 +28,7 @@ } // Micronode -@PART[structuralMiniNode] +@PART[structuralMiniNode]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -43,7 +43,7 @@ } // Octo-Strut -@PART[strutOcto] +@PART[strutOcto]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -58,7 +58,7 @@ } // Modular Girder -@PART[trussPiece1x] +@PART[trussPiece1x]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -101,7 +101,7 @@ } // Modular Girder XL -@PART[trussPiece3x] +@PART[trussPiece3x]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -144,7 +144,7 @@ } // Modular Girder Adapter -@PART[trussAdapter] +@PART[trussAdapter]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -159,7 +159,7 @@ } // I beam -@PART[structuralIBeam2] +@PART[structuralIBeam2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -217,7 +217,7 @@ } // Short I beam -@PART[structuralIBeam3] +@PART[structuralIBeam3]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -275,7 +275,7 @@ } // Wide I beam -@PART[structuralIBeam1] +@PART[structuralIBeam1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -333,7 +333,7 @@ } // Small structural panel -@PART[structuralPanel1] +@PART[structuralPanel1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -449,7 +449,7 @@ } // large structural panel -@PART[structuralPanel2] +@PART[structuralPanel2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-heat-shields.cfg b/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-heat-shields.cfg index 72e04e50..6adca4ea 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-heat-shields.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-heat-shields.cfg @@ -6,7 +6,7 @@ - Heat Shield (3.75m) (HeatShield3) - Heat Shield (10m) (InflatableHeatShield) -@PART[HeatShield0] +@PART[HeatShield0]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -83,7 +83,7 @@ } } -@PART[HeatShield1] +@PART[HeatShield1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -150,7 +150,7 @@ } } -@PART[HeatShield2] +@PART[HeatShield2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -218,7 +218,7 @@ } } -@PART[HeatShield3] +@PART[HeatShield3]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-radiators.cfg b/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-radiators.cfg index 3b0308f6..891478f6 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-radiators.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-radiators.cfg @@ -8,7 +8,7 @@ // - Thermal Control System (large) (foldingRadLarge) // Edge radiator -@PART[radPanelEdge] +@PART[radPanelEdge]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -17,7 +17,7 @@ { model = ReStock/Assets/Thermal/restock-radiator-static-edge-1 } - + MODULE { name = ModuleRestockHeatEffects @@ -50,7 +50,7 @@ } // Small Static radiator -@PART[radPanelSm] +@PART[radPanelSm]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -131,11 +131,11 @@ } disableBlackbody = true } - + } // Large static radiator -@PART[radPanelLg] +@PART[radPanelLg]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -219,7 +219,7 @@ } // Small deployable radiator -@PART[foldingRadSmall] +@PART[foldingRadSmall]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -228,7 +228,7 @@ { model = ReStock/Assets/Thermal/restock-radiator-deploying-small-1 } - + @MODULE[ModuleDeployableRadiator] { @animationName = RadiatorExtend @@ -268,12 +268,12 @@ } // Medium deployable radiator -@PART[foldingRadMed] +@PART[foldingRadMed]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} - + MODEL { model = ReStock/Assets/Thermal/restock-radiator-deploying-medium-1 @@ -317,7 +317,7 @@ } // Large deployable radiator -@PART[foldingRadLarge] +@PART[foldingRadLarge]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Utility/restock-ladders.cfg b/Distribution/Restock/GameData/ReStock/Patches/Utility/restock-ladders.cfg index 93bf62fd..d996ab22 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Utility/restock-ladders.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Utility/restock-ladders.cfg @@ -5,7 +5,7 @@ // - Kelus-LV Bay Mobility Enhancer (telescopicLadderBay) // Static Ladder -@PART[ladder1] +@PART[ladder1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -20,7 +20,7 @@ } // Small ladder -@PART[telescopicLadder] +@PART[telescopicLadder]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -47,7 +47,7 @@ } // Big ladder -@PART[telescopicLadderBay] +@PART[telescopicLadderBay]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/Patches/Utility/restock-parachutes.cfg b/Distribution/Restock/GameData/ReStock/Patches/Utility/restock-parachutes.cfg index 987fe886..97f36c6f 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Utility/restock-parachutes.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Utility/restock-parachutes.cfg @@ -8,7 +8,7 @@ // Large chute -@PART[parachuteLarge] +@PART[parachuteLarge]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -36,7 +36,7 @@ } // Large drogue chute -@PART[parachuteDrogue] +@PART[parachuteDrogue]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -64,7 +64,7 @@ } // 0.625m chute -@PART[parachuteSingle] +@PART[parachuteSingle]:HAS[RestockIgnore[]] { @rescaleFactor = 1.0 @scale = 1.0 @@ -96,7 +96,7 @@ } // Radial chute -@PART[parachuteRadial] +@PART[parachuteRadial]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -125,7 +125,7 @@ } // Radial drogue chute -@PART[radialDrogue] +@PART[radialDrogue]:HAS[RestockIgnore[]] { @rescaleFactor = 1.0 @scale = 1.0 @@ -153,4 +153,4 @@ cube = DEPLOYED, 3.719,4.228,1.707, 3.719,4.227,1.707, 8.056,7.146,4.929, 8.056,7.048,5.134, 3.779,4.314,1.707, 3.779,4.237,1.774, 3.576E-07,2.307,-0.04783, 3.227,5.037,3.227 } -} \ No newline at end of file +} diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/Aero/restock-mh-heat-shields.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/Aero/restock-mh-heat-shields.cfg index 21cb3695..d7342779 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/Aero/restock-mh-heat-shields.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/Aero/restock-mh-heat-shields.cfg @@ -2,7 +2,7 @@ // Contents: - Heat Shield (1.875m) (HeatShield1p5) -@PART[HeatShield1p5] +@PART[HeatShield1p5]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/Aero/restock-mh-nosecones.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/Aero/restock-mh-nosecones.cfg index 591f3451..ae3d81b6 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/Aero/restock-mh-nosecones.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/Aero/restock-mh-nosecones.cfg @@ -2,7 +2,7 @@ // Contents: - Protective Rocket Nosecone Mk5A (Size_1_5_Cone) -@PART[Size_1_5_Cone] +@PART[Size_1_5_Cone]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-decouplers.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-decouplers.cfg index 7e0dcd04..2d3e231a 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-decouplers.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-decouplers.cfg @@ -4,7 +4,7 @@ - Size 1.5 Decoupler (Size1p5_Strut_Decoupler) // TD-18 Decoupler -@PART[Decoupler_1p5] +@PART[Decoupler_1p5]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -26,7 +26,7 @@ themeName = Metal primaryColor = #6f6e6d secondaryColor = #6f6e6d - + GAMEOBJECTS { Decoupler1875White = false @@ -66,7 +66,7 @@ } // Truss Decoupler -@PART[Size1p5_Strut_Decoupler] +@PART[Size1p5_Strut_Decoupler]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -87,7 +87,7 @@ VARIANT { name = Gray - displayName = #autoLOC_8007101 + displayName = #autoLOC_8007101 primaryColor = #212121 secondaryColor = #212121 themeName = Gray @@ -111,4 +111,4 @@ } } } -} \ No newline at end of file +} diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-separators.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-separators.cfg index d3c215ca..83448d8f 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-separators.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/Coupling/restock-mh-separators.cfg @@ -3,7 +3,7 @@ - TS-18 Separator (Separator_1p5) // TS-18 Separator -@PART[Separator_1p5] +@PART[Separator_1p5]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -25,7 +25,7 @@ themeName = Metal primaryColor = #6f6e6d secondaryColor = #6f6e6d - + GAMEOBJECTS { Separator1875White = false diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-1875.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-1875.cfg index a90d34d6..f6863b3a 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-1875.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-1875.cfg @@ -5,7 +5,7 @@ // - RE-I2 "Skiff" Liquid Fuel Engine (LiquidEngineRE-I2) // Kodiak -@PART[LiquidEngineRK-7] +@PART[LiquidEngineRK-7]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -534,11 +534,11 @@ key = 1 1 } } - + } // Wolfhound -@PART[LiquidEngineRE-J10] +@PART[LiquidEngineRE-J10]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -893,7 +893,7 @@ Shroud2x2_2 = false Shroud2x2 = false Shroud1p5x3 = true - + Shroud1p5x3_2_White = false Shroud1p5x3_2_Orange = false Shroud2x2_2_White = false @@ -985,7 +985,7 @@ key = 1 1 } } - + MODULE { name = FXModuleLookAtConstraint @@ -1013,7 +1013,7 @@ } // Skiff -@PART[LiquidEngineRE-I2] +@PART[LiquidEngineRE-I2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -1116,7 +1116,7 @@ @jettisonName = Shroud1p5x3,Shroud2x3,Shroud1p5x3_2,Shroud1p5x3_3 } - + MODULE { name = ModulePartVariants @@ -1136,7 +1136,7 @@ SkiffCompact = false Skiff1875 = false Skiff125 = false - + Shroud2x3 = true Shroud2x3_Orange = false Shroud2x3_White = true @@ -1454,7 +1454,7 @@ key = 1 1 } } - + MODULE { name = FXModuleLookAtConstraint diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-radial.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-radial.cfg index 5d6d9ae7..ceb8496c 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-radial.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-radial.cfg @@ -3,7 +3,7 @@ // - RV-1 "Cub" Vernier Engine (LiquidEngineRV-1) // Cub -@PART[LiquidEngineRV-1] +@PART[LiquidEngineRV-1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -214,7 +214,7 @@ key = 1 1 } } - + MODULE { name = ModuleRestockDepthMask diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-srb-1875.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-srb-1875.cfg index aa595c1d..f9a89fd1 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-srb-1875.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/Engine/restock-mh-engines-srb-1875.cfg @@ -3,7 +3,7 @@ // - THK 'Pollux' SRB (Pollux) // THK 'Pollux' SRB -@PART[Pollux] +@PART[Pollux]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/FuelTank/restock-mh-fueltanks-1875.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/FuelTank/restock-mh-fueltanks-1875.cfg index e4957f10..b0677dec 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/FuelTank/restock-mh-fueltanks-1875.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/FuelTank/restock-mh-fueltanks-1875.cfg @@ -11,7 +11,7 @@ // - FL-A215 Fuel Tank Adapter (Size1p5_Size2_Adapter_01) // Long 1.875m tank -@PART[Size1p5_Tank_04] +@PART[Size1p5_Tank_04]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -73,7 +73,7 @@ } // Med 1.875m tank -@PART[Size1p5_Tank_03] +@PART[Size1p5_Tank_03]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -134,7 +134,7 @@ } // Small 1.875m tank -@PART[Size1p5_Tank_02] +@PART[Size1p5_Tank_02]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -195,7 +195,7 @@ } // Tiny 1.875m tank -@PART[Size1p5_Tank_01] +@PART[Size1p5_Tank_01]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -256,7 +256,7 @@ } // Soyuz 1.875m tank -@PART[Size1p5_Tank_05] +@PART[Size1p5_Tank_05]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -290,7 +290,7 @@ } flameout { - + AUDIO { channel = Ship @@ -381,7 +381,7 @@ } // Adapter - 1.875 to 1.25m Short -@PART[Size1p5_Size1_Adapter_02] +@PART[Size1p5_Size1_Adapter_02]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -443,7 +443,7 @@ } // Adapter - 1.875 to 1.25m Long -@PART[Size1p5_Size1_Adapter_01] +@PART[Size1p5_Size1_Adapter_01]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -505,7 +505,7 @@ // Adapter - 1.875 to 0.625m -@PART[Size1p5_Size0_Adapter_01] +@PART[Size1p5_Size0_Adapter_01]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -567,7 +567,7 @@ // Adapter - 2.5 to 1.875m -@PART[Size1p5_Size2_Adapter_01] +@PART[Size1p5_Size2_Adapter_01]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/FuelTank/restock-mh-fueltanks-rcs.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/FuelTank/restock-mh-fueltanks-rcs.cfg index 0509e017..7abd79b0 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/FuelTank/restock-mh-fueltanks-rcs.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/FuelTank/restock-mh-fueltanks-rcs.cfg @@ -4,7 +4,7 @@ // - FL-R5 RCS Fuel Tank (Size1p5_Monoprop) // Spherical Radial Tiny Tank -@PART[monopropMiniSphere] +@PART[monopropMiniSphere]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -15,7 +15,7 @@ } } // FL-R5 RCS Fuel Tank -@PART[Size1p5_Monoprop] +@PART[Size1p5_Monoprop]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/PatchesMH/Payload/restock-mh-fairing-bases.cfg b/Distribution/Restock/GameData/ReStock/PatchesMH/Payload/restock-mh-fairing-bases.cfg index 44f1cc5f..17479c49 100644 --- a/Distribution/Restock/GameData/ReStock/PatchesMH/Payload/restock-mh-fairing-bases.cfg +++ b/Distribution/Restock/GameData/ReStock/PatchesMH/Payload/restock-mh-fairing-bases.cfg @@ -2,7 +2,7 @@ // Contents: - AE-FF1.5 Airstream Protective Shell (1.875m) (fairingSize1p5) -@PART[fairingSize1p5] +@PART[fairingSize1p5]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE diff --git a/Distribution/Restock/GameData/ReStock/RestockPatchDisabler.cfg b/Distribution/Restock/GameData/ReStock/RestockPatchDisabler.cfg new file mode 100644 index 00000000..00d0bc39 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/RestockPatchDisabler.cfg @@ -0,0 +1,10 @@ +// Disables Restock patches for stock parts. +// IMPORTANT NOTE: YOU WILL ALSO NEED TO WHITELIST THE PARTS' ART ASSETS + +// To use, uncomment the follwing @PART entry, and change yourPartName to the part that you want Restock to leave alone :(. +// Make a copy with an appropriate value for yourPartName + +// @PART[yourPartName]:BEFORE[ReStock] +//{ +// %RestockIgnore = True +//} \ No newline at end of file