Hi all,
Thnx for the replys! I stopped my idea and just going back to the regular game. Had some time off and no time to play. So therefor I had no time being here. But wanted to thank you all!
Search found 4 matches
- Sat Mar 11, 2023 11:04 am
- Forum: Gameplay Help
- Topic: Request X number of items from a inserter
- Replies: 8
- Views: 686
- Sun Feb 26, 2023 12:28 pm
- Forum: Gameplay Help
- Topic: Request X number of items from a inserter
- Replies: 8
- Views: 686
Re: Request X number of items from a inserter
The modulo % could be seen as giving the remainder in a division there. So 53 % 5 or 53 % 10 would give 3 both, because if you divide 53 by 5 it will be 10 with a remainder of 3, and if you divide it by 10 it will be 5 with a remainder of 3, the operation % in the circuit network only output the re...
- Sun Feb 26, 2023 8:42 am
- Forum: Gameplay Help
- Topic: Request X number of items from a inserter
- Replies: 8
- Views: 686
Re: Request X number of items from a inserter
+1 to the suggestion of setting stacksize to 5 or 10. You can also try to set stack size using circuit, it is more advanced but it gives more flexibility if you want the same inserter to do different quantity and /or different material. If you send 5 iron to the inserter that is set up to "set...
- Sat Feb 25, 2023 7:03 pm
- Forum: Gameplay Help
- Topic: Request X number of items from a inserter
- Replies: 8
- Views: 686
Request X number of items from a inserter
Hi everyone, I've been playing Factorio for a while now. I would like to try things differently and be as efficient as possible. I am trying to work without the Logistic Network and also trying to build a factory where I could change the things build. So I've installed the Crafting Combinator. There...