diff --git a/README.md b/README.md index 138f8bc..81f2981 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ When placed adjacent to the tracks of an already existing Cybersyn station, this ### Networks -Stations and depots can be set to belong to a particular network by setting that network on the control combinator. By default all combinators belong to the "signal-A" network, by setting a different signal Id, the combinator will belong to that different network. Networks identified with different signal Ids do not share any trains or items; Orders will never be generated to transfer items between separate networks. In addition, if the combinator receives as input a signal of the same Id as its network signal Id, then the value of this signal will be interpreted as a bitmask to give 32 "sub-networks" to choose from. Each station can belong to any set of sub-networks based on its mask signal. A delivery will only be made between two stations if they have matching masks, aka if `mask1 & mask2 > 0`. When a network id is an item, that item will be ignored by stations, its signal will only ever be interpreted as the network mask. +Stations and depots can be set to belong to a particular network by setting that network on the control combinator. By default all combinators belong to the "signal-A" network, by setting a different signal Id, the combinator will belong to that different network. Networks identified with different signal Ids do not share any trains or items; Orders will never be generated to transfer items between separate networks. In addition, if the combinator receives as input a signal of the same Id as its network signal Id, then the value of this signal will be interpreted as a bitmask to give 32 "sub-networks" to choose from. Each station can belong to any set of sub-networks based on its mask signal. A delivery will only be made between two stations if any bit matches between the two masks, aka if `mask1 & mask2 > 0`. When a network id is an item, that item will be ignored by stations, its signal will only ever be interpreted as the network mask. ### Request threshold diff --git a/previews/big-depot.png b/previews/big-depot.png new file mode 100644 index 0000000..bb2f7fc Binary files /dev/null and b/previews/big-depot.png differ diff --git a/previews/cybersyn-krastorio-megabase.png b/previews/cybersyn-krastorio-megabase.png new file mode 100644 index 0000000..8925de9 Binary files /dev/null and b/previews/cybersyn-krastorio-megabase.png differ diff --git a/previews/filtered-slots.png b/previews/filtered-slots.png new file mode 100644 index 0000000..1c2a9c2 Binary files /dev/null and b/previews/filtered-slots.png differ diff --git a/previews/gui-depot.png b/previews/gui-depot.png new file mode 100644 index 0000000..fbdbbe0 Binary files /dev/null and b/previews/gui-depot.png differ diff --git a/previews/gui-station.png b/previews/gui-station.png new file mode 100644 index 0000000..d79c285 Binary files /dev/null and b/previews/gui-station.png differ diff --git a/previews/multi-item.png b/previews/multi-item.png new file mode 100644 index 0000000..e5ca61d Binary files /dev/null and b/previews/multi-item.png differ diff --git a/previews/outpost-resupply-station.png b/previews/outpost-resupply-station.png new file mode 100644 index 0000000..fc62189 Binary files /dev/null and b/previews/outpost-resupply-station.png differ diff --git a/previews/science.png b/previews/science.png new file mode 100644 index 0000000..258312b Binary files /dev/null and b/previews/science.png differ diff --git a/previews/train-schedule.png b/previews/train-schedule.png new file mode 100644 index 0000000..6ad685f Binary files /dev/null and b/previews/train-schedule.png differ diff --git a/previews/universal-station.png b/previews/universal-station.png new file mode 100644 index 0000000..528523b Binary files /dev/null and b/previews/universal-station.png differ