Skip to content

Commit 20e0f61

Browse files
Add support for cargo storage on small RemoteTech antennas
1 parent 932b74d commit 20e0f61

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

GameData/RemoteTech/Parts/LongAntenna2/part.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,11 @@ PART
4949
endEventGUIName = #RemoteTech_Retract//Retract
5050
actionGUIName = #RemoteTech_Toggle//Toggle Antenna
5151
}
52+
53+
MODULE
54+
{
55+
name = ModuleCargoPart
56+
stackableQuantity = 4
57+
packedVolume = 2
58+
}
5259
}

GameData/RemoteTech/Parts/LongAntenna3/part.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,11 @@ PART
4343
endEventGUIName = #RemoteTech_Retract//Retract
4444
actionGUIName = #RemoteTech_Toggle//Toggle Antenna
4545
}
46+
47+
MODULE
48+
{
49+
name = ModuleCargoPart
50+
stackableQuantity = 4
51+
packedVolume = 1
52+
}
4653
}

GameData/RemoteTech/Parts/ShortAntenna1/part.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,11 @@ PART
3232
PhysicsSignificance = 1
3333
bulkheadProfiles = size0,srf
3434
tags = aerial antenna radio signal transmi
35+
36+
MODULE
37+
{
38+
name = ModuleCargoPart
39+
stackableQuantity = 4
40+
packedVolume = 5
41+
}
3542
}

GameData/RemoteTech/Parts/ShortDish2/part.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@ PART
3131
crashTolerance = 8
3232
maxTemp = 1200
3333
bulkheadProfiles = size1,srf
34+
35+
MODULE
36+
{
37+
name = ModuleCargoPart
38+
packedVolume = 650
39+
}
3440
}

0 commit comments

Comments
 (0)