07-16-2020, 05:18 PM
So I've never actually made a teleporter network before. I think I'd prefer a "central rerouter" style, but I tried a point-to-point...
https://cdn.discordapp.com/attachments/3...nknown.png
![[Image: unknown.png]](https://cdn.discordapp.com/attachments/383743035894267905/733490552376655945/unknown.png)
Each node had this setup:
A button panel had this:
Nothing special on delay1
delay2 was set to replace incoming signals with the teleporter's original ID (so cargo for cargo, vend for vendors)
Worked decently well. Had to wait a fraction of a second after pressing a button to be sent.
https://cdn.discordapp.com/attachments/3...nknown.png
![[Image: unknown.png]](https://cdn.discordapp.com/attachments/383743035894267905/733490552376655945/unknown.png)
Each node had this setup:
Quote:ButtonPanel -> tele: ID
ButtonPanel -> delay1: delay
delay1 -> tele: activate
delay1 -> delay2: delay
delay2 -> tele: ID
A button panel had this:
Quote:This is Button Panel.
Buttons:
Label: Send to Vendors, Value: vend
Label: Send to Cargo, Value: cargo
Nothing special on delay1
delay2 was set to replace incoming signals with the teleporter's original ID (so cargo for cargo, vend for vendors)
Worked decently well. Had to wait a fraction of a second after pressing a button to be sent.