Majiir / Kethane

Resource mining and processing plugin for Kerbal Space Program.
http://forum.kerbalspaceprogram.com/showthread.php/23979-Kethane
Other
117 stars 32 forks source link

isAlwaysActive option for KethaneConverter module #183

Closed seanth closed 10 years ago

seanth commented 10 years ago

Include an isAlwaysActive = true option for the KethaneConverter module.

Majiir commented 10 years ago

This may be a stupid question, but...

Can't you just leave the converter turned on? What's the use case for this option?

seanth commented 10 years ago

The specific use I'm interested in is simulating photosynthesis. So, in my case, it's a 3rd party usage.

The stock ModuleGenerator modules has a requiresAllInputs option, but it doesn't really work as I'd expect it to. If one input_resource is depleted, the output_resource is no longer produced, but the remaining input_resources continue to be used.

Kethane's KethaneConverter module is much more appropriate to use when trying to model some biological process.

Majiir commented 10 years ago

Alright. I'll add it in.