Search found 1 match

by brittlecracker
Sat Nov 09, 2024 10:37 pm
Forum: Gameplay Help
Topic: Simple way to cap a circuit signal at a maximum value?
Replies: 5
Views: 1884

Re: Simple way to cap a circuit signal at a maximum value?

Hi! I have thought a little about it and can't find a clever way to do it. A naive way is to use two deciders and an arithmethic combinator:

First decider reads input signal, if less than max, output that signal.
Second decider reads input signal, if greater or equal to max, output 1 of that ...

Go to advanced search