Search found 6 matches
- Thu Apr 20, 2023 9:24 pm
- Forum: Technical Help
- Topic: [1.1.80] Game freezes up when using LTN Manager (mod) GUI
- Replies: 2
- Views: 936
[1.1.80] Game freezes up when using LTN Manager (mod) GUI
This is a very weird one. It reproducible happens on Linux and Windows for not just me but another player as well. When opening the LTN Manager (https://mods.factorio.com/mod/LtnManager) mods GUI and switching to the Stations tab the game locks up completely, and any interaction with either it, or a...
- Mon Jan 02, 2023 9:09 pm
- Forum: General discussion
- Topic: Entities consuming/producing fluid never go to sleep
- Replies: 19
- Views: 6111
Re: Entities consuming/producing fluid never go to sleep
I just ran into a similar issue with 9544 pumps that won't go to sleep and use 1ms of update time. Those pumps are mainly used in stations or to boost the throughput of long pipes. I was under the impression that pumps that are shut off using a circuit connection would properly go to sleep. But they...
- Sat Jul 16, 2022 9:06 pm
- Forum: Modding discussion
- Topic: Assembling-Machine type entities do not respect energy_source:buffer_capacity
- Replies: 0
- Views: 675
Assembling-Machine type entities do not respect energy_source:buffer_capacity
So I've been trying to build an assembly machine that is charged like an accumulator and then slowly consumes the stored energy over a multitude of builds. However it seems that entities of type assembling-machine do _not_ respect setting energy_source = { buffer_capacity = "5MJ" } The buf...
- Mon Jun 20, 2022 6:18 pm
- Forum: Logistic Train Network
- Topic: [Fixed] bad LTN output from inserters stuck with items
- Replies: 24
- Views: 12613
Re: [Wont fix] bad LTN output from inserters stuck with items
Thanks for the fix!
- Mon Jun 13, 2022 6:55 pm
- Forum: Logistic Train Network
- Topic: [Fixed] bad LTN output from inserters stuck with items
- Replies: 24
- Views: 12613
Re: [Wont fix] bad LTN output from inserters stuck with items
So I've looked into the code. I think the culprit is this line: https://github.com/Yousei9/Logistic-Train-Network/blob/9542f06c34dbab8cff99566a07a0874d998c0e66/script/stop-update.lua#L378 The problem is that the existing train inventory always gets to be a part of the signals and is only cleared whe...
- Mon Jun 06, 2022 10:30 pm
- Forum: Logistic Train Network
- Topic: [Fixed] bad LTN output from inserters stuck with items
- Replies: 24
- Views: 12613
Re: [Wont fix] bad LTN output from inserters stuck with items
I think what is really confusing is the fact that from what was requested you should be able to populate the output correctly right? Why is it that the contents of the wagons even matter at all to what the output is displaying, shouldn't that draw its information from the scheduled request? This mak...