I'm not sure if this should be a suggestion or what at this point.
I've spent literal days attempting to set up 'complex' (it's really not complex, just train lots of things, do stuff with them, load them back on the trains) train networks with this new interrupts feature and other train modifications for space age. Unless I'm missing something, I've found these updates completely inadequate. When they do work, there's countless issues regarding train gridlock. I used a depot strategy and did as said in the guide, to use logic to turn stations on/off to signify demand. This attempt used assignment using the wildcard as shown in the guide, and resulted in less tedium as desired, but the network itself was significantly inadequate due to issues from gridlock, calling too many cars, simply having too many trains. It also left most of the train stations (inputs) impossible to identify from the map.
I decided to let that train network live in its own half-broken world and start again. This time I did per-ingredient interrupts, in order to have more strict control of the # of trains being pushed in each ingredient network. This isn't working; the level of tedium is so unbelievably high. I'm about 4 hours into this and I have one somewhat working copper ore and iron ore stop that has an output for plate of each type.
This is just way too much. It's completely unfun and a massive amount of tedium that just shouldn't be necessary. LTN I had blueprints and could just copy and paste my depots and be done in seconds.
If I were to make a recommendation, just put LTN in the game. Even needing to click the resource icon 4-5 times in setting up 1 stop from the naming, to the circuit, to the interrupts. It's a horrifically awful UI/UX experience. Maybe I'm doing it in a way that wasn't exactly intended or it's simply 'powerful' but just requires this much user input to accomplish anything.
Does anyone have a working setup how to use this? I'm seeking to run the network in a reasonable way without needing to spend hours setting up interrupts. I have read all the materials I could find now multiple times. I watched a few videos as well; the videos especially have been largely useless.
Help appreciated. Thanks.
Trains 2.0 - Why can't it just be LTN?
Re: Trains 2.0 - Why can't it just be LTN?
I've been feeling the same frustration. I feel like it could be good, but there's too much missing.
You can use a signal to drive an interrupt, but you can't actually use the signal in the interrupt logic beyond using it for station names. There's no way to reserve a slot in a station when an interrupt happens to avoid a stampede. There's no way to control the item that gets flagged by the "any item" tag if there are multiple items in a train's inventory. Hell, there's no way to check if a train is not empty--there's only checks for empty and full, nothing in between.
Without more functionality, generic trains are good for one use-case only: late game, where you don't care if you have massive stockpiling in trains, and you ONLY use trains for carrying single loads of goods per station. Otherwise, the interrupts aren't expressive enough.
You can use a signal to drive an interrupt, but you can't actually use the signal in the interrupt logic beyond using it for station names. There's no way to reserve a slot in a station when an interrupt happens to avoid a stampede. There's no way to control the item that gets flagged by the "any item" tag if there are multiple items in a train's inventory. Hell, there's no way to check if a train is not empty--there's only checks for empty and full, nothing in between.
Without more functionality, generic trains are good for one use-case only: late game, where you don't care if you have massive stockpiling in trains, and you ONLY use trains for carrying single loads of goods per station. Otherwise, the interrupts aren't expressive enough.
Re: Trains 2.0 - Why can't it just be LTN?
You need to work with train limits. I don't recommend to invent fancy circuitry to dynamically up and down them. You just need to set them, and to exactly what you use as waiting area in front of the station. And employ enough trains to fill all stations, but not too many to not congest them.
There is no tedium or micromanagement involved, as soon as you understand how stations with free slots/no free slots interact with train distribution organized by interrupts. Don't try to implement something the game wasn't designed for. Instead try to find out for what use cases the interrupt system was invented for, and for what setup it works best. Then try to use this setup in your base.
This isn't something the devs force upon the player, it's more the case that some tool was designed for specific use cases and other use cases were neglected and no tool designed. Designing a tool for every use case would result in overly complicated operation and configuration, so nobody would understand and use it except the nerds. The interrupt system is at the edge of being usable by the broad player base - a little bit more complicated is too complicated. Event-orientated thinking and designing is not trivial.
It's indirect in some cases, and many players try direct solutions that involve overly complicated interrupt conditions. If you have more than 2 conditions in an interrupt, consider you might doing it wrong. If you have interrupt conditions where you use "at station X" or "not at station X", consider you might doing it wrong. Those things are an indication you're handling edge cases, and if your solution contains edge cases, this solution might not be an optimal solution or not even a good solution.
There is no tedium or micromanagement involved, as soon as you understand how stations with free slots/no free slots interact with train distribution organized by interrupts. Don't try to implement something the game wasn't designed for. Instead try to find out for what use cases the interrupt system was invented for, and for what setup it works best. Then try to use this setup in your base.
This isn't something the devs force upon the player, it's more the case that some tool was designed for specific use cases and other use cases were neglected and no tool designed. Designing a tool for every use case would result in overly complicated operation and configuration, so nobody would understand and use it except the nerds. The interrupt system is at the edge of being usable by the broad player base - a little bit more complicated is too complicated. Event-orientated thinking and designing is not trivial.
It's indirect in some cases, and many players try direct solutions that involve overly complicated interrupt conditions. If you have more than 2 conditions in an interrupt, consider you might doing it wrong. If you have interrupt conditions where you use "at station X" or "not at station X", consider you might doing it wrong. Those things are an indication you're handling edge cases, and if your solution contains edge cases, this solution might not be an optimal solution or not even a good solution.
Re: Trains 2.0 - Why can't it just be LTN?
This just works. Have a blueprinted train thats part of the automated freight group and if the network is running low on capacity plop down another 10 and you are done for another 4 hours or so. Have your unloading train stops be a parametrized blueprint so putting those down becomes easy and comfortable. You can adjust train limits on stations as you have space if you need more throughput at them, or include some circuitry to adjust limits more dynamically, but thats fine tuning, it just works. Make a fluid version by adjusting load and unload.
(I initially planned to just send screenshots, but the images would have blown the post size way up, so in blueprint form instead)
(I initially planned to just send screenshots, but the images would have blown the post size way up, so in blueprint form instead)