Stormworks: Build and Rescue

Stormworks: Build and Rescue

评价数不足
Logic - tiny but complicated solid state machine
   
奖励
收藏
已收藏
取消收藏
标签: v0.3.3
文件大小
发表于
更新日期
107.968 KB
2018 年 8 月 9 日 上午 11:09
2018 年 8 月 9 日 上午 11:17
2 项改动说明 ( 查看 )

订阅以下载
Logic - tiny but complicated solid state machine

在 Tajin 的 1 个合集中
Logic Examples & Knowhow
54 件物品
描述
Kudos to krail for his solid state machine here:
https://psteamcommunity.yuanyoumao.com/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.