Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://steamhost.cn/steamcommunity_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.