Skip to content

Commit

Permalink
Cargo part configs (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Sep 15, 2024
1 parent 535e47d commit 2bcdfed
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 1 deletion.
7 changes: 7 additions & 0 deletions GameData/ROCapsules/PartConfigs/Apollo ETS/ApolloSolar.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PART
author = CobaltWolf, capkirk

RSSROConfig = True
ROCargoConfig = True

// ============================================================================
// Model and Dimensions
Expand Down Expand Up @@ -77,4 +78,10 @@ PART
level = 3
type = tracking
}

MODULE
{
name = ModuleCargoPart
packedVolume = 240
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PART
author = CobaltWolf, capkirk123

RSSROConfig = True


// ============================================================================
// Model and Dimensions
Expand Down Expand Up @@ -71,6 +72,12 @@ PART
defaultActionGroup = Light
}

MODULE
{
name = ModuleCargoPart
packedVolume = 8
}

// ============================================================================
// Animations and Textures
// ============================================================================
Expand Down
7 changes: 7 additions & 0 deletions GameData/ROCapsules/PartConfigs/GeminiBDB/GeminiRetroMEC.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PART
author = CobaltWolf, capkirk

RSSROConfig = True
ROCargoConfig = True

MODEL
{
Expand Down Expand Up @@ -74,4 +75,10 @@ PART
falloff = 1.8
thrustTransformName = thrustTransform
}

MODULE
{
name = ModuleCargoPart
packedVolume = 40
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PART
name = ROC-LEMFoldingSNAP27BDB
module = Part
author = CobaltWolf
ROCargoConfig = True
MODEL
{
model = ROCapsules/Assets/BDB/Apollo/bluedog_LM_RTG_Folding
Expand Down Expand Up @@ -88,6 +89,12 @@ PART
allowAnimationWhileShielded = False
}

MODULE
{
name = ModuleCargoPart
packedVolume = 166
}

RESOURCE
{
name = Plutonium-238
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PART
name = ROC-LEMRackSNAP9BDB
module = Part
author = CobaltWolf
ROCargoConfig = True
MODEL
{
model = ROCapsules/Assets/BDB/Apollo/bluedog_LM_RTG_Rack
Expand Down Expand Up @@ -76,6 +77,11 @@ PART
}
}

MODULE
{
name = ModuleCargoPart
packedVolume = 324
}

RESOURCE
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PART
author = CobaltWolf

RSSROConfig = true
ROCargoConfig = True

MODEL
{
Expand Down Expand Up @@ -109,6 +110,12 @@ PART
}
}

MODULE
{
name = ModuleCargoPart
packedVolume = 2
}

PLUME
{
name = Solid-Sepmotor
Expand Down
7 changes: 7 additions & 0 deletions GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRetro.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PART
author = CobaltWolf, capkirk

RSSROConfig = true
ROCargoConfig = True

MODEL
{
Expand Down Expand Up @@ -111,6 +112,12 @@ PART
jettisonDirection = 0 0 1
}

MODULE
{
name = ModuleCargoPart
packedVolume = 30
}

PLUME
{
name = Solid-Upper
Expand Down
10 changes: 9 additions & 1 deletion GameData/ROCapsules/PartConfigs/Orion/OrionSolar.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ PART
name = ROC-OrionSolar
module = Part
author = DECQ

RSSROConfig = True
ROCargoConfig = True

MODEL
{
Expand Down Expand Up @@ -50,5 +51,12 @@ PART
chargeRate = 2.75
retractable = false
}

MODULE
{
name = ModuleCargoPart
packedVolume = 390
}

}

0 comments on commit 2bcdfed

Please sign in to comment.