Page 1 of 1

[Genhis] [1.1.69] Fluid-burning generators ignore fluid emissions multiplier

Posted: Sat Oct 22, 2022 2:06 pm
by Deadlock989
Entity type generator can be set up to burn fluid fuels (burns_fluid = true) and only burn whatever is required to reach maximum energy output (scale_fluid_usage = true) rather than basing energy output on temperature.

Fluids with an emissions_multiplier, however, don't seem to affect the outgoing emissions of the generator. I have not been able to verify whether it's just the tooltip that is wrong or whether the entity is polluting at its default rate regardless.

Untitled-1.jpg
Untitled-1.jpg (264.42 KiB) Viewed 2183 times

Compare this to any other burner entity which is burning a solid fuel with an emissions multiplier:

Untitled-2.jpg
Untitled-2.jpg (79.14 KiB) Viewed 2183 times

Edited to add: non-generator entities with a fluid energy source also respect the emissions multiplier correctly, it seems to be only generators that don't.

Re: [Genhis] [1.1.69] Fluid-burning generators ignore fluid emissions multiplier

Posted: Sat Oct 29, 2022 3:31 pm
by Genhis
Thanks for the report, only the tooltip is wrong. Fluid emissions_multiplier is applied in all configurations and is not restricted to burns_fluid=true and scale_fluid_usage=true. The tooltip is now fixed for the next release.

Re: [Genhis] [1.1.69] Fluid-burning generators ignore fluid emissions multiplier

Posted: Sun Oct 30, 2022 8:44 am
by Deadlock989
Thank you.