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

Adjust lander can masses based on correct LM mass #2927

Merged
merged 1 commit into from
Nov 15, 2023
Merged
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 @@ -327,7 +327,7 @@

@manufacturer = #roMfrGeneric
@description = A small, single-person cabin for use on non-atmospheric landers and small spacecraft.
@mass = 0.62
@mass = 1.00 //guess. Slightly heavier than Mk1 Pod, but it has more room, more resources, can EVA, etc.
%rescaleFactor = 1.6

@MODULE[ModuleScienceContainer]
Expand All @@ -348,7 +348,7 @@
MODULE
{
name = ModuleFuelTanks
volume = 180
volume = 250 //twice Mk1 Pod
basemass = -1
type = ServiceModule
}
Expand All @@ -375,7 +375,7 @@
%volume = 1200
}

%mass = 1.0
%mass = 1.53 //roughly the same as dry LM w/o fuel tanks. Will need to be changed if massless tanks are removed.

@MODULE[ModuleCommand]
{
Expand Down Expand Up @@ -459,7 +459,7 @@
!RESOURCE[CharredAblator] {}

%skinTempTag = Inconel
%skinMassPerArea = 3.38 //Rene 41 8.24 ton/m^3. 0.41 mm Rene 41, 3.38 kg/m^2?
%skinMassPerArea = 5.24 // equivalent to ROCapsules Mercury

@MODULE[ModuleCommand]
{
Expand Down Expand Up @@ -568,7 +568,6 @@
@PART[mk1pod_v2]:AFTER[RealismOverhaul_Materials]
{
@skinMaxTemp = 2200 //Raising this until we can find a better way to deal with excess heat flux
%skinMassPerArea = 5.24 // equivalent to ROCapsules Mercury
}

// 3 Person lander can
Expand All @@ -579,7 +578,7 @@
%RSSROConfig = True

%rescaleFactor = 1.6
%mass = 2.1
%mass = 1.9 //~sqrt(1.5) times LM dry mass
%CrewCapacity = 3

@MODULE[ModuleScienceContainer]
Expand Down
Loading