From this discussion: https://mods.factorio.com/mod/SteamRehe ... 48073f2ff9
The prototype has value mode = "heat-water-inside", but the output output_fluid_box must be defined and will be ignored.
You can put the steam into the A and got the hotter steam from B, or put into the B and get hotter steam from the A, but:
1. you cannot get steam from output C output_fluid_box;
2. you cannot delete output C output_fluid_box.
Also the target_temperature = 165 will be ignored, but must be defined.
Boiler prototype, output_fluid_box must be optional
Boiler prototype, output_fluid_box must be optional
- Attachments
-
- 2020-07-11T15_35_08-Factorio 0.18.35a.png (784.1 KiB) Viewed 823 times
Re: Boiler prototype, output_fluid_box must be optional
You can have dummy output_fluid_box: one that is defined but has no pipe_connections. Target temperature could be used in the "heat-water-inside" mode because right now boiler will heat fluid up to its prototype max temperature. This mode is not heavily tested and has quite low priority right now.
Boiler output_fluid_box : Make it optional when mode is "heat-fluid-inside"
Hello !
Boiler prototype doc :
https://lua-api.factorio.com/2.0.76/pro ... otype.html
The documentation says :
Could it be possible to make it optional, or just... removed if the mode is "heat-fluid-inside" ?
Best regards and thank you for reading.
Boiler prototype doc :
https://lua-api.factorio.com/2.0.76/pro ... otype.html
The documentation says :
It is indeed not used in mode "heat-fluid-inside", but it still needs to be defined, and positioned in a way that doesn't "parasite" or connect / overlap with other fluidboxes (which is a bit of a pain).The output fluid box.
If mode is "output-to-separate-pipe" and this has a filter, the heated input fluid is converted to the output fluid that is set in the filter. The conversion ratio is based on the heat capacity of the fluids: output_fluid_amount = input_fluid_amount * (output_fluid_heat_capacity / input_fluid_heat_capacity)
If mode is "heat-fluid-inside", this fluidbox is unused.
Could it be possible to make it optional, or just... removed if the mode is "heat-fluid-inside" ?
Best regards and thank you for reading.
- protocol_1903
- Filter Inserter

- Posts: 457
- Joined: Fri Sep 09, 2022 4:33 pm
- Contact:
Re: Boiler output_fluid_box : Make it optional when mode is "heat-fluid-inside"
+1, it should be optional, but for now you can create a dummy linked connection so it doesn't show up anywhere.
Py and PyBlock developer, wielder of LUA in arbitrary ways. I make mods. Check them out, maybe.
https://mods.factorio.com/user/protocol_1903
https://mods.factorio.com/user/protocol_1903
Re: Boiler prototype, output_fluid_box must be optional
Merged with a previous thread with the same suggestion.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
Re: Boiler prototype, output_fluid_box must be optional
Thanks Bilka, will try this !


