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

Add lunar flying vehicle and improve LRV #174

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Add Isp curve
  • Loading branch information
Capkirk123 committed Jun 2, 2024
commit fe1bf5681b488196586b95669e0bf961dbf4d689
17 changes: 15 additions & 2 deletions GameData/ROCapsules/PartConfigs/LEMBDB/LFV/LEMLFV.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,19 @@ PART
ullage = False //ullage screens
pressureFed = True
ignitions = 0 //R-4D derived, basically infinite?
useThrottleIspCurve = true

throttleIspCurve
{
key = 0.00 0.04169 0 0
key = 0.15 0.04169 0 1
key = 1.0 1.0 1 0
}
throttleIspCurveAtmStrength
{
key = 0.0 0.1592
key = 1.0 1.0
}

IGNITOR_RESOURCE
{
Expand Down Expand Up @@ -322,7 +335,7 @@ PART
atmosphereCurve
{
key = 0 295
key = 1 167
key = 0.87 1
}

//Copied from R-4D-11, this is just a modified R-4D
Expand Down Expand Up @@ -393,7 +406,7 @@ PART
atmosphereCurve
{
key = 0 263
key = 1 100
key = 1 5
}
}

Expand Down
Loading