adepierre / ficsit-companion

Node-based production planner for the game Satisfactory
https://adepierre.github.io/ficsit-companion
MIT License
18 stars 5 forks source link

Splitters should have one input and three outputs #2

Open cugone opened 3 weeks ago

cugone commented 3 weeks ago

The number of outputs for splitters is incorrect. There should be one input and three outputs. Currently there are one input and only two outputs.

The default behavior is to equally split the input by the number of connected outputs.

See the wiki for a detailed explanation of how splitters work.

adepierre commented 3 weeks ago

Hello, splitters only share their name with the in-game ones and it's not the intent to work the same (just as link don't work as conveyor belts or pipes). It's just an organisational node that can be used to split one input link into two. If you want to split in three, you can (at least for now) chain two splitters together.

Each output of the splitter can have its own rate depending on what is plugged on the other side of the link.