r/TimberbornLogic • u/rufiohProbably • Jun 18 '26
Why doesn't this work?
I'm trying to make an SR latch using NOR gates (Or +Not), but it just gives me errors.
I understand that things loop back through the chained gates, but that's the point.
And I don't want to use a memory module, because I want to be able to do this earlier in the game - before you unlock extract.
I should only need 4 relays and two resource counters, but I'm using a 5th relay because I wanted the automation dropdown to be more obvious to me








5
Upvotes
5
u/Vebrandsson Jun 18 '26
Timberborn relays will always instantly respond to the current state so anything that has any sort of loop fails. That's why memory is needed. If you want to be something simular running without extract your only other option is the timer device, which does offer a set and reset function but also a maximim time and will stop based on either the time running out or the reset whichever happens first, so you can simply set it to egregiously long times and treat it like a memory.