Fix heat exchanger/steam turbine ratios for 2.1

Ideas that are too old (too many things have changed since) and ones which won't be implemented for certain reasons or if there are obviously better suggestions.

Moderator: ickputzdirwech

radical_larry
Long Handed Inserter
Long Handed Inserter
Posts: 70
Joined: Wed Dec 04, 2024 1:52 am
Contact:

Fix heat exchanger/steam turbine ratios for 2.1

Post by radical_larry »

Increasing the temperature of hot steam to 515C would fix all the weird ratios (103 steam/s on the heat exchanger, 5.82MW on the turbine) to nice and round numbers (100 steam/s and 6MW) and the next update seems like the perfect opportunity to do it. Heat exchangers should of course only work at above 515C in that case.
It was even done correctly for boilers and steam engines by using 165C steam instead of 150C.
dupraz
Inserter
Inserter
Posts: 29
Joined: Fri Sep 01, 2023 6:45 pm
Contact:

Re: Fix heat exchanger/steam turbine ratios for 2.1

Post by dupraz »

It's an easy fix you can implement by yourself, since it's already exposed by the API:
https://lua-api.factorio.com/latest/pro ... emperature
https://lua-api.factorio.com/latest/pro ... emperature

Currently it's not even 103 steam/s but exactly 100/0.97, as in 103.0927835... (go figures)
Effectively changes the ratio from 5.82/10 to 6/10:

factorio_1781948562.png
factorio_1781948562.png (568.7 KiB) Viewed 188 times
factorio_1781948567.png
factorio_1781948567.png (560.75 KiB) Viewed 188 times
Last edited by dupraz on Sat Jun 20, 2026 11:41 am, edited 2 times in total.
radical_larry
Long Handed Inserter
Long Handed Inserter
Posts: 70
Joined: Wed Dec 04, 2024 1:52 am
Contact:

Re: Fix heat exchanger/steam turbine ratios for 2.1

Post by radical_larry »

I know it's an easy fix, which is why I'm asking for it to be in vanilla. 2.1 looks like the QoL update with changes that are not backwards compatible for some designs, so might as well fix it now.
dupraz
Inserter
Inserter
Posts: 29
Joined: Fri Sep 01, 2023 6:45 pm
Contact:

Re: Fix heat exchanger/steam turbine ratios for 2.1

Post by dupraz »

Maybe you'll get a reply in time before release if you link this post in a bug report, you can argue it's effectively inconsistent with 150+15 already accouting for the ambient temperature (15°), and likely an oversight more than a conscious design decision (which only fixes the boiler at 10 MW and the turbine at 60/s).
InUniverse
Burner Inserter
Burner Inserter
Posts: 18
Joined: Sun Dec 01, 2024 12:30 pm
Contact:

Re: Fix heat exchanger/steam turbine ratios for 2.1

Post by InUniverse »

As far as I'm concerned, these buildings not having a clean ratio is a deliberate part of the challenge of setting up a nuclear reactor.
dupraz
Inserter
Inserter
Posts: 29
Joined: Fri Sep 01, 2023 6:45 pm
Contact:

Re: Fix heat exchanger/steam turbine ratios for 2.1

Post by dupraz »

It's not a challenge, because it's no longer a ratio, as 100/0.97 is quite literally non-decimal (uses floating point math).
This is exactly how much steam a heat exchanger produces:
https://www.wolframalpha.com/input?i=100%2F0.97
User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 4584
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: Fix heat exchanger/steam turbine ratios for 2.1

Post by boskid »

Post Reply

Return to “Outdated/Not implemented”