Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Apollo D2 fixes #179

Merged
merged 1 commit into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading