Skip to content

Commit

Permalink
Minor Apollo D2 fixes (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Sep 15, 2024
1 parent afb4e49 commit ef6eb40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ PART
MODULE
{
name = AdjustableCoMShifter
DescentModeCoM = 0, 0, -0.2055
DescentModeCoM = 0, 0, 0.1
}
MODULE
Expand Down
7 changes: 7 additions & 0 deletions GameData/ROCapsules/PartConfigs/Apollo D2/D2RCS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ PART
thrusterPower = 0.445
resourceFlowMode = STAGE_PRIORITY_FLOW
runningEffectName = running
//Skirt RCS does attitude control, we just need roll
enableX = true
enableY = true
enableZ = true
enableRoll = true
enablePitch = false
enableYaw = false
PROPELLANT //1.78 O/F based on fuel load?
{
name = MMH
Expand Down

0 comments on commit ef6eb40

Please sign in to comment.