See the attached screenshot and savegame:
I can walk straight up and pass between the chemical plant and its attached storage tank. I cannot do the same between e.g. pipe or pump and tank
I don't expect to be able to walk over any fluid connection.
[0.18.15] Can walk between chemical plant and tank
- planetmaker
- Fast Inserter
- Posts: 188
- Joined: Mon Jan 21, 2019 9:30 am
- Contact:
[0.18.15] Can walk between chemical plant and tank
- Attachments
-
- ChaosGame_save03.zip
- (9.67 MiB) Downloaded 69 times
Re: [0.18.15] Can walk between chemical plant and tank
Thanks for the report.
In my opinion, this is not something, that needs to be fixed.
In my opinion, this is not something, that needs to be fixed.
- planetmaker
- Fast Inserter
- Posts: 188
- Joined: Mon Jan 21, 2019 9:30 am
- Contact:
Re: [0.18.15] Can walk between chemical plant and tank
It's definitely not a show-stopper. It is however an inconsistency in behaviour that is not understandable
- Deadlock989
- Smart Inserter
- Posts: 2529
- Joined: Fri Nov 06, 2015 7:41 pm
Re: [0.18.15] Can walk between chemical plant and tank
There is no inconsistency.planetmaker wrote: ↑Sun Mar 22, 2020 9:52 am It's definitely not a show-stopper. It is however an inconsistency in behaviour that is not understandable
1. Most "building" entities need a passable space around them, so their collision box is set to be smaller than their tile footprint. If collision boxes of two entities overlap, the entities can't be placed in that configuration by the player. Touching counts as overlapping.
2. Pipes have a special logic that stops players walking through the planes of their fluid box connections, despite their collision boxes technically allowing the player to pass.
3. There are no pipes involved when you have a chemical plant building directly adjacent to a storage tank building. Therefore, you can pass, because it's just two buildings.
To prevent this once-in-a-lifetime occurrence from happening, every single pipe connection on every single entity would need to have the extra logic and runtime checks every time the player scratched their arse. The resulting UPS hit would likely generate a wave of complaints about megabase performance.
Another "fix" that everyone would hate and moan about would be to make adjacent chemical plants impassable.
Re: [0.18.15] Can walk between chemical plant and tank
Thank you for expanding on that.
-
- Fast Inserter
- Posts: 137
- Joined: Wed Sep 20, 2017 5:45 pm
- Contact:
Re: [0.18.15] Can walk between chemical plant and tank
eloquently as always