Heat and Coolant #782
alexanderson1993
started this conversation in
Feature Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've discussed heat in several places, including #369 and #521
As I was working on tweaking heat to make it work correctly, I realized it's incredibly opaque — it's easy to see how much heat a system has from the system monitor, but it is difficult to tell how to cool it down. Transferring cargo to manage heat is really tedious, so a more direct system needs to be developed.
Also, I think I will do a single coolant loop that looks something like this:

Systems are shown on the left, with their current temperature visible. Likewise, a coolant tank and a radiator with their temperature. A pump at the bottom is what moves the coolant and can be set to different speeds. Coolant moves through the loop from reservoir to systems to pump to radiator to reservoir, collecting or depositing heat as it goes.
Systems aren't always connected to the loop, but when they are they quickly dump their heat into the coolant. This is a momentary procedure, very similar to the "Flush Coolant" button in Thorium Classic. As long as the button is held down, coolant moves through and draws heat from the system. This provides a clear way to cool down systems when they get hot.
A few notes:
All reactions