Page 1 of 1

Heat-pipe connected entities?

Posted: Sat Aug 02, 2025 9:24 pm
by piecat
Hi,

I'm somewhat new to modding, but today I decided I'm going to make one.

I need to be able to find the connections/neighbors of a heat pipe. I spent most of today trying to figure this out, but as far as I can tell, heat-pipes don't have a property that references their neighbors, unlike every other connectable item (belts, pipes, etc).

The 'heat_buffer_prototype' does have a property called connections, but this appears to be an array of arrays which contain a position vector (all are 0,0 for all heat-pipes I placed), and a direction (1=north,2=east,etc)

If I'm not mistaken and this doesn't exist yet, could this be added please?

Re: Heat-pipe connected entities?

Posted: Mon Aug 11, 2025 2:27 pm
by Rseding91
I've added heat-pipe to neighbours read as well as heat_neighbours read for the next release.

heat_neighbours are the things a given heat buffer are connected to - which can be different than the pure 4-direction connections a heat pipe has.