Skip to content

Commit

Permalink
Add support for cargo storage on small RemoteTech antennas
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Dec 25, 2020
1 parent 932b74d commit 20e0f61
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GameData/RemoteTech/Parts/LongAntenna2/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,11 @@ PART
endEventGUIName = #RemoteTech_Retract//Retract
actionGUIName = #RemoteTech_Toggle//Toggle Antenna
}

MODULE
{
name = ModuleCargoPart
stackableQuantity = 4
packedVolume = 2
}
}
7 changes: 7 additions & 0 deletions GameData/RemoteTech/Parts/LongAntenna3/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,11 @@ PART
endEventGUIName = #RemoteTech_Retract//Retract
actionGUIName = #RemoteTech_Toggle//Toggle Antenna
}

MODULE
{
name = ModuleCargoPart
stackableQuantity = 4
packedVolume = 1
}
}
7 changes: 7 additions & 0 deletions GameData/RemoteTech/Parts/ShortAntenna1/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ PART
PhysicsSignificance = 1
bulkheadProfiles = size0,srf
tags = aerial antenna radio signal transmi

MODULE
{
name = ModuleCargoPart
stackableQuantity = 4
packedVolume = 5
}
}
6 changes: 6 additions & 0 deletions GameData/RemoteTech/Parts/ShortDish2/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ PART
crashTolerance = 8
maxTemp = 1200
bulkheadProfiles = size1,srf

MODULE
{
name = ModuleCargoPart
packedVolume = 650
}
}

0 comments on commit 20e0f61

Please sign in to comment.