-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
65 changed files
with
181 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?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_LG_HeatPump</SubtypeId> | ||
</Id> | ||
<DisplayName>{LOC:DisplayName_Gauge_LG_HeatPump}</DisplayName> | ||
<Description>{LOC:Description_Gauge_HeatPump}</Description> | ||
<Icon>Textures\GUI\Icons\Gauge\LG_HeatPump.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_HeatPump.mwm</Model> | ||
<Components> | ||
<Component Subtype="LargeTube" Count="1" /> | ||
<Component Subtype="Construction" Count="10" /> | ||
<Component Subtype="Motor" Count="1" /> | ||
<Component Subtype="MetalGrid" Count="2" /> | ||
<Component Subtype="Computer" Count="1" /> | ||
<Component Subtype="SteelPlate" Count="20" /> | ||
</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.40" StartY="0.40" EndX="0.60" EndY="0.60"/> | ||
<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.50" File="Models\Gauge\LG\Gauge_LG_HeatPump_BS1.mwm"/> | ||
<Model BuildPercentUpperBound="1.00" File="Models\Gauge\LG\Gauge_LG_HeatPump_BS2.mwm"/> | ||
</BuildProgressModels> | ||
<BlockPairName>Gauge_LG_HeatPump</BlockPairName> | ||
<MirroringY>Z</MirroringY> | ||
<MirroringZ>Y</MirroringZ> | ||
</Definition> | ||
</CubeBlocks> | ||
</Definitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?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_LG_Radiator</SubtypeId> | ||
</Id> | ||
<DisplayName>{LOC:DisplayName_Gauge_LG_Radiator}</DisplayName> | ||
<Description>{LOC:Description_Gauge_Radiator}</Description> | ||
<Icon>Textures\GUI\Icons\Gauge\LG_Radiator.dds</Icon> | ||
<CubeSize>Large</CubeSize> | ||
<BlockTopology>TriangleMesh</BlockTopology> | ||
<Size x="1" y="5" z="2"/> | ||
<ModelOffset x="0" y="0" z="0"/> | ||
<Model>Models\Gauge\LG\Gauge_LG_Radiator.mwm</Model> | ||
<Components> | ||
<Component Subtype="SteelPlate" Count="30"/> | ||
</Components> | ||
<CriticalComponent Subtype="SteelPlate" Index="0"/> | ||
<MountPoints> | ||
<MountPoint Side="Top" StartX="0.25" StartY="0.00" EndX="0.75" EndY="2.00"/> | ||
<MountPoint Side="Bottom" StartX="0.25" StartY="0.00" EndX="0.75" EndY="2.00"/> | ||
</MountPoints> | ||
<BuildProgressModels> | ||
<Model BuildPercentUpperBound="0.50" File="Models\Gauge\LG\Gauge_LG_Radiator_BS1.mwm"/> | ||
<Model BuildPercentUpperBound="1.00" File="Models\Gauge\LG\Gauge_LG_Radiator_BS2.mwm"/> | ||
</BuildProgressModels> | ||
<BlockPairName>Gauge_LG_Radiator</BlockPairName> | ||
<MirroringX>Y</MirroringX> | ||
<MirroringY>X</MirroringY> | ||
</Definition> | ||
</CubeBlocks> | ||
</Definitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?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_HeatPump</SubtypeId> | ||
</Id> | ||
<DisplayName>{LOC:DisplayName_Gauge_SG_HeatPump}</DisplayName> | ||
<Description>{LOC:Description_Gauge_HeatPump}</Description> | ||
<Icon>Textures\GUI\Icons\Gauge\SG_HeatPump.dds</Icon> | ||
<CubeSize>Small</CubeSize> | ||
<BlockTopology>TriangleMesh</BlockTopology> | ||
<Size x="3" y="3" z="1"/> | ||
<ModelOffset x="0" y="0" z="0"/> | ||
<Model>Models\Gauge\SG\Gauge_SG_HeatPump.mwm</Model> | ||
<Components> | ||
<Component Subtype="Construction" Count="1" /> | ||
<Component Subtype="Motor" Count="1" /> | ||
<Component Subtype="SmallTube" Count="1" /> | ||
<Component Subtype="Computer" Count="1" /> | ||
<Component Subtype="SteelPlate" Count="2" /> | ||
</Components> | ||
<CriticalComponent Subtype="SteelPlate" Index="0"/> | ||
<MountPoints> | ||
<MountPoint Side="Front" StartX="0.00" StartY="0.00" EndX="3.00" EndY="3.00"/> | ||
<MountPoint Side="Back" StartX="0.00" StartY="0.00" EndX="3.00" EndY="3.00"/> | ||
<MountPoint Side="Left" StartX="0.00" StartY="0.00" EndX="1.00" EndY="3.00"/> | ||
<MountPoint Side="Right" StartX="0.00" StartY="1.00" EndX="1.00" EndY="2.00"/> | ||
<MountPoint Side="Right" StartX="0.00" StartY="0.00" EndX="1.00" EndY="3.00"/> | ||
<MountPoint Side="Top" StartX="0.00" StartY="0.00" EndX="3.00" EndY="1.00"/> | ||
<MountPoint Side="Bottom" StartX="0.00" StartY="0.00" EndX="3.00" EndY="1.00"/> | ||
</MountPoints> | ||
<BuildProgressModels> | ||
<Model BuildPercentUpperBound="0.50" File="Models\Gauge\SG\Gauge_SG_HeatPump_BS1.mwm"/> | ||
<Model BuildPercentUpperBound="1.00" File="Models\Gauge\SG\Gauge_SG_HeatPump_BS2.mwm"/> | ||
</BuildProgressModels> | ||
<BlockPairName>Gauge_SG_HeatPump</BlockPairName> | ||
<MirroringY>Z</MirroringY> | ||
<MirroringZ>Y</MirroringZ> | ||
</Definition> | ||
</CubeBlocks> | ||
</Definitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?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_Radiator</SubtypeId> | ||
</Id> | ||
<DisplayName>{LOC:DisplayName_Gauge_SG_Radiator}</DisplayName> | ||
<Description>{LOC:Description_Gauge_Radiator}</Description> | ||
<Icon>Textures\GUI\Icons\Gauge\SG_Radiator.dds</Icon> | ||
<CubeSize>Small</CubeSize> | ||
<BlockTopology>TriangleMesh</BlockTopology> | ||
<Size x="1" y="5" z="2"/> | ||
<ModelOffset x="0" y="0" z="0"/> | ||
<Model>Models\Gauge\SG\Gauge_SG_Radiator.mwm</Model> | ||
<Components> | ||
<Component Subtype="SteelPlate" Count="3"/> | ||
</Components> | ||
<CriticalComponent Subtype="SteelPlate" Index="0"/> | ||
<MountPoints> | ||
<MountPoint Side="Top" StartX="0.00" StartY="0.00" EndX="1.00" EndY="2.00"/> | ||
<MountPoint Side="Bottom" StartX="0.00" StartY="0.00" EndX="1.00" EndY="2.00"/> | ||
</MountPoints> | ||
<BuildProgressModels> | ||
<Model BuildPercentUpperBound="1.00" File="Models\Gauge\SG\Gauge_SG_Radiator_BS1.mwm"/> | ||
</BuildProgressModels> | ||
<BlockPairName>Gauge_SG_Radiator</BlockPairName> | ||
<MirroringX>Y</MirroringX> | ||
<MirroringY>X</MirroringY> | ||
</Definition> | ||
</CubeBlocks> | ||
</Definitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21.5 KB
ThermalDynamics/Textures/GUI/Icons/Gauge/SG_CoolantPipeCorner_OneSink.dds
Binary file not shown.
Binary file added
BIN
+21.5 KB
ThermalDynamics/Textures/GUI/Icons/Gauge/SG_CoolantPipeCorner_TwoSink.dds
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21.5 KB
ThermalDynamics/Textures/GUI/Icons/Gauge/SG_CoolantPipeStraight_OneSink.dds
Binary file not shown.
Binary file added
BIN
+21.5 KB
ThermalDynamics/Textures/GUI/Icons/Gauge/SG_CoolantPipeStraight_TwoSink.dds
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
don't change the folder structure of /models/ otherwise the block LODs break. |