Add/Amend RS+ part volumes on small enough parts

This commit is contained in:
Poodmund
2024-05-20 21:45:34 +01:00
parent 1877cec291
commit 6d573ff53e
68 changed files with 916 additions and 15 deletions

View File

@ -425,4 +425,9 @@ PART
}
}
}
MODULE
{
name = ModuleCargoPart
packedVolume = 1180
}
}

View File

@ -103,4 +103,9 @@ PART
}
}
}
MODULE
{
name = ModuleCargoPart
packedVolume = 740
}
}

View File

@ -103,4 +103,9 @@ PART
}
}
}
MODULE
{
name = ModuleCargoPart
packedVolume = 1685
}
}

View File

@ -33,7 +33,6 @@ PART
// affix anchor mount secure restock
bulkheadProfiles = size1p5, srf
// Parameters
mass = 0.08
dragModelType = default
@ -44,9 +43,10 @@ PART
maxTemp = 2000
breakingForce = 350
breakingTorque = 350
MODULE
{
name = ModuleCargoPart
packedVolume = 500
packedVolume = 2250
}
}

View File

@ -412,6 +412,11 @@ PART
}
}
}
MODULE
{
name = ModuleCargoPart
packedVolume = 2600
}
DRAG_CUBE
{
cube = 0, 1.18,0.77,1.01, 1.18,0.77,1.01, 2.72,0.96,0.10, 2.72,0.96,0.10, 1.18,0.77,1.01, 1.18,0.77,1.01, 0,-0.3125,0, 1.875,0.625,1.875

View File

@ -43,9 +43,10 @@ PART
maxTemp = 2000
breakingForce = 350
breakingTorque = 150
MODULE
{
name = ModuleCargoPart
packedVolume = 30
packedVolume = 135
}
}

View File

@ -63,4 +63,9 @@ PART
}
}
}
MODULE
{
name = ModuleCargoPart
packedVolume = 2630
}
}

View File

@ -34,4 +34,10 @@ PART
breakingTorque = 200
maxTemp = 2000
bulkheadProfiles = size0
MODULE
{
name = ModuleCargoPart
packedVolume = 155
}
}

View File

@ -38,4 +38,10 @@ PART
breakingTorque = 200
maxTemp = 2000 // = 5000
bulkheadProfiles = size1
MODULE
{
name = ModuleCargoPart
packedVolume = 1580
}
}