Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's a very janky workaround for #132
MKS drills don't use
ModuleResourceHarvester/ModuleAsteroidDrillmodules, instead using separateUSI_Harvestermodules.These patches remove the heat generation from
USI_harvesterand create aModuleSystemHeatHarvestermodule outputting hopefully similar heat generation - I did not test the systemPower values. It has 0 efficiency, so extracts nothing.The implementation is pretty clunky, since it separates resource extraction from heat generation:

In ithis image the Gypsum rate, load and efficiency are created by USI-MKS .
SystemHeat tab and Surface Harvester are created by SystemHeat.
The
Start / Stop Gypsum drillis USI-MKS resource extraction toggle .The
Start / Stop Surface Harvestertoggle is SystemHeat heat generation toggle.Yes, you can turn on just the MKS part and it will extract without creating heat - I dind't find a way to remove that limitation.