Page 1 of 1

[2.0.43] Can walk through Chemical Plant connected to Storage Tank

Posted: Thu May 01, 2025 12:01 pm
by A7x49
Normally, the player cannot walk through above ground pipes. This extends to when a storage tank is connected directly to a steam engine:
Screenshot 2025-05-01 075750.png
Screenshot 2025-05-01 075750.png (608.77 KiB) Viewed 292 times
My expectation than is that this would extend to all cases where two buildings are directly adjacent with a pipe connection.

However, what actually happens is that when a chemical plant is directly adjacent to a storage tank and connected with a fluid connection, the player can walk right through it:
Screenshot 2025-05-01 080100.png
Screenshot 2025-05-01 080100.png (719.09 KiB) Viewed 292 times

Re: [2.0.43] Can walk through Chemical Plant connected to Storage Tank

Posted: Thu May 01, 2025 12:22 pm
by Loewchen
That is not a bug.

Re: [2.0.43] Can walk through Chemical Plant connected to Storage Tank

Posted: Thu May 01, 2025 12:47 pm
by A7x49
Can you elaborate? Have the developers said this is intentional? And if so, why?

Re: [2.0.43] Can walk through Chemical Plant connected to Storage Tank

Posted: Thu May 01, 2025 12:54 pm
by Loewchen
If the gap between the collision boxes allows the player the pass through, then it is not a bug. The boxes will not be changed because you would create an avalanche of of pass/not pass situations with other entities.

Re: [2.0.43] Can walk through Chemical Plant connected to Storage Tank

Posted: Thu May 01, 2025 1:02 pm
by boskid
Not a bug.
05-01-2025, 14-56-00.png
05-01-2025, 14-56-00.png (108.87 KiB) Viewed 240 times
Pipe connections themselves are not a concept that can collide with characters and so because character does not collide with anything, character is allowed to pass through there. Assembler and storage tank wont change their collision mask as Pipes do because a single fluid connection would adjust collision box on the entire side (relevant for both), and because expanding collision boxes creates a lot of problems (73458 with machines with electric energy source where by changing collision box, an entity was going in or out of electric network range).

Re: [2.0.43] Can walk through Chemical Plant connected to Storage Tank

Posted: Thu May 01, 2025 4:36 pm
by A7x49
Got it. Thanks for the explanation!