Improved Combinator


The mod provides a custom entity which allows the user to create any number of decider & arithmetic combinators in a single entity. Improved Combinator also provides timer utilities that allow for timers to be setup which can call specific combinators at a specified time.

Content
2 years ago
0.18 - 1.1
12.7K
Circuit network
Owner:
SomeUserName785
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
3 years ago
Latest Version:
1.0.14 (2 years ago)
Factorio version:
0.18 - 1.1
Downloaded by:
12.7K users

Mod description

This mod aims to provide a way to easily manage multiple combinators and time conditions in a single GUI similarly to the train scheduler.

Combinators

The Combinators tab allows for the creation of the standard Factorio combinators (decider & arithmetic) and new custom combinator.

Callable Timer Combinator

This is a new custom combinator which checks if a condition is met and triggers a timer when one is selected

Timers

The Timers tab can be used to create custom timers that can check specified combinators at specified intervals. The timer measuring unit is using seconds (60 game ticks) and can be changed by the user.

Repeatable timer

Timer which run for a specified time, then run checks for all owned combinators and finally restarts and repeats the process

Callable Tick timer

A timer which will check all owned combinators on every tick while running. The timer can only be started using a conditional timer combinator.

Callable timer

A timer which will check all owned combinators only after it has finished running. The timer can only be started using a conditional timer combinator.