javisar / ONI-Modloader

A modloader for Oxygen Not Included
MIT License
72 stars 25 forks source link

Advanced fluid distribution devices #40

Open den-kozlov opened 5 years ago

den-kozlov commented 5 years ago

Feature Description

I would like to suggest some improvements to gases and liquids distribution system already existing in the game. It should help to build more functional, concise and even intellectual fluid distribution networks.

Related Problem

The piping system in ONI is rather simple. You can setup a pipe to deliver gas or liquid from A to B, but if you need more complex distribution system with some logic involved it usually takes to much efforts to plan, implementation will probably be complex (which affects performance) and, what it more important, sometimes it could be impossible to implement.

Possible Solution

Which new components I would love to have:

javisar commented 5 years ago

I think @Cairath already has the gas/liquid splitter mod called Flow Splitters.

https://github.com/Cairath/ONI-Mods

den-kozlov commented 5 years ago

@javisar true! So that one less problem. Removing from the list

javisar commented 5 years ago

Thanks for the detailed descriptions.

rainbowdesign commented 5 years ago

smart gas/liquid container. Just like a smart battery but for fluids. Logical output become active when fluid level reach certain maximum point and stays active until it drops below minimum point.

Might work well with the element filter output i suggested. Also i wished the liquid joiner some time ago.

rainbowdesign commented 5 years ago

I also would suggest to aggregate the buildings/changes to one mod since they are so closely related.