安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题




https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1578508121
Sorting like that:
alias Sorter d0
ls r0 d0 0 OccupantHash
# Sorts Miningbelt, Dril, Pickaxe
beq r0 -913649823 True #jump to the True
beq r0 1055173191 True
beq r0 -676435305 True
# If not true wil be send to the Right Output
# Sorter will send all not true items Here
s d0 Output 0 # Set Output to Right Side
s d0 Mode 0 # Do 1 Operration
s d0 Mode 1 # Lock Sorter up again for next sorting
#j Start need here, i think
True:
# If true wil be send to the Left Output
s d0 Output 1 # Set Output to Left Side
s d0 Mode 0 # Do 1 Operration
s d0 Mode 1 # Lock Sorter up again for next sorting
j Start
For yours one memory may need like
alias MemorywithHash d1
l r1 d1 Setting
and then
beq r0 r1 True
I wish i could get the IC code to slow down rate of Chute Inputs and also use Appofis IC Ore Sorter with a dial for more sorting options like in the youtube video.
If you want to switch the ports, change seq to sne.