Jump to content

Bug in ModuleResourceHarvester, HarvesterType = 2?


seanth

Recommended Posts

I've been trying to make a part that would extract gasses from the atmosphere, but the rate/sec of extraction continues to increase over time. It seems like it should remain constant if the extractor isn't changing altitude or anything. Crustal resources don't continue to increase in amount/sec when you use drills, for example.

Mods installed: Module Manager, Astroid Day, BioMass

Out of curiosity I installed the Karbonite mod and looks at how the atmospheric extractor in that mod functions, and it shows the same behaviour.

I'm including some snippets to show how things are setup:

PLANETARY_RESOURCE
{
ResourceName = XenonGas
ResourceType = 2
PlanetName = Kerbin

Distribution
{
PresenceChance = 100
MinAbundance = 0.934
MaxAbundance = 0.934
Variance = 0
Dispersal = 0
}
}

    MODULE
{
name = ModuleResourceHarvester
HarvesterType = 2
Efficiency = 1
ResourceName = XenonGas
ConverterName = Xenon Filter
StartActionName = Open Xenon Filter
StopActionName = Close Xenon Filter
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 1
}
}

And here is a very short video showing what I am talking about:

Is this expected behaviour for atmospheric extraction, or is this a bug?

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...