Search found 2920 matches
- Thu Aug 15, 2024 5:12 am
- Forum: Logistic Train Network
- Topic: LTN can't find station but delivers goods ...
- Replies: 2
- Views: 240
Re: LTN can't find station but delivers goods ...
I have 4 dropoff stations for uranium ore. Those are the only stations with messages from the logs like "[LTN] Requester station uranium dropoff not available in network 0x1" That message means LTN doesn't see it as valid station for creating deliveries. If it's an requester like the name...
- Fri May 03, 2024 6:11 am
- Forum: Logistic Train Network
- Topic: Does wire color matter?
- Replies: 3
- Views: 604
Re: Does wire color matter?
For performance it might matter, depending on how get_merged_signals() is implemented.
My guess is that it's not even measurable.
My guess is that it's not even measurable.
- Tue Apr 30, 2024 6:43 pm
- Forum: Logistic Train Network
- Topic: Does wire color matter?
- Replies: 3
- Views: 604
Re: Does wire color matter?
My BP mostly use green for reading and red for sending to keep things consistent and easier to find errors.
LTN receives and sends signals on both wires.
LTN receives and sends signals on both wires.
- Sun Apr 28, 2024 5:31 am
- Forum: Mod portal Discussion
- Topic: New Dependencies Page
- Replies: 7
- Views: 2343
Re: New Dependencies Page
In dependency view "Last Updated" is either wrong or misleading.
It shows 4 hours for mods that havn't been updated in years.
In case this shows when dependencies where last checked it should be renamed to "Last dependency check".
It shows 4 hours for mods that havn't been updated in years.
In case this shows when dependencies where last checked it should be renamed to "Last dependency check".
- Wed Apr 17, 2024 1:35 pm
- Forum: Logistic Train Network
- Topic: Using LTN Mod source?
- Replies: 7
- Views: 984
Re: Using LTN Mod source?
I was hoping the author would see this and give me permission. If not, I can start from the combinator instead. More to learn that way. Firstly, a public forum is the worst channel to ask for permissions. Secondly, reading through your design proposal I'd still decline. But when a product is badly ...
- Sun Jan 14, 2024 6:55 am
- Forum: Logistic Train Network
- Topic: feature request: per-station signals for inactivity/finish-loading.
- Replies: 4
- Views: 877
Re: feature request: per-station signals for inactivity/finish-loading.
Enabling circuit conditions globally has no effect on stations that don't make use of them. The only requirement is for a single wire to connect to every station, can be just an isolated pole with a wire between it and station. Otherwise trains will try to read from a not existing circuit network an...
- Sat Dec 30, 2023 12:03 pm
- Forum: Logistic Train Network
- Topic: feature request: per-station signals for inactivity/finish-loading.
- Replies: 4
- Views: 877
Re: feature request: per-station signals for inactivity/finish-loading.
Enable "Schedule circuit conditions" and build whatever logic you want for keeping trains locked in a station or force them out.
- Tue Dec 12, 2023 2:00 pm
- Forum: Logistic Train Network
- Topic: [not a bug] Depot priority not working
- Replies: 3
- Views: 823
Re: [not a bug] Depot priority not working
Working as intended.
Depot Priority is used for selecting available trains.
For returning to depots trains just use base game train pathing to a depot name.
Depot Priority is used for selecting available trains.
For returning to depots trains just use base game train pathing to a depot name.
- Wed Dec 06, 2023 7:51 pm
- Forum: Logistic Train Network
- Topic: Feature request: extend ConnectSurfaces() interface to reserve/wait for a train
- Replies: 3
- Views: 738
Re: Feature request: extend ConnectSurfaces() interface to reserve/wait for a train
Implementation wise the rocket would itself have a hidden train too because LTN tracks deliveries by train IDs. But you have one train on the planet that visits the provider. Then I need another train in space that finishes the delivery in orbit. Sourcing that train from LTN is the issue. I don't w...
- Wed Dec 06, 2023 9:22 am
- Forum: Logistic Train Network
- Topic: Feature request: extend ConnectSurfaces() interface to reserve/wait for a train
- Replies: 3
- Views: 738
Re: Feature request: extend ConnectSurfaces() interface to reserve/wait for a train
Correct me if I read it wrong. You want to have LTN manage a delivery between surfaces where the train is sent along with the cargo in a rocket. Instead of forcing LTN to handle requests between surfaces I'd break it into one request per surface. Have a transmitter relay the required material to LTN...
- Mon Nov 06, 2023 5:58 am
- Forum: Logistic Train Network
- Topic: Stations & other LTN based designs
- Replies: 229
- Views: 277043
Re: Stations & other LTN based designs
With a system with that much inherent latency the best way would be:
1) count items entering the system
2) subtract items leaving for production
3) send current counter to LTN
You could also just filter at unloading, remove that filter buffer warehouse and send the main storage to LTN.
1) count items entering the system
2) subtract items leaving for production
3) send current counter to LTN
You could also just filter at unloading, remove that filter buffer warehouse and send the main storage to LTN.
- Tue Oct 31, 2023 9:30 am
- Forum: Logistic Train Network
- Topic: Min. max. train length
- Replies: 4
- Views: 1195
Re: Min. max. train length
Depots work better by pathing to nearest name rather than using temp stops.FritzHugo3 wrote: ↑Mon Oct 30, 2023 6:54 pmIs there a technical reson or why ltn dont respect that or why depots ignore the signals?
Doing so makes it far too easy to end up with same depot names with different train length limitations.
- Fri Oct 27, 2023 6:20 am
- Forum: Logistic Train Network
- Topic: What is "Locked Slots per Wagon" and "Train composition"?
- Replies: 28
- Views: 25028
Re: Managing LTN Trains with "Encoded Positions of X" Signals
Use Network ID and train length to filter trains. Encoded Position is read only for smart loading/unloading. Position signals are direction dependent, while trains only have a concept of front and back during travel. e.g. <L-CC-<L-L> can't be distinguished from <L-L>-CC-L> until the train starts mov...
- Fri Oct 27, 2023 6:16 am
- Forum: Logistic Train Network
- Topic: Threshold and Stack Threshold
- Replies: 58
- Views: 24600
Re: Threshold and Stack Threshold
Merged all requester turning into provider threads into threshold thread.
- Tue Oct 24, 2023 5:00 am
- Forum: Gameplay Help
- Topic: Deconstruction train signals causes heavy lag
- Replies: 3
- Views: 970
Re: Deconstruction train signals causes heavy lag
LTN is the wrong subforum.
Mods can't even touch train pathfinder (That's why LTN uses temp stops).
Mods can't even touch train pathfinder (That's why LTN uses temp stops).
- Sat Oct 14, 2023 5:21 am
- Forum: Logistic Train Network
- Topic: Station names?
- Replies: 1
- Views: 780
Re: Station names?
Depots use name based pathing like vanilla trains.
Provider/Requester use temporary stops on top of the actual stop to path by stop.unit_id.
There are some configurations where trains may not pick the stop under the temp stop after reaching it, e.g. disabling the stop or setting vanilla train limits.
Provider/Requester use temporary stops on top of the actual stop to path by stop.unit_id.
There are some configurations where trains may not pick the stop under the temp stop after reaching it, e.g. disabling the stop or setting vanilla train limits.
- Thu Oct 05, 2023 6:58 am
- Forum: Logistic Train Network
- Topic: Letting train leave if the station is missing requested items?
- Replies: 5
- Views: 1129
Re: Letting train leave if the station is missing requested items?
That does not adress the main edge case I am experiencing: Station A requests 1000 of X. Station B(problem station) contains 3 of X. Train with 4 cargo wagons is dispatched to Station B to pick up 3 of X. Staton B recieves 2 more of X from the factory. Second train with 4 cargo wagons is dispatched...
- Mon Oct 02, 2023 4:19 am
- Forum: Logistic Train Network
- Topic: Letting train leave if the station is missing requested items?
- Replies: 5
- Views: 1129
Re: Letting train leave if the station is missing requested items?
Just report to LTN what's actually available.
If your station tells LTN it has items that it doesn't then your setup is wrong.
If your station tells LTN it has items that it doesn't then your setup is wrong.
- Fri Sep 22, 2023 5:38 am
- Forum: Logistic Train Network
- Topic: [Request?] Add an option to prevent multiple cargo requests in a single schedule
- Replies: 8
- Views: 1565
Re: [Request?] Add an option to prevent multiple cargo requests in a single schedule
The whole point of LTN is to combine requests.
If you don't want that use Providers and/or Requesters dedicated to one type of freight.
If you don't want that use Providers and/or Requesters dedicated to one type of freight.
- Tue Sep 12, 2023 8:42 am
- Forum: Logistic Train Network
- Topic: [Request?] Add default stack thresholds and empty cargo slots to Mod Settings
- Replies: 1
- Views: 514
Re: [Request?] Add default stack thresholds and empty cargo slots to Mod Settings
It's possible by including a combinator set to your preferred settings in the blueprint for your LTN stations.