[2.0.47] Not able to place rail signals on track segment.

We are aware of them, but do not have solutions that don't cause other issues. They go here in order not to take space in the main bug thread list.
rusty_howell
Burner Inserter
Burner Inserter
Posts: 5
Joined: Sun Jun 19, 2022 1:26 pm
Contact:

[2.0.47] Not able to place rail signals on track segment.

Post by rusty_howell »

https://youtu.be/ylGqDSXw5v0

The video shows it all. Attached is my game file.
Attachments
fulgora start2.zip
(5.38 MiB) Downloaded 20 times
User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 3933
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: [2.0.47] Not able to place rail signals on track segment.

Post by boskid »

Hm... That is really interesting corner case. I see exactly where this issue comes from and it may be slightly annoying to fix in a reliable way.

Core of the issue starts at [gps=236.8,-74.4,fulgora]:
05-18-2025, 13-38-11.png
05-18-2025, 13-38-11.png (685.55 KiB) Viewed 173 times
This visualisation for placing signals on the left or right side is a "best guess" heuristic which tries to find signals on the left and right side of the rail before deciding which signal spots to show. This logic looks for presence of signals next to current segment and couple of junctions away (to be more precise: up to 5 junctions away). Situation from the picture above is exactly where the "5 junctions away" extends in that case, and the logic sees signal on the left (because it is more south than the corresponding arrows on the left line) but this logic does not see the signal on the right (because it is more north than the corresponding arrow on the right line).

This basically boils down to this - one of the signals is too far and this logic assumes there are only signals on one side and only proposes to build those signals on the corresponding side:
05-18-2025, 13-47-45.png
05-18-2025, 13-47-45.png (402.34 KiB) Viewed 173 times
Post Reply

Return to “Minor issues”