Maybe some popup message will be better than a silent fail? This way, it would look like a deliberate behavior, not a bug.
(Coming from 120827)
Search found 5 matches
- Sun Nov 10, 2024 11:35 pm
- Forum: Won't fix.
- Topic: [2.0.11] Rail planner sometimes produces impossible rail paths
- Replies: 4
- Views: 476
- Sun Nov 10, 2024 7:43 pm
- Forum: Duplicates
- Topic: Rail planner behaves strangely on two-level self-intersection
- Replies: 1
- Views: 79
Rail planner behaves strangely on two-level self-intersection
In the attached video, I recorded abnormal behavior of the rail planner. When in planning mode, it allows to make an intersection between rail ramp and elevated rail. However, after clicking, the ramp disappears. Afterwards, you can't plan a ramp in the same spot. My Factorio version is 2.0.15. Rele...
- Fri Nov 08, 2024 3:24 pm
- Forum: News
- Topic: Friday Facts #436 - Lost in Translation
- Replies: 71
- Views: 8368
Re: Friday Facts #436 - Lost in Translation
I like the determination to get localisation right. I have a small nitpick: in the blogpost, the rotating greeting looks wrong when it’s the Ukrainian Привiт; in the sense that Cyrillic letters look as if they are from a different typeface than Latin. It doesn’t affect the forums though!
- Sat Nov 02, 2024 5:25 pm
- Forum: Gameplay Help
- Topic: Why this circuit doesn't work?
- Replies: 2
- Views: 103
Re: Why this circuit doesn't work?
Oh, thanks, I got it. I thought that Each on two sides would do a cartesian product :) My problem was that in the actual implementation, the "Checkmark" signal would be computed dynamically. I side-stepped this problem by converting the dynamic signal to a static "Checkmark" via ...
- Sat Nov 02, 2024 4:11 pm
- Forum: Gameplay Help
- Topic: Why this circuit doesn't work?
- Replies: 2
- Views: 103
Why this circuit doesn't work?
I want to create a circuit that outputs all Red signals that are equal to the Green signal. Here's my attempt, using Each signal in a Decider combinator. Why doesn't it work? I tried several variations on this, and wasn't able to create this. My overall goal is to filter out all signals which are le...