Page 1 of 1

Boiler recipe: one water to 10 steam

Posted: Fri Oct 04, 2019 8:45 am
by darkfrei
Is it possible to add to the boiler prototype the result_amount?

The fluids by boilers are defined just with names, but without amounts, so it will be always 1:1 proportion between input and output fluids:

Code: Select all

data.raw.boiler.boiler.fluid_box.production_type = "input-output" 
data.raw.boiler.boiler.fluid_box.filter = "water" 

data.raw.boiler.boiler.output_fluid_box.production_type = "output" 
data.raw.boiler.boiler.output_fluid_box.filter = "steam" 

Re: Boiler recipe: one water to 10 steam

Posted: Fri Oct 04, 2019 9:00 am
by Bilka
Why make another request: 67614

Re: Boiler recipe: one water to 10 steam

Posted: Fri Oct 04, 2019 10:31 am
by darkfrei
Bilka wrote: Fri Oct 04, 2019 9:00 am Why make another request: 67614
I've forgot about it, thanks.

Re: Boiler recipe: one water to 10 steam

Posted: Wed Oct 09, 2019 10:56 pm
by Honktown
I saw your post and had an idea.

Could you instead use a pumpjack model? Some mods use "fracking" fluid as a required and consumed ingredient. The boiler could be like a pumpjack that requires water and consumes it on input, and generates X amount of steam per-cycle, running on a burner-chemical energy source.