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 1b38a686..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]:HAS[#RestockIgnore[False]] +@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 c208ff54..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]:HAS[#RestockIgnore[False]] +@PART[noseCone]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -82,7 +82,7 @@ } } -@PART[pointyNoseConeA]:HAS[#RestockIgnore[False]] +@PART[pointyNoseConeA]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -161,7 +161,7 @@ !MODULE[ModuleAnimateHeat] {} } -@PART[pointyNoseConeB]:HAS[#RestockIgnore[False]] +@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 ac0f65d8..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]:HAS[#RestockIgnore[False]] +@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 9df4bae3..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]:HAS[#RestockIgnore[False]] +@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 bc391b7b..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]:HAS[#RestockIgnore[False]] +@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]:HAS[#RestockIgnore[False]] +@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]:HAS[#RestockIgnore[False]] +@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]:HAS[#RestockIgnore[False]] +@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 32fdd311..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]:HAS[#RestockIgnore[False]] +@PART[cupola]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -30,7 +30,7 @@ } // Mk1 Pod -@PART[mk1pod_v2]:HAS[#RestockIgnore[False]] +@PART[mk1pod_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -95,7 +95,7 @@ } // Mk1-3 Pod -@PART[mk1-3pod]:HAS[#RestockIgnore[False]] +@PART[mk1-3pod]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -157,7 +157,7 @@ } // Mk1 Lander Can -@PART[landerCabinSmall]:HAS[#RestockIgnore[False]] +@PART[landerCabinSmall]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -173,7 +173,7 @@ } // Mk2 Lander Can -@PART[mk2LanderCabin_v2]:HAS[#RestockIgnore[False]] +@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 c4eef8a9..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]:HAS[#RestockIgnore[False]] +@PART[probeCoreCube]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -80,7 +80,7 @@ } // Stayputnik -@PART[probeCoreSphere_v2]:HAS[#RestockIgnore[False]] +@PART[probeCoreSphere_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) //!mesh = DELETE @@ -122,7 +122,7 @@ } // HECS -@PART[probeCoreHex_v2]:HAS[#RestockIgnore[False]] +@PART[probeCoreHex_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -191,7 +191,7 @@ } // OKTO -@PART[probeCoreOcto_v2]:HAS[#RestockIgnore[False]] +@PART[probeCoreOcto_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -260,7 +260,7 @@ } // OKTO2 -@PART[probeCoreOcto2_v2]:HAS[#RestockIgnore[False]] +@PART[probeCoreOcto2_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -329,7 +329,7 @@ } // HECS2 -@PART[HECS2_ProbeCore]:HAS[#RestockIgnore[False]] +@PART[HECS2_ProbeCore]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -399,7 +399,7 @@ } // Rover -@PART[roverBody_v2]:HAS[#RestockIgnore[False]] +@PART[roverBody_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -478,7 +478,7 @@ } // 1.25m Stack Core -@PART[probeStackSmall]:HAS[#RestockIgnore[False]] +@PART[probeStackSmall]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -494,7 +494,7 @@ } // 2.5m Stack Core -@PART[probeStackLarge]:HAS[#RestockIgnore[False]] +@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 eeab7f65..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]:HAS[#RestockIgnore[False]] +@PART[Large_Crewed_Lab]:HAS[RestockIgnore[]] { @author = Chris Adderley !mesh = DELETE @@ -32,7 +32,7 @@ } // Hitchhiker -@PART[crewCabin]:FOR[zzzzStationParts]:HAS[#RestockIgnore[False]] +@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 4f01e660..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]:HAS[#RestockIgnore[False]] +@PART[longAntenna]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -23,7 +23,7 @@ } // Communotron 16-S -@PART[SurfAntenna]:HAS[#RestockIgnore[False]] +@PART[SurfAntenna]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -34,7 +34,7 @@ } // Communotron DTS-M1 -@PART[mediumDishAntenna]:HAS[#RestockIgnore[False]] +@PART[mediumDishAntenna]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -51,7 +51,7 @@ } // Communotron HG-55 -@PART[HighGainAntenna]:HAS[#RestockIgnore[False]] +@PART[HighGainAntenna]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -99,7 +99,7 @@ } // Communotron 88-88 -@PART[commDish]:HAS[#RestockIgnore[False]] +@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 b799c0fa..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]:HAS[#RestockIgnore[False]] +@PART[HighGainAntenna5]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -87,7 +87,7 @@ } // RA-2 Relay Antenna -@PART[RelayAntenna5]:HAS[#RestockIgnore[False]] +@PART[RelayAntenna5]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -129,7 +129,7 @@ } // RA-15 Relay Antenna -@PART[RelayAntenna50]:HAS[#RestockIgnore[False]] +@PART[RelayAntenna50]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -171,7 +171,7 @@ } // RA-100 Relay Antenna -@PART[RelayAntenna100]:HAS[#RestockIgnore[False]] +@PART[RelayAntenna100]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} diff --git a/Distribution/Restock/GameData/ReStock/Patches/CompoundParts/restock-fuelline.cfg b/Distribution/Restock/GameData/ReStock/Patches/CompoundParts/restock-fuelline.cfg index 80354f3b..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]:HAS[#RestockIgnore[False]] +@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 9249b1ed..8b2bde85 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/CompoundParts/restock-strut.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/CompoundParts/restock-strut.cfg @@ -3,7 +3,7 @@ // - EAS-4 Strut Connector (strutConnector) // EAS-4 Strut Connector -@PART[strutConnector]:HAS[#RestockIgnore[False]] +@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 4b06d15e..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]:HAS[#RestockIgnore[False]] +@PART[RCSBlock_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -68,7 +68,7 @@ } // Linear RCS port -@PART[linearRcs]:HAS[#RestockIgnore[False]] +@PART[linearRcs]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -162,7 +162,7 @@ } // Vernor Engine -@PART[vernierEngine]:HAS[#RestockIgnore[False]] +@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 acc13f4a..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]:HAS[#RestockIgnore[False]] +@PART[sasModule]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -29,7 +29,7 @@ } // 1.25m reaction wheel -@PART[advSasModule]:HAS[#RestockIgnore[False]] +@PART[advSasModule]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -46,7 +46,7 @@ } // 2.5m reaction wheel -@PART[asasmodule1-2]:HAS[#RestockIgnore[False]] +@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 336c7306..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]:HAS[#RestockIgnore[False]] +@PART[GrapplingDevice]:HAS[RestockIgnore[]] { @author = Andrew Cassidy diff --git a/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-decouplers.cfg b/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-decouplers.cfg index 06fb873a..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]:HAS[#RestockIgnore[False]] +@PART[Decoupler_0]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -54,7 +54,7 @@ } // TD-12 Decoupler -@PART[Decoupler_1]:HAS[#RestockIgnore[False]] +@PART[Decoupler_1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -116,7 +116,7 @@ } // TD-25 Decoupler -@PART[Decoupler_2]:HAS[#RestockIgnore[False]] +@PART[Decoupler_2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -178,7 +178,7 @@ } // TD-37 Decoupler -@PART[Decoupler_3]:HAS[#RestockIgnore[False]] +@PART[Decoupler_3]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -223,7 +223,7 @@ } // TD-70 Decoupler -@PART[radialDecoupler2]:HAS[#RestockIgnore[False]] +@PART[radialDecoupler2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -240,7 +240,7 @@ } // TD-37 Decoupler -@PART[radialDecoupler]:HAS[#RestockIgnore[False]] +@PART[radialDecoupler]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -257,7 +257,7 @@ } // HDM Decoupler -@PART[radialDecoupler1-2]:HAS[#RestockIgnore[False]] +@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 1f60fee9..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]:HAS[#RestockIgnore[False]] +@PART[dockingPort3]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -55,7 +55,7 @@ } // Inline Clamp-O-Tron -@PART[dockingPortLateral]:HAS[#RestockIgnore[False]] +@PART[dockingPortLateral]:HAS[RestockIgnore[]] { @author = Passinglurker !mesh = DELETE @@ -69,7 +69,7 @@ } // Clamp-O-Tron -@PART[dockingPort2]:HAS[#RestockIgnore[False]] +@PART[dockingPort2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -124,7 +124,7 @@ } // Clamp-O-Tron Shielded -@PART[dockingPort1]:HAS[#RestockIgnore[False]] +@PART[dockingPort1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -279,7 +279,7 @@ } // Clamp-O-Tron Sr -@PART[dockingPortLarge]:HAS[#RestockIgnore[False]] +@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 59b6b9a5..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]:HAS[#RestockIgnore[False]] +@PART[Separator_0]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -51,7 +51,7 @@ } // TS-12 Separator -@PART[Separator_1]:HAS[#RestockIgnore[False]] +@PART[Separator_1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -112,7 +112,7 @@ } // TS-25 Separator -@PART[Separator_2]:HAS[#RestockIgnore[False]] +@PART[Separator_2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -174,7 +174,7 @@ } // TS-37 Separator -@PART[Separator_3]:HAS[#RestockIgnore[False]] +@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 39c1ab34..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]:HAS[#RestockIgnore[False]] +@PART[batteryBankMini]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -26,7 +26,7 @@ } // 1.25m battery bank -@PART[batteryBank]:HAS[#RestockIgnore[False]] +@PART[batteryBank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -45,7 +45,7 @@ } // 2.5m battery bank -@PART[batteryBankLarge]:HAS[#RestockIgnore[False]] +@PART[batteryBankLarge]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -64,7 +64,7 @@ } // Small radial battery -@PART[batteryPack]:HAS[#RestockIgnore[False]] +@PART[batteryPack]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -79,7 +79,7 @@ } // Large radial battery -@PART[ksp_r_largeBatteryPack]:HAS[#RestockIgnore[False]] +@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 0673c407..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]:HAS[#RestockIgnore[False]] +@PART[FuelCell]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -16,7 +16,7 @@ } // Fuel Cell Array -@PART[FuelCellArray]:HAS[#RestockIgnore[False]] +@PART[FuelCellArray]:HAS[RestockIgnore[]] { @author = Andrew Cassidy diff --git a/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg b/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg index 54c44dea..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]:HAS[#RestockIgnore[False]] +@PART[spotLight1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -24,7 +24,7 @@ } // Floodlight -@PART[spotLight2]:HAS[#RestockIgnore[False]] +@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 ee9f4c3b..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]:HAS[#RestockIgnore[False]] +@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 48afb988..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]:HAS[#RestockIgnore[False]] +@PART[solarPanels4]:HAS[RestockIgnore[]] { @author = Beale !mesh = DELETE @@ -28,7 +28,7 @@ } // 1x6 shielded -@PART[solarPanels2]:HAS[#RestockIgnore[False]] +@PART[solarPanels2]:HAS[RestockIgnore[]] { @author = Beale !mesh = DELETE @@ -53,7 +53,7 @@ } // 3x2 -@PART[solarPanels3]:HAS[#RestockIgnore[False]] +@PART[solarPanels3]:HAS[RestockIgnore[]] { @author = Beale !mesh = DELETE @@ -72,7 +72,7 @@ } // 2x3 shroud -@PART[solarPanels1]:HAS[#RestockIgnore[False]] +@PART[solarPanels1]:HAS[RestockIgnore[]] { @author = Beale !mesh = DELETE @@ -97,7 +97,7 @@ } // Gigantor -@PART[largeSolarPanel]:HAS[#RestockIgnore[False]] +@PART[largeSolarPanel]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -112,7 +112,7 @@ } // Static Small -@PART[solarPanels5]:HAS[#RestockIgnore[False]] +@PART[solarPanels5]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -127,7 +127,7 @@ } // Gigantor -@PART[LgRadialSolarPanel]:HAS[#RestockIgnore[False]] +@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 0b468e43..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]:HAS[#RestockIgnore[False]] +@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 2426ac92..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]:HAS[#RestockIgnore[False]] +@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 3124bfa5..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]:HAS[#RestockIgnore[False]] +@PART[microEngine_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -201,7 +201,7 @@ } // Spider -@PART[radialEngineMini_v2]:HAS[#RestockIgnore[False]] +@PART[radialEngineMini_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -380,7 +380,7 @@ } // Spark -@PART[liquidEngineMini_v2]:HAS[#RestockIgnore[False]] +@PART[liquidEngineMini_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -839,7 +839,7 @@ } // Twitch -@PART[smallRadialEngine_v2]:HAS[#RestockIgnore[False]] +@PART[smallRadialEngine_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -1202,7 +1202,7 @@ } // Puff -@PART[omsEngine]:HAS[#RestockIgnore[False]] +@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 fc689814..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]:HAS[#RestockIgnore[False]] +@PART[nuclearEngine]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -237,7 +237,7 @@ } // Vector -@PART[SSME]:HAS[#RestockIgnore[False]] +@PART[SSME]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -573,7 +573,7 @@ } // Terrier -@PART[liquidEngine3_v2]:HAS[#RestockIgnore[False]] +@PART[liquidEngine3_v2]:HAS[RestockIgnore[]] { @author = Porkjet and Chris Adderley (Nertea) !mesh = DELETE @@ -910,7 +910,7 @@ } // Reliant -@PART[liquidEngine]:HAS[#RestockIgnore[False]] +@PART[liquidEngine]:HAS[RestockIgnore[]] { @author = Porkjet and Chris Adderley (Nertea) !mesh = DELETE @@ -1258,7 +1258,7 @@ } // Swivel -@PART[liquidEngine2]:HAS[#RestockIgnore[False]] +@PART[liquidEngine2]:HAS[RestockIgnore[]] { @author = Porkjet and Chris Adderley (Nertea) !mesh = DELETE @@ -1680,7 +1680,7 @@ } // Thud (FX only) -@PART[radialLiquidEngine1-2]:HAS[#RestockIgnore[False]] +@PART[radialLiquidEngine1-2]:HAS[RestockIgnore[]] { !fx_exhaustFlame_blue_small = DELETE !fx_exhaustLight_blue = DELETE @@ -1761,7 +1761,7 @@ } // Dart (FX only) -@PART[toroidalAerospike]:HAS[#RestockIgnore[False]] +@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 5f7f34ea..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]:HAS[#RestockIgnore[False]] +@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]:HAS[#RestockIgnore[False]] +@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]:HAS[#RestockIgnore[False]] +@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]:HAS[#RestockIgnore[False]] +@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 6b0f7422..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]:HAS[#RestockIgnore[False]] +@PART[Size3AdvancedEngine]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -263,7 +263,7 @@ } } -@PART[Size3EngineCluster]:HAS[#RestockIgnore[False]] +@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 2180dee4..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]:HAS[#RestockIgnore[False]] +@PART[Mite]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -178,7 +178,7 @@ } // F3S0 'Shrimp' SRB -@PART[Shrimp]:HAS[#RestockIgnore[False]] +@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 1e442812..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]:HAS[#RestockIgnore[False]] +@PART[MassiveBooster]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -145,7 +145,7 @@ } // Thumper -@PART[solidBooster1-1]:HAS[#RestockIgnore[False]] +@PART[solidBooster1-1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -289,7 +289,7 @@ } // Hammer -@PART[solidBooster_v2]:HAS[#RestockIgnore[False]] +@PART[solidBooster_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -449,7 +449,7 @@ } // Flea -@PART[solidBooster_sm_v2]:HAS[#RestockIgnore[False]] +@PART[solidBooster_sm_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -608,7 +608,7 @@ } // Separatron -@PART[sepMotor1]:HAS[#RestockIgnore[False]] +@PART[sepMotor1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE 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 e0bfcb99..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]:HAS[#RestockIgnore[False]] +@PART[Thoroughbred]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -200,7 +200,7 @@ } // S2-33 'Clydesdale' SRB -@PART[Clydesdale]:HAS[#RestockIgnore[False]] +@PART[Clydesdale]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE 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 2fb7ece3..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]:HAS[#RestockIgnore[False]] +@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 a56af044..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]:HAS[#RestockIgnore[False]] +@PART[fuelTankSmallFlat]:HAS[RestockIgnore[]] { @author = Porkjet and Chris Adderley (Nertea) !mesh = DELETE @@ -79,7 +79,7 @@ } } -@PART[fuelTankSmall]:HAS[#RestockIgnore[False]] +@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]:HAS[#RestockIgnore[False]] +@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]:HAS[#RestockIgnore[False]] +@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 7ed0e14b..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]:HAS[#RestockIgnore[False]] +@PART[Rockomax8BW]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -79,7 +79,7 @@ } } -@PART[Rockomax32_BW]:HAS[#RestockIgnore[False]] +@PART[Rockomax32_BW]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -153,7 +153,7 @@ } } -@PART[Rockomax16_BW]:HAS[#RestockIgnore[False]] +@PART[Rockomax16_BW]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -227,7 +227,7 @@ } } -@PART[Rockomax64_BW]:HAS[#RestockIgnore[False]] +@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 848a2f74..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]:HAS[#RestockIgnore[False]] +@PART[Size3SmallTank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -64,7 +64,7 @@ } } -@PART[Size3MediumTank]:HAS[#RestockIgnore[False]] +@PART[Size3MediumTank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -123,7 +123,7 @@ } } -@PART[Size3LargeTank]:HAS[#RestockIgnore[False]] +@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 8a100672..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]:HAS[#RestockIgnore[False]] +@PART[externalTankRound]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -87,7 +87,7 @@ } } -@PART[externalTankCapsule]:HAS[#RestockIgnore[False]] +@PART[externalTankCapsule]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -168,7 +168,7 @@ } } -@PART[externalTankToroid]:HAS[#RestockIgnore[False]] +@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 d987d642..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]:HAS[#RestockIgnore[False]] +@PART[radialRCSTank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -19,7 +19,7 @@ } // Capsule Radial Tank -@PART[rcsTankRadialLong]:HAS[#RestockIgnore[False]] +@PART[rcsTankRadialLong]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -31,7 +31,7 @@ } // 0.625m Tank -@PART[rcsTankMini]:HAS[#RestockIgnore[False]] +@PART[rcsTankMini]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -43,7 +43,7 @@ } // 1.25m Tank -@PART[RCSFuelTank]:HAS[#RestockIgnore[False]] +@PART[RCSFuelTank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -55,7 +55,7 @@ } // 2.5m Tank -@PART[RCSTank1-2]:HAS[#RestockIgnore[False]] +@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 935b2db6..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]:HAS[#RestockIgnore[False]] +@PART[xenonTank]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -17,7 +17,7 @@ } // Small Xenon tank -@PART[xenonTankLarge]:HAS[#RestockIgnore[False]] +@PART[xenonTankLarge]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -29,7 +29,7 @@ } // Radial Xenon tank -@PART[xenonTankRadial]:HAS[#RestockIgnore[False]] +@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 6a451972..31908e03 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Ground/restock-legs.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Ground/restock-legs.cfg @@ -5,7 +5,7 @@ // - LT-2 Landing Strut (landingLeg1-2) // LT-05 Micro Landing Strut -@PART[miniLandingLeg]:HAS[#RestockIgnore[False]] +@PART[miniLandingLeg]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -104,7 +104,7 @@ } // LT-1 Landing Strut -@PART[landingLeg1]:HAS[#RestockIgnore[False]] +@PART[landingLeg1]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -135,7 +135,7 @@ } // LT-2 Landing Strut -@PART[landingLeg1-2]:HAS[#RestockIgnore[False]] +@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 2f85d603..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]:HAS[#RestockIgnore[False]] +@PART[fairingSize1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -141,7 +141,7 @@ } } -@PART[fairingSize2]:HAS[#RestockIgnore[False]] +@PART[fairingSize2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -249,7 +249,7 @@ } // 3.75m fairing -@PART[fairingSize3]:HAS[#RestockIgnore[False]] +@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 968b7d55..add71f9d 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]:HAS[#RestockIgnore[False]] +@PART[ServiceBay_125_v2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -70,7 +70,7 @@ } } -@PART[ServiceBay_250_v2]:HAS[#RestockIgnore[False]] +@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 4a8e8721..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]:HAS[#RestockIgnore[False]] +@PART[RadialDrill]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -72,7 +72,7 @@ } // Drill-O-Matic Junior' Mining Excavator -@PART[MiniDrill]:HAS[#RestockIgnore[False]] +@PART[MiniDrill]:HAS[RestockIgnore[]] { @author = Andrew Cassidy diff --git a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-isrus.cfg b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-isrus.cfg index 69025ad4..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]:HAS[#RestockIgnore[False]] +@PART[MiniISRU]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -55,7 +55,7 @@ } // Convert-O-Tron 250 -@PART[ISRU]:HAS[#RestockIgnore[False]] +@PART[ISRU]:HAS[RestockIgnore[]] { @author = Andrew Cassidy diff --git a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-oretanks.cfg b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-oretanks.cfg index 934542fe..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]:HAS[#RestockIgnore[False]] +@PART[RadialOreTank]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -17,7 +17,7 @@ } // Small Holding Tank -@PART[SmallTank]:HAS[#RestockIgnore[False]] +@PART[SmallTank]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -29,7 +29,7 @@ } // Large Holding Tank -@PART[LargeTank]:HAS[#RestockIgnore[False]] +@PART[LargeTank]:HAS[RestockIgnore[]] { @author = Andrew Cassidy diff --git a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-scanners.cfg b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-scanners.cfg index 06f8dd44..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]:HAS[#RestockIgnore[False]] +@PART[SurfaceScanner]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -27,7 +27,7 @@ } // M700 Survey Scanner -@PART[SurveyScanner]:HAS[#RestockIgnore[False]] +@PART[SurveyScanner]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -118,7 +118,7 @@ } // M4435 Narrow-Band Scanner -@PART[OrbitalScanner]:HAS[#RestockIgnore[False]] +@PART[OrbitalScanner]:HAS[RestockIgnore[]] { @author = Andrew Cassidy diff --git a/Distribution/Restock/GameData/ReStock/Patches/Science/restock-science.cfg b/Distribution/Restock/GameData/ReStock/Patches/Science/restock-science.cfg index 06d9f5c7..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]:HAS[#RestockIgnore[False]] +@PART[sensorThermometer]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -23,7 +23,7 @@ } //Barometer -@PART[sensorBarometer]:HAS[#RestockIgnore[False]] +@PART[sensorBarometer]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -34,7 +34,7 @@ } // Accelerometer -@PART[sensorAccelerometer]:HAS[#RestockIgnore[False]] +@PART[sensorAccelerometer]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -45,7 +45,7 @@ } // Negative Gravioli Detector -@PART[sensorGravimeter]:HAS[#RestockIgnore[False]] +@PART[sensorGravimeter]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -56,7 +56,7 @@ } // Mystery Goo™ Containment Unit -@PART[GooExperiment]:HAS[#RestockIgnore[False]] +@PART[GooExperiment]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -98,7 +98,7 @@ } // SC-9001 Science Jr. -@PART[science_module]:HAS[#RestockIgnore[False]] +@PART[science_module]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -115,7 +115,7 @@ } // Atmospheric Fluid Spectro-Variometer -@PART[sensorAtmosphere]:HAS[#RestockIgnore[False]] +@PART[sensorAtmosphere]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE @@ -126,7 +126,7 @@ } // Experiment Storage Unit -@PART[ScienceBox]:HAS[#RestockIgnore[False]] +@PART[ScienceBox]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} @@ -137,7 +137,7 @@ } // SENTINEL Infrared Telescope -@PART[InfraredTelescope]:HAS[#RestockIgnore[False]] +@PART[InfraredTelescope]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !MODEL {} 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 083671b6..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]:HAS[#RestockIgnore[False]] +@PART[adapterSmallMiniTall]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -68,7 +68,7 @@ } } -@PART[adapterSmallMiniShort]:HAS[#RestockIgnore[False]] +@PART[adapterSmallMiniShort]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -147,7 +147,7 @@ } // 1.25m station hub -@PART[stationHub]:HAS[#RestockIgnore[False]] +@PART[stationHub]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -237,7 +237,7 @@ } // 1.25m radial attach point -@PART[stackPoint1]:HAS[#RestockIgnore[False]] +@PART[stackPoint1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -249,7 +249,7 @@ } // 1.25m Bicoupler -@PART[stackBiCoupler_v2]:HAS[#RestockIgnore[False]] +@PART[stackBiCoupler_v2]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -334,7 +334,7 @@ } // 1.25m Tricoupler -@PART[stackTriCoupler_v2]:HAS[#RestockIgnore[False]] +@PART[stackTriCoupler_v2]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -414,7 +414,7 @@ } // 1.25m Quadcoupler -@PART[stackQuadCoupler]:HAS[#RestockIgnore[False]] +@PART[stackQuadCoupler]:HAS[RestockIgnore[]] { @author = Andrew Cassidy 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 ebf7f159..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]:HAS[#RestockIgnore[False]] +@PART[largeAdapter]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -55,7 +55,7 @@ } } -@PART[largeAdapter2]:HAS[#RestockIgnore[False]] +@PART[largeAdapter2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -117,7 +117,7 @@ } // 2.5m Bicoupler -@PART[adapterLargeSmallBi]:HAS[#RestockIgnore[False]] +@PART[adapterLargeSmallBi]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -197,7 +197,7 @@ } // 2.5m Tricoupler -@PART[adapterLargeSmallTri]:HAS[#RestockIgnore[False]] +@PART[adapterLargeSmallTri]:HAS[RestockIgnore[]] { @author = Andrew Cassidy @@ -277,7 +277,7 @@ } // 2.5m Quadcoupler -@PART[adapterLargeSmallQuad]:HAS[#RestockIgnore[False]] +@PART[adapterLargeSmallQuad]:HAS[RestockIgnore[]] { @author = Andrew Cassidy 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 8e2c9d7f..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]:HAS[#RestockIgnore[False]] +@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 1205a9fd..3e192cdd 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-launchclamp.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-launchclamp.cfg @@ -4,7 +4,7 @@ // TT18-A Launch Stability Enhancer -@PART[launchClamp1]:HAS[#RestockIgnore[False]] +@PART[launchClamp1]:HAS[RestockIgnore[]] { @author = Andrew Cassidy !mesh = DELETE 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 0bb5eb7f..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]:HAS[#RestockIgnore[False]] +@PART[strutCube]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -28,7 +28,7 @@ } // Micronode -@PART[structuralMiniNode]:HAS[#RestockIgnore[False]] +@PART[structuralMiniNode]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -43,7 +43,7 @@ } // Octo-Strut -@PART[strutOcto]:HAS[#RestockIgnore[False]] +@PART[strutOcto]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -58,7 +58,7 @@ } // Modular Girder -@PART[trussPiece1x]:HAS[#RestockIgnore[False]] +@PART[trussPiece1x]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -101,7 +101,7 @@ } // Modular Girder XL -@PART[trussPiece3x]:HAS[#RestockIgnore[False]] +@PART[trussPiece3x]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -144,7 +144,7 @@ } // Modular Girder Adapter -@PART[trussAdapter]:HAS[#RestockIgnore[False]] +@PART[trussAdapter]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -159,7 +159,7 @@ } // I beam -@PART[structuralIBeam2]:HAS[#RestockIgnore[False]] +@PART[structuralIBeam2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -217,7 +217,7 @@ } // Short I beam -@PART[structuralIBeam3]:HAS[#RestockIgnore[False]] +@PART[structuralIBeam3]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -275,7 +275,7 @@ } // Wide I beam -@PART[structuralIBeam1]:HAS[#RestockIgnore[False]] +@PART[structuralIBeam1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -333,7 +333,7 @@ } // Small structural panel -@PART[structuralPanel1]:HAS[#RestockIgnore[False]] +@PART[structuralPanel1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -449,7 +449,7 @@ } // large structural panel -@PART[structuralPanel2]:HAS[#RestockIgnore[False]] +@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 f46b0ef8..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]:HAS[#RestockIgnore[False]] +@PART[HeatShield0]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -83,7 +83,7 @@ } } -@PART[HeatShield1]:HAS[#RestockIgnore[False]] +@PART[HeatShield1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -150,7 +150,7 @@ } } -@PART[HeatShield2]:HAS[#RestockIgnore[False]] +@PART[HeatShield2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -218,7 +218,7 @@ } } -@PART[HeatShield3]:HAS[#RestockIgnore[False]] +@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 485d4ed9..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]:HAS[#RestockIgnore[False]] +@PART[radPanelEdge]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -50,7 +50,7 @@ } // Small Static radiator -@PART[radPanelSm]:HAS[#RestockIgnore[False]] +@PART[radPanelSm]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -135,7 +135,7 @@ } // Large static radiator -@PART[radPanelLg]:HAS[#RestockIgnore[False]] +@PART[radPanelLg]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -219,7 +219,7 @@ } // Small deployable radiator -@PART[foldingRadSmall]:HAS[#RestockIgnore[False]] +@PART[foldingRadSmall]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -268,7 +268,7 @@ } // Medium deployable radiator -@PART[foldingRadMed]:HAS[#RestockIgnore[False]] +@PART[foldingRadMed]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -317,7 +317,7 @@ } // Large deployable radiator -@PART[foldingRadLarge]:HAS[#RestockIgnore[False]] +@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 8ef206f8..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]:HAS[#RestockIgnore[False]] +@PART[ladder1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -20,7 +20,7 @@ } // Small ladder -@PART[telescopicLadder]:HAS[#RestockIgnore[False]] +@PART[telescopicLadder]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -47,7 +47,7 @@ } // Big ladder -@PART[telescopicLadderBay]:HAS[#RestockIgnore[False]] +@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 bb461faf..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]:HAS[#RestockIgnore[False]] +@PART[parachuteLarge]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -36,7 +36,7 @@ } // Large drogue chute -@PART[parachuteDrogue]:HAS[#RestockIgnore[False]] +@PART[parachuteDrogue]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -64,7 +64,7 @@ } // 0.625m chute -@PART[parachuteSingle]:HAS[#RestockIgnore[False]] +@PART[parachuteSingle]:HAS[RestockIgnore[]] { @rescaleFactor = 1.0 @scale = 1.0 @@ -96,7 +96,7 @@ } // Radial chute -@PART[parachuteRadial]:HAS[#RestockIgnore[False]] +@PART[parachuteRadial]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -125,7 +125,7 @@ } // Radial drogue chute -@PART[radialDrogue]:HAS[#RestockIgnore[False]] +@PART[radialDrogue]:HAS[RestockIgnore[]] { @rescaleFactor = 1.0 @scale = 1.0 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 b113243b..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]:HAS[#RestockIgnore[False]] +@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 479b0c0c..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]:HAS[#RestockIgnore[False]] +@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 9985ec8b..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]:HAS[#RestockIgnore[False]] +@PART[Decoupler_1p5]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -66,7 +66,7 @@ } // Truss Decoupler -@PART[Size1p5_Strut_Decoupler]:HAS[#RestockIgnore[False]] +@PART[Size1p5_Strut_Decoupler]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE 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 6e29ffef..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]:HAS[#RestockIgnore[False]] +@PART[Separator_1p5]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE 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 8dfb6ee1..2ee2cc6c 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]:HAS[#RestockIgnore[False]] +@PART[LiquidEngineRK-7]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -538,7 +538,7 @@ } // Wolfhound -@PART[LiquidEngineRE-J10]:HAS[#RestockIgnore[False]] +@PART[LiquidEngineRE-J10]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -1013,7 +1013,7 @@ } // Skiff -@PART[LiquidEngineRE-I2]:HAS[#RestockIgnore[False]] +@PART[LiquidEngineRE-I2]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE 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 e815e260..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]:HAS[#RestockIgnore[False]] +@PART[LiquidEngineRV-1]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE 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 1074dd1e..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]:HAS[#RestockIgnore[False]] +@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 8b05aeee..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]:HAS[#RestockIgnore[False]] +@PART[Size1p5_Tank_04]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -73,7 +73,7 @@ } // Med 1.875m tank -@PART[Size1p5_Tank_03]:HAS[#RestockIgnore[False]] +@PART[Size1p5_Tank_03]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -134,7 +134,7 @@ } // Small 1.875m tank -@PART[Size1p5_Tank_02]:HAS[#RestockIgnore[False]] +@PART[Size1p5_Tank_02]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -195,7 +195,7 @@ } // Tiny 1.875m tank -@PART[Size1p5_Tank_01]:HAS[#RestockIgnore[False]] +@PART[Size1p5_Tank_01]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -256,7 +256,7 @@ } // Soyuz 1.875m tank -@PART[Size1p5_Tank_05]:HAS[#RestockIgnore[False]] +@PART[Size1p5_Tank_05]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -381,7 +381,7 @@ } // Adapter - 1.875 to 1.25m Short -@PART[Size1p5_Size1_Adapter_02]:HAS[#RestockIgnore[False]] +@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]:HAS[#RestockIgnore[False]] +@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]:HAS[#RestockIgnore[False]] +@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]:HAS[#RestockIgnore[False]] +@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 d1b851b9..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]:HAS[#RestockIgnore[False]] +@PART[monopropMiniSphere]:HAS[RestockIgnore[]] { @author = Chris Adderley (Nertea) !mesh = DELETE @@ -15,7 +15,7 @@ } } // FL-R5 RCS Fuel Tank -@PART[Size1p5_Monoprop]:HAS[#RestockIgnore[False]] +@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 db0ea19d..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]:HAS[#RestockIgnore[False]] +@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 index ef7bb4ea..00d0bc39 100644 --- a/Distribution/Restock/GameData/ReStock/RestockPatchDisabler.cfg +++ b/Distribution/Restock/GameData/ReStock/RestockPatchDisabler.cfg @@ -6,5 +6,5 @@ // @PART[yourPartName]:BEFORE[ReStock] //{ -// %RestockIgnore = true -//} +// %RestockIgnore = True +//} \ No newline at end of file