FractalUK / KSPInterstellar

KSP Instellar Mod for Kerbal Space Program
115 stars 69 forks source link

All Microwave receivers count as a thermal source for generators #60

Open futrtrubl opened 9 years ago

futrtrubl commented 9 years ago

All microwave receivers, not just the thermal receiver, count as a thermal source for generators even if they don't produce thermal power as they have a MicrowavePowerReceiver module that implements IThermalSource. This can cause issues if node attached to a generator. It should do a check for MicrowavePowerReceiver isThermalReceiver = true.

jamesruan commented 9 years ago

It seems causing problems about heat radiators too. A heat radiator only works when the microwave receivers on the same vessel is closed. When they are open, the radiator's temperature calculation is replaced by thermal source's, i.e. microwave receiver's temperature, and just accumulate WASTEHEAT, Because the microwave receiver is cool but count as hottest thermal source.

jamesruan commented 9 years ago

I think the author want it to be that way so that WASTEHEAT can be turned into usable energy source to drive a generator. Maybe we need a better calculation model for waste heat and temperature other then the current temperature = pow ( wasteheat, 0.25).

futrtrubl commented 9 years ago

Sounds like that should be a seperate issue.

LividPumpkin commented 9 years ago

Guys i started a kspi and other mods career mode but the kspi tech tree is not full ! why ? i for some reason i don't get the antimatter things and don't get other science nodes help !? #62