this post was submitted on 15 Jan 2025
15 points (100.0% liked)
Factorio
1133 readers
42 users here now
A Lemmy community for the game Factorio made by Wube Software.
Rules
- Be a good person
- Content must relate to Factorio
- Adhere to Lemmy's Code of Conduct
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How good are you with combinators? I only let a ship leave orbit if it has enough ammo to get to its next destination.
Set up a combinator to read the belt the ammo is on and only give a tick signal to the cargo platform when there is enough ammo. In your schedule set them up with requiring a circuit condition of tick > 0
Yup, exactly what I did! Stored limited ammo in the hub via a circuit to prevent overloading, and only send a green signal if their is enough ammo and fuel.