Skip to content

Commit 474d296

Browse files
committed
mirroring for left and right
1 parent b339653 commit 474d296

8 files changed

+12
-2
lines changed

Data/CubeBlocks_PDC.sbc

+4
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
</BuildProgressModels>
242242
<BlockPairName>RetractPDCTurret</BlockPairName>
243243
<Description>Just like the other PDC, but this one can retract into ship hull.</Description>
244+
<MirroringBlock>MCRNLeftRetractPDC</MirroringBlock>
244245
<MirroringY>Z</MirroringY>
245246
<MirroringZ>Y</MirroringZ>
246247
<EdgeType>Light</EdgeType>
@@ -302,6 +303,7 @@
302303
</BuildProgressModels>
303304
<BlockPairName>RetractPDCTurret2</BlockPairName>
304305
<Description>Just like the other PDC, but this one can retract into ship hull.</Description>
306+
<MirroringBlock>MCRNRightRetractPDC</MirroringBlock>
305307
<MirroringY>Z</MirroringY>
306308
<MirroringZ>Y</MirroringZ>
307309
<EdgeType>Light</EdgeType>
@@ -425,6 +427,7 @@
425427
</BuildProgressModels>
426428
<BlockPairName>RetractPDCTurret</BlockPairName>
427429
<Description>Just like the other PDC, but this one can retract into ship hull.</Description>
430+
<MirroringBlock>MCRNLeftRetractPDCSB</MirroringBlock>
428431
<MirroringY>Z</MirroringY>
429432
<MirroringZ>Y</MirroringZ>
430433
<EdgeType>Light</EdgeType>
@@ -486,6 +489,7 @@
486489
</BuildProgressModels>
487490
<BlockPairName>RetractPDCTurret2</BlockPairName>
488491
<Description>Just like the other PDC, but this one can retract into ship hull.</Description>
492+
<MirroringBlock>MCRNRightRetractPDCSB</MirroringBlock>
489493
<MirroringY>Z</MirroringY>
490494
<MirroringZ>Y</MirroringZ>
491495
<EdgeType>Light</EdgeType>

Models/Cubes/PDCBarrels.mwm

0 Bytes
Binary file not shown.

Models/Cubes/RPDCBarrels.mwm

0 Bytes
Binary file not shown.

Models/Cubes/TopPDCEle.mwm

0 Bytes
Binary file not shown.

TopRetractPDC.blend

-28.9 KB
Binary file not shown.

TopRetractPDC.blend1

-28.9 KB
Binary file not shown.

Upload_to_Workshop.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
set SEInstallDir="D:\games\steamapps\common\SpaceEngineers"
22
for %%I in (.) do set ParentDirName=%%~nxI
3-
%SEInstallDir%\Bin64\SEWorkshopTool.exe --upload --mods "%ParentDirName%" --exclude .bat .psd .fbx .hkt .xml
3+
%SEInstallDir%\Bin64\SEWorkshopTool.exe --upload --mods "%ParentDirName%" --exclude .bat .psd .fbx .hkt .xml .git
44
pause

modinfo.sbmi

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?xml version="1.0"?>
22
<MyObjectBuilder_ModInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<SteamIDOwner>76561197970990710</SteamIDOwner>
4-
<WorkshopId>2036872575</WorkshopId>
4+
<WorkshopId>0</WorkshopId>
5+
<WorkshopIds>
6+
<WorkshopId>
7+
<Id>2036872575</Id>
8+
<ServiceName>Steam</ServiceName>
9+
</WorkshopId>
10+
</WorkshopIds>
511
</MyObjectBuilder_ModInfo>

0 commit comments

Comments
 (0)