You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make energy hatches are able to be shared between multiple controllers (multiblocks)
Implementation ideas
Defaulted - Hatches still supplies the same amperage per block, with each controller taking the maximum amperage provided by the hatches
Accidental overclocks causing jams due to insufficient energy per controller.
Overall cursed.
Divide Evenly - Energy is divided evenly to all controllers.
Repeating fractions sticks out as a potential problem (4 Amps divided by 3 controllers, etc.).
Multiple energy hatches with different voltages could also be a problem.
Limit Controller Amperage / Overclock - A limit can be set for each controller in how many Amps can it takes, similar to singleblocks.
Complexity in actually implementing a changeable limit per controller.
Maximum Amps provided might not be equal to the sum of the limits, which can cause accidental overclocks and jams
Most of these ideas most likely have a lot more pros and cons, any suggestions on other ways of implementing this feature or on the mentioned ideas are greatly appreciated.
The text was updated successfully, but these errors were encountered:
Make energy hatches are able to be shared between multiple controllers (multiblocks)
Implementation ideas
Defaulted - Hatches still supplies the same amperage per block, with each controller taking the maximum amperage provided by the hatches
Divide Evenly - Energy is divided evenly to all controllers.
Limit Controller Amperage / Overclock - A limit can be set for each controller in how many Amps can it takes, similar to singleblocks.
Most of these ideas most likely have a lot more pros and cons, any suggestions on other ways of implementing this feature or on the mentioned ideas are greatly appreciated.
The text was updated successfully, but these errors were encountered: