[Klonan] [2.0.20] Item parameter is visually incorrect for "is station (not) full?" condition

This subforum contains all the issues which we already resolved.
yetenol
Burner Inserter
Burner Inserter
Posts: 8
Joined: Sat Nov 02, 2024 11:42 pm
Contact:

[Klonan] [2.0.20] Item parameter is visually incorrect for "is station (not) full?" condition

Post by yetenol »

tl;dr: As seen in the attached picture, both the item cargo condition and the rich text station name, highlighted with yellow arrows, correctly match the item parameter [virtual-signal=signal-item-parameter] to the current cargo [item=advanced-circuit]. But the Is station not full? condition, highlighted by red arrows, does not visually match [item=advanced-circuit] but still displays as [virtual-signal=signal-item-parameter].

It is only a visual issue. The condition's logic correctly applies, meaning it will wait for a [item=advanced-circuit] dropoff station to open up. You can even see that the condition has a green filling, so the logic has indeed internally matched the parameter, it just visually still shows the parameter icon.
Steps to reproduce
- Have generic cargo trains with my interrupts
- Have a generic pickup station called Pickup
- Have specific dropoff stations called like [item=advanced-circuit] Dropoff as seen in the second attached picture
- Add a schedule interrupt with a is station not full? condition comparing the item parameter [virtual-signal=signal-item-parameter].
- (Manually) trigger the interrupt and look at the conditions of the temporary added train stop.

Or have a look at my save file or log
Pilot.zip
(28.57 MiB) Downloaded 18 times
factorio-current.log
(9.91 KiB) Downloaded 17 times
Why would you do that? / I don't understand your train setup?
I want my electric furnace train to be able to go out for delivery before it is completely full. But if no one needs electric furnaces at the moment, don't go to sleep half-filled, but buffer an entire train load. To do this, an empty train goes to a pickup station and waits for any single item to be picked up. Now it knows which cargo it will have to drop off later. So it triggers the Transport partial load interrupt and since it is still next to the pickup station, and therefore
always closer than any other train, is stops at the same pickup station which it just left 1 tick ago. Now the proper cargo loading begins for at least a thousand items. After that, if someone need electric furnaces, and thus the electric furnace dropoff stations are not full, deliver there to immediately. Otherwise continue loading cargo until the train is full.
Screenshot 2024-11-22 151235 - Copy.png
Screenshot 2024-11-22 151235 - Copy.png (388.39 KiB) Viewed 633 times
Attachments
Screenshot 2024-11-22 155909.png
Screenshot 2024-11-22 155909.png (74.4 KiB) Viewed 633 times
User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5304
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: [Klonan] [2.0.20] Item parameter is visually incorrect for "is station (not) full?" condition

Post by Klonan »

Hi,

Thanks for the report,
This is fixed for the next release
yetenol
Burner Inserter
Burner Inserter
Posts: 8
Joined: Sat Nov 02, 2024 11:42 pm
Contact:

Re: [Klonan] [2.0.20] Item parameter is visually incorrect for "is station (not) full?" condition

Post by yetenol »

Thank you for your quick work 🥰
Post Reply

Return to “Resolved Problems and Bugs”