Can I change output fluid temperature of a pumpjack

Place to get help with not working mods / modding interface.
User avatar
fengshui-enthisiast
Manual Inserter
Manual Inserter
Posts: 2
Joined: Mon Apr 04, 2022 4:24 pm
Contact:

Can I change output fluid temperature of a pumpjack

Post by fengshui-enthisiast »

Hi all,

Currently working on a simple (my first) mod which adds geothermal vents that can be 'pumped' for steam, like the crude oil resource. I have a 'geothermal pump' which mines the 'deposit' and all the autoplace controls are working fine. My only issue is this:

The steam extracted from my geothermal vents is 15C, which is not high enough to power a steam engine like I want it to. How do I change the output temperature of the steam, if possible?

I thought of making a new fluid identical in every way to steam with a higher default_temperature or just changing the default temperature for steam but I'd rather not make a new fluid.

Thank!
User avatar
Silari
Filter Inserter
Filter Inserter
Posts: 586
Joined: Sat Jan 27, 2018 10:04 pm
Contact:

Re: Can I change output fluid temperature of a pumpjack

Post by Silari »

You should be able to specify the temperature of the result in the https://wiki.factorio.com/Types/MinableProperties part of the resource entity prototype, though I haven't done it myself before.
User avatar
fengshui-enthisiast
Manual Inserter
Manual Inserter
Posts: 2
Joined: Mon Apr 04, 2022 4:24 pm
Contact:

Re: Can I change output fluid temperature of a pumpjack

Post by fengshui-enthisiast »

Silari wrote: Mon Apr 04, 2022 9:23 pm You should be able to specify the temperature of the result in the https://wiki.factorio.com/Types/MinableProperties part of the resource entity prototype, though I haven't done it myself before.
Yes this worked, thank you! I had it in the main part of the prototype and not the minable properties.
Post Reply

Return to “Modding help”