Skip to content

Commit

Permalink
Added small grid coolant pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauge committed Dec 18, 2024
1 parent 9ce89bf commit ece72aa
Show file tree
Hide file tree
Showing 74 changed files with 558 additions and 45 deletions.
24 changes: 20 additions & 4 deletions ThermalDynamics/Data/CubeBlocks/BlockVarientGroups.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,34 @@
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<BlockVariantGroups>
<BlockVariantGroup>
<Id Type="MyObjectBuilder_BlockVariantGroup" Subtype="CoolantGroup" />
<Id Type="MyObjectBuilder_BlockVariantGroup" Subtype="CoolantGroupLarge" />
<Icon>Textures\GUI\Icons\Gauge\LG_CoolantPipeStraight.dds</Icon>
<DisplayName>Coolant Pipe</DisplayName>
<Description>A pipe containing coolant liquid. When connected in a loop to a Heat Pump, the liquid will circulate spreading heat quickly to different areas.</Description>
<DisplayName>{LOC:DisplayName_Gauge_LG_CoolantPipe_Straight}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPipe}</Description>
<Blocks>
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_LG_CoolantPipe_Straight" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_LG_CoolantPipe_Straight_DoubleSink" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_LG_CoolantPipe_Straight_Sink" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_LG_CoolantPipe_Corner" />
<Block Type="MyObjectBuilder_UpgradeModule" Subtype="Gauge_LG_CoolantPump" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_LG_CoolantPipe_Corner_DoubleSink" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_LG_CoolantPipe_Corner_SingleSink" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_LG_CoolantPipe_Corner" />
</Blocks>
</BlockVariantGroup>
<BlockVariantGroup>
<Id Type="MyObjectBuilder_BlockVariantGroup" Subtype="CoolantGroupSmall" />
<Icon>Textures\GUI\Icons\Gauge\SG_CoolantPipeStraight.dds</Icon>
<DisplayName>{LOC:DisplayName_Gauge_SG_CoolantPipe_Straight}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPipe}</Description>
<Blocks>
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_SG_CoolantPipe_Straight" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_SG_CoolantPipe_Straight_DoubleSink" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_SG_CoolantPipe_Straight_Sink" />
<Block Type="MyObjectBuilder_UpgradeModule" Subtype="Gauge_SG_CoolantPump" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_SG_CoolantPipe_Corner_DoubleSink" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_SG_CoolantPipe_Corner_SingleSink" />
<Block Type="MyObjectBuilder_CubeBlock" Subtype="Gauge_SG_CoolantPipe_Corner" />
</Blocks>
</BlockVariantGroup>
</BlockVariantGroups>
</Definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
<TypeId>CubeBlock</TypeId>
<SubtypeId>Gauge_LG_CoolantPipe_Corner</SubtypeId>
</Id>
<DisplayName>Coolant Pipe Corner</DisplayName>
<Description>A pipe containing coolant liquid. When connected in a loop to a Heat Pump, the liquid will circulate spreading heat quickly to different areas.</Description>
<DisplayName>{LOC:DisplayName_Gauge_LG_CoolantPipe_Corner}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPipe}</Description>
<Icon>Textures\GUI\Icons\Gauge\LG_CoolantPipeCorner.dds</Icon>
<CubeSize>Large</CubeSize>
<BlockTopology>TriangleMesh</BlockTopology>
<Size x="1" y="1" z="1"/>
<ModelOffset x="0" y="0" z="0"/>
<Model>Models\Gauge\LG\Gauge_LG_CoolantPipe_Corner.mwm</Model>
<Components>
<Component Subtype="SteelPlate" Count="10"/>
<Component Subtype="LargeTube" Count="1" />
<Component Subtype="Construction" Count="10" />
<Component Subtype="SteelPlate" Count="10" />
</Components>
<CriticalComponent Subtype="SteelPlate" Index="0"/>
<MountPoints>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
<TypeId>CubeBlock</TypeId>
<SubtypeId>Gauge_LG_CoolantPipe_Corner_DoubleSink</SubtypeId>
</Id>
<DisplayName>Coolant Pipe Corner Double</DisplayName>
<Description>A pipe containing coolant liquid. When connected in a loop to a Heat Pump, the liquid will circulate spreading heat quickly to different areas.</Description>
<DisplayName>{LOC:DisplayName_Gauge_LG_CoolantPipe_Corner_DoubleSink}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPipe}</Description>
<Icon>Textures\GUI\Icons\Gauge\LG_CoolantPipeCorner_TwoSink.dds</Icon>
<CubeSize>Large</CubeSize>
<BlockTopology>TriangleMesh</BlockTopology>
<Size x="1" y="1" z="1"/>
<ModelOffset x="0" y="0" z="0"/>
<Model>Models\Gauge\LG\Gauge_LG_CoolantPipe_Corner_DoubleSink.mwm</Model>
<Components>
<Component Subtype="SteelPlate" Count="10"/>
<Component Subtype="LargeTube" Count="1" />
<Component Subtype="SteelPlate" Count="10" />
<Component Subtype="SteelPlate" Count="30" />
</Components>
<CriticalComponent Subtype="SteelPlate" Index="0"/>
<MountPoints>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
<TypeId>CubeBlock</TypeId>
<SubtypeId>Gauge_LG_CoolantPipe_Corner_SingleSink</SubtypeId>
</Id>
<DisplayName>Coolant Pipe Corner Single</DisplayName>
<Description>A pipe containing coolant liquid. When connected in a loop to a Heat Pump, the liquid will circulate spreading heat quickly to different areas.</Description>
<DisplayName>{LOC:DisplayName_Gauge_LG_CoolantPipe_Corner_SingleSink}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPipe}</Description>
<Icon>Textures\GUI\Icons\Gauge\LG_CoolantPipeCorner_OneSink.dds</Icon>
<CubeSize>Large</CubeSize>
<BlockTopology>TriangleMesh</BlockTopology>
<Size x="1" y="1" z="1"/>
<ModelOffset x="0" y="0" z="0"/>
<Model>Models\Gauge\LG\Gauge_LG_CoolantPipe_Corner_SingleSink.mwm</Model>
<Components>
<Component Subtype="SteelPlate" Count="10"/>
<Component Subtype="LargeTube" Count="1" />
<Component Subtype="SteelPlate" Count="10" />
<Component Subtype="SteelPlate" Count="20" />
</Components>
<CriticalComponent Subtype="SteelPlate" Index="0"/>
<MountPoints>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
<TypeId>CubeBlock</TypeId>
<SubtypeId>Gauge_LG_CoolantPipe_Straight</SubtypeId>
</Id>
<DisplayName>Coolant Pipe</DisplayName>
<Description>A pipe containing coolant liquid. When connected in a loop to a Heat Pump, the liquid will circulate spreading heat quickly to different areas.</Description>
<DisplayName>{LOC:DisplayName_Gauge_LG_CoolantPipe_Straight}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPipe}</Description>
<Icon>Textures\GUI\Icons\Gauge\LG_CoolantPipeStraight.dds</Icon>
<CubeSize>Large</CubeSize>
<BlockTopology>TriangleMesh</BlockTopology>
<Size x="1" y="1" z="1"/>
<ModelOffset x="0" y="0" z="0"/>
<Model>Models\Gauge\LG\Gauge_LG_CoolantPipe_Straight.mwm</Model>
<Components>
<Component Subtype="SteelPlate" Count="10"/>
<Component Subtype="LargeTube" Count="1" />
<Component Subtype="Construction" Count="10" />
<Component Subtype="SteelPlate" Count="10" />
</Components>
<CriticalComponent Subtype="SteelPlate" Index="0"/>
<MountPoints>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
<TypeId>CubeBlock</TypeId>
<SubtypeId>Gauge_LG_CoolantPipe_Straight_DoubleSink</SubtypeId>
</Id>
<DisplayName>Coolant Pipe Double</DisplayName>
<Description>A pipe containing coolant liquid. When connected in a loop to a Heat Pump, the liquid will circulate spreading heat quickly to different areas.</Description>
<DisplayName>{LOC:DisplayName_Gauge_LG_CoolantPipe_Straight_DoubleSink}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPipe}</Description>
<Icon>Textures\GUI\Icons\Gauge\LG_CoolantPipeStraight_TwoSink.dds</Icon>
<CubeSize>Large</CubeSize>
<BlockTopology>TriangleMesh</BlockTopology>
<Size x="1" y="1" z="1"/>
<ModelOffset x="0" y="0" z="0"/>
<Model>Models\Gauge\LG\Gauge_LG_CoolantPipe_Straight_DoubleSink.mwm</Model>
<Components>
<Component Subtype="SteelPlate" Count="10"/>
<Component Subtype="LargeTube" Count="1" />
<Component Subtype="SteelPlate" Count="10" />
<Component Subtype="SteelPlate" Count="30" />
</Components>
<CriticalComponent Subtype="SteelPlate" Index="0"/>
<MountPoints>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
<TypeId>CubeBlock</TypeId>
<SubtypeId>Gauge_LG_CoolantPipe_Straight_Sink</SubtypeId>
</Id>
<DisplayName>Coolant Pipe Single</DisplayName>
<Description>A pipe containing coolant liquid. When connected in a loop to a Heat Pump, the liquid will circulate spreading heat quickly to different areas.</Description>
<DisplayName>{LOC:DisplayName_Gauge_LG_CoolantPipe_Straight}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPipe}</Description>
<Icon>Textures\GUI\Icons\Gauge\LG_CoolantPipeStraight_OneSink.dds</Icon>
<CubeSize>Large</CubeSize>
<BlockTopology>TriangleMesh</BlockTopology>
<Size x="1" y="1" z="1"/>
<ModelOffset x="0" y="0" z="0"/>
<Model>Models\Gauge\LG\Gauge_LG_CoolantPipe_Straight_Sink.mwm</Model>
<Components>
<Component Subtype="SteelPlate" Count="10"/>
<Component Subtype="LargeTube" Count="1" />
<Component Subtype="SteelPlate" Count="10" />
<Component Subtype="SteelPlate" Count="20" />
</Components>
<CriticalComponent Subtype="SteelPlate" Index="0"/>
<MountPoints>
Expand Down
35 changes: 19 additions & 16 deletions ThermalDynamics/Data/CubeBlocks/Gauge_LG_CoolantPump.sbc
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,37 @@
<TypeId>UpgradeModule</TypeId>
<SubtypeId>Gauge_LG_CoolantPump</SubtypeId>
</Id>
<DisplayName>Coolant Pump</DisplayName>
<Description>A pump used to curculate heat through pipe lines</Description>
<DisplayName>{LOC:DisplayName_Gauge_LG_CoolantPump}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPump}</Description>
<Icon>Textures\GUI\Icons\Cubes\SurvivalKitLarge.dds</Icon>
<CubeSize>Large</CubeSize>
<BlockTopology>TriangleMesh</BlockTopology>
<Size x="1" y="1" z="1" />
<ModelOffset x="0" y="0" z="0" />
<Model>Models\Cubes\Large\SurvivalKit.mwm</Model>
<Model>Models\Gauge\LG\Gauge_LG_CoolantPump.mwm</Model>
<Components>
<Component Subtype="SteelPlate" Count="31" />
<Component Subtype="Construction" Count="30" />
<Component Subtype="LargeTube" Count="4" />
<Component Subtype="Motor" Count="2" />
<Component Subtype="Computer" Count="20" />
<Component Subtype="SteelPlate" Count="10" />
<Component Subtype="LargeTube" Count="1" />
<Component Subtype="Construction" Count="10" />
<Component Subtype="Motor" Count="1" />
<Component Subtype="LargeTube" Count="2" />
<Component Subtype="Computer" Count="1" />
<Component Subtype="SteelPlate" Count="40" />
</Components>
<CriticalComponent Subtype="Computer" Index="0" />
<MountPoints>
<MountPoint Side="Left" StartX="0.1" StartY="0" EndX="0.9" EndY="0.9" />
<MountPoint Side="Right" StartX="0.1" StartY="0" EndX="0.9" EndY="0.9" />
<MountPoint Side="Bottom" StartX="0" StartY="0" EndX="1" EndY="1" Default="true" />
<MountPoint Side="Front" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
<MountPoint Side="Back" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
<MountPoint Side="Left" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
<MountPoint Side="Right" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
<MountPoint Side="Top" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
<MountPoint Side="Bottom" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
</MountPoints>
<BuildProgressModels>
<Model BuildPercentUpperBound="0.33" File="Models\Cubes\Large\SurvivalKit_Construction1.mwm" />
<Model BuildPercentUpperBound="0.66" File="Models\Cubes\Large\SurvivalKit_Construction2.mwm" />
<Model BuildPercentUpperBound="1.00" File="Models\Cubes\Large\SurvivalKit_Construction3.mwm" />
<Model BuildPercentUpperBound="0.33" File="Models\Gauge\LG\Gauge_LG_CoolantPump_BS1.mwm"/>
<Model BuildPercentUpperBound="0.67" File="Models\Gauge\LG\Gauge_LG_CoolantPump_BS2.mwm"/>
<Model BuildPercentUpperBound="1.00" File="Models\Gauge\LG\Gauge_LG_CoolantPump_BS3.mwm"/>
</BuildProgressModels>
<BlockPairName>CoolantPump</BlockPairName>
<BlockPairName>Gauge_LG_CoolantPump</BlockPairName>
<BuildTimeSeconds>20</BuildTimeSeconds>
<MirroringX>Z</MirroringX>
<MirroringZ>X</MirroringZ>
Expand Down
36 changes: 36 additions & 0 deletions ThermalDynamics/Data/CubeBlocks/Gauge_SG_CoolantPipe_Corner.sbc
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" ?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<CubeBlocks>
<Definition>
<Id>
<TypeId>CubeBlock</TypeId>
<SubtypeId>Gauge_SG_CoolantPipe_Corner</SubtypeId>
</Id>
<DisplayName>{LOC:DisplayName_Gauge_SG_CoolantPipe_Corner}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPipe}</Description>
<Icon>Textures\GUI\Icons\AstronautBackpack.dds</Icon>
<CubeSize>Small</CubeSize>
<BlockTopology>TriangleMesh</BlockTopology>
<Size x="1" y="1" z="1"/>
<ModelOffset x="0" y="0" z="0"/>
<Model>Models\Gauge\SG\Gauge_SG_CoolantPipe_Corner.mwm</Model>
<Components>
<Component Subtype="SmallTube" Count="1" />
<Component Subtype="Construction" Count="1" />
<Component Subtype="SteelPlate" Count="1" />
</Components>
<CriticalComponent Subtype="SteelPlate" Index="0"/>
<MountPoints>
<MountPoint Side="Front" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
<MountPoint Side="Left" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
</MountPoints>
<BuildProgressModels>
<Model BuildPercentUpperBound="0.50" File="Models\Gauge\SG\Gauge_SG_CoolantPipe_Corner_BS1.mwm"/>
<Model BuildPercentUpperBound="1.00" File="Models\Gauge\SG\Gauge_SG_CoolantPipe_Corner_BS2.mwm"/>
</BuildProgressModels>
<BlockPairName>Gauge_SG_CoolantPipe_Corner</BlockPairName>
<MirroringX>HalfY</MirroringX>
<MirroringZ>MinusHalfY</MirroringZ>
</Definition>
</CubeBlocks>
</Definitions>
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" ?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<CubeBlocks>
<Definition>
<Id>
<TypeId>CubeBlock</TypeId>
<SubtypeId>Gauge_SG_CoolantPipe_Corner_DoubleSink</SubtypeId>
</Id>
<DisplayName>{LOC:DisplayName_Gauge_SG_CoolantPipe_Corner_DoubleSink}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPipe}</Description>
<Icon>Textures\GUI\Icons\AstronautBackpack.dds</Icon>
<CubeSize>Small</CubeSize>
<BlockTopology>TriangleMesh</BlockTopology>
<Size x="1" y="1" z="1"/>
<ModelOffset x="0" y="0" z="0"/>
<Model>Models\Gauge\SG\Gauge_SG_CoolantPipe_Corner_DoubleSink.mwm</Model>
<Components>
<Component Subtype="SmallTube" Count="1" />
<Component Subtype="Construction" Count="1" />
<Component Subtype="SteelPlate" Count="3" />
</Components>
<CriticalComponent Subtype="SteelPlate" Index="0"/>
<MountPoints>
<MountPoint Side="Front" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
<MountPoint Side="Back" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
<MountPoint Side="Left" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
<MountPoint Side="Right" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
</MountPoints>
<BuildProgressModels>
<Model BuildPercentUpperBound="0.50" File="Models\Gauge\SG\Gauge_SG_CoolantPipe_Corner_DoubleSink_BS1.mwm"/>
<Model BuildPercentUpperBound="1.00" File="Models\Gauge\SG\Gauge_SG_CoolantPipe_Corner_DoubleSink_BS2.mwm"/>
</BuildProgressModels>
<BlockPairName>Gauge_SG_CoolantPipe</BlockPairName>
<MirroringX>HalfY</MirroringX>
<MirroringZ>MinusHalfY</MirroringZ>
</Definition>
</CubeBlocks>
</Definitions>
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" ?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<CubeBlocks>
<Definition>
<Id>
<TypeId>CubeBlock</TypeId>
<SubtypeId>Gauge_SG_CoolantPipe_Corner_SingleSink</SubtypeId>
</Id>
<DisplayName>{LOC:DisplayName_Gauge_SG_CoolantPipe_Corner_SingleSink}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPipe}</Description>
<Icon>Textures\GUI\Icons\AstronautBackpack.dds</Icon>
<CubeSize>Small</CubeSize>
<BlockTopology>TriangleMesh</BlockTopology>
<Size x="1" y="1" z="1"/>
<ModelOffset x="0" y="0" z="0"/>
<Model>Models\Gauge\SG\Gauge_SG_CoolantPipe_Corner_SingleSink.mwm</Model>
<Components>
<Component Subtype="SmallTube" Count="1" />
<Component Subtype="Construction" Count="1" />
<Component Subtype="SteelPlate" Count="2" />
</Components>
<CriticalComponent Subtype="SteelPlate" Index="0"/>
<MountPoints>
<MountPoint Side="Front" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
<MountPoint Side="Left" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
<MountPoint Side="Top" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
</MountPoints>
<BuildProgressModels>
<Model BuildPercentUpperBound="0.50" File="Models\Gauge\SG\Gauge_SG_CoolantPipe_Corner_SingleSink_BS1.mwm"/>
<Model BuildPercentUpperBound="1.00" File="Models\Gauge\SG\Gauge_SG_CoolantPipe_Corner_SingleSink_BS2.mwm"/>
</BuildProgressModels>
<BlockPairName>Gauge_SG_CoolantPipe_Corner_SingleSink</BlockPairName>
<MirroringX>HalfY</MirroringX>
<MirroringY>XHalfY</MirroringY>
<MirroringZ>MinusHalfY</MirroringZ>
</Definition>
</CubeBlocks>
</Definitions>
36 changes: 36 additions & 0 deletions ThermalDynamics/Data/CubeBlocks/Gauge_SG_CoolantPipe_Straight.sbc
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" ?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<CubeBlocks>
<Definition>
<Id>
<TypeId>CubeBlock</TypeId>
<SubtypeId>Gauge_SG_CoolantPipe_Straight</SubtypeId>
</Id>
<DisplayName>{LOC:DisplayName_Gauge_SG_CoolantPipe_Straight}</DisplayName>
<Description>{LOC:Description_Gauge_CoolantPipe}</Description>
<Icon>Textures\GUI\Icons\AstronautBackpack.dds</Icon>
<CubeSize>Small</CubeSize>
<BlockTopology>TriangleMesh</BlockTopology>
<Size x="1" y="1" z="1"/>
<ModelOffset x="0" y="0" z="0"/>
<Model>Models\Gauge\SG\Gauge_SG_CoolantPipe_Straight.mwm</Model>
<Components>
<Component Subtype="SmallTube" Count="1" />
<Component Subtype="Construction" Count="1" />
<Component Subtype="SteelPlate" Count="1" />
</Components>
<CriticalComponent Subtype="SteelPlate" Index="0"/>
<MountPoints>
<MountPoint Side="Front" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
<MountPoint Side="Back" StartX="0.00" StartY="0.00" EndX="1.00" EndY="1.00"/>
</MountPoints>
<BuildProgressModels>
<Model BuildPercentUpperBound="0.50" File="Models\Gauge\SG\Gauge_SG_CoolantPipe_Straight_BS1.mwm"/>
<Model BuildPercentUpperBound="1.00" File="Models\Gauge\SG\Gauge_SG_CoolantPipe_Straight_BS2.mwm"/>
</BuildProgressModels>
<BlockPairName>Gauge_SG_CoolantPipe_Straight</BlockPairName>
<MirroringY>Z</MirroringY>
<MirroringZ>Y</MirroringZ>
</Definition>
</CubeBlocks>
</Definitions>
Loading

0 comments on commit ece72aa

Please sign in to comment.