Page 1 of 1

Heat as energy source for Reactor / Prototype for heat input, heat output

Posted: Sat Jun 21, 2025 10:01 am
by MrLumme
Hi!

I'm trying to make a mod that is essentially a pump but for heat. I think using a reactor prototype, as it is the only prototype that outputs heat, but it specifically may not have heat as the energy source.
I've also thought if I could use other prototype, but then I would have to change what it can output, which I don't know if even is possible.

Here's a description of exactly what I wanted it to do;
  • Take heat as input
  • Push heat as output
  • Signal condition to turn on / off
  • Signal read of input temperature
  • Signal read of output temperature
Can anyone help me with how to do this?

Thanks! :)

Re: Heat as energy source for Reactor / Prototype for heat input, heat output

Posted: Sat Jun 21, 2025 1:42 pm
by Osmo
What you could do is something that is reffered to as "compound entities"
Basically, at runtime, when your entity is placed, place another hidden entity, in your case probably an assembling machine with a heat enegy source that produces a hidden fluid, whose output is then connected with a linked pipe connection to the reactor's fluid energy source. So it goes heat -> intermediate fluid -> heat. You can then disable the reactor or assembling machine with a certain condition, or add even more entites for more functionality if needed.

Re: Heat as energy source for Reactor / Prototype for heat input, heat output

Posted: Mon Jun 23, 2025 7:26 pm
by MrLumme
Got it to work :)

Thanks for the help! :D