Stormworks: Build and Rescue

Stormworks: Build and Rescue

Not enough ratings
Logic - tiny but complicated solid state machine
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
107.968 KB
9 Aug, 2018 @ 11:09am
9 Aug, 2018 @ 11:17am
2 Change Notes ( view )

Subscribe to download
Logic - tiny but complicated solid state machine

In 1 collection by Tajin
Logic Examples & Knowhow
54 items
Description
Kudos to krail for his solid state machine here:
https://steamproxy.net/sharedfiles/filedetails/?id=1471341570&searchtext=
This gave me the idea to try and make my own variant of it.


As usual, it is as small as I could possibly make it (which often means there is no way to make it any smaller).
The downside is that it is not as comfortable and easy to set up as his.




Each module basically consists only of 1 function block and a treshold gate to trigger whatever you want to trigger.
Unlike krails version you have to configure the index for a new module manually by modifying this function:

min(abs(y-3),1) * z - min(ceil(abs(y-3)),1) * x + x

This is for index "3", so replace the two "3"s in this function with whatever index you need and set the treshold gate accordingly.