Games/Factorio
From r00tedvw.com wiki
(Difference between revisions)
(Created page with "=LTN style Logistics Train Network= '''Requirements:''' * Factorio 2.0 with Interrupts") |
|||
Line 2: | Line 2: | ||
'''Requirements:''' | '''Requirements:''' | ||
* Factorio 2.0 with Interrupts | * Factorio 2.0 with Interrupts | ||
+ | ==Requester Station== | ||
+ | Where you request resources to be delivered to.<br> | ||
+ | ===Items Needed=== | ||
+ | * Chest(s) | ||
+ | * Decider Combinator | ||
+ | * Arithmetic Combinator | ||
+ | * Train Stop | ||
+ | * communication grid | ||
+ | ===Connections=== | ||
+ | # connect chests together and then to the decider combinator input | ||
+ | # connect train station to decider combinator output | ||
+ | # connect train station to arithmetic combinator input | ||
+ | # decider combinator output connects to arithmetic combinator input | ||
+ | # arithmetic combinator output connects to the grid | ||
+ | ===Decider combinator config=== | ||
+ | ====Conditions==== | ||
+ | if resource < (less than) static value | ||
+ | ====Outputs==== | ||
+ | select "L" and define a static value of 1 | ||
+ | ===Arithmetic Combinator config=== | ||
+ | ====Input==== | ||
+ | select "L" and multiply by -1 | ||
+ | ====Output==== | ||
+ | select resource |
Revision as of 22:48, 10 January 2025
Contents |
LTN style Logistics Train Network
Requirements:
- Factorio 2.0 with Interrupts
Requester Station
Where you request resources to be delivered to.
Items Needed
- Chest(s)
- Decider Combinator
- Arithmetic Combinator
- Train Stop
- communication grid
Connections
- connect chests together and then to the decider combinator input
- connect train station to decider combinator output
- connect train station to arithmetic combinator input
- decider combinator output connects to arithmetic combinator input
- arithmetic combinator output connects to the grid
Decider combinator config
Conditions
if resource < (less than) static value
Outputs
select "L" and define a static value of 1
Arithmetic Combinator config
Input
select "L" and multiply by -1
Output
select resource