Skip to content

Commit

Permalink
Autodump water, oxygen (#148)
Browse files Browse the repository at this point in the history
Set fuel cells to always dump water, and KO2 scrubbers to always dump oxygen.

Forgetting to set resource dumping is a major trap for new players, and this avoids any possible bugs with kerbalism forgetting to dump (if those haven't been fixed yet).

Although there are potentially niche scenarios in which the player would not want this to happen, breaking those are preferable to the fuel cell and KO2 scrubber not functioning as expected 99% of the time.
  • Loading branch information
Capkirk123 committed Aug 14, 2023
1 parent b76932c commit e5fc56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GameData/KerbalismConfig/Profiles/ROKerbalism.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ Supply
input = WasteAtmosphere@0.00453827 //765g per day
output = Oxygen@0.006851 //barely more than required
output = Waste@0.000020859375 //2403g per day
dump_valve = Oxygen, Waste, Oxygen&Waste
dump = true
}

// ISS has normal air pressure at 101.3kPa (14.7 psi)
Expand Down Expand Up @@ -381,7 +381,7 @@ Supply
input = LqdHydrogen@0.000147057
output = Water@0.000093114
output = ElectricCharge@1.0
dump_valve = Water
dump = true
}

// Based on current electrolysis rates where it takes 12.749kWh to make 1L of H
Expand Down

0 comments on commit e5fc56d

Please sign in to comment.