zorg2044 / BoringCrewServices

Other
6 stars 3 forks source link

Support for popular life support mods #10

Closed zorg2044 closed 5 days ago

zorg2044 commented 1 week ago
EmberSkyMedia commented 1 week ago

I'm assuming enough for 5 kerbals to Minmus and back + 3 days buffer would be enough? Similar for RO/RSS players enough to get the moon and back with 4 days on the surface? (not that in RSS they would land this capsule on the surface but in orbit awaiting the surface landing crew).

OrbitalManeuvers commented 1 week ago

Snacks!'s automatic patching puts 250 snacks in the command module, which is about 16 days for 5 (default snacks settings)

EmberSkyMedia commented 1 week ago

Snacks!'s automatic patching puts 250 snacks in the command module, which is about 16 days for 5 (default snacks settings) That's plenty for a Minmus Mission!

EmberSkyMedia commented 1 week ago

TACLS (Untested but this should give you ~13.5 days in space which is 1 day longer than Apollo 17) @PART[BCS_Centauri_CrewCapsule]:NEEDS[TacLifeSupport]:FOR[BoringCrewService] { RESOURCE { name = Food amount = 20.1 maxAmount = 20.1 @amount = #$/CrewCapacity$ @maxAmount = #$/CrewCapacity$ } RESOURCE { name = Water amount = 13.3 maxAmount = 13.3 @amount = #$/CrewCapacity$ @maxAmount = #$/CrewCapacity$ } RESOURCE { name = Oxygen amount = 2034 maxAmount = 2034 @amount = #$/CrewCapacity$ @maxAmount = #$/CrewCapacity$ } RESOURCE { name = CarbonDioxide amount = 0 maxAmount = 1757 @maxAmount = #$/CrewCapacity$ } RESOURCE { name = Waste amount = 0 maxAmount = 17 @maxAmount = #$/CrewCapacity$ } RESOURCE { name = WasteWater amount = 0 maxAmount = 1.827 @maxAmount *= #$/CrewCapacity$ } }

zorg2044 commented 1 week ago

94808cdb438b7403fad740a0a8452af65995b40d

EmberSkyMedia commented 6 days ago

Okay I tested Kerbalism, with default settings.

I attempted 2 Mun missions and there is just enough resources for a 5 crew to the Mun and back Fly-By/Orbit/Return, however in both cases the solar panels failed on the return and without repair kits (and an engineer) your dead in the water in hours.

So the capsule is "good enough" as far as I'm concerned, but don't forget to pack plenty of repair kits, it takes 4 for each solar panel on the Service Module to be repaired.

If you are doing RO/RSS I'm sure it will adjust for the mode, but remember this capsule was only designed to go to ISS and back... its no Apollo/Orion.

zorg2044 commented 5 days ago

Thanks for checking. I'm closing this issue as done then.