Search found 1278 matches
- Sat Sep 27, 2025 2:52 am
- Forum: Ideas and Suggestions
- Topic: Train total Fuel / Energy (MJ) interput parameter
- Replies: 1
- Views: 566
Re: Train total Fuel / Energy (MJ) interrupt parameter
Given the flurry of new features added in the last month, I would like to bump this feature request to the top. Allow us to set a "fuel energy remaining" threshold that includes the current-burning fuel and all the fuel in the fuel inventory. It will solve so many issues with the refueling interrupt ...
- Sat Sep 27, 2025 2:46 am
- Forum: Implemented Suggestions
- Topic: Allow Inserters to take fuel from trains again
- Replies: 52
- Views: 18426
Re: Allow Inserters to take fuel from trains again
This was implemented in 2.0!
- Sat Sep 27, 2025 2:44 am
- Forum: Implemented Suggestions
- Topic: Train station priority to complement train station limits.
- Replies: 14
- Views: 7675
Re: Train station priority to complement train station limits.
Hi, I'm from the future! Train priority was indeed implemented in 2.0 (as a single value for each stop that is checked when a train first departs its previous station).
- Fri Sep 26, 2025 11:52 am
- Forum: Not a bug
- Topic: [2.0.66] Items inside ghost "stack" when pasting blueprint again
- Replies: 4
- Views: 269
Re: [2.0.66] Items inside ghost "stack" when pasting blueprint again
According to Raeding's description, new blueprint item requests are *not* considered to be satisfied by items already in the entity/slot in question. Not sure what happens if the slot is full and a new request is added.
- Wed Sep 24, 2025 5:55 pm
- Forum: Gameplay Help
- Topic: Let's talk train design
- Replies: 28
- Views: 1512
Re: Let's talk train design
The fundamental reason LTN works is because a train departing the depot simultaneously reserves a slot at the selected provider station and the selected requester station. Vanilla trains can only reserve one stop at a time, regardless of how many stations are in the interrupt schedule. This is why ...
- Wed Sep 24, 2025 5:32 pm
- Forum: Gameplay Help
- Topic: Let's talk train design
- Replies: 28
- Views: 1512
Re: Let's talk train design
I re-read the FFFs and didn't see where they mention LTN specifically. The idea that interrupts can *replace* LTN in a working factory was the immediate reaction to those blog posts. But the community has been trying for a year and a half to *replicate* LTN with interrupts alone and largely failed ...
- Wed Sep 24, 2025 3:51 pm
- Forum: Modding help
- Topic: question concerning the right handling of fixing a (rare) bug in an already published migration file (lua)
- Replies: 4
- Views: 275
Re: question concerning the right handling of fixing a (rare) bug in an already published migration file (lua)
@boskid Thx for your quick reponse
As save files for which the migration already has been applied didn't trigger the fault (and have the desired state), IMO there
only a need for running the corrected version for save files for which it hasn't been applied yet, ecspecially there's
no need for ...
- Wed Sep 24, 2025 1:10 am
- Forum: Gameplay Help
- Topic: Smart Splitter Experiments
- Replies: 2
- Views: 402
Re: Smart Splitter Experiments
I finally sat down and played with the existing implementation a bit. It is possible to accomplish basic tasks without being affected by the side-memory feature, but it's not intuitive at first.
I had two applications in mind. The first is sorting the output of a recycler. The second is ...
I had two applications in mind. The first is sorting the output of a recycler. The second is ...
- Tue Sep 23, 2025 6:30 pm
- Forum: Gameplay Help
- Topic: Smart Splitter Experiments
- Replies: 2
- Views: 402
Re: Smart Splitter Experiments
If your input signals are only 0 or 1, you can do it with no combinators:
Left: L>R
Right: R>L
Then if R=L the priority will be equal.
If your signals are 0 or any positive number, you still need a single decider combinator, but the setting is simple "If Each > 0, output Each=1".
Left: L>R
Right: R>L
Then if R=L the priority will be equal.
If your signals are 0 or any positive number, you still need a single decider combinator, but the setting is simple "If Each > 0, output Each=1".
- Mon Sep 22, 2025 9:31 pm
- Forum: Mod portal Discussion
- Topic: Mod upload api is returning an Axios Network Error
- Replies: 7
- Views: 584
Re: Mod upload api is returning an Axios Network Error
I was going to make a comment about how as a user, it's nice when mod packages are smaller in size, with graphics split up so that logic updates don't take so long to download. Then I noticed that it's King Jo we are talking about, and understand the concern 

- Mon Sep 22, 2025 9:29 pm
- Forum: Not a bug
- Topic: [2.0.67] Splitter gives one side priority when both circuit conditions are true
- Replies: 5
- Views: 604
Re: [2.0.67] Splitter gives one side priority when both circuit conditions are true
Thanks. So if you do happen to want the splitter to give equal priority when both sides are "requesting" it with a true condition, you will need to duplicate both conditions in combinators and, if they are both true, negate both of them before sending to the splitter.
- Mon Sep 22, 2025 8:53 pm
- Forum: Not a bug
- Topic: [2.0.67] Splitter gives one side priority when both circuit conditions are true
- Replies: 5
- Views: 604
Re: [2.0.67] Filter splitter circuit I/O control
Since splitter priority has a 3-way switch, having a way to get a no-priority is reasonable from my point of view. When both conditions are true then splitter keeps previous setting. If you want to get rid of the no-priority outcome you can set both conditions in a way that they are opposite of ...
- Sun Sep 21, 2025 2:58 pm
- Forum: Modding help
- Topic: Anyway to modify/disable an individual Entity's (specifically a RollingStockPrototype) Pictures at runtime?
- Replies: 12
- Views: 651
Re: Anyway to modify/disable an individual Entity's (specifically a RollingStockPrototype) Pictures at runtime?
Your script can attach drawn sprites to a rolling stock entity and they will move with it. But it would be really hard to make it look like part of the wagon.
I wrote a library specifically to sneakily replay one tonight stock entity with another to change the graphics. You are welcome to depend on ...
I wrote a library specifically to sneakily replay one tonight stock entity with another to change the graphics. You are welcome to depend on ...
- Sat Sep 20, 2025 4:00 am
- Forum: Ideas and Suggestions
- Topic: Make shortcut bar more resilient to mod loading and unloading
- Replies: 35
- Views: 11219
- Tue Sep 16, 2025 3:07 pm
- Forum: Modding help
- Topic: How to add a mineable fluid resource that only spawns one entity per patch?
- Replies: 4
- Views: 351
Re: How to add a mineable fluid resource that only spawns one entity per patch?
I don't remember exactly how it's done, but Krastorio does this for Immersite deposits. You could check the source code there for reference.
- Mon Sep 15, 2025 4:03 am
- Forum: Ideas and Suggestions
- Topic: Allow Blueprints to Ignore Quality
- Replies: 2
- Views: 391
Re: Allow Blueprints to Ignore Quality
I also wish that the upgrade planner could transform all entities of one quality to another quality. It is technically possible to manually select entity of each quality to transform, but that is tedious.
I found and enjoy the mod that does this: https://mods.factorio.com/mod/quality-upgrade ...
I found and enjoy the mod that does this: https://mods.factorio.com/mod/quality-upgrade ...
- Tue Sep 09, 2025 8:04 pm
- Forum: Resolved Requests
- Topic: Add descriptions in LuaSchedule
- Replies: 2
- Views: 810
Re: Add descriptions in LuaSchedule
Thank you! This will be very helpful.
- Fri Sep 05, 2025 12:09 am
- Forum: Not a bug
- Topic: [2.0.60] Space platform doesn't stop requesting and never leaves planet orbit when it should
- Replies: 7
- Views: 890
Re: [2.0.60] Space platform doesn't stop requesting and never leaves planet orbit when it should
How many places can this information be shown before the entire panel is just a giant flashing “INCOMING CARGO POD” banner? There will still be users who don’t know how to read.
Point taken, but the one place it is not found is in the schedule window where all the other conditions are either ...
- Thu Sep 04, 2025 11:03 pm
- Forum: Not a bug
- Topic: [2.0.60] Space platform doesn't stop requesting and never leaves planet orbit when it should
- Replies: 7
- Views: 890
Re: [2.0.60] Space platform doesn't stop requesting and never leaves planet orbit when it should
If there isn't one already, someone should make a Suggestion thread asking that the "inbound rocket" condition/count be made visible in the schedule panel. It would clear up a lot of the confusion.
- Thu Sep 04, 2025 12:13 pm
- Forum: Not a bug
- Topic: [2.0.60] Space platform doesn't stop requesting and never leaves planet orbit when it should
- Replies: 7
- Views: 890
Re: [2.0.60] Space platform doesn't stop requesting and never leaves planet orbit when it should
Here's an old discussion about the same thing. It was marked resolved but was never fully resolved.
viewtopic.php?p=645225
viewtopic.php?p=645225