I am having an issue with my game. I had both MKS and Life Support installed, but right before my last mission I decided to uninstall MKS. I uninstalled MKS, then made a change to Settings.cfg in the LifeSupport folder, here are my current settings:
LIFE_SUPPORT_SETTINGS
{
SupplyTime = 324000 //How many seconds before Kerbals are affected by no supplies
ECTime = 324000 //How many seconds before Kerbals are affected by no EC
EVATime = 21600 //How many seconds before ill effects on EVA
ECAmount = 0.01 //EC per Kerbal per second
SupplyAmount = 0.0005 //Supplies consumed per Kerbal per second
WasteAmount = 0.0005 //Mulch produced per Kerbal per second
NoSupplyEffect = 1 //Effect if a Kerbal has no supplies
NoSupplyEffectVets = 1 //Effect if a Kerbal is a vet and has no supplies
NoECEffect = 1 //Effect if a Kerbal has no EC
NoECEffectVets = 1 //Effect if a Kerbal is a vet and has no EC
EVAEffect = 1 //Effect if a Kerbal exceeds EVA time
EVAEffectVets = 1 //Effect if a Kerbal is a vet and exceeds EVA time
NoHomeEffect = 0 //Effect if a Kerbal becomes homesick
NoHomeEffectVets = 0 //Effect if a Kerbal is a vet and becomes homesick
HabMultiplier = 1 //Bonus to hab values (1 = default = 100% of the part's rated value)
HomeWorldAltitude = 25000 //Altitude on Kerbin that negative effects are removed
BaseHabTime = 1 //How long can 1 crew capacity support 1 Kerbal, expressed in Kerbal Months
ReplacementPartAmount = 0 //How fast life support equipment and habs 'wears out'
HabRange = 150 //How close we need to be to use other vessel's habitation modules and recyclers.
EnableRecyclers = true //Use resource recyclers? Not the same as resource converteres like greenhouses!
VetNames = Jebediah,Valentina,Bill,Bob
ScoutHabTime = 9180000
PermaHabTime = 459000000
}
Even though I set BaseHabTime = 1 the new ship I built is using a value of 0.25 (the MK-I command module has only 7 days of supplies). I set off for Minmus anyways (since the Homesick effect is off) and on day 7 my Kerbals (Valentina and Bob) are now homesick and have become tourists...
Where did I mess up here? I have no MKS folder anymore, so it's not a settings conflict. Need some help please!