Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Adjust output of mining factory #224

Open
scolebrook opened this issue May 12, 2022 · 1 comment
Open

Feature Request: Adjust output of mining factory #224

scolebrook opened this issue May 12, 2022 · 1 comment
Assignees

Comments

@scolebrook
Copy link

The Asteroid Mining Factory shuts off when Ore storage is full. If it produces ore faster than an attached ISRU can process it into something else, then it shuts off and the ISRU runs out of Ore a short time later. This prevents background operation unless a larger ship is constructed so that ISRU capacity exceeds mining capacity, along with power and cooling requirements.

It would be good if the mining factory output could either be manually adjusted to be less than the vessels ISRU capacity, or automatically adjusted when Ore is full, to drill at a reduced rate to keep it full (match ISRU capacity). This would allow background operations to continue so long as a vessel has sufficient power/cooling.

@allista allista self-assigned this May 13, 2022
@allista
Copy link
Owner

allista commented May 13, 2022

Great suggestion!

But I'm not yet sure how it could be implemented, since the mining is performed by the stock logic in ModuleAsteroidDrill. It has the config option AutoShutdown = true, but aside from that I have to dive into its code to understand if its conversion rate could be modified on the fly somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants